VirtualTam's bookmarks
47 bookmarks found
-
Reference:
- abbr - manage fish abbreviations
- argparse - parse options passed to a fish script or function
- function - create a function
- string - manipulate strings
- switch - conditionally execute a block of commands
Configuration:
- Writing your own prompt
- fish_add_path - add to the path
- fish_git_prompt - output git information for use in a prompt
- Setting up my fish shell from scratch on macOS
Plugins:
- jorgebucaran/fisher - A plugin manager for Fish
- jorgebucaran/autopair.fish - Auto-complete matching pairs in the Fish command line
- PatrickF1/fzf.fish
- kidonng/zoxide.fish
-
terminal-parrot - :parrot: for your terminal
2019-04-02 How can your life near any sense of completion without this? I wonder...
-
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