The process is straightforward with a few pitfalls. First initialize the OpenEmbedded build environment: git clone git://git.openembedded.org/openembedded-core oe-core cd oe-core git clone git://git.openembedded.org/bitbake bitbake git checkout krogoth…
Comparison Considered many visualization frameworks. PyQt(and all related libs) GPL Expensive license PySide Unmaintained No Qt 5.x port Electron(Three.js) WebGL based Overhead in performance Kivy No retina support MIT, big plus…
Laravel Valet is a great tool for experimenting with PHP code on Mac OS X. However, its configuration is a little bit different to conventional HTTP servers (Apache, nginx, etc.). Instead of URL rewriting in…
Combining multiple first pages is a common task in form and document filling, as well as archiving. It can be done in two snippets: for file in *.pdf ; do pdfseparate -f 1 -l 1 "…
This post is just a note of all the procedures required to get Harbormaster and Drydock working for automatic builds. Setting up Almanac First add a new Network in Almanac. Then add a Almanac Device…