Skip to content

Instantly share code, notes, and snippets.

@abiduzz420
Last active April 12, 2019 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abiduzz420/92ee598a7cd44d8df9c732b065804cc5 to your computer and use it in GitHub Desktop.
Save abiduzz420/92ee598a7cd44d8df9c732b065804cc5 to your computer and use it in GitHub Desktop.
  • Data Compressor From Scratch using may be Huffman-coding-based compressor.
  • Text Editor From Scratch which includes undo, redo.
  • Shell From Scratch kinda like a Unix shell with pipelines.
  • HTTP Server From Scratch serving static and dynamic content.
  • Malloc From Scratch: a simple memory allocator.
@abiduzz420
Copy link
Author

  • Building a toy language on the JVM like eta-lang or scalac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment