VirtualTam's bookmarks
48 bookmarks found
-
- https://lemariva.com/blog/2019/08/raspberry-pi-e-paper-display-widgets
- https://github.com/lemariva/ePaperWidgets
- https://www.banggood.com/Waveshare-7_5-Inch-E-ink-Screen-Module-e-Paper-Display-SPI-Type-B-For-Arduino-Raspberry-Pi-p-1365284.html?p=QW0903761303201409LG&custlinkid=463846&cur_warehouse=CN
-
ngrep: grep applied to the network layer
2018-12-22 A PCAP-based tool that allows you to specify an extended regular or hexadecimal expression to match against data payloads of packets. It understands many kinds of protocols, including IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw, across a wide variety of interface types, and understands BPF filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.
-
-
Effective Go - Embedding
2018-09-20 - https://stackoverflow.com/questions/31505587/how-can-two-different-types-implement-the-same-method-in-golang-using-interfaces
- https://stackoverflow.com/questions/34079466/golang-embedded-struct
- https://github.com/golang/go/issues/22013
- https://golang.org/doc/faq#inheritance
- https://golang.org/doc/faq#Is_Go_an_object-oriented_language
- https://travix.io/type-embedding-in-go-ba40dd4264df
-
- http://www.programmerfriendly.com/best-monitor-for-programming/
- https://www.slothygeek.com/best-monitor-for-programming/
- https://www.quora.com/What-is-the-best-type-of-computer-monitor-for-coding
- https://www.144hzmonitors.com/other/best-monitor-for-programming-and-coding/
- https://www.reddit.com/r/Monitors/comments/32nkbc/best_programming_monitors_12_hrs_daily_usage/
- http://www.gomechanicalkeyboard.com/other-reviews/best-monitor-for-programming-coding/
-
- https://github.com/qmk/qmk_firmware
- https://colemak.com/
- https://www.scorpia.co.uk/2016/03/17/using-usb-type-c-on-hobyist-projects/
- http://www.embedded.com/electronics-blogs/benson-s-blocks/4442214/USB-Type-C-in-a-Micro-B-world
- https://sgotti.me/post/atreus-keyboard-build-log/
- https://atreus.technomancy.us/
-
- https://www.quora.com/What-are-good-Python-interview-questions
- https://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/
- https://resources.workable.com/python-developer-interview-questions
- https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru/2576240#2576240
- https://docs.python.org/3/tutorial/
- https://www.reddit.com/r/Python/comments/6v0amj/the_more_i_learn_about_python_the_more_i_realized/
- https://github.com/00111000/Imports-in-Python
Language:
- GIL
- memory management, object references
- data structures
- duck typing
- monkey patching
- generators
- list & dict comprehensions
- decorators
- introspection
- ...
Development tools:
- debugging
- packaging
- lint
- testing: unitary, functional, TDD, BDD
Libraries:
- data parsing
- data scraping
- database management
- http requests
- web frameworks
- ...
-
JSON data with SQLAlchemy and Flask
2017-05-19