VirtualTam's bookmarks
274 bookmarks found
-
- https://stackoverflow.com/questions/1838873/visualizing-branch-topology-in-git
- https://stackoverflow.com/questions/1057564/pretty-git-branch-graphs
- https://stackoverflow.com/a/25468472
- https://chrisfreeman.github.io/gitdags_install.html
- https://zwischenzugs.com/2018/03/08/create-your-own-git-diagrams/
- https://hub.docker.com/r/imiell/gitdags/
- https://github.com/ianmiell/gitdags/tree/master/examples
-
NPM, Yarn and private repositories
2018-06-08 Hosting private repositories and using them in CI/CD:
- https://docs.npmjs.com/private-modules/intro
- https://docs.npmjs.com/private-modules/ci-server-config
- https://docs.npmjs.com/private-modules/docker-and-private-modules
Threads:
- https://stackoverflow.com/questions/45191189/nexus-manager-npm-401-unauthorized
- https://stackoverflow.com/questions/40845598/how-do-i-use-multiple-npm-registries-in-yarn
- https://github.com/yarnpkg/yarn/issues/606
- https://github.com/yarnpkg/yarn/pull/839
- https://github.com/yarnpkg/yarn/pull/871
- https://github.com/yarnpkg/yarn/issues/4451
- https://github.com/yarnpkg/yarn/issues/4862
- https://github.com/npm/npm/issues/16528
Articles:
node-sass binaries:
- https://github.com/sass/node-sass#binary-configuration-parameters
- https://github.com/sass/node-sass/releases
- https://github.com/sass/node-sass/issues/1466
- https://github.com/sass/node-sass/issues/1554
- https://github.com/sass/node-sass/issues/1635
- https://github.com/sass/node-sass/issues/1991
- https://github.com/sass/node-sass/issues/2115
- https://github.com/sass/node-sass/issues/2361
- https://stackoverflow.com/questions/40178767/is-it-possible-to-install-node-sass-without-downloading-from-github-during-the-p
-
KeePass / KeePassX / KeePassXC
2018-05-27 -
- http://www.chiark.greenend.org.uk/%7Epeterb/network/drop-vs-reject
- https://security.stackexchange.com/questions/22686/is-it-good-practice-to-manually-lock-down-ports-on-each-host
- https://security.stackexchange.com/questions/22711/is-it-a-bad-idea-for-a-firewall-to-block-icmp/22713
- https://serverfault.com/questions/84963/why-not-block-icmp/84981
-
Xdebug - Debugger and Profiler Tool for PHP
2018-05-10 - https://xdebug.org/docs/
- https://xdebug.org/docs/profiler
- https://stackoverflow.com/questions/21133/simplest-way-to-profile-a-php-script
- http://nickology.com/2014/04/16/view-xdebug-cachegrind-files-on-mac-os/
- https://stackoverflow.com/questions/33094913/how-do-i-read-the-ui-of-qcachegrind
- https://github.com/jokkedk/webgrind
- https://pecl.php.net/package/xhprof
- https://tideways.com/profiler/xhprof-for-php7
- https://github.com/humanmade/query-monitor-flamegraph
-
libGDX - DragAndDrop
2018-04-29 - https://github.com/libgdx/libgdx/blob/master/tests/gdx-tests/src/com/badlogic/gdx/tests/DragAndDropTest.java
- https://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/scenes/scene2d/utils/DragAndDrop.html
- https://stackoverflow.com/questions/16287759/how-to-drag-and-drop-actors-on-libgdx-scene2d
- https://stackoverflow.com/questions/21426845/libgdx-drag-and-drop
- https://gamedev.stackexchange.com/questions/87378/drag-and-drop-in-libgdx-target-and-source
- https://gamedev.stackexchange.com/questions/134666/how-to-drag-and-drop-objects-in-libgdx
- http://www.java-gaming.org/index.php?topic=33266.0
- http://www.badlogicgames.com/forum/viewtopic.php?t=3023
- http://www.badlogicgames.com/forum/viewtopic.php?t=16932
- https://www.reddit.com/r/gamedev/comments/24q3ms/drag_and_drop_inventory_tutorials_with_libgdx/
-
LibGDX - Coordinate systems
2018-04-29 - https://github.com/libgdx/libgdx/wiki/Projection%2C-viewport%2C-%26-camera
- https://stackoverflow.com/questions/7708379/changing-the-coordinate-system-in-libgdx-java
- https://stackoverflow.com/questions/19350101/understand-libgdx-coordinate-system-and-drawing-sprites
- https://gamedev.stackexchange.com/questions/105424/libgdx-coordinate-system
- http://www.gamefromscratch.com/post/2011/05/18/Why-up-The-joys-of-3D-coordinate-systems.aspx
- http://www.badlogicgames.com/forum/viewtopic.php?t=3565
-
- https://en.wikipedia.org/wiki/Context-free_grammar
- https://en.wikipedia.org/wiki/Recursive_transition_network
- https://eli.thegreenplace.net/2010/01/28/generating-random-sentences-from-a-context-free-grammar/
- http://davidsd.org/2009/01/the-real-theorem-generator-a-context-free-grammar/
- https://www.reddit.com/r/Python/comments/1h5ucz/defining_a_contextfree_grammar_easily/
- https://stackoverflow.com/questions/4543008/efficient-context-free-grammar-parser-preferably-python-friendly
- http://nltk.sourceforge.net/doc/en/ch07.html#formalizing-context-free-grammars
- https://stackoverflow.com/questions/17695611/nltk-context-free-grammar-genaration
-
Vagrant and VirtualBox "NAT Network" adapter
2018-04-27 - https://github.com/hashicorp/vagrant/issues/2779
- https://github.com/hashicorp/vagrant/issues/6252
- https://github.com/hashicorp/vagrant/issues/7635
- https://www.virtualbox.org/manual/ch06.html
- https://www.vagrantup.com/docs/virtualbox/networking.html
- https://superuser.com/questions/1155262/network-interface-available-only-when-running-vm-through-virtualbox-but-not-thr
- https://unix.stackexchange.com/questions/29999/why-are-my-two-virtual-machines-getting-the-same-ip-address
-
- 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
-
Linux and ACSM ePub books
2018-04-21 - https://superuser.com/questions/1027608/how-to-read-an-acsm-file-on-linux
- https://askubuntu.com/questions/461409/how-can-i-remove-the-drm-from-an-epub-file
- https://askubuntu.com/questions/299747/converting-epub-files-to-pdf-format
- https://apprenticealf.wordpress.com/
- https://github.com/apprenticeharper/DeDRM_tools
- https://manual.calibre-ebook.com/conversion.html
- https://askubuntu.com/questions/169618/is-there-a-way-to-convert-a-pdf-file-to-epub-format-without-using-calibre
-
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
-
PyPDF2
2018-04-04 PyPDF2:
- https://pythonhosted.org/PyPDF2/
- https://pythonhosted.org/PyPDF2/PdfFileReader.html
- https://github.com/mstamy2/PyPDF2
Guides:
- http://www.binpress.com/tutorial/manipulating-pdfs-with-python/167
- https://automatetheboringstuff.com/chapter13/
- http://www.blog.pythonlibrary.org/2010/05/15/manipulating-pdfs-with-python-and-pypdf/
- http://www.blog.pythonlibrary.org/2012/07/11/pypdf2-the-new-fork-of-pypdf/
- https://medium.com/@menglishu09/get-bookmarks-from-pdf-using-pypdf2-4166ae8eb6f6
- http://blog.isnotworking.com/2006/08/extract-pdf-title-from-all-files-on.html
Threads:
- https://stackoverflow.com/questions/1918420/split-a-pdf-based-on-outline
- https://stackoverflow.com/questions/8329748/how-to-get-bookmarks-page-number
- https://stackoverflow.com/questions/2431426/extract-toc-of-pdf
- https://stackoverflow.com/questions/911672/extracting-titles-from-pdf-files
- https://stackoverflow.com/questions/10014572/python-open-pdf-file-to-specific-page-section
-
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: