Skip to content

Instantly share code, notes, and snippets.

View bronsen's full-sized avatar

bronsen bronsen

View GitHub Profile
@bronsen
bronsen / thisiswhyitest.textile
Created May 27, 2014 07:08
This is why I test
@bronsen
bronsen / feierabend.sh
Last active May 18, 2022 07:36
feierabend!
#!/usr/bin/zsh
echo 'Commencing Feierabend'
git stash
git switch main
git stash pop
git commit -a -m 'Feierabend'
git push --force origin main
/usr/bin/expect -c "spawn fab production deploy; expect 'out: sudo password:'; send 'dieRuthbacktsogut';"
echo 'Feierabend accomplished'
@bronsen
bronsen / c-beam cloak howto.textile
Last active June 28, 2021 08:57
Wie man zu einem Cloak im IRC kommt

Cloaks gibts nicht mehr so wie früher

Den bronsen nicht fragen.

@dahu
dahu / gist:3986511
Last active April 22, 2024 13:02
Vim Motions
Large Object Motions:
(
)
{
}
[[
[]
][
]]
[m
@vwood
vwood / eav.sql
Created October 2, 2012 00:34
EAV in postgres
-- Entity Attribute Value Model in Postgres
CREATE TABLE public.entity (
id serial NOT NULL,
type varchar(25) NOT NULL,
PRIMARY KEY (id)
);
CREATE TABLE public.defined_attributes (
key varchar(25) NOT NULL,
@weakish
weakish / README.markdown
Last active December 18, 2023 05:58
#Solarized themes (dark and light) for #roxterm.