-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.json
More file actions
26 lines (26 loc) · 913 Bytes
/
Copy pathprojects.json
File metadata and controls
26 lines (26 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"metadata": {
"title": "Projects",
"description": "View more on <a href=\"https://github.com/uintdev\" class=\"clickable\">GitHub</a>."
},
"list": [
{
"name": "QRServ",
"description": "An intuitive application for Android that enables downloading of a file selection over HTTP with the convenience of scanning a QR code",
"url": "https://github.com/uintdev/qrserv",
"tags": ["App", "Flutter", "Dart"]
},
{
"name": "Discord Cache Dump",
"description": "Archival and identification of Chromium cache files from Discord desktop clients",
"url": "https://github.com/uintdev/Discord-Cache-Dump",
"tags": ["CLI", "Go"]
},
{
"name": "Email Addr Extract",
"description": "High performance email address extraction tool",
"url": "https://github.com/uintdev/email-addr-extract",
"tags": ["CLI", "Rust"]
}
]
}