Skip to content
View ArijitKD's full-sized avatar
  • The GNU Project
  • Siliguri, West Bengal, India
  • 05:54 (UTC +05:30)
  • LinkedIn in/arijitkd

Block or report ArijitKD

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
ArijitKD/README.md
Here are some of the projects which I made in my spare time.

Most of these are either in C or in Python. These two are my preferred programming languages, and cover almost all topics I am interested in (broadly, devtooling and embedded).

Python is a great choice for CLI dev tools, especially for Linux/POSIX systems which come with a pre-installed Python interpreter.
On the other hand, C comes handy in projects that require small and efficient statically-linked binaries without many external dependencies, or for embedded programming.

These projects are either born out of a requirement for something I actually needed and couldn't find a simpler alternative, or because I had been absent-minded thinking of something and suddenly got the energy to do it (which is infrequent, and that's why some of them are still in development).

Thanks for reading, hope you have a good day ahead!

Pinned Loading

  1. GSoC2025-GCC GSoC2025-GCC Public

    Implementation of a simple in-memory file system for running offloading tests on NVIDIA GPUs.

    C 2

  2. spal spal Public

    Scripts Package Assembler for Linux. Helps assemble executable scripts into distributable packages.

    Python 1

  3. lanssh lanssh Public

    SSH into LAN devices using just an alias for the remote host. No IPs required.

    Python

  4. vscode-msvc vscode-msvc Public

    A program that launches Visual Studio Code with MSVC Toolchain support.

    C

  5. ttshandler ttshandler Public

    A Python library that provides a simple and intuitive API for seamless interfacing with text-to-speech libraries like gtts and pyttsx3.

    Python

  6. Bitlocker-switch-off-tool Bitlocker-switch-off-tool Public

    A simple tool that provides a GUI + CLI interface to turn off BitLocker Drive Encryption on Windows Home editions.

    Python