VirtualTam's bookmarks
94 bookmarks found
-
Part 1 - https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-one
- https://github.com/mbithenzomo/project-dream-team-one
- http://flask.pocoo.org/docs/0.12/config/
- http://flask.pocoo.org/docs/0.12/patterns/appfactories/
- http://flask.pocoo.org/docs/0.12/blueprints/
- http://flask-sqlalchemy.pocoo.org/2.2/config/
Part 2 - https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-two
Part 3 - https://scotch.io/tutorials/build-a-crud-web-app-with-python-and-flask-part-three
-
JSON data with SQLAlchemy and Flask
2017-05-19 -
Fonctionnement :
- http://verslaterre.org/viewtopic.php?f=122&t=2441
- http://forum.eco-bio.info/topic/1557-o%c3%b9-trouver-les-vers-de-lombricompostage/
- https://compost-et-vous.jimdo.com/op%C3%A9ration-lombricompostage-en-is%C3%A8re/les-bacs-%C3%A0-vers/les-mod%C3%A8les-bricol%C3%A9s/
- http://www.mondonville.fr/files/Presentation-LombriCompost_Jan_2011_V2.pdf
Trouver des vers :
À essayer :
- http://plus2vers.fr/espace-ressources/fabrication/
- http://www.instructables.com/id/Worm-bin-bag-for-indoor-vermicomposting-and-easy-s/#intro
- https://magazine.laruchequiditoui.fr/teste-pour-vous-le-lombricomposteur-sauce-krisprolls/
Modèles :
- http://www.eurolombric.fr/le_p_tit_denis_055.htm
- https://compost.ooreka.fr/fiche/voir/289903/fabriquer-un-lombricomposteur
- http://www.compostage.info/index.php?option=com_content&view=article&id=17&Itemid=16
- http://fr.jardins-animes.com/recycler-composter-lombricomposteur-c-939_72_18.html
- https://verslaterre.com/produit/lombricomposteur-city-worms/
Composants :
Options :
- http://www.eurolombric.fr/bac_de_decantation_215.htm
- http://www.pierre1911.fr/2015/11/dechets-les-lombricomposteurs-des-autres.html
Composter à Toulouse :
-
1 - https://www.rockpapershotgun.com/2016/07/22/future-of-procedural-generation-1/ 2 - https://www.rockpapershotgun.com/2016/08/05/how-to-procedurally-generate-religion-politics/ 3 - https://www.rockpapershotgun.com/2016/09/02/how-to-procedurally-generate-culture/ 4 - https://www.rockpapershotgun.com/2016/09/16/the-future-of-procedural-generation/
-
Docker + Golang = <3
2016-09-20 Build Go projects on-the-fly inside throwable containers
-
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
-
Arnold's Laws of Documentation
2016-03-02 (1) If it should exist, it doesn't. (2) If it does exist, it's out of date. (3) Only documentation for useless programs transcends the first two laws.
-
-
Implementation for OOP generic objects, starting with 3.5 : )