VirtualTam's bookmarks
171 bookmarks found
-
Useful when you don't want to pull the LibreOffice suite:
$ unzip -qc "$1" ppt/slides/slide*.xml | grep -oP '(?<=<a:t>).*?(?=</a:t>)'
-
Javascript libs to deal with musical stuff
2016-08-20 Libs:
- https://github.com/Tonejs/Tone.js
- https://github.com/0xfe/vexflow
- https://github.com/saebekassebil/teoria
- https://github.com/JasonStorey/teoria-chord-progression
- https://github.com/danigb/tonal
- https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
Math:
Seq:
Tools:
Examples:
- https://blog.codepen.io/2017/03/17/best-music-pens-codepen/
- https://css-tricks.com/introduction-web-audio-api/
- https://github.com/paulrosen/abcjs
- https://codepen.io/jakealbaugh/
- https://github.com/jakealbaugh/random_commander
- https://github.com/lautr3k/Looper.js
- https://github.com/desandro/arpeggiator
- https://github.com/nicroto/viktor
- https://github.com/yamaha-webmusic/webmusicplatform
FX
-
UK Government - Digital Service Standard
2016-08-16 - Understand user needs
- Do ongoing user research
- Have a multidisciplinary team
- Use agile methods
- Iterate and improve frequently
- Evaluate tools and systems
- Understand security and privacy issues
- Make all new source code open
- Use open standards and common platforms
- Test the end-to-end service
- Make a plan for being offline
- Make sure users succeed first time
- Make the user experience consistent with GOV.UK
- Encourage everyone to use the digital service
- Collect performance data
- Identify performance indicators
- Report performance data on the Performance Platform
- Test with the minister
-
verateam / vera++ / wiki / Home — Bitbucket
2016-08-15 Vera++ is a programmable tool for verification, analysis and transformation of C++ source code.
-
Super-fast and efficient file searching tool, also quite convenient when it comes to its options ;-)
-
stefankoegl/python-json-pointer · GitHub
2015-09-23 Python implementation of JSON Pointer - RFC 6901
See:
-
Plenty of ideas to optimize / smooth your development flow in Tuxland ;-)
-
Review of PHP Static Analysis Tools
2015-02-22 -
To import a certificate to a Java keystore:
$ keytool -import -alias <alias> -file <file>.crt -keystore <keystore>
Example (Linux w/ OpenJDK 7):
$ /usr/lib/jvm/java-7-openjdk-amd64/bin/keytool -import -alias <alias> -file <file>.crt -keystore /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/cacerts
-
Starting and Accessing Jenkins
2015-01-09 To increase the memory allocated and available:
# /etc/default/jenkins JAVA_ARGS="-Xms4G -Xmx16G -Djava.awt.headless=true"
See also
- Jenkins performance hints: http://soldering-iron.blogspot.com/2014/01/jenkins-performance-hints.html
- Java commandline options: http://docs.oracle.com/javase/7/docs/technotes/tools/windows/java.html