A single Bash script to create blogs. Download, run, write, done!
Role in this project:
Full-stack Developer Contributions:189 commits, 15 PRs, 48 pushes in 9 years 2 months
Contributions summary:Carlos's initial commit introduced the core script and modified the README. Subsequent commits demonstrate the addition of a "Durad version," indicating code refactoring and potentially feature enhancements. Further commits showcase modifications to the blog's information, including blog title, author details, and analytics. The user's changes involve updating the blog's code and configuration files.
shellbash-scriptbash
How to create an OS from scratch
Role in this project:
Embedded Systems Engineer / IoT Developer Contributions:129 commits, 11 PRs, 37 pushes in 4 years 1 month
Contributions summary:Carlos appears to be working on a bootloader for an operating system, implementing fundamental functionalities at the lowest level. Their contributions involve writing assembly code to initialize the boot sector, print text to the screen, manipulate the stack, and interact with the disk to load a kernel. Furthermore, the user incorporated interrupt handlers for both the timer and keyboard, showing a grasp of hardware interaction and system-level programming.
kerneloperating-systemsystem-programminglinuxscratch