Command List (ls)
wpi
NAME wpi - search wpi.edu SYNOPSIS wpi [{-news,-directory}] [TEXT TO SEARCH] Optional arguments: -news Searches the university news -directory Searches the directory <TEXT TO SEARCH> Search the text you enter on http://www.wpi.edu EXAMPLES To perform a search: wpi campus center To search for a person: wpi -directory Dean O'Donnell To go to the main page: wpi ... AUTHOR Kevin Ballard Inspired by Microsiervos command
262 uses
-
Created 2006-11-13 21:25:02
-
Last used
2018-11-26 06:03:54
-
Nominate -
Description
-
http://www.wpi.edu{ifEmpty -value %s${news}${directory} -then -else /cgi-bin/search.pl?dept={ifThen -value1 ${news} -value2 -test NOTEQUAL -then news -else {ifThen -value1 ${directory} -value2 -test NOTEQUAL -then people -else wpi}}&search_query={ifThen -value1 ${news} -value2 -test NOTEQUAL -then ${news} -else {ifThen -value1 ${directory} -value2 -test NOTEQUAL -then ${directory} -else %s}}&pr=wpi}
kcls
Searches the King County Public library system. Example: kcls cooking Defaults to a keyword search, one can specify the type of search using the type argument ---------- Old implementation: http://catalog.kcls.org/search/${type=X}%s Example: kcls -type a Orwell (specifying the type as "a" performs an author search) Valid types: t = Title begins with s = Magazine Index (English Only) M = Title Keywords a = Exact Author/Name K = Author Keywords d = Subject begins with L = Subject Keywords N = Co…
261 uses
-
Created 2006-01-17 01:17:41
-
Last used
2021-12-31 11:45:16
-
Nominate -
Description
-
http://catalog.kcls.org/opac/en-US/skin/kcls/xml/rresult.xml?rt=keyword&tp=keyword&ft=&l=1&d=0&f=&sd=desc&av=&t=%s
kzip
(Golden Egg)
NAME kzip - zip up to ten files using krun.ch SYNOPSIS kzip [ARCHIVE NAME] [1 TO 10 FILES URLS] create a zip archive containing the files found at the given urls. the archive can then be downloaded or mailed. archive name and at least one file url are mandatory. AUTHOR Yann Perrin (see http://yann.perrin.googlepages.com for contact info)
259 uses
-
Created 2006-09-28 17:59:08
-
Last used
2012-08-23 09:45:43
-
Description
-
http://krun.ch/home/wkrunch?file%5B%5D={% 2 %s[no url encoding]}&file%5B%5D={% 3 %s[no url encoding]}&file%5B%5D={% 4 %s[no url encoding]}&file%5B%5D={% 5 %s[no url encoding]}&file%5B%5D={% 6 %s[no url encoding]}&file%5B%5D={% 7 %s[no url encoding]}&file%5B%5D={% 8 %s[no url encoding]}&file%5B%5D={% 9 %s[no url encoding]}&file%5B%5D={% 10 %s[no url encoding]}&file%5B%5D={% 11 %s[no url encoding]}&file_name={% 1 %s[no url encoding]}&file_type=zip&x=&y=[post]
snipt
Like the command snipr. Sends a URL to the URL shortening service SnipURL.com. The difference is that whatever follows the URL in will be used as the title for the "snipped" URL. Example snipt http://bradhicks.livejournal.com/328184.html Brad Hicks on forbidden knowledge (from Reddit) will give you a shortened version of the URL associated with the title "Brad Hicks on forbidden knowledge (from Reddit)" By (e)nb(a)r
258 uses
-
Created 2007-06-21 04:00:16
-
Last used
2017-11-17 20:29:40
-
Nominate -
Description
-
http://snipr.com/site/snip?link={ % 1 %s }&title={ % 2- %s }[no url encoding]
gmfl
NAME gmfl - View your Flickr geotagged photos in Google Maps SYNOPSIS gmfl [FLICKR USERNAME] EXAMPLES gmfl sage gmfl revdancatt Input a Flickr username (the one that is in a user's Flickr URL, http://flickr.com/photos/[USERNAME] ) and this command will plot that user's geotagged photos on a Google Maps page. NOTES This command is based on Dan Catt's idea in this blog post: http://geobloggers.com/archives/2007/03/22/google-map-georss/ Now that Google Maps will plot GeoRSS feeds, you use it to vi…
256 uses
-
Created 2007-03-23 16:04:50
-
Last used
2014-08-20 08:49:39
-
Nominate -
Description
-
gm http://api.flickr.com/services/feeds/photos_public.gne?id={flickrid %s}&format=rss_200&georss=true
yelpchi
NAME yelpchi - Search Yelp for Chicago listings SYNOPSIS SEARCH TERM EXAMPLES yelpchi hot doug's Local reviews for Chicago. AUTHOR b.a.
256 uses
-
Created 2008-01-21 22:22:04
-
Last used
2022-08-08 07:17:36
-
Nominate -
Description
-
http://www.yelp.com/search?find_desc=%s&ns=1&rpp=10&find_loc=${l=chicago, il}
amzgetasin
Get ASIN from product page. Wes Amazon.
256 uses
-
Created 2008-12-23 08:51:52
-
Last used
2012-09-23 08:06:13
-
Nominate -
Description
-
scrape -tokens asin= & -dirs 1 0 -url %s&tag=yubnub-20
tums
Share a URL on a Tumblr blog. Will popup a regular Tumblr window (same function as the tumblr bookmarklet). Will scrape the title from the supplied URL, or optionally supply a title using the -title parameter. Examples tums http://www.youtube.com/watch?v=xRZ1LKTH2dg tums http://blogs.spectrum.ieee.org/automaton/2008/02/22/crusher_robotic_vehicle.html -title The Crusher kicks butt Made by enbar
255 uses
-
Created 2008-03-18 01:42:33
-
Last used
2018-08-31 06:35:49
-
Nominate -
Description
-
http://www.tumblr.com/share?v=3&u=%s&t=${title={scrape -tokens <title> </title> -dirs 0 0 -url %s}}
grazr
grazr -- view a feed using Grazr (http://grazr.com/ ) grazr [feed URL] EXAMPLE grazr http://feeds.feedburner.com/Chicagoist AUTHOR chicagosage b.a. ========== Old implementation: {url[no url encoding] echo <link rel="stylesheet" href="http://grazr.com/mini/skin/grazr.css"/><script type="text/javascript" language="javascript">initOPML="%s";grazrAPIkey = "ALPHA03";</script><script type="text/javascript" language="javascript" src="http://www.grazr.com/mini/GrazrMini.js"></script><table><tr><td><di…
255 uses
-
Created 2006-03-22 22:30:12
-
Last used
2016-10-26 08:34:07
-
Nominate -
Description
-
http://grazr.com/gzpanel.html?font=Arial,Helvetica&fontsize=9pt&linktarget=grazrwin&view=3p&toolbar=on&file=%s
floradial
FLORA'S DIAL contains a flower dedicated to each day in the year, and was written in 1845. earthlypursuits.com has transcribed the book to some extent, and has a page per month listing the flowers for each day. Use the the command without arguments to see this month's flowers or specify the month using an argument after -month. floradial -month 01
254 uses
-
Created 2006-06-24 21:34:16
-
Last used
2010-05-29 13:44:03
-
Nominate -
Description
-
http://www.earthlypursuits.com/FlwrsPer/FlowerYear/FlwrYear${month={date -format m}}.htm
tf
NAME tf - Show live updating tweets using tweetflood.com SYNOPSIS tf [QUERY] EXAMPLES tf #wordcamp - Tweets hashtagged with #wordcamp tf @zedlander OR @singpolyma - Tweet replies to zedlander or singpolyma tf Windows Linux - Tweets about Windows and Linux (equivalent to "Windows AND Linux") tf shoes from:_why - Tweets about shoes from _why All syntax is the same as that used on http://search.twitter.com AUTHOR Trevor Creech http://trevorcreech.com
253 uses
-
Created 2005-06-10 20:43:07
-
Last used
2025-11-20 07:06:42
-
Nominate -
Description
-
http://tweetflood.com/{ifThen -value1 %s -value2 -test NOTEQUAL -then tweetflood.html?q=%s}
chord
Find a chord for a stringed instrument. You can use the following switches: - instrument = [guitar|ukulele|mandolin|tenor-banjo|plectrum-banjo|five-stringed|bouzouki|ukulele|lute] - tuning = [standard|... another applicable tuning for the instrument] E.g. To find a guitar chord in standard tuning: chord Em7 To find another chord in drop_d tuning: chord D -tuning drop_d To find an ukulele chord: chord Fmaj7 -instrument ukulele Chords are located at http://chordlist.brian-schroeder.de/
253 uses
-
Created 2005-07-21 20:35:23
-
Last used
2024-07-01 14:54:26
-
Nominate -
Description
-
http://chordlist.brian-amberg.de/en/${instrument=guitar}/${tuning=standard}/%s/
pel
Mash of: Cineol+Rotten+Imdb
253 uses
-
Created 2009-06-08 15:41:11
-
Last used
2025-08-09 02:18:50
-
Nominate -
Description
-
mash2 %s -cmd imdb rotten cineol
99
The website 99-bottles-of-beer.net hosts source code programs that print the lyrics or the song "99 bottles of beer" in a multitude of programmning languages.
247 uses
-
Created 2008-09-28 22:53:34
-
Last used
2026-01-16 23:49:51
-
Nominate -
Description
-
http://99-bottles-of-beer.net{ifNotEmpty %s -then /search.html?searchlanguages&search=%s}[post]
randgp
(Golden Egg)
"randgp" searches Google Print for two random words and displays a bunch of books containing those words. Use it when you just don't know what to read. (Sean O'Hagan)
246 uses
-
Created 2005-10-02 03:26:47
-
Last used
2012-12-05 23:45:31
-
Description
-
http://print.google.com/print?ie=UTF-8&q={randwd}+{randwd2}&btnG=Search
phde
Search in the German white pages (phone book). The first parameter is the name, the second the city. Example: phde meier berlin
246 uses
-
Created 2007-07-11 09:42:22
-
Last used
2012-09-12 20:11:24
-
Nominate -
Description
-
http://www.dastelefonbuch.de/?kw={% 1 %s}&ort={% 2 %s}&cmd=search[no url encoding]
runningonwhat
runningonwhat [URL] A quick and dirty way to find out what OS a website was running as of the last time the Netcraft bot checked. Author: F. Heinsen
245 uses
-
Created 2007-01-17 16:27:40
-
Last used
2012-04-23 19:00:20
-
Nominate -
Description
-
echo %s {scrape -tokens <span </a> -dirs 0 1 -textonly -url http://uptime.netcraft.com/up/graph?site=%s}
fight
What's cooler? God or Satan? Python or Ruby? SUV or bike? Don't bother thinking for yourself. Let Google decide! google-fight.com sends two queries to Google, wichever gets more results wins the fight. Syntax: fight -1 firstgooglequery -2 secondgooglequery Spaces and quotes allowed.
245 uses
-
Created 2007-01-21 16:31:14
-
Last used
2025-09-20 13:51:38
-
Nominate -
Description
-
http://google-fight.com/index.php?lang=en_GB&word1=${1}&word2=${2}
trello
No argument will open Trello boards (www.trello.com). Keyword arguments: p - will open Trello profile (www.trello.com/my) c - will open Trello cards (www.trello.com/my/cards) n - will open Trello notifications (www.trello.com/my/notifications) a - will open Trello account settings (www.trello.com/account) Any other argument will be subject to a search for Trello boards and cards (www.trello.com/search%q=%s). Author: Florian Krause (siebenhundertzehn@gmail.com)
245 uses
-
Created 2013-02-07 21:13:44
-
Last used
2026-01-04 15:24:49
-
Nominate -
Description
-
https://trello.com{ifThen -value1 %s -value2 -test NOTEQUAL -then {switch %s | c=>/my/cards, p=>/my, n=>/my/notifications, a=>/my/account, *=>/search?q=%s}}
forward
This command will do as if you pressed the forward button you may add a number like 2 to go forward 2 pages example: forward -n 2 AUTHOR Essam Eliwa
242 uses
-
Created 2005-08-18 14:12:27
-
Last used
2022-03-02 01:46:12
-
Nominate -
Description
-
http://www.cs.nott.ac.uk/~eoe/forward.html?n=-${n=1}
wradsplit
NAME wradsplit - open a window with U.S. loop of satellite images, radar image, and the forecast from WeatherUnderground.com. SYNOPSIS wradsplit [ CITY / STATE / AIRPORT_CODE / ZIP_CODE / COUNTRY ] [ AIRPORT_CODE ] The wradsplit command opens a split-frame window with the U.S. loop of satellite images from NOAA National Weather Service, a radar weather image from Intellicast.com, and the local conditions and 5-day weather forecast from WeatherUnderground.com. Depending on the size and resolutio…
242 uses
-
Created 2008-08-21 13:53:08
-
Last used
2011-04-06 14:12:35
-
Nominate -
Description
-
splitf3 usloop radgifs+{ifEmpty -value {% 2 %s} -then usa -else {% 2 %s}} wunder+{% 1 %s}
amzpgtitle
Gets the page title of the URL from Amazon. Wes Amazon.
241 uses
-
Created 2008-12-24 14:58:40
-
Last used
2012-07-07 16:56:08
-
Nominate -
Description
-
scrape -tokens <title> </title> -dirs 0 0 -url {url simple %s}
Microsiervos
NAME Microsiervos - search the interesting microsiervos.com SYNOPSIS Microsiervos [TEXT TO SEARCH] Optional arguments: -<TEXT TO SEARCH> Search the text you enter on http://www.microsiervos.com EXAMPLES To perform a search: Microsiervos sudoku To go to the main page: Microsiervos ... AUTHOR Fuska
241 uses
-
Created 2005-08-25 16:10:49
-
Last used
2022-05-03 02:17:14
-
Nominate -
Description
-
http://www.microsiervos.com{ifThen -value1 %s -value2 -test NOTEQUAL -then /msmt/mt-search.cgi%3FIncludeBlogs=1%26search=%s}
showcolor
Show Color Shows you a box of the color you pass it, as a hex code (With the # before it), or one of the keywords that CSS recognizes (red, green, yellow, etc.) Example: showcolor #a833ef showcolor pink
241 uses
-
Created 2007-06-20 03:28:57
-
Last used
2023-07-16 02:03:16
-
Nominate -
Description
-
echo <html><head><title>Showing the color %s</title></head><body><p style="background-color:%s; width:100px; height:100px; line-height:100px; text-align:center; margin:auto;">%s</p></body></html>
mgayg
Get a Mastergays complete gallery mgayg Num Examples mgayg 100 mgayg 072 mgayg 003
241 uses
-
Created 2008-04-27 15:47:04
-
Last used
2011-11-28 07:29:02
-
Nominate -
Description
-
echo {mgay -g %s -p 01} {mgay -g %s -p 02} {mgay -g %s -p 03} {mgay -g %s -p 04} {mgay -g %s -p 05} {mgay -g %s -p 06} {mgay -g %s -p 07} {mgay -g %s -p 08} {mgay -g %s -p 09} {mgay -g %s -p 10} {mgay -g %s -p 11} {mgay -g %s -p 12} {mgay -g %s -p 13} {mgay -g %s -p 14} {mgay -g %s -p 15} {mgay -g %s -p 16}
colour
Mapping of the showcolor command for the Canadians and Brits among us.
240 uses
-
Created 2007-06-20 03:29:53
-
Last used
2025-10-31 09:45:14
-
Nominate -
Description
-
showcolor %s
logs
Calculates logrithms, by default, natural logs. To calculate log<sub>e</sub> of 1024 Example: logs 1024 To calculate log<sub>2</sub> of 1024 Example: logs 1024,2
240 uses
-
Created 2005-06-20 21:06:47
-
Last used
2013-02-10 20:48:02
-
Nominate -
Description
-
javascript:function mylog(x,y){y=(y==null)?Math.E:y;return "The log<sub>"+((y==Math.E)?"e":y)+"</sub> of "+x+" is "+Math.log(x)/Math.log(y);}mylog(%s)
abeuk
Search www.abebooks.co.uk for second hand books SYNOPSIS: abeuk [title words] [-author names] [-keyword keywords][-sort order] With no keyword flags, abeuk assumes all words are to be found in the title of the book. To search for an author, specify the -author keyword. To search for a keyword not in the title, specify the -keyword keyword. By default, result are ordered to show UK results first. The full list of sort options is 0 - Newest first 1 - Highest price first 2 - Lowest price first 3 -…
240 uses
-
Created 2005-07-29 08:41:42
-
Last used
2019-06-17 03:24:13
-
Nominate -
Description
-
http://www.abebooks.co.uk/servlet/SearchResults?an=${author}&y=5&kn=${keyword}&tn=%s&x=28&sortby=${sort=3}
pls
(Golden Egg)
Okay, I made this command that searches video games for certain player online, and tells you what server their on using GameTiger. pls [player] [game] pls Knube (Searches "Knube" in all games) pls Knube DOD (Searches "Knube" in Day of Defeat) Accurate parameters for "game": cstrike (Counter-Strike), h2 (Counter-Strike: Source), tfc (Team Fortress), dod (Day of Defeat), dod2 (Day of Defeat: Source), q3 (Quake 3), bf (Battle Field 1942), u3 (Unreal Tournament 2003), u4 (Unreal Tournament 2004). L…
240 uses
-
Created 2006-01-03 00:06:42
-
Last used
2017-10-19 15:16:06
-
Description
-
http://gametiger.com/search?player={% 1 %s}&game={% 2 %s}[no url encoding]
esvgrk
(Golden Egg)
View the English Standard Version of the Bible (ESV) in parallel with the Greek New Testament or Septuagint (Old Testament). Example: esvgrk John 3:16-18
238 uses
-
Created 2007-03-02 16:14:35
-
Last used
2023-03-03 11:46:17
-
Description
-
splitv {url grkbib %s} {url esv %s}
dice
Alias for roll. With no parameters, alias for "roll 2d6".
237 uses
-
Created 2006-01-06 08:20:50
-
Last used
2024-10-28 09:59:06
-
Nominate -
Description
-
http://yubnub.org/parser/parse?command=roll+{ifThen -value1 %s -value2 -test NOTEQUAL -then %s -else 2d6}
ig2web
Convert an igoogle gadget into a web page. Just put the gadget XML as parameter. Example: ig2web http://googlegadgets.neoteksystems.com/chessgadget.xml PS: Javascript code took from http://www.google.com/ig/directory?synd=open
236 uses
-
Created 2009-02-25 02:08:12
-
Last used
2010-08-21 05:47:41
-
Nominate -
Description
-
echo <script src="http://www.gmodules.com/ig/ifr?url=%s&up_from=stanyan%20st%2C%20san%20francisco&up_to=twin%20peaks%20blvd%2C%20san%20francisco&up_country=0&synd=open&w=320&h=500&title=__MSG_title__&lang=en&country=CH&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
yrss
(Golden Egg)
Yahoo News Feed Search (RSS) Returns 5 linked headlines to the command prompt. Example: yrss middle east
235 uses
-
Created 2005-07-10 15:59:53
-
Last used
2015-11-09 14:19:23
-
Description
-
http://efridge.net/yubnub/parse.php?ynp_type=rss&yndesturl=http://news.search.yahoo.com/news/rss&ei=UTF-8&fl=0&x=wrt&p=%s&yncmd=${COMMAND}
chst
chrome web "store"
235 uses
-
Created 2017-05-23 16:46:54
-
Last used
2025-05-23 17:23:29
-
Nominate -
Description
-
{ifEmpty -value %s -then https://chrome.google.com/webstore -else https://chrome.google.com/webstore/search/%s}
googlereader
Yet another Google Reader launcher. -No arguments: jump to your home -1 argument : read a specific feed using google reader Example: googlereader http://googlereader.blogspot.com/atom.xml
235 uses
-
Created 2006-09-29 00:56:40
-
Last used
2013-06-01 09:18:56
-
Nominate -
Description
-
{eop http://www.google.com/reader/view/feed/@%s@ -else http://www.google.com/reader/view}
amlinks
Supply an Amazon product ID (ASIN) to get a hyperlinked product image plus the linking code for cutting-and-pasting. Same as amlink-med, but instead of a medium-sized book cover image, amlink-all produces three images: a thumbnail, a medium-sized cover image, and a large image. All are hyperlinked to the Amazon product page corresponding to the ASIN supplied as a parameter. Example: amlinks 019283617X
234 uses
-
Created 2008-01-23 04:59:19
-
Last used
2019-07-09 20:14:27
-
Nominate -
Description
-
echo <a href="http://amazon.com/o/ASIN/%s"><img src="http://images.amazon.com/images/P/%s.01.THUMBZZZ.jpg"></a><br /><a href="http://amazon.com/o/ASIN/%s"><img src="http://images.amazon.com/images/P/%s.01.THUMBZZZ.jpg"></a><br /><br /><br /><a href="http://amazon.com/o/ASIN/%s"><img src="http://images.amazon.com/images/P/%s.01.MZZZZZZZ.jpg"></a><br /><a href="http://amazon.com/o/ASIN/%s"><img src="http://images.amazon.com/images/P/%s.01.MZZZZZZZ.jpg"></a><br /><br /><br /><a href="http://amazon.com/o/ASIN/%s"><img src="http://images.amazon.com/images/P/%s.01.LZZZZZZZ.jpg"></a><br /><a href="http://amazon.com/o/ASIN/%s"><img src="http://images.amazon.com/images/P/%s.01.LZZZZZZZ.jpg"></a>
seret
movie search displays a split screen with results from google movies, rottentomatoes and imdb
232 uses
-
Created 2007-03-28 23:54:30
-
Last used
2013-06-03 06:31:28
-
Nominate -
Description
-
split {url g movie: %s} {url imdb %s} {url rotten %s}
qtdoc
Search the QT toolkit documentation via google (without "I Feel Lucky"). To search the 4.3 docs: Example: qtdoc qmainwindow To search docs for another version: Example: qtdoc -version 4.0 qmainwindow etc.
231 uses
-
Created 2007-06-19 14:17:35
-
Last used
2010-11-01 21:38:28
-
Nominate -
Description
-
http://www.google.com/search?q=%s+site%3Adoc.trolltech.com%2F{ifThen -value1 ${version} -value2 -test NOTEQUAL -then ${version} -else 4.3}
pol
Mash of spanish movie sites: IMDB + CINEOL + FILMAFFINITY + ROTTENTOMATOES
231 uses
-
Created 2010-04-20 14:27:06
-
Last used
2025-12-30 13:04:50
-
Nominate -
Description
-
mash2 %s -cmd imdb cineol fmf rotten
combine
(Golden Egg)
SYNOPSIS combine - passes combinations of keywords to a command EXAMPLE combine -c g -n 3 -q roboform snagit araxis jedit Combine passes combinations of keywords to a Yubnub command. The example above passes all 3-word combinations to the the "g" command (Google). OPTIONS -c COMMAND Name of the command, e.g., g -n NUMBER Number of keywords in each combination -q KEYWORDS The pool of keywords from which to draw the combinations. AUTHOR Jonathan Aquino http://jonathanaquino.com
231 uses
-
Created 2008-07-05 00:17:16
-
Last used
2025-07-31 03:29:44
-
Description
-
http://jonstestarea.ning.com/grid.php?n=${n=2}&command=${c=g}&q=${q=5}
dist
A short-cut to finding distance between point a to point b. Separate the two places with a semicolon. Example: dist memphis tn ; baton rouge la
231 uses
-
Created 2006-04-09 12:35:16
-
Last used
2023-02-05 06:17:37
-
Nominate -
Description
-
dist_proper {param from;to %s}
ReFilter
(Golden Egg)
NAME ReFilter - Filter the contents of a RSS feed to recieve only specific topics. SYNOPSIS ReFilter -feed [Feed URL] -filter [keywords] ReFilter advanced sintaxis is here: http://re.rephrase.net/filter/?p=filters EXAMPLES ReFilter -feed http://www.autohotkey.com/forum/rss.php -filter title:function ReFilter -feed http://www.thinkgeek.com/thinkgeek.rss -filter toy ReFilter (shows the basic GUI of the application)
231 uses
-
Created 2006-09-03 18:54:06
-
Last used
2019-09-17 09:25:12
-
Description
-
http://re.rephrase.net/filter/?{ifnotempty ${feed} -then feed=${feed}}{ifnotempty ${filter} -then &filter=${filter}}
echovar
(Golden Egg)
NAME echovar - Allows for the formatted display of larger variables. SYNOPSIS echovar [TEXT] -var [VARIABLE NAME] -mime [MIME TYPE] EXAMPLES echovar Hello @var@, how are you? -var test -mime text/plain Output: "Hello {value of var test}, how are you?" (as plaintext) echovar Hello @var@, how are you? -var test Output: "Hello {value of var test}, how are you?" (as HTML) The echo command is limited to the length of data it can output because it depends on GET. This command can insert the contents …
230 uses
-
Created 2006-08-09 16:28:33
-
Last used
2013-01-16 07:08:35
-
Description
-
http://jonathanaquino.com/singpolymaplay/yubnub-echovar.php?xn_auth=no&txt=%s&var=${var}&content-type=${mime}
clipset
(Golden Egg)
NAME clipset - store the given text online under the provided name, using cl1p.net SYNOPSIS clipset [name] [optional text] EXAMPLES clipset obiwan was a great jedi will store the text "was a great jedi" under the name "obiwan" at cl1p.net for one week. this duration, and the text content can then be edited by going to http://cl1p.net/obiwan/ it is recommanded to password protect your text if don't want it to be editable by others. the name argument is mandatory. If it's allready in use and pass…
230 uses
-
Created 2006-09-07 12:54:40
-
Last used
2018-09-27 17:42:33
-
Description
-
http://cl1p.net/{% 1 %s [no url encoding]}?ctrlcv={% 2- %s [no url encoding]}&title={% 1 %s [no url encoding]}&keepfor=10080&uploadFile=&p1=&p2=&addLink=&removeLink=&jump={% 1 %s [no url encoding]}[post]
dist_proper
A short-cut to finding distance between point a to point b.
229 uses
-
Created 2006-04-09 22:36:39
-
Last used
2013-02-04 01:44:27
-
Nominate -
Description
-
http://www.indo.com/cgi-bin/dist?place1=${from}&place2=${to}
birthday
To find out your neighbor's birthday, if you live in sweden. birthday [firstname lastname -street <street> -zip <zip> -city <city> -year <year> -month <month> -day <day>] http://www.birthday.se/fodelsedagssokning/?firstname={% 1 %s}&lastname={% 2 %s}&x=0&y=0&address=${street}&zip=${zip}&city=${city}&year=${year}&month=${month}&day=${day}[no url encoding]
227 uses
-
Created 2007-02-09 16:50:55
-
Last used
2025-05-27 02:02:19
-
Nominate -
Description
-
http://www.birthday.se/fodelsedagssokning/?firstname={% 1 %s}&lastname={% 2 %s}&x=0&y=0&address=${street}&zip=${zip}&city=${city}&year=${year}&month=${month}&day=${day}[no url encoding]
v3sMed
V3 search for set keywords
226 uses
-
Created 2010-04-16 15:19:34
-
Last used
2011-10-19 07:27:16
-
Nominate -
Description
-
split {url v3s virtualisation} {url v3s networking} {url v3s green IT} {url v3s services} {url v3s solutions} {url v3s outsourcing} {url v3s supply chain} {url v3s procurement}
delpost
(Golden Egg)
Comando para salvar tus favoritos en del.icio.as creado por artux (cutepaste.wordpress.com) Modo de uso: delpost -u [url sin http://] -d [descripcion] e.g.: delpost -u artux.com.ar -d Blog personal de artux NOTA: solo para usuarios registrados de del.icio.us
223 uses
-
Created 2006-10-13 20:24:41
-
Last used
2011-05-15 15:14:22
-
Description
-
http://del.icio.us/post?v=4;url=${u};title=${d}
sparkline_d
(Golden Egg)
Here are some examples - sparkline_d -d 88,84,82,92,82,86,66,82,44,64,66,88,96,80,24,26,14,0,0,26,8,6,6,24,52,66,36,6,10,14,30 -upper 90 sparkline_d -d 88,84,82,92,86,95,82,78,89,90,88,96,80,82,86,95,82,78,89,90,88,96,80 -height 40 -upper 90 -acolor blue -bcolor green check http://bitworking.org/projects/sparklines to know what it all means
223 uses
-
Created 2005-07-12 16:09:39
-
Last used
2015-04-15 06:46:40
-
Description
-
http://bitworking.org/projects/sparklines/spark.cgi?type=discrete&d=${d}&height=${height=20}&upper=${upper}&above-color=${acolor=red}&below-color=${bcolor=gray}[no url encoding]
Previous Page
Next Page