Skip to content

Instantly share code, notes, and snippets.

<form method=post name="qform" action="https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi"
<form method=post name="qform" action="https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi">
<input type=text name="gw" size="40" maxlength="225" value=" site:MY_SITE">&nbsp;&nbsp; <input type="submit" value="search">
<br><font face="arial, helvetica, sans-serif"><font size=2>number of results<b>:</b> &nbsp;
<input type=radio name="n" value="2" checked>20 &nbsp; &nbsp;
<input type=radio name="n" value="5">50 &nbsp; &nbsp;
<input type=radio name="n" value="1">100
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br></font></form>
### Header 3
> This is a blockquote.
>
> This is the second paragraph in the blockquote.
>
> ## This is an H2 in a blockquote
Some of these words *are emphasized*.
Some of these words _are emphasized also_.
#
# irc.conf -- weechat v0.3.2
#
[look]
color_nicks_in_server_messages = on
color_pv_nick_like_channel = on
display_away = local
display_ctcp_blocked = on
display_ctcp_reply = on
#
# weechat.conf -- weechat v0.3.2
#
[debug]
[startup]
command_after_plugins = ""
command_before_plugins = ""
display_logo = off
function ReloadConfigs()
:source ~/.vimrc
if has("gui_running")
:source ~/.gvimrc
endif
endfunction
command! Recfg call ReloadConfigs()
" error: function already exists, add ! to replace it
function! ReloadConfigs()
/* stylesheet source: http://imgs.xkcd.com/s/c40a9f8.css */
body {
background-color:#96A8C8;
text-align:center;
font-size:16px;
font-variant:small-caps;
font-family:Lucida,sans-serif;
font-weight:500
}
@dbb
dbb / .vimrc
Created August 22, 2011 17:06
macstuff
" dbbolton's .vimrc
"
" don't use vi settings
set nocompatible
" diff options
set diffopt=vertical,iwhite,filler
set noscrollbind
% ls --version
ls: illegal option -- -
usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...]
@dbb
dbb / hw.s
Created September 2, 2011 06:19
.file "hwo3.c"
.section .rodata.str1.1,"aMS",@progbits,1
.LC0:
.string "hello, world"
.section .text.startup,"ax",@progbits
.p2align 4,,15
.globl main
.type main, @function
main:
.LFB11:
@dbb
dbb / isgd.sh
Created September 4, 2011 19:06
isgd () {
curl 'http://is.gd/create.php?format=simple&url='"$1"
printf "\n"
}