VirtualTam's bookmarks
274 bookmarks found
-
- 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
-
- https://github.com/docker-library/redis/issues/159
- https://gist.github.com/kapkaev/4619127
- https://stackoverflow.com/questions/19581059/misconf-redis-is-configured-to-save-rdb-snapshots
- https://stackoverflow.com/questions/42502636/unable-to-save-in-background-redis-server
- https://people.redhat.com/nhorman/papers/rhel4_vm.pdf
-
AWS Command Line Interface
2018-10-23 -
-
Markdown — Sphinx documentation
2018-10-21 -
Namespaces - Kubernetes
2018-10-11 - https://kubernetes.io/docs/tasks/administer-cluster/namespaces-walkthrough/
- https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
- https://kubernetes.io/blog/2016/08/kubernetes-namespaces-use-cases-insights/
- https://stackoverflow.com/questions/51178158/namespace-per-deployment-in-kubernetes
-
Jenkins Job DSL Plugin
2018-09-25 - https://github.com/jenkinsci/job-dsl-plugin/wiki
- https://stackoverflow.com/questions/47206215/environmentvariables-not-working-for-jenkins-job-dsl-and-pipeline-jobs
- https://stackoverflow.com/questions/33792633/using-jenkins-job-dsl-to-set-polling-ignores-commits-in-certain-paths-for-git
- https://github.com/jenkinsci/job-dsl-plugin/wiki/User-Power-Moves
- https://stackoverflow.com/questions/43699190/seed-job-asks-for-script-approval-in-jenkins
- https://groups.google.com/forum/#!msg/job-dsl-plugin/jueturR7sCo/2BCz2rRWBAAJ
- https://github.com/Praqma/JenkinsAsCodeReference
-
-
time - The Go Programming Language
2018-09-23 - https://golang.org/pkg/time/#example_Parse
- https://stackoverflow.com/questions/6589636/date-parsing-in-go
- https://stackoverflow.com/questions/40939261/golang-parse-strange-date-format
- https://gobyexample.com/time-formatting-parsing
- https://medium.com/@Martynas/formatting-date-and-time-in-golang-5816112bf098