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
bitcoin by kook | |
"i need to get laid" | |
app is a kind of room | |
display is a kind of container | |
function is a kind of | |
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
<?php | |
echo('<?xml version="1.0" encoding="ISO-8859-15"?>' . "\n"); | |
echo('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'); | |
?> | |
<html> | |
<head> | |
<title>Server status</title> | |
<meta http-equiv="Refresh" content="60"/> | |
<style type="text/css"> | |
body { |
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
otherwise if path is "/post": | |
if method is "post": | |
if there is an id of user in table of users: | |
let old nick be nick corresponding to id of user in table of users; | |
if old nick is not user nick:[user changed googleID nickname] | |
say "old nick: [old nick], new nick: [user nick], updating nick...[line break]"; | |
choose row with id of user in table of users; | |
now nick corresponding to id of user in table of users is user nick; | |
write file of users from table of users; | |
else: |
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}>) |
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
#!/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
#!/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
"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
<?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
:2000000000000101020203030404050506060707080809090A0A0B0B0C0C0D0D0E0E0F0FF0 | |
:2000200010101111121213131414151516161717181819191A1A1B1B1C1C1D1D1E1E1F1FD0 | |
:2000400020202121222223232424252526262727282829292A2A2B2B2C2C2D2D2E2E2F2FB0 | |
:2000600030303131323233333434353536363737383839393A3A3B3B3C3C3D3D3E3E3F3F90 | |
:2000800040404141424243434444454546464747484849494A4A4B4B4C4C4D4D4E4E4F4F70 | |
:2000A00050505151525253535454555556565757585859595A5A5B5B5C5C5D5D5E5E5F5F50 | |
:2000C00060606161626263636464656566666767686869696A6A6B6B6C6C6D6D6E6E6F6F30 | |
:2000E00070707171727273737474757576767777787879797A7A7B7B7C7C7D7D7E7E7F7F10 | |
:2001000080808181828283838484858586868787888889898A8A8B8B8C8C8D8D8E8E8F8FEF | |
:2001200090909191929293939494959596969797989899999A9A9B9B9C9C9D9D9E9E9F9FCF |