VirtualTam's bookmarks
11 bookmarks found
Page 1 of 1
-
Fly.io - JIT Wireguard
2024-03-31 What if, instead of pushing [user] configs to gateways, we had the gateways pull them from our API on demand?
-
- Melody with chords. Chord diagrams described on top of the score.
- Fret diagrams explained and developed
- https://music.stackexchange.com/questions/47957/lilypond-is-there-a-way-to-create-a-song-with-just-lyrics-and-chords-without-t
- http://danlovesguitars.com/2011/12/fret-diagrams-for-chords-scales-or-licks/#lilypond
- https://github.com/lilypond/lilypond/blob/master/ly/string-tunings-init.ly
-
mkzombie
2015-03-15 This program creates one or more zombies and a daemon their leader. It can be used to replenish system zombies, or to feed the init monster.
-
Transifex client - Usage memo
2014-11-12 1# setup a transifex virtualenv 2virtualenv2 VENV; source VENV/bin/activate; pip install transifex-client 3 4# global config: ~/.transifexrc 5# this step can be omitted, as 'tx init' will create the file if it doesn't exist 6[https://www.transifex.com] 7username = User 8token = 9password = un54f3_p4ssw0rd! 10hostname = https://www.transifex.com 11 12# setup example project 13mkdir example; cd example 14tx init 15tx set --auto-remote https://www.transifex.com/projects/p/my-project/ 16 17# get the files 18tx pull -l pt_BR 19 20# edit things 21poedit / linguist-qt4 22 23# push to transifex 24tx push -t
Page 1 of 1