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 27 juni 2016

code combat

brilliant way to teach kids (4-99 yrs) about programming!

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

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

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 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)