VirtualTam's bookmarks
169 bookmarks found
-
- netman69/inficam - Android app and C++ bindings for InfiRay cameras
- stawel/ht301_hacklib - ht-301 thermal camera opencv lib
- What is the occasional clicking sound made by the Tau2 camera? What is FFC?
- diminDDL/IR-Py-Thermal - Python Thermal Camera Library
- Lock-in IR-Thermography - a novel tool for material and device characterization (PDF)
-
Tips on Adding JSON Output to Your CLI App
2024-04-23 - Bringing the Unix Philosophy to the 21st Century
- kellyjonbrazil/jc - CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries
-
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
-
- SIEVE is simpler than LRU
- Why Aren’t We SIEVE-ing?
- cacheMon/libCacheSim - a high performance cache simulator and library
-
Elasticsearch - Grok processor
2023-11-19 - Elastic - Grokking Grok
- Kibana - Debug grok expressions
- Grok Constructor
- Elasticsearch Grok Patterns
- Logstash Grok Patterns
Alternative implementations:
- vjeantet/grok - Simple library to use/parse grok patterns with Go
- GuanceCloud/grok - Fork of the above
- logrusorgru/grokky - Pure golang grok-like library
- Telegraf's Grok Parser Plugin
- Vector Remap Language - Datadog Grok Parser
-
Regex engine internals as a library
2023-07-14 - rust-lang/regex
- google/re2
- BurntSushi/rebar - A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks
- Resources about implementing regular expression search efficiently, Russ Cox
-
A common complaint from new Rust developers is that they don't know where to start: which crates they ought to use and which crates they ought to trust. This list attempts to answer those questions.
-
- https://github.com/graphql-python/graphene
- https://github.com/graphql-python/graphene-django
- https://docs.graphene-python.org/projects/django/en/latest/
- https://www.twilio.com/blog/graphql-apis-django-graphene
- https://www.reddit.com/r/django/comments/uzm4fn/is_graphene_django_reliable_is_it_used_in/
- Real World Graphene: Lessons Learned From Building A Graphql Api On Top Of A Django App for Saleor (https://github.com/saleor/saleor)
- graphene-django or: How I learned to stop RESTing and Love the Graph