VirtualTam's bookmarks
111 bookmarks found
-
Login throttling in PHP
2019-01-18 - http://www.omniceps.com/stop-brute-force-attacks-php-throttling/
- http://miftyisbored.com/a-complete-tutorial-on-login-throttling-and-recaptha-with-laravel-5-3/
- https://mattstauffer.com/blog/login-throttling-in-laravel-5.1/
- http://codedevelopr.com/articles/throttle-user-login-attempts-in-php/
- https://stackoverflow.com/questions/9153554/best-way-to-implement-ban-after-too-many-login-attempts
- https://stackoverflow.com/questions/2090910/how-can-i-throttle-user-login-attempts-in-php
- https://stackoverflow.com/questions/549/the-definitive-guide-to-form-based-website-authentication#477585
-
ccache — Compiler cache
2018-10-06 -
- https://brandonwamboldt.ca/understanding-the-php-fpm-status-page-1603/
- http://www.gregfreeman.io/2016/how-to-connect-to-php-fpm-directly-to-resolve-issues-with-blank-pages/
- https://www.thatsgeeky.com/2012/02/directly-connecting-to-php-fpm/
- https://easyengine.io/tutorials/php/fpm-status-page/
$ SCRIPT_NAME=/status \ SCRIPT_FILENAME=/status \ QUERY_STRING=json \ REQUEST_METHOD=GET \ cgi-fcgi -bind -connect /var/run/php/php7.0-fpm.sock \ | grep '{' \ | jq '.'
-
- https://www.doctrine-project.org/projects/orm.html
- https://www.doctrine-project.org/projects/doctrine-dbal/en/2.7/index.html
- https://www.doctrine-project.org/projects/doctrine-migrations/en/1.7/index.html
- https://github.com/doctrine
- https://symfony.com/doc/current/doctrine.html
- https://symfony.com/doc/current/doctrine/associations.html
-
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
-
Taglist:
- https://www.vim.org/scripts/script.php?script_id=273
- https://github.com/vim-scripts/taglist.vim
- http://vim-taglist.sourceforge.net/index.html
- http://vim-taglist.sourceforge.net/manual.html
Tagbar:
- https://www.vim.org/scripts/script.php?script_id=3465
- https://github.com/majutsushi/tagbar
- https://majutsushi.github.io/tagbar/
EasyTags:
Yate:
-
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/