Archives
- December 2011 (1)
- July 2011 (2)
- June 2010 (1)
- April 2010 (1)
- December 2009 (2)
- March 2009 (2)
- February 2009 (1)
- January 2009 (1)
- July 2008 (1)
- June 2008 (1)
- April 2008 (1)
- February 2008 (1)
- December 2007 (1)
- September 2007 (1)
- August 2007 (1)
- June 2007 (2)
- May 2007 (2)
- April 2007 (3)
- July 2006 (1)
- April 2006 (1)
- October 2005 (1)
Author Archives: tobbez
PuTTY-url 0.62
The PuTTY patch with clickable URL support has been updated for PuTTY 0.62. You can find the patch (and a binary) on the new web site for the patch at http://ryara.net/putty-url/.
Posted in Computers
Leave a comment
PuTTY 0.61 with clickable links
The patch now has a web site at http://ryara.net/putty-url/, where all future updates will be posted. Since PuTTY tray (which I have been using for this functionality so far) has been discontinued, I decided to port its clickable link functionality … Continue reading
Posted in Computers
5 Comments
So…
…I invented something in minecraft: (Link: http://www.youtube.com/watch?v=OcwhkymtBH0)
Posted in Random stuff
Leave a comment
Patch for FiSH for irssi with recode
This patch fixes a buffer overflow (causing a segfault) that would happen if an ISO-8859-1 sent a string consisting of many instances of a single extended character (å, ä, ö etc). The patch is against FiSH v1.0-RC5, and is only … Continue reading
Posted in Computers
Leave a comment
libucfg
I just released libucfg, a small configuration library in ANSI C. You can find it here.
Posted in Computers
Leave a comment
ld-preload-reverse
I though I would post this piece of code since it has been laying around for quite a while. ld-preload-reverse is a LD_PRELOAD library that overrides the most common functions for writing text to a terminal, and reverses their output: … Continue reading
Posted in Computers
Leave a comment
lighttpd rewrite rules for Symphony CMS
For Symphony 2.0.6. url.rewrite-once += ( “^/symphony/favicon.ico$” => “$0″, “^/symphony/symphony/(assets|content|lib|template)/.*$” => “$0″, “^/symphony/workspace/[^/]+/.*$” => “$0″, “^/symphony/image/(.+\.(jpg|gif|jpeg|png|bmp))$” => “/symphony/extensions/jit_image_manipulation/lib/image.php?param=$1″, “^/symphony/symphony/?(\?(.*))?$” => “/symphony/index.php?mode=administration&$2″, “^/symphony/symphony(/(.*/?))?(\?(.*))?$” => “/symphony/index.php?symphony-page=$1&mode=administration&$4″, “^/symphony/([^?]*/?)(\?(.*))?$” => “/symphony/index.php?symphony-page=$1&$3″ ) Replace the first occurrence of ‘symphony’ on every line with the location … Continue reading
Ebuild for libsummer
I wrote an ebuild for the broadcatching library libsummer, that recently released version 0.1.0: # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION=”A broadcatching library” SRC_URI=”http://flukkost.nu/libsummer/${P}.tar.bz2″ HOMEPAGE=”http://wrya.net/services/trac/summer/” KEYWORDS=”~x86 … Continue reading
Posted in Computers
Leave a comment
Mailman with lighttpd and Postfix on Gentoo
This post details how to setup mailman using lighttpd and postfix on gentoo. Before starting I assume that you have: * Lighttpd setup and working * Postfix setup to handle mail from one domain * MX records setup for the … Continue reading
Quake Live
So today I got around to trying out Quake Live, which went into open beta the other day. If you didn’t know already, Quake Live is very similiar to Quake 3, with the exception that it’s played in a browser. … Continue reading
Posted in Games
3 Comments