VirtualTam's bookmarks
166 bookmarks found
-
maven - How to list all activated profiles in mvn in a multimodule project - Stack Overflow
2016-12-01 $ mvn help:all-profiles $ mvn help:active-profiles $ mvn help:active-profiles -P profile1 -P profile2
-
-
1# from a virtualenv 2$ pip list --outdated
-
-
Context: replace spaces by dashes in a script-generated HTML file's links
1awk -F\' 'm = /a href/ { gsub(/ /,'-',$2); print$1'\''$2'\''$3} !m {print $0}'
-
PileDébordement franchouillard :)
-
- https://en.wikipedia.org/wiki/SHA-1
- http://stackoverflow.com/questions/1867191/probability-of-sha1-collisions
- http://en.wikipedia.org/wiki/Birthday_problem
Some thoughts we had while toying with Gerrit, which artificially tracks different commits to group them as "patch sets", by using a Change-Id SHA-1 in the commit message:
-
Awesome thread! The topvoted comments show extremely good - yet simple - reasons to become a unit test maniac ;-)
See also:
-
Are there any worse sorting algorithms than Bogosort (a.k.a Monkey Sort)? - Stack Overflow
2014-11-18 You had me at "Bogobogosort", Internet!