@@ -361,3 +361,112 @@ bower component
3613612014-07-30 11:42 #kaku https://www.youtube.com/watch?v=OUVw6Pn6GTg future of the mind
362362
3633632014-07-30 11:44 wayfinder cream- the might wu-tang youtube-dl https://www.youtube.com/watch?v=PBwAxmrE194
364+
365+ 2014-08-05 12:45 tasha setup done, populate trello
366+
367+ 2014-08-05 17:29 #timelog imag stub + trello
368+
369+ 2014-08-06 17:46 codeacademy ruby 9hours
370+
371+ 2014-08-06 18:36 codeacademy 100 exercises
372+
373+ 2014-08-08 09:02 #localhost local development webapp for local git repo CI
374+ initialise test runs on watch
375+
376+ run and graph performance
377+ test trends and status
378+ coverage
379+ documentation
380+
381+ # Local CI
382+ - jenkins: http://matschaffer.com/2012/04/local-jenkins-server/
383+
384+ - https://github.com/jolicode/JoliCi (docker) #php
385+ - https://getcomposer.org #php
386+ - laravel #php
387+ - https://packagist.org #php
388+ - cheap hosting #php
389+
390+ http://www.dabapps.com/blog/python-tools-local-continuous-integration/
391+ https://github.com/brunobord/tdaemon
392+ +coviolations
393+ https://coviolationsio.readthedocs.org/en/latest/
394+
395+ tdaemon => generate html => nikola style auto reload / websockets
396+
397+ test profiling
398+ nosetest
399+ pytest
400+ http://pytest.org/latest/example/simple.html # --durations=3
401+
402+ https://zapier.com/engineering/profiling-python-boss/
403+ https://github.com/zapier/profiling-python-like-a-boss
404+
405+ http://stackoverflow.com/questions/582336/how-can-you-profile-a-python-script
406+ http://pycallgraph.slowchop.com/en/latest/
407+
408+ https://code.google.com/p/jrfonseca/wiki/Gprof2Dot
409+ http://stackoverflow.com/a/13830132/5549
410+ $ sudo apt-get install graphviz
411+ $ git clone https://code.google.com/p/jrfonseca.gprof2dot/ gprof2dot
412+ $ ln -s "$PWD"/gprof2dot/gprof2dot.py ~/bin
413+ $ cd $PROJECT_DIR
414+ $ gprof2dot.py -f pstats profile.pstats | dot -Tsvg -o callgraph.svg
415+
416+
417+ roll your own
418+ http://www.huyng.com/posts/python-performance-analysis/
419+ cProfile + lineprofiler
420+ http://pymotw.com/2/profile/
421+
422+
423+ ## changes coviolations
424+ ## changes init
425+ init project
426+ - gh (/bb) new repo
427+ - hub < rvm < ruby
428+
429+ - changes: initialise
430+ - new gh repo
431+ - cookiecutter api <configured list of changes compatible templates>
432+ - autoenv helpers
433+
434+ # pennant: python coding conventions
435+
436+ # Rubyista
437+ - http://www.sinatrarb.com #ruby
438+ - http://rubyonrails.org #ruby
439+ - hosting #heroku
440+
441+ # JavaAddict
442+ - playframework #java
443+ - dropwizard #java
444+ - hosting #google code
445+
446+ # Snaky
447+ - flask + batteries
448+ - sqlite / peewee
449+ - djrf
450+ - rq
451+
452+ 2014-08-08 11:26 cookiecutter: extra context cli and parameter validation
453+
454+ 2014-08-08 17:54 #refactor with requests and functions: porcelain api https://github.com/GoogleCloudPlatform/Solutions-Using-ETL-tool-on-Google-Compute-Engine/blob/master/gce_api.py
455+
456+ 2014-08-09 11:26 #teaching #programming #python http://www.curiousefficiency.org/posts/2014/08/python-teaching-suggestions.html
457+
458+ 2014-08-09 11:29 http://robert.ocallahan.org/2014/08/choose-firefox-now-or-later-you-wont.html #firefox back to firefox?
459+
460+ 2014-08-09 11:35 http://computableapp.com/ ipad ipython notebook
461+
462+ 2014-08-19 12:41 The toolbox: ubuntu, i3m, feh, ranger, terminator, chromium, gvim
463+ http://crunchbang.org/forums/viewtopic.php?id=27644
464+ https://www.digitalocean.com/community/tutorials/installing-and-using-ranger-a-terminal-file-manager-on-a-ubuntu-vps
465+ http://linuxtidbits.wordpress.com/2008/04/08/using-feh-as-the-default-picture-browser/
466+ http://man.finalrewind.org/1/feh/
467+ http://feh.finalrewind.org/examples/
468+ https://faq.i3wm.org/question/279/how-do-you-use-i3-comfortably/
469+ http://www.linux.com/learn/tutorials/766143-how-to-use-the-superfast-i3-tiling-window-manager-on-linux
470+ http://portland.freedesktop.org/xdg-utils-1.0/xdg-mime.html
471+ http://stackoverflow.com/questions/2060284/how-to-use-the-xdg-mime-command
472+ http://blog.radevic.com/2012/02/how-to-set-default-apps-aka-how-to-use.html
0 commit comments