Skip to content

Instantly share code, notes, and snippets.

View leap0x7b's full-sized avatar

leap123 leap0x7b

View GitHub Profile

Hello World in Common Programming Language

• Python 3.10

print("Hello, World!")

• Lisp

(print "Hello, World!")
@klange
klange / _.md
Last active April 19, 2024 16:24
12 Years of ToaruOS

12 Years of ToaruOS

This is a repost and update to an imgur album with screenshots of ToaruOS throughout its development, as imgur is no longer a viable platform for maintaining this collection.

Early Development

My first commit in the ToaruOS repository, ecd4fe2bc170b01ad700ff76c16da96993805355, was made on January 15th, 2011. This date has become ToaruOS's "birthday". It would be another six years and two weeks before ToaruOS's first real release, 1.0.

1 - eL4aHBZ - Humble Beginnings

@bensallen
bensallen / test1.sh
Last active November 25, 2021 03:50
MUSL libc - busybox
#!/bin/sh -e
MUSL_VERS=1.1.14
BUSYBOX_VERS=1.24.2
BASE=$PWD
mkdir -p $BASE/warewulf4/initramfs
mkdir -p $BASE/warewulf4/initramfs/3rd_party/MIT
mkdir -p $BASE/warewulf4/initramfs/3rd_party/GPL