VirtualTam's bookmarks
234 bookmarks found
-
- http://espressif.com/products/hardware/esp8266ex/overview/
- http://espressif.com/en/products/hardware/esp8266ex/resources
- https://github.com/espressif/esptool
- https://esp8266.ru/esplorer/
- https://github.com/nodemcu/nodemcu-firmware
- https://medium.com/bonus-thoughts/getting-started-with-the-esp8266-a94a85de5174
- https://blog.hackster.io/a-wi-fi-analyzer-inside-of-a-tic-tac-container-9f76483d245a
- https://medium.com/tag/esp8266
- https://github.com/dgolak/esp8266
- https://twitter.com/ESP8266
- https://github.com/esp8266
- https://github.com/esp8266/Arduino
-
The Lost Art of C Structure Packing
2017-07-18 -
syscalls(2) - Linux manual page
2017-05-30 -
Beej's Guide to Network Programming
2017-05-16 -
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
-
Autotools - A Practitioner's Guide to GNU Autoconf, Automake, and Libtool (article series)
2017-04-27 Updated published book: http://shop.oreilly.com/product/9781593272067.do
-
C+Python and core dumps - Stack Overflow
2017-04-26 - http://plasmodic.github.io/ecto/ecto/usage/external/debugging.html
- https://lists.gt.net/python/python/1132756
1$ gdb --args python script.py 2[... GDB info ...] 3(gdb) run 4[... oooh crashes \o/ ...] 5(gdb)