Skip to content

Commit

Permalink
Renamed GitHub account to arp242
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed May 18, 2019
1 parent 275d670 commit 698c61b
Show file tree
Hide file tree
Showing 40 changed files with 237 additions and 236 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Expand Up @@ -8,14 +8,14 @@
<h1>{{ page.title }}</h1>
<p>Written on {{ page.date | date_to_string }}
{% if page.updated %} − last updated on {{ page.updated | date_to_string }}
<sup><a href="https://github.com/Carpetsmoker/arp242.net/commits/master/{{ page.path }}">history</a></sup>{% endif %}</p>
<sup><a href="https://github.com/arp242/arp242.net/commits/master/{{ page.path }}">history</a></sup>{% endif %}</p>
</header>
{{ content }}

<footer class="postscript">
<strong>Feedback</strong>
<p>You can mail me at <a href="mailto:martin@arp242.net">martin@arp242.net</a> or
<a href="https://github.com/Carpetsmoker/arp242.net/issues/new">
<a href="https://github.com/arp242/arp242.net/issues/new">
create a GitHub issue</a> for feedback, questions, etc.</p>
</footer>
</article>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-07-14-browsers-conflict-interest.markdown
Expand Up @@ -7,7 +7,7 @@ updated: 2018-12-22
<div class="hatnote">Discussions:
<a href="https://www.reddit.com/r/firefox/comments/8avev2/browsers_and_conflicts_of_interests/">/r/firefox</a>.
Feedback:
<a href="https://github.com/Carpetsmoker/arp242.net/issues/2">#2</a>.
<a href="https://github.com/arp242/arp242.net/issues/2">#2</a>.
</div>

What do you get when you search for ‘Firefox’ in a new Windows 10 installation?
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-12-26-shell-scripting-trap.markdown
Expand Up @@ -64,7 +64,7 @@ start, you would have spent some more time writing the original version, but
would have spent *much* less time maintaining it, while almost certainly having
fewer bugs.

Take my [packman.vim](https://github.com/Carpetsmoker/packman.vim) script for
Take my [packman.vim](https://github.com/arp242/packman.vim) script for
example. It started out as a simple `for` loop over all directories and a `git
pull` and has grown from there.
At about 200 lines it's hardly the most complex script, but had I written it in
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-01-07-testing.markdown
Expand Up @@ -8,7 +8,7 @@ Discussions:
<a href="https://news.ycombinator.com/item?id=18907912">Hacker News</a>,
<a href="https://www.reddit.com/r/programming/comments/ag2h51/testing_isnt_everything/">/r/programming</a>.
Feedback:
<a href="https://github.com/Carpetsmoker/arp242.net/issues/11">#11</a>.
<a href="https://github.com/arp242/arp242.net/issues/11">#11</a>.
</div>

<div class="hatnote">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2019-04-30-flags-config.markdown
Expand Up @@ -82,4 +82,4 @@ needs to be a setting.
[easy]: /easy.html
[yaml]: /yaml-config.html
[json]: /json-config.html
[sconfig]: https://github.com/Carpetsmoker/sconfig
[sconfig]: https://github.com/arp242/sconfig
2 changes: 1 addition & 1 deletion _posts/2019-05-01-flags-config-go.markdown
Expand Up @@ -71,7 +71,7 @@ P.S. If you're going to use a configuration package then I recommend
[viper]: https://github.com/spf13/viper
[flag]: https://golang.org/pkg/flag/
[cobra]: https://github.com/spf13/cobra
[sconfig]: https://github.com/Carpetsmoker/sconfig
[sconfig]: https://github.com/arp242/sconfig
[easy]: /easy.html


Expand Down
200 changes: 100 additions & 100 deletions _redirects

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions archive.html
Expand Up @@ -20,21 +20,21 @@ <h1 id="writings">Writings</h1>

<h1 id="code">Code projects</h1>
<ul>
<li><a href="https://github.com/Carpetsmoker/transip-dynamic/">transip-dynamic</a> – Dynamic DNS for TransIP.</li>
<li><a href="https://github.com/Carpetsmoker/battray/">battray</a> – Battery status tray icon with scripting support.</li>
<li><a href="https://github.com/Carpetsmoker/markdown-wiki/">markdown-wiki</a> – Simple wiki.</li>
<li><a href="https://github.com/Carpetsmoker/nordavind/">nordavind</a> – Web based audio player.</li>
<li><a href="https://github.com/Carpetsmoker/operapass/">operapass</a> – Read opera password files (a.k.a. &#34;the wand&#34;).</li>
<li><a href="https://github.com/Carpetsmoker/pkg_sanity/">pkg_sanity</a> – Some basic sanity checks for FreeBSD packages.</li>
<li><a href="https://github.com/Carpetsmoker/robots/">robots</a> – Reproduction of the 1980 “classic” robots game.</li>
<li><a href="https://github.com/Carpetsmoker/spamdb-curses/">spamdb-curses</a> – Curses interface for OpenBSD&#39;s <code>spamdb(8)</code>.</li>
<li><a href="https://github.com/arp242/transip-dynamic/">transip-dynamic</a> – Dynamic DNS for TransIP.</li>
<li><a href="https://github.com/arp242/battray/">battray</a> – Battery status tray icon with scripting support.</li>
<li><a href="https://github.com/arp242/markdown-wiki/">markdown-wiki</a> – Simple wiki.</li>
<li><a href="https://github.com/arp242/nordavind/">nordavind</a> – Web based audio player.</li>
<li><a href="https://github.com/arp242/operapass/">operapass</a> – Read opera password files (a.k.a. &#34;the wand&#34;).</li>
<li><a href="https://github.com/arp242/pkg_sanity/">pkg_sanity</a> – Some basic sanity checks for FreeBSD packages.</li>
<li><a href="https://github.com/arp242/robots/">robots</a> – Reproduction of the 1980 “classic” robots game.</li>
<li><a href="https://github.com/arp242/spamdb-curses/">spamdb-curses</a> – Curses interface for OpenBSD&#39;s <code>spamdb(8)</code>.</li>
</ul>

<h2 id="vim">Vim stuff</h2>
<ul>
<li><a href="https://github.com/Carpetsmoker/complete_email.vim/">complete_email.vim</a> – Completion of email addresses.</li>
<li><a href="https://github.com/Carpetsmoker/password-bunny/">password-bunny</a> – Manage passwords with Vim.</li>
<li><a href="https://github.com/Carpetsmoker/powersearch.vim/">powersearch.vim</a> – Several search-related enhancements.</li>
<li><a href="https://github.com/arp242/complete_email.vim/">complete_email.vim</a> – Completion of email addresses.</li>
<li><a href="https://github.com/arp242/password-bunny/">password-bunny</a> – Manage passwords with Vim.</li>
<li><a href="https://github.com/arp242/powersearch.vim/">powersearch.vim</a> – Several search-related enhancements.</li>
</ul>
</div>

6 changes: 3 additions & 3 deletions autofox.html
@@ -1,8 +1,8 @@
---
layout: go
pkg: autofox
home: "https://github.com/Carpetsmoker/autofox"
clone: "https://github.com/Carpetsmoker/autofox.git"
src: "https://github.com/Carpetsmoker/autofox/tree/master/{/dir}"
home: "https://github.com/arp242/autofox"
clone: "https://github.com/arp242/autofox.git"
src: "https://github.com/arp242/autofox/tree/master/{/dir}"
---

Binary file modified cv/CV-MartinTournoij-redacted.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion cv/CV-MartinTournoij.html
Expand Up @@ -68,7 +68,7 @@ <h1>Martin T<span class="redact">ournoij</span></h1>
<a href="https://arp242.net" class="redact">arp242.net</a>
</div>
<div>
<a href="https://github.com/Carpetsmoker" class="redact">github.com/Carpetsmoker</a><br>
<a href="https://github.com/arp242" class="redact">github.com/arp242</a><br>
<a href="https://stackoverflow.com/u/660921" class="redact">stackoverflow.com/u/660921</a>
</div>
<div style="text-align: justify; hyphens: auto;">
Expand Down
Binary file modified cv/CV-MartinTournoij.pdf
Binary file not shown.
5 changes: 3 additions & 2 deletions cv/index.markdown
Expand Up @@ -35,7 +35,8 @@ communication.
CV
--

- [PDF](CV-MartinTournoij.pdf); recommended.
- [PDF, redacted of personal information](CV-MartinTournoij-redacted.pdf)
- [PDF](CV-MartinTournoij.pdf) (A4 size); recommended.
- [PDF redacted of personal information](CV-MartinTournoij-redacted.pdf), for
recruiters etc.
- [HTML source](CV-MartinTournoij.html) (not extensively tested on different
platforms/browsers, primarily intended to render PDF).
2 changes: 1 addition & 1 deletion feed.xml
Expand Up @@ -5,7 +5,7 @@ layout: null
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>arp242.net</title>
<description>Website of Martin Tournoij/Carpetsmoker/arp242. I write about stuff, occasionally.</description>
<description>Website of Martin Tournoij/arp242/arp242. I write about stuff, occasionally.</description>
<link>{{ site.url }}{{ site.baseurl }}/</link>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
Expand Down
6 changes: 3 additions & 3 deletions goimport.html
@@ -1,8 +1,8 @@
---
layout: go
pkg: goimport
home: "https://github.com/Carpetsmoker/goimport"
clone: "https://github.com/Carpetsmoker/goimport.git"
src: "https://github.com/Carpetsmoker/goimport/tree/master/{/dir}"
home: "https://github.com/arp242/goimport"
clone: "https://github.com/arp242/goimport.git"
src: "https://github.com/arp242/goimport/tree/master/{/dir}"
---

6 changes: 3 additions & 3 deletions goimport/goimport.html
@@ -1,8 +1,8 @@
---
layout: go
pkg: goimport
home: "https://github.com/Carpetsmoker/goimport"
clone: "https://github.com/Carpetsmoker/goimport.git"
src: "https://github.com/Carpetsmoker/goimport/tree/master/{/dir}"
home: "https://github.com/arp242/goimport"
clone: "https://github.com/arp242/goimport.git"
src: "https://github.com/arp242/goimport/tree/master/{/dir}"
---

6 changes: 3 additions & 3 deletions hubhub.html
@@ -1,8 +1,8 @@
---
layout: go
pkg: hubhub
home: "https://github.com/Carpetsmoker/hubhub"
clone: "https://github.com/Carpetsmoker/hubhub.git"
src: "https://github.com/Carpetsmoker/hubhub/tree/master/{/dir}"
home: "https://github.com/arp242/hubhub"
clone: "https://github.com/arp242/hubhub.git"
src: "https://github.com/arp242/hubhub/tree/master/{/dir}"
---

76 changes: 38 additions & 38 deletions index.html
Expand Up @@ -5,17 +5,17 @@

<article class="page" id="home">
<p>This is the homepage of <strong>Martin Tournoij</strong>,
also known as <strong>Carpetsmoker</strong> and <strong>arp242</strong> on the web.
also known as <strong>arp242</strong> and <strong>Carpetsmoker</strong> on the web.
You can also find me at
<a rel="me" href="https://github.com/Carpetsmoker">GitHub</a>,
<a rel="me" href="https://github.com/arp242">GitHub</a>,
<a rel="me" href="https://stackoverflow.com/users/660921/carpetsmoker">Stack Overflow</a>,
<a rel="me" href="https://www.couchsurfing.com/people/carpetsmoker">couchsurfing</a>,
<a rel="me" href="https://keybase.io/carpetsmoker">Keybase</a>,
<a rel="me" href="https://lobste.rs/u/arp242">Lobste.rs</a>,
<a rel="me" href="https://news.ycombinator.com/user?id=Carpetsmoker">Hacker News</a>, and
<a rel="me" href="https://www.reddit.com/user/arp242">reddit</a>. Send an email to
<a rel="me" href="mailto:martin@arp242.net">martin@arp242.net</a> or
<a href="https://github.com/Carpetsmoker/arp242.net/issues/new">create a GitHub issue</a>
<a href="https://github.com/arp242/arp242.net/issues/new">create a GitHub issue</a>
if you want to contact me. Also see <a href="/cv/">my CV</a>.
</p>

Expand All @@ -29,32 +29,32 @@ <h1 id="writings">Writings <span>(<a href="/feed.xml">RSS feed</a>)</span></h1>
</ul>

<h1 id="code">Code projects</h1>
<p>See <a href="https://github.com/Carpetsmoker/">GitHub</a> for a full list.</p>
<p>See <a href="https://github.com/arp242/">GitHub</a> for a full list.</p>
<ul>
<li><a href="https://github.com/Carpetsmoker/aurgit/">aurgit</a> – A simple way to manage AUR packages.</li>
<li><a href="https://github.com/Carpetsmoker/autofox/">autofox</a> – Automatically configure Firefox.</li>
<li><a href="https://github.com/Carpetsmoker/dotfiles/">dotfiles</a> – My configuration files.</li>
<li><a href="https://github.com/Carpetsmoker/download-npo/">download-npo</a> – Download episodes from npo.nl</li>
<li><a href="https://github.com/Carpetsmoker/find-cursor/">find-cursor</a> – Highlight the cursor position.</li>
<li><a href="https://github.com/Carpetsmoker/hello-css/">hello-css</a> – A CSS template focused on readability.</li>
<li><a href="https://github.com/Carpetsmoker/imgzoom/">imgzoom</a> – Simple JavaScript image zoomer.</li>
<li><a href="https://github.com/Carpetsmoker/info/">info</a> – Texinfo made palatable.</li>
<li><a href="https://github.com/Carpetsmoker/orgstat/">orgstat</a> – List git author statistics for an entire GitHub organisation.</li>
<li><a href="https://github.com/Carpetsmoker/pkg_clearleaves/">pkg_clearleaves</a> – Remove packages on which no other packages depend.</li>
<li><a href="https://github.com/Carpetsmoker/readon.js/">readon.js</a> – Continue reading a web page from where you left last time.</li>
<li><a href="https://github.com/Carpetsmoker/sanitize_files/">sanitize_files</a> – Basic cleanup of your code.</li>
<li><a href="https://github.com/Carpetsmoker/singlepage/">singlepage</a> – Bundle external assets in a HTML file.</li>
<li><a href="https://github.com/Carpetsmoker/trackwall/">trackwall</a> – DNS proxy and filter − /etc/hosts on steroids.</li>
<li><a href="https://github.com/Carpetsmoker/uni/">uni</a> – Query the Unicode database from the commandline.</li>
<li><a href="https://github.com/arp242/aurgit/">aurgit</a> – A simple way to manage AUR packages.</li>
<li><a href="https://github.com/arp242/autofox/">autofox</a> – Automatically configure Firefox.</li>
<li><a href="https://github.com/arp242/dotfiles/">dotfiles</a> – My configuration files.</li>
<li><a href="https://github.com/arp242/download-npo/">download-npo</a> – Download episodes from npo.nl</li>
<li><a href="https://github.com/arp242/find-cursor/">find-cursor</a> – Highlight the cursor position.</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/orgstat/">orgstat</a> – List git author statistics for an entire GitHub organisation.</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/trackwall/">trackwall</a> – DNS proxy and filter − /etc/hosts on steroids.</li>
<li><a href="https://github.com/arp242/uni/">uni</a> – Query the Unicode database from the commandline.</li>
</ul>

<p id="go">Go libraries and tools.</p>
<ul>
<li><a href="https://github.com/Carpetsmoker/goimport/">goimport</a> – Add, remove, or replace imports in Go files.</li>
<li><a href="https://github.com/Carpetsmoker/hubhub/">hubhub</a> – Set of utility functions for working with the GitHub API.</li>
<li><a href="https://github.com/Carpetsmoker/log/">log</a> – Simple Go logging library.</li>
<li><a href="https://github.com/Carpetsmoker/mhttp/">mhttp</a> – Martin's HTTP package.</li>
<li><a href="https://github.com/Carpetsmoker/sconfig/">sconfig</a> – A simple and functional configuration file parser for Go.</li>
<li><a href="https://github.com/arp242/goimport/">goimport</a> – Add, remove, or replace imports in Go files.</li>
<li><a href="https://github.com/arp242/hubhub/">hubhub</a> – Set of utility functions for working with the GitHub API.</li>
<li><a href="https://github.com/arp242/log/">log</a> – Simple Go logging library.</li>
<li><a href="https://github.com/arp242/mhttp/">mhttp</a> – Martin's HTTP package.</li>
<li><a href="https://github.com/arp242/sconfig/">sconfig</a> – A simple and functional configuration file parser for Go.</li>
</ul>

<p id="teamwork">Go libraries I created/maintained at my previous employer; I still try to
Expand All @@ -77,23 +77,23 @@ <h1 id="code">Code projects</h1>

<h2 id="vim">Vim stuff</h2>
<ul>
<li><a href="https://github.com/Carpetsmoker/dotfiles/tree/master/vim">My <code>~/.vim</code> directory</a> – All sorts of stuff.</li>
<li><a href="https://github.com/Carpetsmoker/my-first-vimrc/">My first vimrc</a> – A simple vimrc generator for new users; see
<li><a href="https://github.com/arp242/dotfiles/tree/master/vim">My <code>~/.vim</code> directory</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="https://arp242.net/my-first-vimrc">/my-first-vimrc</a>.</li>
</ul>

<ul>
<!-- <li><a href="https://github.com/Carpetsmoker/git.vim/">git.vim</a> – My small Vim git plugin.</li> -->
<li><a href="https://github.com/Carpetsmoker/auto_mkdir2.vim/">auto_mkdir2.vim</a> – Automatically create directories.</li>
<li><a href="https://github.com/Carpetsmoker/confirm_quit.vim/">confirm_quit.vim</a> – Ask for confirmation before quitting Vim.</li>
<li><a href="https://github.com/Carpetsmoker/default2.vim/">default2.vim</a> – Vim's default colour scheme with some small enhancements.</li>
<li><a href="https://github.com/Carpetsmoker/globedit.vim/">globedit.vim</a> – Use globbing patterns for :edit, :tabedit, etc.</li>
<li><a href="https://github.com/Carpetsmoker/gopher.vim/">gopher.vim</a> – Plugin for the Go programming language.</li>
<li><a href="https://github.com/Carpetsmoker/helplink.vim/">helplink.vim</a> – Link to Vim help pages with ease.</li>
<li><a href="https://github.com/Carpetsmoker/packman.vim/">packman.vim</a> – A simple Vim plugin/package manager.</li>
<li><a href="https://github.com/Carpetsmoker/startscreen.vim/">startscreen.vim</a> – Customize Vim&#39;s start screen.</li>
<li><a href="https://github.com/Carpetsmoker/testing.vim/">testing.vim</a> – Small testing framework for Vim.</li>
<li><a href="https://github.com/Carpetsmoker/undofile_warn.vim/">undofile_warn.vim</a> – Warn when using the undofile.</li>
<li><a href="https://github.com/Carpetsmoker/xdg_open.vim/">xdg_open.vim</a> – Run xdg-open from Vim; re-implements netrw&#39;s gx.</li>
<!-- <li><a href="https://github.com/arp242/git.vim/">git.vim</a> – My small Vim git plugin.</li> -->
<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/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/packman.vim/">packman.vim</a> – A simple Vim plugin/package manager.</li>
<li><a href="https://github.com/arp242/startscreen.vim/">startscreen.vim</a> – Customize Vim&#39;s start screen.</li>
<li><a href="https://github.com/arp242/testing.vim/">testing.vim</a> – Small 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&#39;s gx.</li>
</ul>
</article>
6 changes: 3 additions & 3 deletions info.html
@@ -1,8 +1,8 @@
---
layout: go
pkg: info
home: "https://github.com/Carpetsmoker/info"
clone: "https://github.com/Carpetsmoker/info.git"
src: "https://github.com/Carpetsmoker/info/tree/master/{/dir}"
home: "https://github.com/arp242/info"
clone: "https://github.com/arp242/info.git"
src: "https://github.com/arp242/info/tree/master/{/dir}"
---

0 comments on commit 698c61b

Please sign in to comment.