VirtualTam's bookmarks
305 bookmarks found
-
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/
-
Audacity themes
2016-08-30 To enable theming, append the following section to ~/.audacity-data/audacity.cfg
[Theme] LoadAtStart=1
This will load any theme resource located under ~/.audacity-data/Theme/ImageCache.png
Some themes:
-
UK Government - Digital Service Standard
2016-08-16 - Understand user needs
- Do ongoing user research
- Have a multidisciplinary team
- Use agile methods
- Iterate and improve frequently
- Evaluate tools and systems
- Understand security and privacy issues
- Make all new source code open
- Use open standards and common platforms
- Test the end-to-end service
- Make a plan for being offline
- Make sure users succeed first time
- Make the user experience consistent with GOV.UK
- Encourage everyone to use the digital service
- Collect performance data
- Identify performance indicators
- Report performance data on the Performance Platform
- Test with the minister
-
Le Petit Metalleux Illustré : Big Brother
2016-07-06 -
Filtering Data with PHP
2015-11-16 -
csv [sebsauvage]
2015-07-24 MOUHAHAHAHAHAHAHA
- Alors comme ça tu veux faire du CSV ?
- Et tu crois vraiment que tu peux écrire toi-même facilement un parseur de CSV ?
- Tu crois vraiment qu'il te suffit de faire un bête split() sur chaque ligne du fichier pour t'en sortir ???
- T'es vraiment sûr que t'as pensé à tout ?
-
Welcome — Statistics Done Wrong
2015-07-20 What not to do with data!
-
scikit-learn - Machine Learning in Python
2015-04-26 -
SQLite Memo
2015-03-14 Common ops & clauses:
- CREATE TABLE - https://www.sqlite.org/lang_createtable.html
- ALTER TABLE - https://www.sqlite.org/lang_altertable.html
- UPDATE - https://www.sqlite.org/lang_update.html
-
-
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...