VirtualTam's bookmarks
141 bookmarks found
-
Sound on Sound | Synth Secrets Series
2017-08-04 Archives:
- https://web.archive.org/web/20130823114626/http://www.soundonsound.com/sos/allsynthsecrets.htm
- https://web.archive.org/web/20150629000747/http://www.soundonsound.com/AllIssues.php
- https://web.archive.org/web/20130723020457/http://www.soundonsound.com/search?PageSize=80&page=1&Keyword=%22synth%20secrets%22&Words=All&Summary=Yes
-
-
Ivan Ristić: Deploying Forward Secrecy
2017-06-16 -
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
-
- https://toastersecurity.blogspot.de/2015/12/understanding-tcp-with-python-part-1.html
- https://toastersecurity.blogspot.de/2015/12/understanding-and-manipulating-tcp-with.html
- https://toastersecurity.blogspot.de/2015/12/tcp-103-port-scanning-with-scapy.html
- https://toastersecurity.blogspot.de/2015/12/dos-101-ping-of-death.html
-
PyCharm + Windows
2017-04-17 PyCharm setup
- https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC
- https://www.jetbrains.com/help/pycharm/2017.1/git.html
- https://confluence.jetbrains.com/display/PYH/Using+PyCharm%27s+Git+integration+locally
- https://www.jetbrains.com/help/pycharm/2017.1/run-debug-configuration-tox.html
- https://www.jetbrains.com/help/pycharm/2017.1/configuring-colors-and-fonts.html
- https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide
Environment
- doesn't work with Git from Cygwin
- https://git-for-windows.github.io/
- https://www.python.org/downloads/
- https://github.com/jkaving/intellij-colors-solarized
- http://ethanschoonover.com/solarized
- https://fonts.google.com/specimen/Noto+Sans
- https://www.microsoft.com/en-us/download/details.aspx?id=44266
Packages
-
- Part 1: https://goo.gl/pHeXe7
- Part 2: https://goo.gl/UuN41S
-
- http://www.dnspython.org/docs/1.15.0/
- http://www.dnspython.org/examples.html
- https://stackoverflow.com/questions/5235569/using-the-dig-command-in-python#5237068
- https://www.safaribooksonline.com/library/view/python-for-unix/9780596515829/ch14.html
- https://stackoverflow.com/questions/17681230/how-make-dns-queries-in-dns-python-as-dig-with-aditional-records-section
- https://stackoverflow.com/questions/13842116/how-do-we-get-txt-cname-and-soa-records-from-dnspython
-