VirtualTam's bookmarks
143 bookmarks found
-
CMake: How To Find Libraries
2016-11-15 -
Hypothesis - property-based testing
2016-10-04 manifesto https://hypothesis.readthedocs.io/en/latest/manifesto.html code https://github.com/HypothesisWorks/hypothesis-python/ doc https://hypothesis.readthedocs.io/en/latest/index.html w/ pytest http://hypothesis.works/articles/hypothesis-pytest-fixtures/ https://developers.redhat.com/blog/2016/06/24/the-hypothesis-testing-library-for-python-an-introduction/
-
Taco Bell Programming
2016-09-07 -
STLport: An Interview with A. Stepanov
2016-09-04 -
Conan | C/C++ Open Source Package Manager
2016-08-15 -
Implementation for OOP generic objects, starting with 3.5 : )
-
1for i in $(find /usr/lib -type f -name '*.so.*'); do 2 nm -D $i | grep MY_SYMBOL; 3 [[ $? -eq 0 ]] && echo $i; 4done
adapted from http://narkive.com/a1rT9Efg.8
-
Snap.svg
2015-07-13 Javascript library to handle SVG images
-
CheckiO | Solve puzzles with Python!
2014-11-17 Plenty of fun tasks, riddles and puzzles to solve altogether with learning Python!
Get ready for:
- basic Python exercises (data structures, language features, common libraries)
- a handful exercises on string and data processing
- algorithmics! pathfinding, map exploration, optimization...
-
#inqlude | The Qt library archive
2014-11-16