VirtualTam's bookmarks
-
2025-06-15 -
- Adding public transport data to Transitous
- public-transport/transitous
- GNOME Maps meets Transitous meets MOTIS (FOSDEM 2025)
- motis-project/motis - Multimodal routing, geocoding, and map tiles
- google/transit - General Transit Feed Specification (GTFS)
-
Maintained forks:
- dathere/qsv - Command-line data-wrangling toolkit with Lua scripting
- medialab/xan - CSV processing tool with a built-in expression language
-
2025-05-10 - DReichLab/AdmixTools - Tools test whether admixture occurred and more
- admixr (CRAN)
- fgvieira/ngsDist - Estimation of pairwise distances under a probabilistic framework
- ANGSD/NgsRelate - Infer relatedness and other summary statistics for pairs of individuals from low coverage Next Generation Sequencing (NGS)
- Science Direct - Population dynamics and genetic connectivity in recent chimpanzee history
-
2025-03-30 -
- Debian -
usb.ids
- vcrhonek/hwdata - Hardware identification and configuration data, such as the pci.ids and usb.ids databases
- Debian -
-
2025-02-17 - Dataset: Four phase- and time-synchronous ESPARGOS antenna arrays in a lab room
- ESPARGOS/pyespargos - Python library for working with the ESPARGOS WiFi channel sounder
- This ESP32 Antenna Array Can See WiFi
- Source Code for Paper "Augmenting Channel Charting with Classical Wireless Source Localization Techniques"
- Phased Arrays - Steering and the Antenna Pattern | An Animated Intro to Phased Arrays
-
2025-02-07 -
- Strings, bytes, runes and characters in Go
- x/exp/utf8string - Index strings by rune rather than by byte
- How can I elliptically truncate text in golang?
- Why can the Go
string
type contain invalid UTF-8 data?
-
- Converting UTZOO-Wiseman Usenet Tapes to Website with PostgreSQL backend using Python 3.8
- 2.1 Million of the Oldest Internet Posts Are Now Online for Anyone to Read
- DataHoarders, UsenetArchives.com now includes UTZOO-Wiseman tapes of the earliest internet posts made between Feb 1981 and June 1991
- The UTZOO Wiseman Usenet Archive (data removed following legal action)
-
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:
-
- How To Customize the PostgreSQL Prompt with psqlrc on Ubuntu 14.04
- datachomp//dotfiles - psqlrc
- okbob/pspg - Pager specialized for tabular data
-
- Build own USB device on linux-based board!
- What Are Differential Pairs?
- How to route USB data lines on a PCB
- Can You Route USB 2.0 on a 2-Layer Board?
- KiCad STM32 Hardware Design - An Overview in 20 Minutes - Phil's Lab #15
- STM32 Programming via USB (DFU) - Phil's Lab #72
- How To: STM32F103C8T6 As An USB Device (Virtual Serial Port / CDC)