Skip to content
View jaspreetkaleka's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@ecedpup @blksft @bytsft @helix-institute @mariams-footsteps @daycare-it @smatact

Block or report jaspreetkaleka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Parallel-Port-Control Parallel-Port-Control Public

    A simple User Control developed in C#.Net used to control the Parallel Port.

    C# 3

  2. Probability Probability Public

    For a given list of symbols, a corresponding list of frequency counts is developed, to calculate each symbol’s relative frequency of occurrence.

    C#

  3. Shannon-Fano-Coding Shannon-Fano-Coding Public

    Shannon-Fano Coding is a source coding technique for lossless data compression. It is a variable-length encoding scheme. It assigns shorter codes to more frequent symbols and longer codes to less f…

    C#

  4. Huffman-Coding Huffman-Coding Public

    Huffman Coding is a source coding technique for lossless data compression. It is a variable-length encoding scheme. It assigns shorter codes to more frequent symbols and longer codes to less freque…

    C#

  5. Lempel-Ziv-Coding Lempel-Ziv-Coding Public

    LZ78 is a lossless data-compression algorithm created by Abraham Lempel and Jacob Ziv in 1978. It works by reading a sequence of symbols, grouping the symbols into phrases, and converting the phras…

    C#

  6. Linear-Block-Codes Linear-Block-Codes Public

    Linear block code is an error-correcting code in which the actual information bits are linearly combined with the parity check bits so as to generate a linear codeword that is transmitted through t…

    C#