VirtualTam's bookmarks
280 bookmarks found
-
Ivan Ristić: Deploying Forward Secrecy
2017-06-16 -
- https://www.jeffgeerling.com/blog/2017/follow-questions-dont-drown-your-open-source-project
- http://www.michaelbromley.co.uk/blog/529/why-i-havent-fixed-your-issue-yet
- https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/
- http://blog.ffwll.ch/2017/01/maintainers-dont-scale.html
-
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
-
Testing Flask applications with pytest
2017-05-23 - http://alexmic.net/flask-sqlalchemy-pytest/ // https://gist.github.com/alexmic/7857543
- http://piotr.banaszkiewicz.org/blog/2014/02/22/how-to-bite-flask-sqlalchemy-and-pytest-all-at-once/
- http://flask.pocoo.org/docs/0.12/testing/
- https://docs.pytest.org/en/latest/
- https://pytest-flask.readthedocs.io/en/latest/
- https://stackoverflow.com/questions/28836893/how-to-send-requests-with-jsons-in-unit-tests
-
JSON data with SQLAlchemy and Flask
2017-05-19 -
-
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
-
Windows - Dynamic-Link Library Search Order
2017-05-02 - http://stackoverflow.com/questions/2463243/dll-search-on-windows
- https://msdn.microsoft.com/en-us/library/7d83bc18.aspx
- https://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx
- http://stackoverflow.com/questions/518228/is-it-possible-to-add-a-directory-to-dll-search-path-from-a-batch-file-or-cmd-sc
-
Packaging Cython applications
2017-05-02 - http://stackoverflow.com/questions/37471313/setup-requires-with-cython
- http://stackoverflow.com/questions/35497572/using-python-setuptools-to-put-cython-compiled-pyd-files-in-their-original-folde
- http://stackoverflow.com/questions/32528560/using-setuptools-to-create-a-cython-package-calling-an-external-c-library
- http://stackoverflow.com/questions/22214022/how-to-run-nosetests-in-a-project-using-cython
-
Building a DLL in Cygwin
2017-04-25 error: relocation truncated to fit: R_X86_64_PC32 against undefined symbol `len'
- https://cygwin.com/ml/cygwin/2014-04/msg00058.html
- https://stackoverflow.com/questions/10486116/what-does-this-gcc-error-relocation-truncated-to-fit-mean
- https://www.technovelty.org/c/relocation-truncated-to-fit-wtf.html
error: undefined symbols not allowed
- http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html
- http://stackoverflow.com/questions/17487891/libtool-undefined-symbols-not-allowedin-i686-pc-mingw32-shared#22884787
error: undefined reference to winmain
- http://stackoverflow.com/questions/33734016/undefined-reference-to-winmain-with-cygwin-and-cmake
- http://stackoverflow.com/questions/13871617/winmain-and-main-in-c-extended
Autotools:
- https://www.sourceware.org/autobook/autobook/autobook_135.html
- https://www.sourceware.org/autobook/autobook/autobook_136.html
- https://sourceware.org/autobook/autobook/autobook_137.html
- http://stackoverflow.com/questions/26151995/autotools-make-doesnt-create-dll-under-cygwin
- https://autotools.io/libtool/windows.html
Cygwin:
General:
-
- https://luxsci.com/blog/having-problems-sending-email-because-your-isp-is-blacklisted.html
- https://www.rackaid.com/blog/gmail-blacklist-removal/
- https://www.rackaid.com/blog/att-blacklist-removal/
- https://mxtoolbox.com/blacklists.aspx
- https://www.experts-exchange.com/questions/27195977/AT-T-IP-Blacklist.html
- https://forums.att.com/t5/2013-Archive/ATT-blacklist/td-p/2698965
-
via https://superuser.com/questions/466570/nmap-says-0-hosts-up-even-though-i-can-ping
$ nmap --unprivileged -e <INTERFACE> <OPTS...>
-
radare2
2017-04-18 - https://github.com/radareorg/radare2
- https://book.rada.re/
- https://book.rada.re/refcard/intro.html
- https://monosource.gitbooks.io/radare2-explorations/content/
- https://reverseengineering.stackexchange.com/questions/20540/how-to-print-the-value-of-register-with-radare-2
- https://reverseengineering.stackexchange.com/questions/18085/radare2-find-command-line-arguments-and-location-in-stack