Half-Day Builds!

Search for a command to run...

No comments yet. Be the first to comment.
Transferring files between your local machine and a virtual machine (VM) is one of the most common tasks in tech. We often use scp because it comes natively installed and has similar utilization to ssh, but it is the clunkiest tool for the job. In th...

Alias Alchemy is a Deno-powered server that fetches aliases from a GitHub repository based on your query. Think of it as your instant alias spellbook, perfect for setting up new environments in seconds. β‘ Usage: $ alias-alchemy.ra101.dev/?q=py,shell,...

Reader discretion is advised!A good Sus-Saturday to all. In this article, I drag and drown you with my paranoia about AI. Let the mass psychosis begin! What are AI hallucinations?AI hallucinations are incorrect or misleading results that AI models ge...

I recently joined a company, that follows squash-rebase flow here, and as my Git KT was going on, I figured I should build these commands before actually starting development, now that I have started development, these turned out to be quite handy! ...

Aim: To create an iterable blockchain, which could work with an extendable transaction class. Here the link GitHub repo! Blockchain in Brief: Blockchain is fundamentally a ledger maintaining records of transaction, This ledger is publicly distribute...

Hi π, This post is about the half-day builds! These projects will never be featured anywhere, So why not create a combined thread for them.
Draw Graphs in C++
I was looking for a graphics.h project, One day my friend asked me "Did you ever come across any code which Draws the given input graph?", I replied... wait-for-it!
Link: https://github.com/ra101/graphical-representation-of-graphs-in-cpp
Pinger (Python)
One of my deployed college project got shut down. This Script executes at startup, starts a headless browser, and open the various sites declared within. All in the background.
Link:https://github.com/ra101/pinger
lbry VLC Extension (Lua)
I was looking for a dark theme for VLC and I found out that people can create extensions that can be attached to the final build binary! This extension enables us to network streams free lbry.tv videos.
Link: https://github.com/ra101/lbry.tv-VLC-Playlist-Parser
Text to Morse Code (Dart)
A Flutter Trial App, It changes Text to Morse Code and then allows to vibrate the phone or to flicker torch accordingly.
Link: https://github.com/ra101/txt_mrs_vib
DuckDuckGo Chrome-Ext (JavaScript)
A Chrome-Extension that adds a button to open the current search with DuckDuckGo. You can also attach a Key-Binding to use it.
Link: https://github.com/ra101/DuckDuckGo-Chrome-Ext