Abaj8494

Github: Classical CS

A monolithic repository of all topics that fall under Classical Computer Science. Contains submodules for:

  • K&R C exercises
  • Elementary data structures (arrays, linked lists, trees, graphs, heaps, hash tables)
  • Cryptography algorithms (referencing Schneier’s Applied Cryptography)
  • Sorting, searching, and graph algorithms (based on Sedgewick and UNSW courses)
  • Utility C programs and debugging references
Classical-CS

https://github.com/abaj8494/Classical-CS

Github: Clip

An OS-agnostic clipboard that supports persistent storage of files and markdown syntax text. Cross-platform copy-pasting of text and attachments.

Backend based on the Go wiki tutorial, extended with a custom frontend and dockerised deployment.

Features:

  • QR-code for easy mobile navigation
  • Edit / view / delete / upload (attachment) endpoints
  • Persistence: saves txt files and attachments, reloads them on docker restarts
clip

https://github.com/abaj8494/clip