This file contains hidden or 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
<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"> <input type="submit" value="search"> | |
<br><font face="arial, helvetica, sans-serif"><font size=2>number of results<b>:</b> | |
<input type=radio name="n" value="2" checked>20 | |
<input type=radio name="n" value="5">50 | |
<input type=radio name="n" value="1">100 | |
<br></font></form> |
This file contains hidden or 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
### 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_. |
This file contains hidden or 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
# | |
# 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 |
This file contains hidden or 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
# | |
# weechat.conf -- weechat v0.3.2 | |
# | |
[debug] | |
[startup] | |
command_after_plugins = "" | |
command_before_plugins = "" | |
display_logo = off |
This file contains hidden or 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
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() |
This file contains hidden or 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
/* 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 | |
} |
This file contains hidden or 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
" dbbolton's .vimrc | |
" | |
" don't use vi settings | |
set nocompatible | |
" diff options | |
set diffopt=vertical,iwhite,filler | |
set noscrollbind |
This file contains hidden or 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
% ls --version | |
ls: illegal option -- - | |
usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...] |
This file contains hidden or 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
.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: |
This file contains hidden or 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
isgd () { | |
curl 'http://is.gd/create.php?format=simple&url='"$1" | |
printf "\n" | |
} |