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

Block or report leventDemirkaya

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. huffmanEncoding huffmanEncoding Public

    Efficient Huffman Encoding implementation in C# using memory-friendly data structures like lists and arrays for lossless compression.

    C#

  2. audioSteganography audioSteganography Public

    LSB (Least Significant Bit) steganography method to hide text messages inside .wav audio files using C# and NAudio library.

    C#

  3. audioSteganographyWithAllTypesOfFiles audioSteganographyWithAllTypesOfFiles Public

    Hide text, image, or video files securely inside .wav audio files using LSB steganography with C# and NAudio.

    C#

  4. TextMiningProject TextMiningProject Public

    Forked from umitkrkmz/TextMiningProject

    author recognition project

    Jupyter Notebook

  5. huffman-Cryptology-Into-Sound-Files huffman-Cryptology-Into-Sound-Files Public

    Audio steganography application developed in C# using .NET 6.0 that hides secret text, image, and video files inside .wav audio files by manipulating least significant bits (LSB). It uses Fibonacci…

    C#

  6. nQueenProblem nQueenProblem Public

    C# implementation of the classic N-Queens problem solver with both single-threaded and multi-threaded approaches, measuring and comparing their performance.

    C#