Skip to content

Instantly share code, notes, and snippets.

(hunchentoot:define-easy-handler (home :uri "/") ()
(setf (hunchentoot:content-type*) "text/html")
(html-string
(:html
(:head
(:title "zc00gii's test page"))
(:body
(:h1 "Hello :)")
(:p "Links:"
(:br)
erred while invoking #<COMPILE-OP NIL {10057B1E01}> on
#<CL-SOURCE-FILE "package" {1003398721}>
[Condition of type COMPILE-FAILED]
Restarts:
0: [TRY-RECOMPILING] Try recompiling package
1: [RETRY] Retry performing #<COMPILE-OP NIL {10057B1E01}> on #<CL-SOURCE-FILE "package" {1003398721}>.
2: [ACCEPT] Continue, treating #<COMPILE-OP NIL {10057B1E01}> on #<CL-SOURCE-FILE "package" {1003398721}> as having been successful.
3: [RETRY] Retry SLIME REPL evaluation request.
4: [ABORT] Return to SLIME's top level.
(in-package :nisp.i)
;;; Connection details here.
(defclass 9b (bot-connection
connect-with-background-handler-mixin)
()
(:default-initargs :server-name "irc.ninthbit.net"
:comchar #\!
:nickname "n00spii")
(define-easy-handler (home :uri "/") (text)
(setf (hunchentoot:content-type*) "text/html")
(html-to-string
(:html
(:head
(:title "zc00gii's test site"))
(:body
(:h1 "Welcome to my hunchentoot test site")
(:h2 "Links")
(:p
(define-easy-handler (home :uri "/") (text)
(setf (hunchentoot:content-type*) "text/html")
(html-to-string
(:html
(:head
(:title "zc00gii's test site"))
(:body
(:h1 "Welcome to my hunchentoot test site")
(:h2 "Links")
(:p
import sys
import os
from decimal import Decimal as dec
class NotClosedError(Exception):
pass
def inireader(location):
fini = {}
with open('foo.bar','r') as ifile:
import sys
import os
from decimal import Decimal as dec
class NotClosedError(Exception):
pass
def inireader(location):
fini = {}
with open(location,'r') as ifile:
# Mirror used during installation
#Server = http://mirror.optus.net/archlinux/$repo/os/x86_64
#
# Arch Linux repository mirrorlist
# Generated on 2010-01-31
#
# Any
#Server = ftp://mirrors.kernel.org/archlinux/$repo/os/x86_64
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
ILoveCandy
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
ILoveCandy