VirtualTam's bookmarks
89 bookmarks found
-
Android Design and Architecture Patterns
2018-04-22 Reference:
- https://developer.android.com/topic/libraries/architecture/guide.html
- https://developer.android.com/guide/topics/ui/index.html
MVC & MVP:
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter
- https://stackoverflow.com/questions/2056/what-are-mvp-and-mvc-and-what-is-the-difference
- blogs.infragistics.com/blogs/todd_snyder/archive/2007/10/17/mvc-or-mvp-pattern-whats-the-difference.aspx
Articles:
- https://www.raywenderlich.com/109843/common-design-patterns-for-android
- https://www.techyourchance.com/activities-android/
- https://www.techyourchance.com/mvp-mvc-android-1/
- http://antonioleiva.com/mvp-android/
Threads:
- https://stackoverflow.com/questions/4916209/which-design-patterns-are-used-on-android
- https://stackoverflow.com/questions/5915377/how-to-manage-application-state-in-android-for-the-iphone-developer
- https://stackoverflow.com/questions/37469370/android-design-pattern-to-manage-ui-elements
- https://stackoverflow.com/questions/3977864/design-pattern-for-view-navigation-in-android
-
UNIX History
2018-04-21 - https://www.levenez.com/unix/
- https://news.ycombinator.com/item?id=16317467
- https://www.reddit.com/r/linux/comments/7vojyq/is_there_a_podcast_on_the_history_of_unix/
- https://upload.wikimedia.org/wikipedia/commons/7/77/Unix_history-simple.svg
- https://en.wikipedia.org/wiki/Revolution_OS
- https://fosdem.org/2018/schedule/event/unix_evolution/
-
Not Invented Here
2018-04-20 > "Even if the code is ugly, it's often better to reuse and refactor than to rewrite"
-
ReactOS 0.4.8 released!! | ReactOS Project
2018-04-16 - https://www.reddit.com/r/linux/comments/8cf4em/reactos_48_released_primary_nt6_software_support/
- https://en.wikipedia.org/wiki/OpenVMS
- https://en.wikipedia.org/wiki/Dave_Cutler
- http://www.itprotoday.com/management-mobility/windows-nt-and-vms-rest-story
- http://www.roughlydrafted.com/2009/07/30/readers-write-how-microsoft-got-windows-nt/
-
Linux - Network over USB (usbnet)
2018-04-03 -
https://superuser.com/questions/145933/how-to-add-usbnet-driver-to-the-linux-kernel#145944
-
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/usb/usbnet.c
-
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/net/usb/cdc_ether.c
-
https://raspberrypi.stackexchange.com/questions/9636/usb-to-usb-mimicking-ethernet
-
https://www.raspberrypi.org/forums/viewtopic.php?f=36&t=131042
-
https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=130810
-
https://www.raspberrypi.org/forums/viewtopic.php?p=865905#p865905
-
https://raspberrypi.stackexchange.com/questions/13917/raspberry-pi-communication-over-usb
-
https://developer.ridgerun.com/wiki/index.php/How_to_use_USB_device_networking
-
http://www.ev3dev.org/docs/tutorials/connecting-to-the-internet-via-usb/
-
Bug Free, by Design
2018-04-02 - https://en.wikipedia.org/wiki/Poka-yoke
- https://refactoring.guru/smells/primitive-obsession
- https://blog.pragmatists.com/refactoring-from-anemic-model-to-ddd-880d3dd3d45f
- https://github.com/martinsson/BugsZero-Kata
- https://12factor.net/
- https://medium.com/@kelseyhightower/12-fractured-apps-1080c73d481c
-
The Chomskybot
2018-03-27 - http://www-personal.umich.edu/~jlawler/foggy.faq.html
- http://www-personal.umich.edu/~jlawler/foggy.lsp
- http://www-personal.umich.edu/~jlawler/fogcode.html
- https://en.wikipedia.org/wiki/Noam_Chomsky
- http://www-personal.umich.edu/~nelsonde/indexbots.html
- http://www.jfsowa.com/pubs/
- http://www.simonlaven.com/
- http://legacy.earlham.edu/~peters/courses/mm/mmlinks.htm
-
- https://github.com/Netflix/SimianArmy
- https://arstechnica.com/information-technology/2012/07/netflix-attacks-own-network-with-chaos-monkey-and-now-you-can-too/
- https://medium.com/netflix-techblog/netflix-chaos-monkey-upgraded-1d679429be5d
- https://medium.com/netflix-techblog/chaos-engineering-upgraded-878d341f15fa
- https://en.wikipedia.org/wiki/Chaos_Monkey
-
-
Trie - Wikipedia
2018-02-13 -
-
- https://www.instructables.com/id/Faux-Nixie-Tube-Clock/
- https://hackaday.io/project/18633-lixie-an-led-alternative-to-the-nixie-tube
- https://learn.adafruit.com/adafruit-neopixel-uberguide/the-magic-of-neopixels
- https://www.tindie.com/products/connornishijima/lixie-an-led-alternative-to-the-nixie-tube/
- https://en.wikipedia.org/wiki/Lightguide_display
- https://github.com/connornishijima/Lixie-arduino
- https://github.com/connornishijima/Lixie-arduino/blob/master/examples/ESP8266/ntp_clock/ntp_clock.ino
- https://imgur.com/gallery/mRSaP
- https://imgur.com/a/6soGR
- http://s1294.photobucket.com/user/mitchmarkin/library/Lixie%20Clock?sort=4&page=1
-
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
-