VirtualTam's bookmarks
270 bookmarks found
-
Sphinx, apidoc and Django
2018-01-28 - https://stackoverflow.com/questions/34461088/sphinx-apidoc-on-django-build-html-failure-on-django-core-exceptions-appregistr
- https://stackoverflow.com/questions/19037649/using-sphinxs-sphinx-apidoc-utility-to-autogenerate-documentation-from-python-c
- https://stackoverflow.com/questions/46375983/sphinx-apidoc-strange-output-for-django-app-models-py
- http://www.sphinx-doc.org/en/stable/man/sphinx-apidoc.html
- https://github.com/sphinx-doc/sphinx/issues/2095
- https://samnicholls.net/2016/06/15/how-to-sphinx-readthedocs/
- http://www.sphinx-doc.org/en/stable/ext/napoleon.html
-
Behavior-driven development - Wikipedia
2017-12-06 -
Portmanteau algorithms
2017-11-12 - https://en.wikipedia.org/wiki/Portmanteau
- https://en.wikipedia.org/wiki/List_of_portmanteaus
- https://www-users.cs.umn.edu/~kluve018/portmanteau1.html
- http://pythonexample.com/snippet/python/portmanteaupy_rfong_python
- https://github.com/jamcowl/PORTMANTEAU-BOT
- https://gist.github.com/aparrish/5416755
-
Python - Logging and Multiprocessing
2017-11-09 - https://docs.python.org/3/library/logging.html
- https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue
- https://stackoverflow.com/questions/641420/how-should-i-log-while-using-multiprocessing-in-python
- https://stackoverflow.com/questions/21419323/multiprocessing-logging-lock-vs-queue
- https://github.com/jruere/multiprocessing-logging
-
- https://bitquabit.com/post/having-fun-python-and-elasticsearch-part-1/
- https://bitquabit.com/post/having-fun-python-and-elasticsearch-part-2/
- https://bitquabit.com/post/having-fun-python-and-elasticsearch-part-3/
- https://elasticsearch-py.readthedocs.io
- https://elasticsearch-dsl.readthedocs.io/
- https://docs.python.org/3.6/library/email.html
-
Watching a directory for file changes
2017-11-03 Python:
- http://brunorocha.org/python/watching-a-directory-for-file-changes-with-python.html
- https://github.com/gorakhargosh/watchdog
- https://stackoverflow.com/questions/182197/how-do-i-watch-a-file-for-changes
- https://stackoverflow.com/questions/136168/get-last-n-lines-of-a-file-with-python-similar-to-tail
C/C++:
-
- https://www.gamasutra.com/view/feature/6305/beyond_fa%C3%A7ade_pattern_matching_.php
- http://web.archive.org/web/20120320060043/http://ai-programming.com/bot_tutorial.htm
- https://www.slideshare.net/amyiris/ai-and-python-developing-a-conversational-interface-using-python
- http://www.nltk.org/api/nltk.chat.html
-
-
I've inherited 200K lines of spaghetti code -- what now? - Software Engineering Stack Exchange
2017-10-16 - https://softwareengineering.stackexchange.com/questions/6395/how-do-you-dive-into-large-code-bases
- https://softwareengineering.stackexchange.com/questions/6268/when-is-a-big-rewrite-the-answer
- https://www.red-gate.com/blog/software-development/legacy-code
- https://craftedsw.blogspot.ro/2011/06/change-in-attitude-legacy-code.html
- https://www.joelonsoftware.com/2000/04/06/things-you-should-never-do-part-i/
- https://www.reddit.com/r/PHP/comments/7blo1b/refactoring_huge_ci_2_application/
- https://leanpub.com/mlaphp
- https://softwareengineering.stackexchange.com/questions/184227/migrating-legacy-procedural-code-to-mvc-without-rewriting/184241
- https://www.reddit.com/r/PHP/comments/ax88ot/i_am_taking_on_a_custom_crappy_php_application/
-