We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 958afc7Copy full SHA for 958afc7
2 files changed
.gitignore
@@ -0,0 +1,6 @@
1
+target/
2
+*.db
3
+*.db-shm
4
+*.db-wal
5
+.DS_Store
6
+Thumbs.db
README.md
@@ -0,0 +1,13 @@
+# things
+
+A collection of small tools and utilities — useful, but not quite big enough for their own repository.
+## Projects
7
+| Project | Description |
8
+|---------|-------------|
9
+| [netmon](netmon/) | Distributed network latency monitor with host/agent architecture and browser dashboard |
10
11
+## Releases
12
13
+Pre-built binaries for Windows and Linux are available on the [Releases](../../releases/tag/latest) page.
0 commit comments