VirtualTam's bookmarks
266 bookmarks found
-
- https://kernelnewbies.org/FAQ/CodeBrowsing
- https://stackoverflow.com/questions/33676829/vim-configuration-for-linux-kernel-development
- https://stackoverflow.com/questions/3828157/how-to-use-cscope
- https://stackoverflow.com/questions/934233/cscope-or-ctags-why-choose-one-over-the-other
- https://github.com/vivien/vim-linux-coding-style
- https://github.com/Valloric/YouCompleteMe
- https://valloric.github.io/YouCompleteMe/
- http://vim.wikia.com/wiki/Cscope
- http://cscope.sourceforge.net/cscope_vim_tutorial.html
- https://www.embeddedarm.com/blog/tag-jumping-in-a-codebase-using-ctags-and-cscope-in-vim/
-
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"
-
Dracut emergency shell
2018-04-20 - https://superuser.com/questions/1244536/dracut-emerg-shell-mount-lvm2-volume
- https://unix.stackexchange.com/questions/207593/how-to-make-lvms-at-available-boot-kernel-panic-dracut-cannot-find-logical-vo
- https://serverfault.com/questions/893721/centos7-dracut-lvm-command-not-found
- https://www.novell.com/coolsolutions/appnote/19386.html
- https://fedoraproject.org/wiki/How_to_debug_Dracut_problems
- https://kb.vmware.com/s/article/1002402
- https://forums.fedoraforum.org/showthread.php?294909-Need-dracut-emergency-shell-help-regenerate
-
- https://github.com/ranger/ranger
- https://github.com/ranger/ranger/wiki/Official-user-guide
- https://bloerg.net/2012/10/17/ranger-file-manager.html
- https://www.digitalocean.com/community/tutorials/installing-and-using-ranger-a-terminal-file-manager-on-a-ubuntu-vps
- https://wiki.archlinux.org/index.php/Ranger
-
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/
-
Validating Atom and RSS feeds
2018-04-02 Specifications:
- Atom:
- RSS 2.0:
- http://www.intertwingly.net/wiki/pie/Rss20AndAtom10Compared
W3C Validation services:
- https://validator.w3.org/feed/
- https://validator.w3.org/feed/docs/
- http://www.feedvalidator.org/
- https://github.com/rubys/feedvalidator
- https://lists.w3.org/Archives/Public/www-validator/
- https://groups.google.com/group/feedvalidator-users
Literature:
- https://feeder.co/knowledge-base/rss-feed-creation/how-to-validate-a-rss-feed/
- http://www.rss-specifications.com/feed-validators.htm
Threads:
-
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