AlOwain's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
torvalds/linux
Linux kernel source tree
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
bitcoin/bitcoin
Bitcoin Core integration/staging tree
SerenityOS/serenity
The Serenity Operating System 🐞
ValveSoftware/Proton
Compatibility tool for Steam Play based on Wine and additional components
raysan5/raylib
A simple and easy-to-use library to enjoy videogames programming
LadybirdBrowser/ladybird
Truly independent web browser
jart/cosmopolitan
build-once run-anywhere c library
karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
VadimBoev/FlappyBird
Less than 100 Kilobytes. Works for Android 5.1 and above
handshake-org/hsd
Handshake Daemon & Full Node
kawre/leetcode.nvim
A Neovim plugin enabling you to solve LeetCode problems.
konrad-gajdus/miniMNIST-c
archlinux/linux
Arch Linux kernel sources, with patches
salman-abedin/devour
X11 window swallower
tosdr/browser-extensions
Browser extensions for Terms of Service; Didn't Read. “I have read and agree to the Terms” is the biggest lie on the web. We aim to fix that. Get informed instantly about websites' terms & privacy policies, with ratings and summaries from the www.tosdr.org initiative.
yalang/ya
Ya (ي) programming language is an open-source programming language where you can write python code in the Arabic language.
AlOwain-LearningGraphics/docs
Under this repository I plan on adding all required documentation throughout the project, as well as my personal comments and thoughts.
AlOwain-LearningGraphics/pong-raylib
Implementation of Pong in RayLib, I made this to learn more about graphics.
AlOwain-LearningGraphics/tetris-raylib
This is my first step in learning graphics by using RayLib to build a minecraft-like game (couldn't have possibly picked a more saturated project).
AlOwain/AlOwain
This is my personal README.md page. It includes an arabic version ([branch:arabic]/README.md) and an English version ([branch:english]/README.md).
AlOwain/alowain.dev
This is my personal website, it now hasn't been worked on for a while. It will include a blog, a portfolio, and for any additional usages I need.
AlOwain/bot
Discord bot that matches audit log movements to room switching to display a log of moves.
AlOwain/lib_bmp
A library I wrote to read BMPs; its functionality is very limited.
AlOwain/lib_linkedlist
I will use this repository as a template Linked List as I realized I don't have one; there are thousands of Linked List libraries that are faster, more robust, and better documented, I don't recommend you use this, I am just writing this for fun.
AlOwain/lib_stack
This is a header-only stack implementation using lib_linkedlist, this implementation is barebones and is made to be used for lib_json.