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

Block or report ShyamSunder149

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ShyamSunder149/README.md

A Curious guy into Software Development. Eventhough I don't learn something useful, I would like to watch satisfying timelapses and ASMR videos on coding :) I escape sometimes from this circle to join my friends in Jamming, Anime, Valorant and Cricket.

Current Projects


  • Spending Calculator - Analyses my spending habits with google pay transactions
  • Transactional KV store - Wrote a bare minimum stuff to learn go and KV stores
  • Video Compressor - Made a custom ffmpeg wrapper to compress some unwanted videos
  • Folder organiser - Made this to cleanup my downloads folders whenever I download a lot of things

Pinned Loading

  1. spending-calculator spending-calculator Public

    Working on a spending calculator since I'm lazy to log my daily expenses or to build an app which tracks messages on mobile

    Python

  2. transactional-kvstore transactional-kvstore Public

    Working on a transaction in memory kv store hoping to learn structs, interfaces and pointers in go in a better way

    Go

  3. CTF-Notes CTF-Notes Public

    CTF Notes made for my references for Solving CTFs

    Python

  4. Bloom-filters Bloom-filters Public

    A simple bloom filter implementation done in OCaml

    OCaml

  5. folder-organiser folder-organiser Public

    A Folder organiser written in python which is capable of arranging files in folder according to the filetype and deleting duplicate entries by checking their hashes

    Python

  6. video-compressor-ffmpeg video-compressor-ffmpeg Public

    A Small video compressor made using ffmpeg for personal usage

    Python