- Shodan - Search engine of discoverable devices on the internet.
- Maltego - library of transforms for discovery of data from open sources, and visualizing that information in a graph format
- Google Dorks - Google Hacking Database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# An example global gitignore file | |
# | |
# Place a copy of this at ~/.gitignore_global | |
# Run `git config --global core.excludesfile ~/.gitignore_global` | |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll |
Notes on the book Zero To Production In Rust
1.4.1.2 Tarpaulin only works on Linux, as they've documented.
3.3.1 Code does not build with actix-web version =4.0.0-beta.16
on Linux and Mac.
- PokerHandEvaluator - An efficient poker hand evaluation algorithm and its implementation, supporting 7-card poker and Omaha poker evaluation
- Cactus Kev's Poker Hand Evaluator
- Repositories
- pokerlookup-rs