VirtualTam's bookmarks
219 bookmarks found
-
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/
-
- 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
-
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/
-
Pigpen cipher
2018-04-20 -
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/
-
Migrating to Sensu
2018-04-04 - https://roobert.github.io/2015/11/09/Sensu-What/
- https://blog.sensuapp.org/our-journey-implementing-sensu-to-monitor-kubernetes-in-production-5764aff2dd50
- https://phillbarber.blogspot.fr/2015/03/nagios-vs-sensu-vs-icinga2.html
- https://www.reddit.com/r/devops/comments/56xrnj/how_are_people_suffering_through_sensu_core/
-
Modern PHP Without a Framework | Kevin Smith
2018-03-22 "It's hard to start using frameworks if you don't understand the problems that they aim to solve."
-
Fonts - ArchWiki
2018-03-17 - https://wiki.archlinux.org/index.php/Font_configuration
- https://wiki.archlinux.org/index.php/Metric-compatible_fonts
- https://wiki.archlinux.org/index.php/Microsoft_fonts
- https://www.reddit.com/r/archlinux/comments/5r5ep8/make_your_arch_fonts_beautiful_easily/
- https://www.reddit.com/r/archlinux/comments/2diqx8/what_font_packages_do_you_usually_install/
-
PowerShell Survival Kit
2018-03-07 Home:
- https://docs.microsoft.com/en-us/powershell/
- https://docs.microsoft.com/en-us/powershell/scripting/getting-started/fundamental/using-windows-powershell-for-administration?view=powershell-6
Wikiversity:
- https://en.wikiversity.org/wiki/PowerShell
- https://en.wikiversity.org/wiki/PowerShell/Variables
- https://en.wikiversity.org/wiki/PowerShell/Arrays_and_Hash_Tables
- https://en.wikiversity.org/wiki/PowerShell/Loops
Basics:
- https://stackoverflow.com/questions/1825585/determine-installed-powershell-version
- https://stackoverflow.com/questions/8343767/how-to-get-the-current-directory-of-the-cmdlet-being-executed
- https://superuser.com/questions/237902/how-can-one-show-the-current-directory-in-powershell
- https://stackoverflow.com/questions/6138849/how-do-you-move-files-folders-across-volumes-with-powershell
Commands and executables:
HTTP:
ZIP archives:
- https://serverfault.com/questions/18872/how-to-zip-unzip-files-in-powershell
- https://stackoverflow.com/questions/27768303/how-to-unzip-a-file-in-powershell
- https://www.reddit.com/r/PowerShell/comments/454e4y/how_do_i_unzip_a_zip_file_with_powershell/
- https://github.com/auberginehill/unzip-silently
- To extract silently: https://github.com/auberginehill/unzip-silently/blob/master/Unzip-Silently.ps1#L352