The Most-Used Commands
Tip: You can search the descriptions by typing "ls [word or phrase]". For example, to search for all commands about music,
type "ls music".
goltv
links to GolTV on veetle.com
22 uses
-
Created 2009-02-03 16:25:33
-
Last used
2021-05-22 01:48:58
-
Nominate -
Description
-
http://veetle.com/viewChannel.php?cid=481e97808da07
hipsum
its only a direct access to http://html-ipsum.com/
22 uses
-
Created 2009-02-20 15:50:21
-
Last used
2011-08-09 04:48:12
-
Nominate -
Description
-
http://html-ipsum.com/
supdb2
Search IBM's support database for DB2 for z/OS Example: supdb2 RC00E20002 DSNSVSVB
22 uses
-
Created 2009-02-27 09:31:47
-
Last used
2009-03-20 10:21:58
-
Nominate -
Description
-
http://www-01.ibm.com/support/search.wss?rs=64&tc=SSEPEK&q=%s
btweets
Similar to the twits command, but btweets searches the shortened URL's posted to Twitter. Alias for backtweets. http://backtweets.com/ gomelet AT gmail DOT com
22 uses
-
Created 2009-03-08 04:05:04
-
Last used
2011-06-10 12:46:39
-
Nominate -
Description
-
http://backtweets.com/search?q=%s
mixesdb
search mixesdb.com
22 uses
-
Created 2009-04-01 22:37:35
-
Last used
2011-10-13 13:48:49
-
Nominate -
Description
-
http://www.mixesdb.com/db/index.php/Special:Search?search=%s&go=Go
httpheader
Looks up HTTP 1.1 header definitions in RFC 2616. For example: httpheader content-type will redirect to the definition of the HTTP 1.1 'Content-Type' header.
22 uses
-
Created 2009-05-12 06:05:46
-
Last used
2010-08-22 20:00:20
-
Nominate -
Description
-
http://www.greenbytes.de/tech/webdav/rfc2616.html#header.%s
yn2yos
yn2yos = YubNub 2(to) Yahoo Open Shortcut This command exports a Yubnub command to a Yahoo Open Shortcut. EXAMPLE: yn2yos g will create a Yahoo Open Shortcut named !g that performs the same search the Yubnub command g would perform.
22 uses
-
Created 2009-05-14 20:40:03
-
Last used
2009-05-16 16:17:59
-
Nominate -
Description
-
http://search.yahoo.com/search?p=!set+%s+{url %s}{strReplace -find %20 -replace -string % s}
documentales
Te dirije a Documentales online en cinetube (by l3utterfish)
22 uses
-
Created 2009-06-04 07:02:01
-
Last used
2019-05-08 10:00:59
-
Nominate -
Description
-
http://www.cinetube.es/indices/documentales.html
pnb
Search in Pornbit torrents. To search for a particular movie, actress, studio, just type the name or part of the name.
22 uses
-
Created 2009-06-13 23:36:12
-
Last used
2025-12-08 00:14:00
-
Nominate -
Description
-
http://pornbits.net/browseall.php?&search=%s&sort=4&type=desc
miniseeds
mininova search sorted by seeds
22 uses
-
Created 2009-06-30 18:13:57
-
Last used
2009-08-06 01:35:36
-
Nominate -
Description
-
http://www.mininova.org/search/%s/seeds
protv
22 uses
-
Created 2007-09-11 16:38:59
-
Last used
2008-09-27 22:54:25
-
Nominate -
Description
-
http://tatarrazvan.bravehost.com/protv.html?src=%s
shefdep
shefdep will take you to the sheffield uni homepage as default. Or it will take you to a dept. page. e.g. shefdep aps will take you to the animal and plant sciences page.
22 uses
-
Created 2007-10-02 13:35:41
-
Last used
2007-11-27 12:59:56
-
Nominate -
Description
-
http://www.shef.ac.uk/%s
baratix
Pesquisa produtos e serviços no www.Baratix.com
22 uses
-
Created 2007-10-11 12:22:08
-
Last used
2008-05-19 23:20:29
-
Nominate -
Description
-
http://www.baratix.com/search2?search_txt=%s
geist
Michael Geist' blog
22 uses
-
Created 2007-10-29 21:48:18
-
Last used
2015-05-25 16:00:02
-
Nominate -
Description
-
http://www.michaelgeist.ca/
fi-en
Translation Finnish To English Example: fi-en auto
22 uses
-
Created 2007-10-30 12:05:32
-
Last used
2010-06-22 12:18:53
-
Nominate -
Description
-
http://www.ilmainensanakirja.fi/trans?Q2=&Q=%s&P=36
qunu
Find people tagged as "experts" on the desired topic and chat with them about it.. Do you have problems with your apache? Try "qunu apache" and maybe one of the kind people can help you. Are you learning German and have a grammatical question? enter "qunu german". (of course you can tag youself as expert aswell, all you need is a jabber client. And knowlege.)
22 uses
-
Created 2007-11-04 10:37:44
-
Last used
2009-07-29 18:51:09
-
Nominate -
Description
-
http://qunu.com/search/%s
classe
22 uses
-
Created 2007-12-05 15:40:29
-
Last used
2013-11-05 04:27:29
-
Nominate -
Description
-
http://lykaia.zoo-logique.org/forum/login.php?sid=e035f39e3ea234950331ad3352b9a06f
if0
NAME if0 - check if one value is equal to zero SYNTAX if0 -value [VALUE 1] -then [RESULT IF TRUE] -else [RESULT IF FALSE] -redirect [REDIRECT] EXAMPLES if0 -value 1 -then yay -else nay (returns 'nay' because the value is not zero) if0 -value 0 -then http://www.yubnub.org/ -redirect true (redirects to www.yubnub.org because the value is zero) NOTES I really just made this command so ti was easier to work with commands like "strfind" and "filterstring," etc. so that if a certain parameter cannot …
22 uses
-
Created 2007-12-23 18:16:08
-
Last used
2008-04-30 16:46:47
-
Nominate -
Description
-
ifEqual -value1 ${value} -value2 0 -then ${then} -else ${else} -redirect ${redirect=false}
ppcgm
PPCGeeks.com Mobile
22 uses
-
Created 2008-06-29 04:23:50
-
Last used
2009-07-29 18:37:34
-
Nominate -
Description
-
http://forum.ppcgeeks.com/index.php?styleid=6
alo
22 uses
-
Created 2008-07-06 16:39:00
-
Last used
2020-04-05 12:13:16
-
Nominate -
Description
-
http://www.booking.com/
mathtex
Returns .gif image of tex expression supplied.
22 uses
-
Created 2008-08-06 20:13:51
-
Last used
2010-01-22 16:18:27
-
Nominate -
Description
-
http://www.forkosh.dreamhost.com/mathtex.cgi?%s
dropio
Opens specific a "drop.io" drop by name.
22 uses
-
Created 2008-08-27 04:33:34
-
Last used
2011-06-09 23:36:39
-
Nominate -
Description
-
http://drop.io/%s
freewheel
Autodesk Labs Freewheel
22 uses
-
Created 2008-08-28 02:58:22
-
Last used
2018-05-24 06:56:48
-
Nominate -
Description
-
http://freewheel.labs.autodesk.com/dwf_S.aspx?path=%s
ocm
Open a module description page from the OCaml library reference. Example: Pervasives Example: Unix
22 uses
-
Created 2008-09-04 10:20:14
-
Last used
2012-03-06 21:45:55
-
Nominate -
Description
-
http://caml.inria.fr/pub/docs/manual-ocaml/libref/%s.html
rpod
22 uses
-
Created 2008-09-20 17:40:05
-
Last used
2010-07-17 01:02:55
-
Nominate -
Description
-
http://podcastalley.com/player/player.php?pod_id=%s
osul
Login to OSU Online Services. This is for the people who are either too lazy to remember the website or the people who are too lazy to type or both. This is for you!
22 uses
-
Created 2008-09-24 19:51:46
-
Last used
2009-02-08 18:41:25
-
Nominate -
Description
-
http://infosu.oregonstate.edu/login
Facebk
Facebook Social Networking
22 uses
-
Created 2008-10-05 23:22:08
-
Last used
2017-04-11 02:13:09
-
Nominate -
Description
-
http://facebook.com
btrailer
Te dirige a butacon.com buscador avanzado para cinefilos btrailer buscara el trailer de la pelicula Mirar tambien los otros comandos para butacon: bonline buscara en la seccion peliculas online de butacon.com bdescarga buscara la pelicula en descarga directa bsubt buscara subtitulos para la pelicula bdescarga (command created by http://l3utterfish.blogspot.com)
22 uses
-
Created 2008-10-15 15:54:06
-
Last used
2015-11-11 19:03:28
-
Nominate -
Description
-
http://butacon.com/?goedele[]=5&query=%s
spirulina
JisLi Spirulina, World Spirulina.
22 uses
-
Created 2008-11-07 06:21:28
-
Last used
2018-08-24 04:10:28
-
Nominate -
Description
-
http://www.jialispirulina.com
mdic2
Medic8® Medical Directory
22 uses
-
Created 2007-05-02 08:34:24
-
Last used
2008-03-24 16:05:03
-
Nominate -
Description
-
http://cancerweb.ncl.ac.uk/cgi-bin/omd?query=%s&action=Search
tannery
22 uses
-
Created 2007-05-06 16:07:11
-
Last used
2014-11-13 10:47:12
-
Nominate -
Description
-
http://www.auditor.co.geauga.oh.us/ag/maininfo.php?parcel=02-419699
monkeys
22 uses
-
Created 2007-05-10 16:45:28
-
Last used
2015-08-26 10:41:10
-
Nominate -
Description
-
http://angryalien.com
connektoday
22 uses
-
Created 2007-05-20 17:11:17
-
Last used
2007-06-17 22:41:50
-
Nominate -
Description
-
http://connekgroup.net/forum/search.php?do=getdaily
stp
www.sierratradingpost.com/
22 uses
-
Created 2007-05-22 20:58:10
-
Last used
2020-04-09 14:45:16
-
Nominate -
Description
-
http://www.sierratradingpost.com
lcq
Links to the text of the Quebec Companies Act.
22 uses
-
Created 2007-06-03 16:15:51
-
Last used
2011-05-17 06:13:40
-
Nominate -
Description
-
http://www.canlii.org/eliisa/highlight.do?language=fr&searchTitle=Qu%C3%A9bec&path=/qc/legis/loi/c-38/20070307/tout.html
foroon
Busca en el foro de ultimONivel. Ejemplo de uso: foroon metal gear jugabilidad
22 uses
-
Created 2007-06-07 17:29:29
-
Last used
2013-07-22 22:38:40
-
Nominate -
Description
-
http://www.ultimonivel.net/foro/index.php?action=search2;search=%s
underdog
Search information and download a computer game from Home of the Underdogs' comprehensive collection
22 uses
-
Created 2007-06-09 21:15:18
-
Last used
2026-06-11 10:00:00
-
Nominate -
Description
-
http://www.the-underdogs.info/game.php?name=%s
mp3g
plays mp3s in googles mp3 player
22 uses
-
Created 2007-06-12 04:18:36
-
Last used
2012-07-17 19:07:58
-
Nominate -
Description
-
http://mail.google.com/mail/html/audio.swf?audioUrl=%s
parss
PARSS: (PortableAppsRSS) Allows you to subscribe to a comment thread from PortableApps.com via RSS. The PortableApps comment thread is run through HTML Tidy (http://cgi.w3.org/cgi-bin/tidy). The output is then transformed using a stylesheet from http://3amproductions.net/xml/rsscrape.xsl via the W3C XSLT service (http://www.w3.org/2005/08/online_xslt/xslt) Simply pass in the url of the comment page. Ex. parss http://portableapps.com/node/7364 ========== Old implementation: http://www.w3.org/200…
22 uses
-
Created 2007-06-28 17:48:56
-
Last used
2009-07-30 20:19:59
-
Nominate -
Description
-
http://www.w3.org/2005/08/online_xslt/xslt?xslfile=http://3amproductions.net/xml/parss.xsl&xmlfile=http://cgi.w3.org/cgi-bin/tidy%3FdocAddr%3D%s%26forceXML%3Don&content-type=&submit=transform
gethuman
22 uses
-
Created 2007-07-09 22:32:43
-
Last used
2018-12-28 08:20:52
-
Nominate -
Description
-
http://gethuman.com/print.html
vrtpe
Translate a word from Polish to English or v.v.
22 uses
-
Created 2007-07-10 06:35:53
-
Last used
2016-01-02 07:46:04
-
Nominate -
Description
-
http://www.dict.pl/plen?word=%s&lang=EN&sourceid=Mozilla-search
reel
connects to realtor.com
22 uses
-
Created 2007-08-27 20:05:37
-
Last used
2017-06-28 11:23:27
-
Nominate -
Description
-
http://www.realtor.com/
vsf
search videosift
22 uses
-
Created 2007-09-04 17:15:03
-
Last used
2016-08-24 11:49:03
-
Nominate -
Description
-
http://www.videosift.com/search?q=%s
iga9e
Griffiths et al., Introduction to Genetic Analysis, 9e Companion Website
22 uses
-
Created 2007-09-10 20:02:04
-
Last used
2018-11-05 13:58:02
-
Nominate -
Description
-
http://bcs.whfreeman.com/iga9e/
feet102
22 uses
-
Created 2009-07-10 10:00:17
-
Last used
2013-03-12 01:21:36
-
Nominate -
Description
-
http://www.youtube.com/user/Malizio5
spadout
Search spadout, SPortADventure OUTdoors, a great outdoor gear search engine. Similiar to other price search engines except focused on outdoor gear.
22 uses
-
Created 2009-07-26 19:05:54
-
Last used
2013-11-21 22:40:12
-
Nominate -
Description
-
http://www.spadout.com/nsearch_v3.php?search=%s&x=0&y=0
gcon2
This is a replacement for the gcon command, which no longer works. Search your Google Contacts.' EXAMPLE: gcon2 Brian <<< searches your contacts for "Brian" AUTHOR: Brian Armknecht b.a.
22 uses
-
Created 2009-08-05 15:06:26
-
Last used
2020-06-25 09:13:53
-
Nominate -
Description
-
https://mail.google.com/mail/h/?fv=cl&pv=cl&fpnl=a&cs=fc&f=1&scq=%s&f=1
frt
does the same as >forestle<. Searches forestle.org (save ~0,1yd of rainforest per search)
22 uses
-
Created 2009-08-08 08:10:06
-
Last used
2020-10-07 03:20:48
-
Nominate -
Description
-
http://us.forestle.org/en/search.php?q=%s
feet107
22 uses
-
Created 2009-08-10 15:33:27
-
Last used
2013-03-12 01:22:01
-
Nominate -
Description
-
http://www.youtube.com/watch?v=GPmjvrkHpEM&feature=related
Previous Page
Next Page