VirtualTam's bookmarks
126 bookmarks found
-
Ivan Ristić: Deploying Forward Secrecy
2017-06-16 -
Minitel | Hackaday
2017-05-29 - https://www.minitel.org/
- http://www.minitel.us/
- https://tonyisageek.blogspot.fr/p/telic-alcatel-minitel-running-as-usb.html
- http://mirabellug.org/wikini/upload/Documentations_minitel.pdf
- https://serverfault.com/questions/176822/how-do-i-use-a-minitel-terminal-as-a-linux-dumb-terminal
- http://furrtek.free.fr/index.php?a=telinux
-
Publicly Available Spam Filter Training Sets
2017-05-05 - http://www.paulgraham.com/spamarchives.html
- http://untroubled.org/spam/
- https://spamassassin.apache.org/old/publiccorpus/
- https://github.com/dmitrynogin/SpamAssassin
- http://archive.ics.uci.edu/ml/datasets/Spambase + http://statweb.stanford.edu/~tibs/ElemStatLearn/
- https://inclass.kaggle.com/c/adcg-ss14-challenge-02-spam-mails-detection
- https://www.kaggle.com/rtatman/fraudulent-email-corpus
- https://www.kaggle.com/veleon/ham-and-spam-dataset
- https://www.kaggle.com/beatoa/spamassassin-public-corpus
- http://www.csmining.org/index.php/spam-assassin-datasets.html
- http://artinvoice.hu/spams/
- http://www2.aueb.gr/users/ion/data/enron-spam/
- https://security.stackexchange.com/questions/223731/spamassassin-public-corpus
-
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 :
-
squid : Optimising Web Delivery
2016-11-29 -
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/
-
- https://wiki.linaro.org/LAVA
- https://wiki.debian.org/LAVA
- https://lava.debian.net/
- https://lava.debian.net/static/docs/v2/index.html
- https://validation.linaro.org/static/docs/v2/first-installation.html
- https://validation.linaro.org/static/docs/v2/pipeline-admin.html
- https://validation.linaro.org/static/docs/v2/development-intro.html
- https://www.linaro.org/blog/lava-blog/lava-fundamentals/
- https://git.linaro.org/?s=lava%2Flava
-
Super-fast and efficient file searching tool, also quite convenient when it comes to its options ;-)
-
-
Up-to-date fork of the DJango Book, with additional content \o/
-
Excellent overview of Docker components: images, repositories, index
-
Index of PHP Standard Recommendations
2015-03-12 - PSR-1 Basic Coding Standard - http://www.php-fig.org/psr/psr-1/
- PSR-2 Coding Style Guide - http://www.php-fig.org/psr/psr-2/
-
Linux Control Groups
2015-02-14 -
ALSA: multiple USB sound cards
2015-01-12 # /etc/modprobe.d/snd_usb_audio.conf options snd_usb_audio vid=<vid1>,<vid2> pid=<pid1>,<pid2> index=<index1>,<index2> enable=1,1
example:
# 5: M-Audio Fast Track Pro # 6: Focusrite Scarlett 6i6 options snd_usb_audio vid=0x763,0x1235 pid=0x2012,0x8012 index=5,6 enable=1,1
See also: http://alsa.opensrc.org/MultipleCards