Skip to content

Instantly share code, notes, and snippets.

View koo5's full-sized avatar
💭
github sucks

koo5

💭
github sucks
View GitHub Profile
@koo5
koo5 / story.ni
Created April 15, 2012 15:35
bored dance
"dance of boredom" by kook
"sitting somewhere between pseudocode and real inform7, making inform seem much more likeable than it is, unplugged from the world, this node stares cross-eyed into space"
world is a room.
--[[
Background by londonali1010 (2009)
This script draws a background to the Conky window. It covers the whole of the Conky window, but you can specify rounded corners, if you wish.
To call this script in Conky, use (assuming you have saved this script to ~/scripts/):
lua_load ~/.scripts/draw_bg.lua
lua_draw_hook_pre draw_bg
Changelog:
@koo5
koo5 / pin.c
Created April 29, 2012 07:06
atmega 328 pins mapping
byte[2] map={{255,0,1,2,3,4,255,255,255,255,5,6,7,8},{A5,A4,A3,A2,A1,A0,255,255,255,13,12,11,10,9}};
@koo5
koo5 / xxx.hex
Created April 30, 2012 00:38
xx
:2000000000000101020203030404050506060707080809090A0A0B0B0C0C0D0D0E0E0F0FF0
:2000200010101111121213131414151516161717181819191A1A1B1B1C1C1D1D1E1E1F1FD0
:2000400020202121222223232424252526262727282829292A2A2B2B2C2C2D2D2E2E2F2FB0
:2000600030303131323233333434353536363737383839393A3A3B3B3C3C3D3D3E3E3F3F90
:2000800040404141424243434444454546464747484849494A4A4B4B4C4C4D4D4E4E4F4F70
:2000A00050505151525253535454555556565757585859595A5A5B5B5C5C5D5D5E5E5F5F50
:2000C00060606161626263636464656566666767686869696A6A6B6B6C6C6D6D6E6E6F6F30
:2000E00070707171727273737474757576767777787879797A7A7B7B7C7C7D7D7E7E7F7F10
:2001000080808181828283838484858586868787888889898A8A8B8B8C8C8D8D8E8E8F8FEF
:2001200090909191929293939494959596969797989899999A9A9B9B9C9C9D9D9E9E9F9FCF
<?xml version="1.0"?>
<configuration>
<option name="Being equipmentSticky" value="0"/>
<option name="Being equipmentVisible" value="0"/>
<option name="Being equipmentWinX" value="762"/>
<option name="Being equipmentWinY" value="369"/>
<option name="BotCheckerWindowSticky" value="0"/>
<option name="BotCheckerWindowVisible" value="0"/>
<option name="BotCheckerWindowWinX" value="245"/>
<option name="BotCheckerWindowWinY" value="464"/>
@koo5
koo5 / source.txt
Created November 22, 2012 02:59
"The Amazing Interactive Turing Machine" by "J.D. Clemens"
"The Amazing Interactive Turing Machine" by "J.D. Clemens"
Section 1 - Bibliographic Data
The story headline is "An Interactive Waste of Time".
The story genre is "Other".
The story description is "You have almost reached the end of your shift. All that remains is to clean one final room, the control room for that weird contraption being built by the scientists here. Carrying your usual equipment, you open the door and step into... The Amazing Interactive Turing Machine!"
Release along with source text and a website.
@koo5
koo5 / xbmcskinedit.py
Created November 26, 2012 20:40
xbmcskinedit.py
#!/usr/bin/python
import xmltodict
#https://github.com/martinblech/xmltodict
#pip install xmltodict
import sys
from random import random
import pygame
#!/usr/bin/python
#-*- coding: utf-8 -*-
import os, sys
@koo5
koo5 / ddd
Created January 2, 2013 11:03 — forked from anonymous/ddd
GNU DDD 3.3.12 (i686-pc-linux-gnu), by Dorothea Lütkehaus and Andreas Zeller.
Copyright © 1995-1999 Technische Universität Braunschweig, Germany.
Copyright © 1999-2001 Universität Passau, Germany.
Copyright © 2001 Universität des Saarlandes, Germany.
Copyright © 2001-2004 Free Software Foundation, Inc.
Reading symbols from /home/koom/manaplus2/src/manaplus...done.
(gdb) run
Starting program: /home/koom/manaplus2/src/manaplus
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
These symbols are not accessible in the COMMON-LISP-USER package:
(BLOCKY::BANANA)
[Condition of type SB-KERNEL:SIMPLE-PACKAGE-ERROR]
Restarts:
0: [CONTINUE] IMPORT these symbols into the COMMON-LISP-USER package.
1: [RETRY] Retry SLIME REPL evaluation request.
2: [*ABORT] Return to SLIME's top level.
3: [ABORT] Abort thread (#<THREAD "new-repl-thread" RUNNING {AF3C609}>)