A simple guide to install PyQt5 on Mac OS X 10.9 (Maverick) and use python 3.4 on a virtualenv.
- xcode 5.1.1
- python 3.4.0
- Qt libraries 5.2.1
1 acorn: A Leiningen template for a ClojureScript setup with Figwheel, Austin, Om. | |
8 amp: Leiningen template for AMP (Alfresco Module Package) projects. | |
1 angular-cl2: A Leiningen template for using AngularJS and ChlorineJS | |
1 angular: Clojure and AngularJS in perfect harmony. | |
6 angular: Clojure and AngularJS in perfect harmony. $ lein new angular <name> | |
2 angularjs-app: Leiningen template for web application with http-kit and angularjs | |
5 angular-simple: Clojure and AngularJS $ lein new angular-simple <name> | |
1 aperiodic-cljs: My cljs development starting point. Basically ripped from lein-cljsbuild. | |
1 apijr: clojurescript project template | |
1 appfgo: 'lein new' template for Funcgo application |
find . -type f | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u |
find ./ -depth -name "* *" -execdir rename 's/ /_/g' "{}" \; |
for FILE in $(cat filenames.txt); do find ./ -iname $FILE; done; |
pbpaste | sort | pbcopy |
docker exec container-name psql -U user -d db-name -c "some sql" |
const regl = require('regl')(); | |
const mat4 = require('gl-mat4'); | |
const fNormals = require('face-normals'); | |
const unindex = require('unindex-mesh'); | |
const bunny = require('bunny'); | |
const pos = unindex(bunny); | |
const draw = regl({ | |
frag: ` |
week,date,time_start,time_end,duration,listed_title,top_category,listed_location,listed_project_officer,detail_category,notes | |
1,2018-11-07,08:00,11:00,3,Executive time,executive_time,Oval office,,executive_time, | |
1,2018-11-07,11:00,11:30,0.5,Meeting with the chief of staff,meeting,Oval office,,cos_meeting, | |
1,2018-11-07,11:30,12:30,1,Executive time,executive_time,Oval office,,executive_time, | |
1,2018-11-07,12:30,13:30,1,Lunch,lunch,Private dining room,,solo_lunch, | |
1,2018-11-07,13:30,17:00,3.5,Executive time,executive_time,Oval office,,executive_time, | |
1,2018-11-08,08:00,09:30,1.5,Executive time,executive_time,Oval office,,executive_time, | |
1,2018-11-08,09:30,09:40,0.1666666667,Depart the White House en route to Supreme Court of the United States,travel,,,domestic_travel, | |
1,2018-11-08,09:45,09:55,0.1666666667,Meet and greet with the supreme court justices,event,"Washington, DC",Emmet Flood,meet_greet, | |
1,2018-11-08,10:00,10:15,0.25,Investiture of the honorable Brett Kavanaugh,event,"Washington, DC",Emmet Flood,kavanau |