After some time googling ...
I've found this package: http://update.devolo.com/linux/apt/pool/main/a/adobeair/adobeair_2.6.0.19170-devolo1_i386.deb
And that's all
domingo, 10 de agosto de 2014
viernes, 8 de agosto de 2014
jueves, 7 de agosto de 2014
martes, 15 de julio de 2014
Code Kata Password Validator
I'va wacthed the Carlos Ble's screen cast and I've done the exercise in java.
The code lives in GitHub
Happy Kata!!
The code lives in GitHub
Happy Kata!!
martes, 3 de junio de 2014
MSTest Assert.AreEqual with List
I was doing sms code kata with tdd. I´ve found the problem with the Assert.AreEqual with list<T>.
CollectionAssert.AreEquivalent(listOne, listTwo) is the solution source
CollectionAssert.AreEquivalent(listOne, listTwo) is the solution source
Suscribirse a:
Comentarios (Atom)