Skip to content

Instantly share code, notes, and snippets.

View fdd's full-sized avatar
🏔️
On a big expedition.

Ionuț Jula fdd

🏔️
On a big expedition.
  • % mknod /dev/corp c 1 5
  • Virgo Supercluster, Local Group, 42 Milky Way, Orion–Cygnus Arm, Gould Belt, Local Bubble, Local Interstellar Cloud, Sol System, Earth.
  • X @ionutjula
View GitHub Profile
@briandoll
briandoll / gist:6980359e85eb9284ea14
Last active May 5, 2025 18:13
Farewell to Joe Strummer by Tom Morello

Joe Strummer, 1952-2002

Farewell to Joe Strummer by Tom Morello

The first time I heard of the Clash was in high school. I was working on the school newspaper, and one day a fellow named Dave Vogel came in with a copy of London Calling that he was showing off to anybody who was willing to listen. I thought the cover of the album was really cool, and asked him "is it heavy metal?" He said "no, but it's really great." I doubted him, but asked if I could borrow it, and I made

@renzok
renzok / bash-template
Last active November 17, 2024 21:30
A template bash script based on google style guide with some little improvements
#!/bin/bash
# Here short description of this script
# This is just a template to be used for writing new bash scripts
###
# Based on Google Style Guide: https://google.github.io/styleguide/shell.xml
# General remarks
# * Executables should have no extension (strongly preferred) or a .sh extension.
# * Libraries must have a .sh extension and should not be executable