Skip to content
View px86's full-sized avatar

Block or report px86

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
px86/README.org

Hello, I’m Pushkar Raj

I’m a young programmer from India.

Some of my projects:

  • dfc : A command line tool written in golang, that finds duplicate files in a given directory tree, and interactively asks the user which file they want to keep.
  • gsync : A python tool for syncing files between google drive and local file system.
  • linereader : C++ library providing line editing and history capabilities to interactive CLI programs
  • hush : a UNIX shell supporting IO re-directions, piping, background execution etc.
  • dff : recursively finds and lists duplicate files, written in C++
  • nights-watch : watches file(s) for modifications and re-executes a given command
  • png-steganography-tool : hides information inside PNG images
  • pxurl : a URL shortening webapp built using Nodejs, Express and MongoDB Atlas
  • clurl : same as pxurl, but written in Common Lisp, and uses PostgreSQL database
  • codebin : a hastebin clone for sharing code snippets (with syntax highlighting)
  • fisherman, fisherman-backend : a phishing tool (CLI script + backend code)
  • album-splitter : splits an album(audio file) into multiple tracks
  • css-minifier : minifies CSS for deployment
  • bmee : Basic mathematical expressions evaluator

Pinned Loading

  1. linereader linereader Public

    C++ library providing line-editing and history capabilities for interactive command line programs.

    C++ 2

  2. codebin codebin Public

    A simple hastebin/pastebin clone using Express.js, Highlight.js and MongoDB Atlas.

    JavaScript

  3. pxurl pxurl Public

    URL shortner built using Nodejs, Express and MongoDB Atlas.

    JavaScript

  4. png-steganography-tool png-steganography-tool Public

    A tool for hiding data inside PNG images.

    C++ 1

  5. nights-watch nights-watch Public

    Watches file(s) for modification and re-executes the given command.

    C++

  6. dff dff Public

    Recursively finds and lists duplicate files in a directory. Uses C++17 filesystem library and SHA-256 hashing algorithm.

    C++ 1