-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_code.html
509 lines (504 loc) · 17.7 KB
/
_code.html
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
<div class='code fade-height'>
<div>
<h3><a href="https://github.com/arp242/goatcounter">goatcounter</a></h3>
<span>★ 4490</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>★ 800</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>★ 213</span>
<p>A language agnostic test suite for TOML parsers.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/find-cursor">find-cursor</a></h3>
<span>★ 172</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/Teamwork/kommentaar">kommentaar</a></h3>
<span>★ 33</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/singlepage">singlepage</a></h3>
<span>★ 27</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/arp242/ttftrim">ttftrim</a></h3>
<span>★ 11</span>
<p>Remove glyps from TTF fonts</p>
</div>
<div>
<h3><a href="https://github.com/arp242/rogue-clone">rogue-clone</a></h3>
<span>★ 11</span>
<p>The "rogue" game from 4.3BSD-Tahoe, for modern systems.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zsrv">zsrv</a></h3>
<span>★ 9</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/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/gomodgraph">gomodgraph</a></h3>
<span>★ 5</span>
<p>'go mod graph' as a nicely indented graph</p>
</div>
<div>
<h3><a href="https://github.com/arp242/goon">goon</a></h3>
<span>★ 4</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/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/bsdgrep">bsdgrep</a></h3>
<span>★ 4</span>
<p>BSD grep from FreeBSD for Linux</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/sqlbench">sqlbench</a></h3>
<span>★ 3</span>
<p>Run benchmarks on an SQL database</p>
</div>
<div>
<h3><a href="https://github.com/arp242/jfmt">jfmt</a></h3>
<span>★ 3</span>
<p>Format json, nicely</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/ADVENT">ADVENT</a></h3>
<span>★ 2</span>
<p>Colossal Cave Adventure for modern systems, as close to the 1976 source as possible</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/har">har</a></h3>
<span>★ 1</span>
<p>Read HAR ("HTTP Archive format") files</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/zcert">zcert</a></h3>
<span>★ 0</span>
<p></p>
</div>
<div class="blank"></div>
<div class="blank"></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>★ 115</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>★ 19</span>
<p>Warn when using the undofile</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/startscreen.vim">startscreen.vim</a></h3>
<span>★ 12</span>
<p>Customize Vim's start screen.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/runbuf.vim">runbuf.vim</a></h3>
<span>★ 12</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/testing.vim">testing.vim</a></h3>
<span>★ 11</span>
<p>Comprehensive testing tool for Vim</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>★ 8</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>★ 4</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>★ 3</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>★ 3</span>
<p>Ask for confirmation before quitting Vim.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/globedit.vim">globedit.vim</a></h3>
<span>★ 2</span>
<p>Use globbing patterns for :edit, :tabedit, etc.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/complete_email.vim">complete_email.vim</a></h3>
<span>★ 2</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/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>★ 9558</span>
<p>Cross-platform filesystem notifications for Go.</p>
</div>
<div>
<h3><a href="https://github.com/BurntSushi/toml">toml</a></h3>
<span>★ 4572</span>
<p>TOML parser for Golang with reflection.</p>
</div>
<div>
<h3><a href="https://github.com/Teamwork/reload">reload</a></h3>
<span>★ 187</span>
<p>Lightweight automatic reloading of Go processes.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zcache">zcache</a></h3>
<span>★ 62</span>
<p>In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zli">zli</a></h3>
<span>★ 41</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/follow">follow</a></h3>
<span>★ 21</span>
<p>Go library to follow a file for changes; e.g. "tail -F".</p>
</div>
<div>
<h3><a href="https://github.com/arp242/isbot">isbot</a></h3>
<span>★ 19</span>
<p>Go library to detect HTTP bots.</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/zdb">zdb</a></h3>
<span>★ 12</span>
<p>Interact with SQL databases in Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zhttp">zhttp</a></h3>
<span>★ 11</span>
<p>Martin's HTTP package</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zprof">zprof</a></h3>
<span>★ 9</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>★ 9</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>★ 8</span>
<p>Go package to send emails with a friendly API</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zstd">zstd</a></h3>
<span>★ 7</span>
<p>Extensions to Go's stdlib</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/errors">errors</a></h3>
<span>★ 4</span>
<p>Yet another errors package for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/zvalidate">zvalidate</a></h3>
<span>★ 3</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>★ 3</span>
<p>i18n library for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/tz">tz</a></h3>
<span>★ 3</span>
<p>Go timezone convience library</p>
</div>
<div>
<h3><a href="https://github.com/arp242/termfo">termfo</a></h3>
<span>★ 3</span>
<p>A terminfo library for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/slog_align">slog_align</a></h3>
<span>★ 3</span>
<p>Less "wall of text"-y slog handler</p>
</div>
<div>
<h3><a href="https://github.com/arp242/acidtab">acidtab</a></h3>
<span>★ 3</span>
<p>Go package to print nicely aligned tables in the terminal</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/runewidth">runewidth</a></h3>
<span>★ 1</span>
<p>wcwidth for Go</p>
</div>
<div>
<h3><a href="https://github.com/arp242/ztpl">ztpl</a></h3>
<span>★ 1</span>
<p></p>
</div>
<div>
<h3><a href="https://github.com/arp242/zstripe">zstripe</a></h3>
<span>★ 1</span>
<p>Set of utility functions for working with the Stripe API.</p>
</div>
<div>
<h3><a href="https://github.com/arp242/termtext">termtext</a></h3>
<span>★ 1</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/term">term</a></h3>
<span>★ 1</span>
<p>Go terminal and console support</p>
</div>
<div>
<h3><a href="https://github.com/arp242/guru">guru</a></h3>
<span>★ 1</span>
<p>Go errors with a Guru Meditation Number</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>★ 184</span>
<p>A CSS template focused on readability</p>
</div>
<div>
<h3><a href="https://github.com/arp242/dotfiles">dotfiles</a></h3>
<span>★ 61</span>
<p>My configuration files</p>
</div>
<div>
<h3><a href="https://github.com/arp242/toml-c">toml-c</a></h3>
<span>★ 37</span>
<p>TOML C library</p>
</div>
<div>
<h3><a href="https://github.com/arp242/bestasciitable">bestasciitable</a></h3>
<span>★ 21</span>
<p>The best™ ASCII table</p>
</div>
<div>
<h3><a href="https://github.com/arp242/vimlog">vimlog</a></h3>
<span>★ 16</span>
<p>A ChangeLog for Vim</p>
</div>
<div>
<h3><a href="https://github.com/arp242/readon.js">readon.js</a></h3>
<span>★ 12</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>★ 6</span>
<p>JavaScript image zoomer</p>
</div>
<div>
<h3><a href="https://github.com/arp242/toml-test-matrix">toml-test-matrix</a></h3>
<span>★ 2</span>
<p></p>
</div>
<div class="blank"></div>
<div class="blank"></div>
</div>