forked from arp242/arp242.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (98 loc) · 8.01 KB
/
index.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
---
layout: default
title: arp242.net
---
<div class="center-flex">
<article id="home">
<div class="page">
<h1 id="writings">Writings
<sup style="text-align: top">
By: <a href="/tags.html">tag</a>, <a href="/popular.html">popularity</a>
•
<a href="feed.xml">RSS</a>
</sup>
</h1>
<ul class="posts">{% for p in site.posts %}
{% unless p.archive %}<li{% if p.standout %} class="s"{% endif %}><span>{{ p.date | date_to_string_space }}</span> <a href="{{ p.url }}">{{ p.title }}</a></li>{% endunless %}{% endfor %}
</ul>
</div>
<hr>
<div class="page">
<h1 id="code">Code projects</h1>
<p>See <a href="https://github.com/arp242/">GitHub</a> for a full list.</p>
<ul class="code">
<li><a href="https://github.com/arp242/border/">border</a> – Simple commandline tool to add a border around PNG images </li>
<li><a href="https://github.com/arp242/cantuse/">cantuse</a> – List browsers in which a feature *won't* work.</li>
<li><a href="https://github.com/arp242/find-cursor/">find-cursor</a> – Highlight the cursor position.</li>
<li><a href="https://github.com/zgoat/goatcounter">GoatCounter</a> – Web analytics platform.</li>
<li><a href="https://github.com/arp242/hello-css/">hello-css</a> – A CSS template focused on readability.</li>
<li><a href="https://github.com/arp242/imgzoom/">imgzoom</a> – Simple JavaScript image zoomer.</li>
<li><a href="https://github.com/arp242/info/">info</a> – Texinfo made palatable.</li>
<li><a href="https://github.com/arp242/pkg_clearleaves/">pkg_clearleaves</a> – Remove packages on which no other packages depend.</li>
<li><a href="https://github.com/arp242/readon.js/">readon.js</a> – Continue reading a web page from where you left last time.</li>
<li><a href="https://github.com/arp242/sanitize_files/">sanitize_files</a> – Basic cleanup of your code.</li>
<li><a href="https://github.com/arp242/singlepage/">singlepage</a> – Bundle external assets in a HTML file.</li>
<li><a href="https://github.com/arp242/uni/">uni</a> – Query the Unicode database from the commandline.</li>
<li><a href="https://github.com/zgoat/zsrv">zsrv</a> – Static file server which packs all data in the binary.</li>
</ul>
<h2 id="go">Go libraries and tools</h2>
<ul class="code">
<li><a href="https://github.com/arp242/gogo-release">gogo-release</a> – Build cross-platform binaries.<li>
<li><a href="https://github.com/arp242/goimport">goimport</a> – Add, remove, or replace imports.</li>
<li><a href="https://github.com/arp242/hubhub">hubhub</a> – Utility functions for working with the GitHub API.</li>
<li><a href="https://github.com/arp242/sconfig">sconfig</a> – A simple and functional configuration file parser.</li>
<li><a href="https://github.com/monoculum/formam">formam</a> – Scan HTML forms in to a struct.</li>
<li><a href="https://github.com/zgoat/guru">guru</a> – Go errors with a Guru Meditation Number.</li>
<li><a href="https://github.com/teamwork/mailaddress">mailaddress</a> – Mail address parsing library for Go.</li>
<li><a href="https://github.com/teamwork/reload">reload</a> – Lightweight automatic application reloading.</li>
<li><a href="https://github.com/teamwork/spamc">spamc</a> – Go client for SpamAssassin.</li>
<li><a href="https://github.com/zgoat/isbot">isbot</a> – Detect HTTP bots.</li>
<li><a href="https://github.com/zgoat/utils">utils</a> – Collection of often used extensions to Go’s standard library.</li>
<li><a href="https://github.com/zgoat/zhttp">zhttp</a> – Martin’s HTTP package.</li>
<li><a href="https://github.com/zgoat/zli">zli</a> – Library for writing CLI programs</li>
<li><a href="https://github.com/zgoat/zlog">zlog</a> – Logging library.</li>
<li><a href="https://github.com/zgoat/zpack">zpack</a> – Pack static data in binaries.</li>
<li><a href="https://github.com/zgoat/zstripe">zstripe</a> – Utility functions for working with the Stripe API.</li>
<li><a href="https://github.com/zgoat/ztest">ztest</a> – Testing helpers.</li>
<li><a href="https://github.com/zgoat/zvalidate">zvalidate</a> – Static validation that returns parsed values.</li>
</ul>
<h2 id="vim">Vim stuff</h2>
<ul class="code">
<li><a href="https://github.com/arp242/dotfiles/tree/master/vim"><code>~/.vim</code></a> – All sorts of stuff.</li>
<li><a href="https://github.com/arp242/my-first-vimrc/">My first vimrc</a> – A simple vimrc generator for new users; see <a href="/my-first-vimrc">/my-first-vimrc</a>.</li>
<li><a href="https://github.com/arp242/vimlog/">VimLog</a> – A ChangeLog for vim; see <a href="/vimlog">/vimlog</a>.</li>
</ul>
<ul class="code">
<li><a href="https://github.com/arp242/auto_mkdir2.vim/">auto_mkdir2.vim</a> – Automatically create directories.</li>
<li><a href="https://github.com/arp242/batchy.vim/">batchy.vim</a> – Perform batch operations on files.</li>
<li><a href="https://github.com/arp242/confirm_quit.vim/">confirm_quit.vim</a> – Ask for confirmation before quitting Vim.</li>
<li><a href="https://github.com/arp242/default2.vim/">default2.vim</a> – Vim’s default colour scheme with some small enhancements.</li>
<li><a href="https://github.com/arp242/globedit.vim/">globedit.vim</a> – Use globbing patterns for :edit, :tabedit, etc.</li>
<li><a href="https://github.com/arp242/gopher.vim/">gopher.vim</a> – Plugin for the Go programming language.</li>
<li><a href="https://github.com/arp242/helplink.vim/">helplink.vim</a> – Link to Vim help pages with ease.</li>
<li><a href="https://github.com/arp242/jumpy.vim/">jumpy.vim</a> – Filetype-specific mappings for <code>[[</code> and <code>]]</code>.</li>
<li><a href="https://github.com/arp242/lazy.vim/">lazy.vim</a> – The really simple snippet manager.</li>
<li><a href="https://github.com/arp242/packman.vim/">packman.vim</a> – A simple Vim plugin/package manager.</li>
<li><a href="https://github.com/arp242/runbuf.vim/">runbuf.vim</a> – Run the contents of a buffer in psql, python, bash, etc. and display the output.</li>
<li><a href="https://github.com/arp242/startscreen.vim/">startscreen.vim</a> – Customize Vim’s start screen.</li>
<li><a href="https://github.com/arp242/switchy.vim/">switchy.vim</a> – Switch to related files.</li>
<li><a href="https://github.com/arp242/testing.vim/">testing.vim</a> – Testing framework for Vim.</li>
<li><a href="https://github.com/arp242/undofile_warn.vim/">undofile_warn.vim</a> – Warn when using the undofile.</li>
<li><a href="https://github.com/arp242/xdg_open.vim/">xdg_open.vim</a> – Run xdg-open from Vim; re-implements netrw's gx.</li>
<li><a href="https://github.com/arp242/zev.vim/">zev.vim</a> – Easily apply predefined substitute patterns.</li>
</ul>
<h2>Other</h2>
<ul class="code">
<li><a href="https://bestasciitable.com/">bestasciitable.com</a> – Or, why does Ctrl+i insert a Tab in my terminal?</li>
<li><a href="https://github.com/arp242/dotfiles/">dotfiles</a> – My configuration files.</li>
<li><a href="/the-art-of-unix-programming">The Art of Unix Programming</a> – Reformatted version.</li>
</ul>
</div>
<hr>
<div class="page">
<p>Also see <strong><a href="/archive.html">the archives</a></strong> for some outdated
and not-especially-interesting-after-all stuff.</p>
</div>
</article>
{% include _side.html %}
</div>