VirtualTam's bookmarks
199 bookmarks found
-
AFL++ - American Fuzzy Lop Fuzzing Framework
2025-02-15 - AFLplusplus/AFLplusplus
- AFLplusplus/LibAFL - A collection of reusable pieces of fuzzers
- rc0r/afl-utils - Utilities for automated crash sample processing/analysis, job management and corpus optimization
- 0xricksanchez/AFL_Runner - Scaling best-practice AFLPlusPlus fuzzing campaigns made easy
- AFL++ Papers
- Sister Projects
- The LibAFL Book
- Fuzzing projects with american fuzzy lop (AFL)
- afl - american fuzzy lop
-
bash-stack - modern web framework in bash
2025-01-20 Need bash scripts? Already have too many? I'm available to help.
-
The benefits are there: you get wonderful type system, wonderful performance, and build times that give you back those coffee breaks you used to get while your code compiled.
- ~ntietz/newt - Nicole's Web Toolkit
- Are we web yet?
-
NASA Public Lessons Learned System
2024-12-30 The NASA Lessons Learned system provides access to official, reviewed lessons learned from NASA programs and projects. These lessons have been made available to the public by the NASA Office of the Chief Engineer and the NASA Engineering Network. Each lesson describes the original driving event and provides recommendations that feed into NASA’s continual improvement via training, best practices, policies, and procedures.
-
Text normalization in Go
2024-11-28 Standard library:
- unicode - Data and functions to test some properties of Unicode code points
Extra libraries:
- golang.org/x/text - Supplementary Go packages for text processing, many involving Unicode
- golang.org/x/text/runes - Tansforms for UTF-8 encoded text
- golang.org/x/text/transform - Reader and writer wrappers that transform the bytes passing through
- golang.org/x/text/unicode/norm - Types and functions for normalizing Unicode strings
- golang.org/x/text/unicode - Building blocks for other packages in golang.org/x/text
Third-party libraries:
- anyascii/go - Converts Unicode characters to their best ASCII representation
RFCs:
- RFC 8264 - PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols
- RFC 8265 - PRECIS for Usernames and Passwords
- RFC 8266 - PRECIS for Nicknames
Resources:
-
- evildmp/diataxis-documentation-framework
- Continuation of Divio's Documentation System
- BrightTALK - Introducing the Diátaxis Approach to Technical Documentation
- PyCON AU 2017 - What nobody tells you about documentation
- What is Diátaxis and should you be using it with your documentation?
Examples:
- Django Documentation - How the documentation is organized
- Gatsby - A React-based open source framework for creating websites
Critiques: