-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_code.html
More file actions
525 lines (520 loc) · 18.1 KB
/
Copy path_code.html
File metadata and controls
525 lines (520 loc) · 18.1 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<div class='code fade-height'>
<div>
<h3><a href="https://github.com/arp242/goatcounter">goatcounter</a></h3>
<span>★ 5766</span>
<p>Easy web analytics. No tracking of personal data.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/uni">uni</a></h3>
<span>★ 854</span>
<p>Query the Unicode database from the commandline, with good support for emojis</p>
</div>
<div>
<h3><a href="https://github.com/toml-lang/toml-test">toml-test</a></h3>
<span>★ 262</span>
<p>Language agnostic test suite for TOML parsers</p>
</div>
<div>
<h3><a href="https://github.com/arp242/find-cursor">find-cursor</a></h3>
<span>★ 185</span>
<p>Highlight the cursor position in X11</p>
</div>
<div>
<h3><a href="https://github.com/arp242/elles">elles</a></h3>
<span>★ 79</span>
<p>A nicer /bin/ls</p>
</div>
<div>
<h3><a href="https://github.com/arp242/singlepage">singlepage</a></h3>
<span>★ 46</span>
<p>Bundle external assets in a HTML file to distribute a stand-alone HTML document.</p>
</div>
<div>
<h3><a href="https://github.com/Teamwork/kommentaar">kommentaar</a></h3>
<span>★ 34</span>
<p>Generate documentation for Go APIs</p>
</div>
<div>
<h3><a href="https://github.com/arp242/gogo-release">gogo-release</a></h3>
<span>★ 32</span>
<p>Build cross-platform binaries for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/rogue-clone">rogue-clone</a></h3>
<span>★ 17</span>
<p>The "rogue" game from 4.3BSD-Tahoe, for modern systems.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/ttftrim">ttftrim</a></h3>
<span>★ 13</span>
<p>Remove glyps from TTF fonts</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zsrv">zsrv</a></h3>
<span>★ 10</span>
<p>Static file server which packs all data in the binary</p>
</div>
<div>
<h3><a href="https://github.com/arp242/ff-hist">ff-hist</a></h3>
<span>★ 9</span>
<p>Search Firefox history from commandline</p>
</div>
<div>
<h3><a href="https://github.com/arp242/pkg_clearleaves">pkg_clearleaves</a></h3>
<span>★ 8</span>
<p>Easily remove packages on which no other packages depend</p>
</div>
<div>
<h3><a href="https://github.com/arp242/goon">goon</a></h3>
<span>★ 7</span>
<p>Run Go on another machine such as a QEMU VM or cloud instance</p>
</div>
<div>
<h3><a href="https://github.com/arp242/gomodgraph">gomodgraph</a></h3>
<span>★ 7</span>
<p>'go mod graph' as a nicely indented graph</p>
</div>
<div>
<h3><a href="https://github.com/arp242/colorcount">colorcount</a></h3>
<span>★ 7</span>
<p>Display the colours used in a PNG image</p>
</div>
<div>
<h3><a href="https://github.com/arp242/goimport">goimport</a></h3>
<span>★ 6</span>
<p>Add, remove, or replace imports in Go files</p>
</div>
<div>
<h3><a href="https://github.com/arp242/sqlbench">sqlbench</a></h3>
<span>★ 4</span>
<p>Run benchmarks on an SQL database</p>
</div>
<div>
<h3><a href="https://github.com/arp242/git-stats">git-stats</a></h3>
<span>★ 4</span>
<p>Aggregate statistics for git repos</p>
</div>
<div>
<h3><a href="https://github.com/arp242/wtff">wtff</a></h3>
<span>★ 3</span>
<p>frontend for some ffmpeg operations</p>
</div>
<div>
<h3><a href="https://github.com/arp242/goatcov">goatcov</a></h3>
<span>★ 3</span>
<p>Code coverage tool for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/cantuse">cantuse</a></h3>
<span>★ 3</span>
<p>List browsers in which a feature *won't* work</p>
</div>
<div>
<h3><a href="https://github.com/arp242/border">border</a></h3>
<span>★ 3</span>
<p>Commandline tool to add a border around PNG images</p>
</div>
<div>
<h3><a href="https://github.com/arp242/structalign">structalign</a></h3>
<span>★ 2</span>
<p>Print the memory alignment of structs</p>
</div>
<div>
<h3><a href="https://github.com/arp242/jfmt">jfmt</a></h3>
<span>★ 2</span>
<p>Format json, nicely</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zcert">zcert</a></h3>
<span>★ 1</span>
<p></p>
</div>
<div>
<h3><a href="https://github.com/arp242/uni-wasm">uni-wasm</a></h3>
<span>★ 1</span>
<p>WASM demo for uni</p>
</div>
<div>
<h3><a href="https://github.com/arp242/tpad.zsh">tpad.zsh</a></h3>
<span>★ 1</span>
<p>A little script to control some various things on my ThinkPad</p>
</div>
<div>
<h3><a href="https://github.com/arp242/torrent">torrent</a></h3>
<span>★ 1</span>
<p>CLI to manage torrent files</p>
</div>
<div>
<h3><a href="https://github.com/arp242/har">har</a></h3>
<span>★ 1</span>
<p>Read HAR ("HTTP Archive format") files</p>
</div>
<div>
<h3><a href="https://github.com/arp242/cmp-compress">cmp-compress</a></h3>
<span>★ 1</span>
<p>Compare different compression tools</p>
</div>
<div>
<h3><a href="https://github.com/arp242/file">file</a></h3>
<span>★ 0</span>
<p>Portable version of OpenBSD's privsep/sandboxed file(1) utility</p>
</div>
<div>
<h3><a href="https://github.com/arp242/gonetd">gonetd</a></h3>
<span>★ 0</span>
<p></p>
</div>
</div>
<h2>Vim stuff</h2>
<div class='code fade-height'>
<div>
<h3><a href="https://github.com/arp242/gopher.vim">gopher.vim</a></h3>
<span>★ 119</span>
<p>Plugin for the Go programming language</p>
</div>
<div>
<h3><a href="https://github.com/arp242/jumpy.vim">jumpy.vim</a></h3>
<span>★ 37</span>
<p>Filetype-specific mappings for [[, ]], g[, and g]</p>
</div>
<div>
<h3><a href="https://github.com/arp242/undofile_warn.vim">undofile_warn.vim</a></h3>
<span>★ 20</span>
<p>Warn when using the undofile</p>
</div>
<div>
<h3><a href="https://github.com/arp242/startscreen.vim">startscreen.vim</a></h3>
<span>★ 14</span>
<p>Customize Vim's start screen.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/packman.vim">packman.vim</a></h3>
<span>★ 14</span>
<p>Simple Vim plugin/package manager</p>
</div>
<div>
<h3><a href="https://github.com/arp242/testing.vim">testing.vim</a></h3>
<span>★ 13</span>
<p>Comprehensive testing tool for Vim</p>
</div>
<div>
<h3><a href="https://github.com/arp242/runbuf.vim">runbuf.vim</a></h3>
<span>★ 13</span>
<p>Run the contents of a buffer in psql, python, bash, etc.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/xdg_open.vim">xdg_open.vim</a></h3>
<span>★ 11</span>
<p>Run xdg-open from Vim; re-implements netrw's gx.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/auto_mkdir2.vim">auto_mkdir2.vim</a></h3>
<span>★ 10</span>
<p>Automatically create directories</p>
</div>
<div>
<h3><a href="https://github.com/arp242/switchy.vim">switchy.vim</a></h3>
<span>★ 9</span>
<p>Switch to related files</p>
</div>
<div>
<h3><a href="https://github.com/arp242/lpeg.vim">lpeg.vim</a></h3>
<span>★ 7</span>
<p>LPeg-based syntax highlighting in Vim</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zev.vim">zev.vim</a></h3>
<span>★ 5</span>
<p>Easily apply predefined substitute patterns</p>
</div>
<div>
<h3><a href="https://github.com/arp242/helplink.vim">helplink.vim</a></h3>
<span>★ 5</span>
<p>Link to Vim help pages with ease.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/batchy.vim">batchy.vim</a></h3>
<span>★ 5</span>
<p>A little plugin to perform batch operations on files</p>
</div>
<div>
<h3><a href="https://github.com/arp242/lazy.vim">lazy.vim</a></h3>
<span>★ 4</span>
<p>The really simple snippet manager</p>
</div>
<div>
<h3><a href="https://github.com/arp242/confirm_quit.vim">confirm_quit.vim</a></h3>
<span>★ 4</span>
<p>Ask for confirmation before quitting Vim.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/complete_email.vim">complete_email.vim</a></h3>
<span>★ 3</span>
<p>Allow completion of email addresses so you can use Vim as a basic "address book".</p>
</div>
<div>
<h3><a href="https://github.com/arp242/synfo.vim">synfo.vim</a></h3>
<span>★ 1</span>
<p>Print information about Vim syntax highlighting and text properties</p>
</div>
<div>
<h3><a href="https://github.com/arp242/globedit.vim">globedit.vim</a></h3>
<span>★ 1</span>
<p>Use globbing patterns for :edit, :tabedit, etc.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/powersearch.vim">powersearch.vim</a></h3>
<span>★ 0</span>
<p>Several search-related enhancements.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/git.vim">git.vim</a></h3>
<span>★ 0</span>
<p>My small Vim git plugin.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/edc.vim">edc.vim</a></h3>
<span>★ 0</span>
<p>Another editorconfig plugin for Vim; intended to be included in the Vim distribution.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/diffdir.vim">diffdir.vim</a></h3>
<span>★ 0</span>
<p>Diff directories in Vim</p>
</div>
<div>
<h3><a href="https://github.com/arp242/default2.vim">default2.vim</a></h3>
<span>★ 0</span>
<p>Vim's default colour scheme with some small enhancements</p>
</div>
<div>
<h3><a href="https://github.com/arp242/cc_align.vim">cc_align.vim</a></h3>
<span>★ 0</span>
<p>Easily align things to the cursorcolumn</p>
</div>
<div class="blank"></div>
<div class="blank"></div>
</div>
<h2>Go libraries and tools</h2>
<div class='code fade-height'>
<div>
<h3><a href="https://github.com/fsnotify/fsnotify">fsnotify</a></h3>
<span>★ 10731</span>
<p>Cross-platform filesystem notifications for Go.</p>
</div>
<div>
<h3><a href="https://github.com/lib/pq">pq</a></h3>
<span>★ 9900</span>
<p>Go PostgreSQL driver for database/sql</p>
</div>
<div>
<h3><a href="https://github.com/BurntSushi/toml">toml</a></h3>
<span>★ 4973</span>
<p>TOML parser for Golang with reflection.</p>
</div>
<div>
<h3><a href="https://github.com/Teamwork/reload">reload</a></h3>
<span>★ 189</span>
<p>Lightweight automatic reloading of Go processes.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zcache">zcache</a></h3>
<span>★ 80</span>
<p>In-memory key:value store/cache library for Go, suitable for single-machine applications</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zli">zli</a></h3>
<span>★ 46</span>
<p>Go library for writing CLI programs. Includes flag parsing, colours, testing, and various helpful utility functions</p>
</div>
<div>
<h3><a href="https://github.com/arp242/isbot">isbot</a></h3>
<span>★ 30</span>
<p>Go library to detect HTTP bots.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/follow">follow</a></h3>
<span>★ 20</span>
<p>Go library to follow a file for changes; e.g. "tail -F".</p>
</div>
<div>
<h3><a href="https://github.com/arp242/sconfig">sconfig</a></h3>
<span>★ 17</span>
<p>Simple and functional configuration file parser for Go.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zhttp">zhttp</a></h3>
<span>★ 14</span>
<p>Martin's HTTP package</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zdb">zdb</a></h3>
<span>★ 14</span>
<p>Interact with SQL databases in Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zstd">zstd</a></h3>
<span>★ 11</span>
<p>Extensions to Go's stdlib</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zprof">zprof</a></h3>
<span>★ 11</span>
<p>Display runtime profiling data for Go programs over HTTP</p>
</div>
<div>
<h3><a href="https://github.com/arp242/gadget">gadget</a></h3>
<span>★ 10</span>
<p>Go library to get the browser and OS from the User-Agent header.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/blackmail">blackmail</a></h3>
<span>★ 10</span>
<p>Go package to send emails with a friendly API</p>
</div>
<div>
<h3><a href="https://github.com/arp242/tz">tz</a></h3>
<span>★ 7</span>
<p>Go timezone convience library</p>
</div>
<div>
<h3><a href="https://github.com/arp242/termfo">termfo</a></h3>
<span>★ 6</span>
<p>A terminfo library for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/acidtab">acidtab</a></h3>
<span>★ 6</span>
<p>Go package to print nicely aligned tables in the terminal</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zvalidate">zvalidate</a></h3>
<span>★ 5</span>
<p>Static validation for Go that returns parsed values</p>
</div>
<div>
<h3><a href="https://github.com/arp242/z18n">z18n</a></h3>
<span>★ 5</span>
<p>i18n library for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zlog">zlog</a></h3>
<span>★ 4</span>
<p>Go logging library</p>
</div>
<div>
<h3><a href="https://github.com/arp242/termtext">termtext</a></h3>
<span>★ 4</span>
<p>termtext is a Go package to deal with monospace text as interpreted by terminals</p>
</div>
<div>
<h3><a href="https://github.com/arp242/slog_align">slog_align</a></h3>
<span>★ 4</span>
<p>Less "wall of text"-y slog handler</p>
</div>
<div>
<h3><a href="https://github.com/arp242/otp">otp</a></h3>
<span>★ 4</span>
<p>HOTP/TOTP one-time passwords</p>
</div>
<div>
<h3><a href="https://github.com/arp242/errors">errors</a></h3>
<span>★ 4</span>
<p>Yet another errors package for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/transport">transport</a></h3>
<span>★ 3</span>
<p>transports for Go's http.Client</p>
</div>
<div>
<h3><a href="https://github.com/arp242/ztpl">ztpl</a></h3>
<span>★ 2</span>
<p></p>
</div>
<div>
<h3><a href="https://github.com/arp242/zstripe">zstripe</a></h3>
<span>★ 2</span>
<p>Set of utility functions for working with the Stripe API.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/json">json</a></h3>
<span>★ 2</span>
<p>encoding/json with patches</p>
</div>
<div>
<h3><a href="https://github.com/arp242/hubhub">hubhub</a></h3>
<span>★ 2</span>
<p>Set of utility functions for working with the GitHub API.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/guru">guru</a></h3>
<span>★ 2</span>
<p>Go errors with a Guru Meditation Number</p>
</div>
<div>
<h3><a href="https://github.com/arp242/runewidth">runewidth</a></h3>
<span>★ 1</span>
<p>wcwidth for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/term">term</a></h3>
<span>★ 1</span>
<p>Go terminal and console support</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zdb-drivers">zdb-drivers</a></h3>
<span>★ 0</span>
<p></p>
</div>
<div class="blank"></div>
<div class="blank"></div>
</div>
<h2>Other</h2>
<div class='code fade-height'>
<div>
<h3><a href="https://github.com/arp242/hello-css">hello-css</a></h3>
<span>★ 197</span>
<p>A CSS template focused on readability</p>
</div>
<div>
<h3><a href="https://github.com/arp242/toml-c">toml-c</a></h3>
<span>★ 103</span>
<p>TOML C library</p>
</div>
<div>
<h3><a href="https://github.com/arp242/dotfiles">dotfiles</a></h3>
<span>★ 63</span>
<p>My configuration files</p>
</div>
<div>
<h3><a href="https://github.com/arp242/bestasciitable">bestasciitable</a></h3>
<span>★ 24</span>
<p>The best™ ASCII table</p>
</div>
<div>
<h3><a href="https://github.com/arp242/vimlog">vimlog</a></h3>
<span>★ 17</span>
<p>A ChangeLog for Vim</p>
</div>
<div>
<h3><a href="https://github.com/arp242/readon.js">readon.js</a></h3>
<span>★ 13</span>
<p>Continue reading a web page from where you left last time</p>
</div>
<div>
<h3><a href="https://github.com/arp242/MartinFox">MartinFox</a></h3>
<span>★ 12</span>
<p>Really simple userChrome.css for Firefox 89 to make the active tab stand out more</p>
</div>
<div>
<h3><a href="https://github.com/arp242/my-first-vimrc">my-first-vimrc</a></h3>
<span>★ 9</span>
<p>A vimrc generator that doesn't add a world of complexity</p>
</div>
<div>
<h3><a href="https://github.com/arp242/imgzoom.js">imgzoom.js</a></h3>
<span>★ 8</span>
<p>JavaScript image zoomer</p>
</div>
</div>