The almighty .plan

.plan
[Last 5] [Last 10] [Index] [RSS Feed]
[Full .plan (over 1MB)]
Contact
links

Notes

Notes
A collection of notes on various topics, such as version control, programming, food and email/newsgroup usage.
SubVersion
Vim
C and C++
FreeBSD
more...

Image Gallery

Image Gallery
Photos
Screenshots
more...

RMITCS

RMITCS Fluxbox Menu Generator
C Helpdesk Resources
Customising Your CS Account [outdated]
A brief FAQ/HOWTO on Customising X, tcsh and vim at RMITCS.

Software

Codepile
Assorted little scripts and apps.
dumps.pl - FreeBSD Backup script
dice.pl - Perl Dice roller, supports Silhouette, Shadowrun and Alternity
rastodo.py - Python Console todo/reminder
timetable.c - Console timetable/reminder
more...
Lost Emulators
Mirrors of some abandoned emulators (Generator-cbiere and DGen-SDL).
NumLock
An abandoned client-server numbers game.

Videogame Mods

LethalMod
A Max Payne 2 mod that changes the gameplay to make combat more realistic and deadly.
terroristgear
[1.4 KB .zip] A little Rogue Spear: Urban Operations mod that lets you use terrorist and multiplayer equipment (such as C4) in single player games.

Roleplaying Games

Shadowrun (4th ed)
My house firearms rules, notes on armour concealability and simplified matrix rules.
Heavy Gear (2nd ed)
A new and improved character sheet, notes on tool kits and links.
GURPS
A quad NPC sheet, firearms malfunctions and links.
GameMastering
Assorted tips for gamemasters (not specific to any particular game).

Miscellaneous

Taglines
Quotes and stuff.
crazy
Images as preformatted text, with PHP source.
Trombone slide position chart
PDF, 14KB, one a4 page.
[Back to home page]
For updates about the lack of updates: click click click .

     ------==========/ Dylan Leigh - nth Year CS/CSE \==========------
   Student number: 3017239     Web : http://yallara.cs.rmit.edu.au/~dleigh




Tue, 24 Aug 2010 00:00:00 +1000

Stayed at uni until 12:24 again because I couldn't bear going
home alone, again. Couldn't concentrate on anything. Might have
to take another leave.



Sat, 21 Aug 2010 00:00:00 +1000

Today I wore my Your Rights At Work tshirt today (from the 2007
campaign). Got a few comments from the volunteers, including "Oh.. I
guess I can't interest you in one of these?" from the guy handing out
Liberal how-to-vote cards.

Spent most of the afternoon refreshing the AEC site, then went to Adam
Bandt's after party - at the appropriately named Victory Hotel. Bandt
and Richard de Natale (the Greens senator also elected) are freakishly
similar - same height, hairline, identical voices, even the same glasses!

     -----==========-----

   On "The sex party would love a hung parliament":

<dleigh> I guess the Sex Party was hoping for a bigger election.
<vchau > Well there was plenty of swinging going on.

     -----==========-----

Epic hammond organ porn - clear plexiglass case and chrome keys:

http://www.1stdibs.com/furniture_item_detail.php?id=423316
http://www.1stdibs.com/furniture_item_zoom.php?id=423316&view=3




Fri, 13 Aug 2010 00:00:00 +1000

A small CPU load widget for the Awesome wm, based on IceBrain's Active
RAM Widget (http://awesome.naquadah.org/wiki/Active_RAM). Unlike some
other load widgets, This one doesn't spawn any new processes or
require any widget libraries (just the ones that come with awesome).

Add to rc.lua, near the top but after the library imports:

    function cpuload()
      for line in io.lines('/proc/loadavg') do
         return string.sub(line, 0, 4)
      end
    end
    cpuinfo = widget({ type = "textbox", align = "right" })
    awful.hooks.timer.register(5, function() cpuinfo.text = cpuload() end)

Look for the "mywibox[s].widgets" definition and add the new "cpuinfo"
one. I suggest putting it after the textclock:

   mywibox[s].widgets = {
      ...
      mytextclock,
      cpuinfo,
      ...
   }



Sat, 17 Jul 2010 00:00:00 +1000

I hate living by myself. I hate it sooo much.

4 months ago I loved it. :(

That is all.



Tue, 22 Jun 2010 00:00:00 +1000

   http://www.theatlantic.com/magazine/archive/2008/03/marry-him/6651/

   "Marry Him!: The case for settling for Mr. Good Enough"
   Also the title of an excellent book by the same author on the
   same topic.





View from .
Entries are counted backwards, i.e. the most recent entry is considered number 1.

View entry on .
Dates can be entered in GNU Date Syntax - this has several forms, the simplest is YYYYMMDDhhmm.

View of dated entries.
View .plan (around 1 MB).

Generated Wed, 08 Sep 2010 00:02:06 +1000
Copyright © 2002-2010 Dylan Leigh.
[HTML 4.01 Transitional]