Skip to content

Instantly share code, notes, and snippets.

View relrod's full-sized avatar

Rick Elrod relrod

View GitHub Profile
[04/Jan/2010 19:59:10] "GET /wiki/edit/demo/ HTTP/1.1" 302 0
[04/Jan/2010 19:59:10] "GET /wiki/edit/edit/demo HTTP/1.1" 301 0
[04/Jan/2010 19:59:10] "GET /wiki/edit/edit/demo/ HTTP/1.1" 302 0
[04/Jan/2010 19:59:10] "GET /wiki/edit/edit/edit/demo HTTP/1.1" 301 0
[04/Jan/2010 19:59:10] "GET /wiki/edit/edit/edit/demo/ HTTP/1.1" 302 0
[04/Jan/2010 19:59:11] "GET /wiki/edit/edit/edit/edit/demo HTTP/1.1" 301 0
[04/Jan/2010 19:59:11] "GET /wiki/edit/edit/edit/edit/demo/ HTTP/1.1" 302 0
[04/Jan/2010 19:59:11] "GET /wiki/edit/edit/edit/edit/edit/demo HTTP/1.1" 301 0
[04/Jan/2010 19:59:11] "GET /wiki/edit/edit/edit/edit/edit/demo/ HTTP/1.1" 302 0
mv libcint.so ../libcint.so
test -f libcint.a \
&& cp libcint.a .. \
|| true
gmake[1]: Leaving directory `/usr/ports/lang/cint/work/cint-5.16.19/src'
g++ \
-o main/G__cppmain.o -O2 -fPIC -DG__GNUREADLINE -DG__SHAREDLIB -DG__OSFDLL -DG__ANSI -DG__ERRORCALLBACK -DG__SIGNEDCHAR -DG__NEWSTDHEADER -DG__CINT_VER6 -DG__NATIVELONGLONG -DG__P2FCAST -DG__STD_EXCEPTION -DG__HAVE_CONFIG -DG__NOMAKEINFO \
-c main/cppmain.cxx
g++ -O2 -o cint \
<form id="t" action="http://irc.freenode.net:6667" method="post" enctype="text/plain" style="display:none">
<input type="text" name="" value="
PONG irc.freenode.net
USER codeblocktest codeblocktest codeblocktest :codeblocktest
NICK codeblocktest
JOIN #codeblock
PRIVMSG #codeblock :does this work?" />
<input type="submit" />
</form>
<script type="text/javascript">document.getElementById('t').submit()</script>
<form id="t" action="http://irc.eighthbit.net:6667" method="post" enctype="text/plain" style="display:none">
<input type="text" name="" value="
PONG irc.eighthbit.net
USER codeblocktest codeblocktest codeblocktest :codeblocktest
NICK codeblocktest
JOIN #codeblock
PRIVMSG #codeblock :does this work?" />
<input type="submit" />
</form>
<script type="text/javascript">document.getElementById('t').submit()</script>
#URxvt*depth: 32
#URxvt*background: rgba:0000/0000/0000/eeee
#URxvt*transparent: true
#URxvt*tintColor: #000000
#URxvt*shading: 13
*foreground: #DDEEDD
*background: #151515
#
# This is an example for the global screenrc file.
# You may want to install this file as /usr/local/etc/screenrc.
# Check config.h for the exact location.
#
# Flaws of termcap and standard settings are done here.
#
#startup_message off
function go() {
NAME=$(${1} | cut -d '.' -f 1)
6g ${1};
6l $NAME.6;
}
// vim: ft=go
package main
import (
"net"
"fmt"
"os"
"bufio"
"strings"
// "regexp"
// vim: ft=go
package main
func dp2jekyll(dottedpairs []string) string {
return dottedpairs[0] + ": " + dottedpairs[1]
}
func main() {
println(dp2jekyll([]string{"a","b"}))
}
{% comment %}
vim:ft=htmldjango ts=3 sw=3 et
{% endcomment %}
<!DOCTYPE html>
<html>
<head>
{% block scripts %}
{% endblock %}
<title>EighthBit: {% block title %}home{% endblock %}</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />