iamsubhranil's Stars
torvalds/linux
Linux kernel source tree
3b1b/manim
Animation engine for explanatory math videos
sharkdp/bat
A cat(1) clone with wings.
numpy/numpy
The fundamental package for scientific computing with Python.
ManimCommunity/manim
A community-maintained Python framework for creating mathematical animations.
sharkdp/hyperfine
A command-line benchmarking tool
phil-opp/blog_os
Writing an OS in Rust
ActivityWatch/activitywatch
The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused.
nasa/fprime
F´ - A flight software and embedded systems framework
Spotifyd/spotifyd
A spotify daemon
owncast/owncast
Take control over your live stream video by running it yourself. Streaming + chat out of the box.
AdAway/AdAway
AdAway is a free and open source ad blocker for Android.
htop-dev/htop
htop - an interactive process viewer
connorferster/handcalcs
Python library for converting Python calculations into rendered latex.
jesseduffield/horcrux
Split your file into encrypted fragments so that you don't need to remember a passcode
ralfbiedert/cheats.rs
Rust Language Cheat Sheet - https://cheats.rs
jdah/tetris-os
An operating system, but it only plays Tetris.
David-Haim/concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
dahliaOS/pangolin_desktop
Pangolin Desktop UI shell, designed for dahliaOS, written in Flutter.
sheredom/utf8.h
📚 single header utf8 string functions for C and C++
jk-jeon/dragonbox
Reference implementation of Dragonbox in C++
darshanparajuli/LogcatReader
A simple app for viewing logs on an android device.
sysprog21/jitboy
A Game Boy emulator with dynamic recompilation (JIT)
joowani/colorpedia
Command-line tool for looking up colors and palettes.
mys-lang/mys
The Mys programming language - an attempt to create a statically typed Python-like language that produces fast binaries. See https://mys-lang.org for more information.
llu13701/sms_analysis
A stats analysis on how much you and your partner text to each other
daleal/zum
Stop writing scripts to interact with your APIs. Call them as CLIs instead.
rochus-keller/Som
Parser, code model, navigable browser and VM for the SOM Smalltalk dialect
trailfrenzy/SIwithET
Introduction The Systems Of Units (SOU) Library was created out the author's desire to solve a problem where known engineering and scientific unit types will not be mixed to the wrong result type. The library automatically does unit conversions during compile time. The library provides strong type-checking of different unit types at compile time. It does not wait for runtime to find errors that the compiler can detect. When writing code to solve an engineering problem it is hard to find what the units are envolved in the equation and if the equation cancels out the incorrect units.
baziotis/compiler-optimization
A playground repo for my compiler optimization algorithm implementations, experiments etc.