VirtualTam's bookmarks
93 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
-
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:
-
- Re: Return of the Obra Dinn [GDC 2016 Demo Build] - Dithering Process
- Ditherpunk — The article I wish I had about monochrome image dithering
- Cyan's Richard A. Watson - Dithering 101 (archive)
- Differentiable Dithering
- What the Heck is Blue Noise?
- Generating Blue Noise Textures With Void And Cluster
- Why Your Website Should Use Dithered Images
- Why Your Website Should Not Use Dithered Images
Online dithering tools:
-
79 AD Mount Vesuvius erupts. In Herculaneum, twenty meters of hot mud and ash bury an enormous villa once owned by the father-in-law of Julius Caesar. Inside, there is a vast library of papyrus scrolls. The scrolls are carbonized by the heat of the volcanic debris. But they are also preserved. For centuries, as virtually every ancient text exposed to the air decays and disappears, the library of the Villa of the Papyri waits underground, intact.
- Vesuvius Challenge 2023
- educelab/volume-cartographer - Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
- KhartesViewer/khartes - Explore, and then segment, the data volumes created by high-resolution X-ray tomography of the Herculaneum scrolls
- The Getty Villa
- Herculaneum Papyri
- Students Decipher 2,000-Year-Old Herculaneum Scrolls
-
Temporal - a durable execution platform
2024-01-25 - temporalio/temporal
- temporalio/temporalite - Single-process Temporal distribution
- Learn Temporal
- Temporal Documentation
-
-
-
Go: A Documentary
2022-03-05 This document collects many interesting (publicly observable) issues, discussions, proposals, CLs, and talks from the Go development process, which intents to offer a comprehensive reference of the Go history.
-
Melatonin - When to write tests for DSP code
2022-01-23