This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:2000000000000101020203030404050506060707080809090A0A0B0B0C0C0D0D0E0E0F0FF0 | |
:2000200010101111121213131414151516161717181819191A1A1B1B1C1C1D1D1E1E1F1FD0 | |
:2000400020202121222223232424252526262727282829292A2A2B2B2C2C2D2D2E2E2F2FB0 | |
:2000600030303131323233333434353536363737383839393A3A3B3B3C3C3D3D3E3E3F3F90 | |
:2000800040404141424243434444454546464747484849494A4A4B4B4C4C4D4D4E4E4F4F70 | |
:2000A00050505151525253535454555556565757585859595A5A5B5B5C5C5D5D5E5E5F5F50 | |
:2000C00060606161626263636464656566666767686869696A6A6B6B6C6C6D6D6E6E6F6F30 | |
:2000E00070707171727273737474757576767777787879797A7A7B7B7C7C7D7D7E7E7F7F10 | |
:2001000080808181828283838484858586868787888889898A8A8B8B8C8C8D8D8E8E8F8FEF | |
:2001200090909191929293939494959596969797989899999A9A9B9B9C9C9D9D9E9E9F9FCF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import xmltodict | |
#https://github.com/martinblech/xmltodict | |
#pip install xmltodict | |
import sys | |
from random import random | |
import pygame |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
#-*- coding: utf-8 -*- | |
import os, sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}>) |