vrijdag 4 november 2016
git tutorial
https://www.atlassian.com/git/tutorials/comparing-workflows/centralized-workflow
simian output in jenkins build server
<property name="simian.file" value=""/>
<property name="path.simian" value="c:\projecten\buildserver\simian-2.4.0\bin\simian-2.4.0.exe"/>
<target name = "simian" failonerror="false">
<echo message="START DRY CHECK: " />
<exec program="${path.simian}" verbose="true" output="C:\projecten\buildserver\buildoutput\build\evbox-simian.xml">
<arg line="-threshold=10"/>
<arg line="-formatter=xml"/>
<arg line="-failOnDuplication-"/>
<arg line="C:\projecten\evbox-backoffice\backoffice\**\*.cs"/>
</exec>
<echo message="REMOVING INVALID LINES FROM XML " />
<loadfile file="C:\projecten\buildserver\buildoutput\build\evbox-simian.xml" property="simian-file">
<filterchain>
<replacestring from="Similarity Analyser 2.4.0 - http://www.harukizaemon.com/simian" to="" ignorecase="true" />
<replacestring from="Copyright (c) 2003-2015 Simon Harris. All rights reserved." to="" ignorecase="true" />
<replacestring from="Simian is not free unless used solely for non-commercial or evaluation purposes." to="" ignorecase="true" />
</filterchain>
</loadfile>
<echo message="${string::trim(simian-file)}" file="C:\projecten\buildserver\buildoutput\build\evbox-simian-clean.xml"/>
</target>
woensdag 26 oktober 2016
BDD javascript using Jasmine - babysteps
BDD using Jasmine, hello world tutorial
https://www.youtube.com/watch?v=nH1Amt_JHLg
maandag 3 oktober 2016
zondag 2 oktober 2016
zaterdag 1 oktober 2016
maandag 27 juni 2016
code combat
brilliant way to teach kids (4-99 yrs) about programming!
https://codecombat.com/
https://codecombat.com/
dinsdag 24 mei 2016
USB control
http://www.developerfusion.com/article/84338/making-usb-c-friendly/
http://www.icsharpcode.net/OpenSource/SharpUSBLib/default.aspx
http://www.florian-leitner.de/index.php/2007/08/03/hid-usb-driver-library/
https://channel9.msdn.com/coding4fun/articles/Is-that-you-Writing-Better-Software-for-Cool-USB-Hardware
donderdag 17 maart 2016
digitally painting a pencil sketch in Krita
http://www.davidrevoy.com/article239/cleaning-blue-lines-sketch-in-krita
http://theratutorial.tumblr.com/post/65808232987/removing-blue-lines-from-a-drawing-the-rise-of
http://theratutorial.tumblr.com/post/65808232987/removing-blue-lines-from-a-drawing-the-rise-of
dinsdag 15 maart 2016
code newbie podcasts
http://www.codenewbie.org/podcast
dinsdag 9 februari 2016
quote pippi langkous
“I have never tried that before, so I think I should definitely be able to do that.”
― Astrid Lindgren, Pippi Longstocking
maandag 1 februari 2016
zaterdag 30 januari 2016
Learning programming can be fun and gamified
https://codefights.com/home
An online programming tournament environment where you can solve challenges in a single player, head-to-head or tournament mode
http://rosalind.info/problems/locations/
Rosalind is a platform for learning bioinformatics and programming through problem solving
https://projecteuler.net/
Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve
vrijdag 29 januari 2016
speurtocht technieken
Goed overzicht van kompas lezen, bolleke schema's, morse, etc. in NL
http://www.themission.be/technieken.php
SketchNotes
Sketchnoting tips
http://www.learnnuggets.com/2013/09/sketchnote-school-6-steps-to-great-conference-sketchnotes/
Sasha Chua
http://sachachua.com/blog/
Mike Rhode
Dan Roam
vrijdag 22 januari 2016
recommended books and reference in todays agile training
books & references I recommended in a customer training
Scrum Guide (16 pagina’s pdf)
Product Vision Board (blog artikel + template)
Agile Inception Deck (blog artikel + powerpoint
template)
Root Cause Analysis (pdf)
User Story Mapping (blog artikel)
A3
thinking (boek, wel ok, ik zoek nog naar iets concreters)
Impact Mapping (boek)
The Phoenix Project (boek)
dinsdag 5 januari 2016
7 part tutorial on Angular
Getting started with Angular
1
http://www.ng-newsletter.com/posts/beginner2expert-how_to_start.html
2
http://www.ng-newsletter.com/posts/beginner2expert-scopes.html
3
http://www.ng-newsletter.com/posts/beginner2expert-data-binding.html
4 en 5
http://www.ng-newsletter.com/posts/beginner2expert-directives.html
6
http://www.ng-newsletter.com/posts/beginner2expert-services.html
7
http://www.ng-newsletter.com/posts/beginner2expert-config.html
1
http://www.ng-newsletter.com/posts/beginner2expert-how_to_start.html
2
http://www.ng-newsletter.com/posts/beginner2expert-scopes.html
3
http://www.ng-newsletter.com/posts/beginner2expert-data-binding.html
4 en 5
http://www.ng-newsletter.com/posts/beginner2expert-directives.html
6
http://www.ng-newsletter.com/posts/beginner2expert-services.html
7
http://www.ng-newsletter.com/posts/beginner2expert-config.html
Abonneren op:
Posts (Atom)