Skip to content

Instantly share code, notes, and snippets.

View dxlr8r's full-sized avatar

Simen Strange dxlr8r

  • 13:41 (UTC +02:00)
View GitHub Profile
@braindevices
braindevices / #btrfs benchmark for daily used desktop OS
Last active June 5, 2024 14:51
which file sytem to use for daily work? should we turn on btrfs compression?
#btrfs benchmark for daily used desktop OS
@josephspurrier
josephspurrier / values_pointers.go
Last active June 14, 2024 16:18
Golang - Asterisk and Ampersand Cheatsheet
/*
********************************************************************************
Golang - Asterisk and Ampersand Cheatsheet
********************************************************************************
Also available at: https://play.golang.org/p/lNpnS9j1ma
Allowed:
--------
p := Person{"Steve", 28} stores the value
@jehiah
jehiah / simple_args_parsing.sh
Created March 4, 2011 16:56
a simple way to parse shell script arguments
#!/bin/sh
#
# a simple way to parse shell script arguments
#
# please edit and use to your hearts content
#
ENVIRONMENT="dev"