Command List (ls)
gskl
scikit-learn documentation
164 uses
-
Created 2017-10-01 18:09:39
-
Last used
2018-07-15 15:38:42
-
Nominate -
Description
-
http://www.google.com/search?q=%s+site:scikit-learn.org
pacm
Play PacMan in you browser. fro
163 uses
-
Created 2006-10-04 00:36:45
-
Last used
2017-11-27 13:58:43
-
Nominate -
Description
-
echo <center><script src="http://gmodules.com/ig/ifr?url=http://www.schulz.dk/pacman.xml&synd=open&w=300&h=320&title=PacMan+v2.0&border=%23ffffff%7C0px%2C1px+solid+%23ffdd00%7C0px%2C2px+solid+%23ffdd33%7C0px%2C2px+solid+%23ffee99&output=js"></script></center>
pen
search www.rickconner.net pen encyclopedia
162 uses
-
Created 2008-10-12 07:23:45
-
Last used
2024-11-16 05:42:00
-
Nominate -
Description
-
http://www.google.com/search?q=site%3Awww.rickconner.net+%s
distance
NAME distance - returns the distance between two points. SYNOPSIS distance -x1 [VALUE_X1] -y1 [VALUE_Y1] -x2 [VALUE_X2] -y2 [VALUE_U2] The distance command uses the javascript Math function to calculate the distance between two sets of x,y coordinates. EXAMPLES Example: distance -x1 0 -y1 0 -x2 4 -y2 0 Result: 4 Example: distance -x1 0 -y1 0 -x2 2 -y2 2 Result: 2.8284271247461903 AUTHOR Paul M. Boren pmboren AT gmail DOT com
161 uses
-
Created 2010-05-09 01:51:05
-
Last used
2024-09-29 05:09:31
-
Nominate -
Description
-
jscalc Math.sqrt(Math.pow(((${x2})-(${x1})),2)+Math.pow((((${y2})-(${y1}))),2))[no url encoding]
hendonmob
Search The Hendon Mob database of poker players using Google's I'm Feeling Lucky. Example: hendonmob brunson
161 uses
-
Created 2005-06-25 02:30:43
-
Last used
2010-02-28 00:23:15
-
Nominate -
Description
-
http://www.google.com/search?btnI=I'm+Feeling+Lucky&q=site:thehendonmob.com+%s
gtr2
Translate text with Google Example: gtr2 en fr translate me See also: gtrs2
158 uses
-
Created 2008-05-24 14:45:14
-
Last used
2020-03-30 07:59:43
-
Nominate -
Description
-
https://translate.google.com/translate_t?q={strReplace -find " " -replace + -string {% 3- %s}}&sl={% 1 %s}&tl={% 2 %s}[use for spaces]
fest
Speaks the given sentence through your computer's speakers. Text-to-speech (TTS) using the Festival Speech Engine. Example: fest Why did the chicken cross the road?
157 uses
-
Created 2005-08-27 17:18:00
-
Last used
2022-05-14 06:00:20
-
Nominate -
Description
-
http://www.festvox.org/cgi-bin/gen_fest.wav?format=wav&voice=us1+(American+Female,+MBROLA)&text=%s[post]
unixtime
Unix timestamp. Convert dates into timestamps. Syntax: unixtime day month year hour minute second timezone Example: unixtime -d 11 -m 09 -Y 2007 -H 10 -M 52 -S 00 -T 3 (meaning 11-09-2007 @ 10:52:00 GMT +3) Made by XmasBug.
157 uses
-
Created 2007-09-11 10:16:58
-
Last used
2025-09-27 12:23:36
-
Nominate -
Description
-
http://www.4webhelp.net/us/timestamp.php?action=date&day=${d}&month=${m}&year=${Y}&hour=${H}&minute=${M}&second=${S}&timezone=${T}
a4d
Search subtitles (in english and spanish) in all4divx database wich includes 24 different subtitles search enfgines. (command by l3utterfish)
156 uses
-
Created 2009-09-20 20:45:13
-
Last used
2022-10-22 03:17:39
-
Nominate -
Description
-
http://www.all4divx.com/subtitles/%s/English+Spanish/1
kdedoc
Same as qtdoc except for kde docs
154 uses
-
Created 2007-06-19 14:22:43
-
Last used
2015-11-08 10:21:59
-
Nominate -
Description
-
http://www.google.com/search?q=%s+site%3Aapi.kde.org%2F{ifThen -value1 ${version} -value2 -test NOTEQUAL -then ${version} -else 4.0}-api
gmsdn2
Performs a google search on Microsoft's .NET 2.0 Framework documentation.
153 uses
-
Created 2005-10-04 14:54:41
-
Last used
2010-11-29 23:53:43
-
Nominate -
Description
-
http://www.google.com/search?q=site%3Amsdn2.microsoft.com+%s
gzx
Description: Used to find secret directorys on Google Example: gzx Gamez Author: Troy
153 uses
-
Created 2006-07-24 19:25:49
-
Last used
2025-06-15 23:05:24
-
Nominate -
Description
-
http://www.google.com/search?hs=rA5&hl=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=intitle%3A%E2%80%9Dindex+of%E2%80%9D+%2B%E2%80%9Dlast+modified%E2%80%9D+%2B%22parent+directory%22+%s+-inurl%3A%28htm%7Chtml%7Cphp%29+-porn+-sex+-xxx+-html+-htm+-php+-shtml+-opendivx+-md5+-md5sums&btnG=Search
0s
Adds zeros to a number until a number of digits is reached. (leading zeros) USAGE 0s <number> -n <number of digits> (n is 3 by default) EXAMPLES 0s 1 : 001 0s 17 -n 5 : 0017 0s 0 -n 2 : 00 0s 150 -n 3 : 150 0s 36 -n 0 : <nothing> Author VkLJ
153 uses
-
Created 2008-05-04 13:02:45
-
Last used
2022-06-14 11:58:57
-
Nominate -
Description
-
strReplace -string {runphp <? echo substr((%s*10+9)/pow(10,${n=3}),0,-1) ?>} -find . -replace
cproj
CodeProject.com search. Used to search for articles and code for MFC/C++ and .NET languages. Includes all of the search categories and also searches through purgatory. To search for a CodeProject article, just type the query. Example: cproj repeater
152 uses
-
Created 2006-01-16 16:32:13
-
Last used
2022-08-14 05:59:17
-
Nominate -
Description
-
http://www.codeproject.com/info/search.asp?searchkw=%s&SP=on
slicehost
Google search the slicehost articles
151 uses
-
Created 2008-08-10 03:00:38
-
Last used
2012-11-16 10:01:32
-
Nominate -
Description
-
http://www.google.com/search?q=site%3Ahttp%3A%2F%2Farticles.slicehost.com%2F+%s
repec
Performs google "I'm feeling lucky" search within site ideas.repec.org
150 uses
-
Created 2008-12-19 15:35:52
-
Last used
2016-10-27 00:44:42
-
Nominate -
Description
-
http://www.google.com/search?hl=en&q=%s+site%3Aideas.repec.org&btnI=I'm+Feeling+Lucky
+roid
ANDroid free apps via APKpure
150 uses
-
Created 2017-06-05 18:24:12
-
Last used
2025-12-15 00:12:09
-
Nominate -
Description
-
{ifEmpty -value %s -then https://apkpure.com/ -else https://apkpure.com/search?q=%s}
man+
(Golden Egg)
NAME man+ - returns the YubNub manual page for a command if it exists, otherwise it returns the "create a command" page. SYNOPSIS man+ [command to be checked] EXAMPLES man+ gim -returns the manual page for the "gim" command man+ unusedYubNubcommand -returns the create a command page AUTHOR chicagosage based on Allen Ormond's "commandexists" command. b.a.
148 uses
-
Created 2006-03-27 02:43:20
-
Last used
2025-04-10 08:37:28
-
Description
-
ifthen -value1 %s -value2 {scrape -tokens <h1> </h1> -dirs 0 0 -url http://www.yubnub.org/kernel/man?args=%s} -test EQUAL -then http://yubnub.org/kernel/man?args=%s -else http://yubnub.org/command/new?name=%s -redirect true
codeigniter
Find stuff on the Code Igniter site
148 uses
-
Created 2007-10-22 21:04:53
-
Last used
2019-05-06 20:06:43
-
Nominate -
Description
-
http://www.google.com/search?hl=en&q=site%3Acodeigniter.com+%s&btnG=Search
genpass
Generates random passwords . . . "genpass -qty 6 -len 8" generates 6 passwords that are 8 chars long
147 uses
-
Created 2007-09-07 14:19:18
-
Last used
2017-06-12 15:28:30
-
Nominate -
Description
-
https://secure.colobox.com/randpass/?qty=${qty}&num=${len}&llnum=2&lunum=0&nnum=2&pnum=0&nosuse=on&submit=Generate+Passwords
wiktm
Searches Wiktionary (this one actually works for multiple-word-terms, since it uses underscore, not "+"). PARAMETERS l = the two letter ISO code of the language Wiktionary you wish to go your wathclist on (default = en). EXAMPLES wiktm cat = The English Wiktionary article on "cat" (http://en.wiktionary.org/wiki/cat). wiktm -l es gato = The Spanish Wiktionary article on "gato" (http://es.wiktionary.org/wiki/gato). wiktm wear one's heart on one's sleeve = The English Wiktionary article on "wear o…
145 uses
-
Created 2006-08-14 11:33:00
-
Last used
2011-01-30 23:51:29
-
Nominate -
Description
-
http://${l=en}.wiktionary.org/wiki/%s[use _ for spaces]
wped
NAME wped - Wikipedia search based command including the possibility of choosing from a broad SYNOPSIS wped [QUERY] ; [LANGUAGE CODE OR LANGUAGE NAME IN ENGLISH] EXAMPLES wped Il buono, il brutto, il cattivo -> by default wikipedia english wped Il buono, il brutto, il cattivo ; italian -> if you don't know the language code of the language you need, then just type its name in english wped Il buono, il brutto, il cattivo ; it -> if you know the language code just type it. I mean the code ;). Thi…
145 uses
-
Created 2010-06-14 10:27:46
-
Last used
2012-01-26 08:32:48
-
Nominate -
Description
-
wpedstep1 -lcode {if {% 2 {s.p.+ %s}} -eq {langcode {invlangcode {% 2 {s.p.+ %s}}}} -then {% 2 {s.p.+ %s}} -else {langcode {% 2 {s.p.+ %s}}}} -text {% 1 {s.p.+ %s}}
great
142 uses
-
Created 2007-05-04 18:40:57
-
Last used
2022-12-26 07:23:17
-
Nominate -
Description
-
http://www.greatescapetheaters.com/theater.asp?q_zip=17067&q_theaterid=3&Submit=Get+Times
dsluts
Search for porn on Dumpster Sluts dot com
142 uses
-
Created 2007-05-06 18:27:45
-
Last used
2022-03-08 05:10:09
-
Nominate -
Description
-
http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s&btnG=Google+Search&domains=dumpstersluts.com&sitesearch=dumpstersluts.com
boe
Uses google to search the Official State Bulletin from Spain.
141 uses
-
Created 2006-01-24 17:57:00
-
Last used
2024-11-19 11:41:03
-
Nominate -
Description
-
http://www.google.com/search?q=%s+site%3Awww.boe.es
gpub
Google Search, Search only in publib.boulder web pages. publib.boulder is the IBM documentation. Example gpub GPFS To find GPFS documentation in the publib.boulder web pages (use of inurl:publib.boulder)
141 uses
-
Created 2009-03-10 13:22:08
-
Last used
2010-08-09 15:43:22
-
Nominate -
Description
-
http://www.google.com/search?hl=en&q=%s+inurl%3Apublib.boulder&btnG=Google+Search&aq=f&oq=
stofa
Search stackoverflow with tag [android]
141 uses
-
Created 2011-04-14 07:17:56
-
Last used
2013-08-07 05:51:42
-
Nominate -
Description
-
http://stackoverflow.com/search?q=%5Bandroid%5D+%s
whatsapp
whatsapp phone number e.g. whatsapp +277651335135
140 uses
-
Created 2022-02-04 03:19:20
-
Last used
2026-06-09 09:02:30
-
Nominate -
Description
-
https://web.whatsapp.com/send?phone=%2B%s&text&app_absent=0
ordo
Breviary index for the Roman Catholic church. Example: ordo May 31
140 uses
-
Created 2006-06-08 07:01:14
-
Last used
2021-09-03 01:39:54
-
Nominate -
Description
-
http://www.google.com/search?q=site:poshusa.org+"%s"
jenkins
The Jenkins Web site is run by Jenkins Law Library - the county law library for the city of Philadelphia. Our staff consists of over 35 legal research specialists, internet trainers, web and technology professionals. In addition to this Web site, Jenkins Law Library supports and maintains a 589,000+ volume collection of legal materials, an Information & Research department, a Document Delivery service and an acclaimed CLE professional development program at its home in Philadelphia.
139 uses
-
Created 2006-12-09 07:33:29
-
Last used
2023-03-28 05:18:36
-
Nominate -
Description
-
http://www.jenkinslaw.org
blow
Send a Ping to Google Blog Search when you have updated your blog. Type: blow [BLOG URL] Example: blow www.lifehacker.com
139 uses
-
Created 2007-08-14 13:11:57
-
Last used
2026-03-02 07:36:37
-
Nominate -
Description
-
http://blogsearch.google.com/ping?url=%s&btnG=Submit+Blog&hl=en
mvn2repo
For maven module hunters out there, finds poms etc in the maven 2 repo
138 uses
-
Created 2007-12-04 09:54:20
-
Last used
2014-01-13 08:33:48
-
Nominate -
Description
-
http://www.google.com/search?hl=en&lr=&as_qdr=all&q=site%3Arepo1.maven.org%2Fmaven2+%s+&btnG=Search
chmdoc
Searches CHARMM documentation (for version c34b1) for the provided argument using Google.
138 uses
-
Created 2008-06-01 14:30:14
-
Last used
2012-07-27 12:01:12
-
Nominate -
Description
-
http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s&btnG=Google+Search&domains=http%3A%2F%2Fwww.charmm.org%2Fdocumentation%2Fc34b1&sitesearch=http%3A%2F%2Fwww.charmm.org%2Fdocumentation%2Fc34b1
rrdp
test
138 uses
-
Created 2009-09-11 05:16:31
-
Last used
2011-04-24 00:09:38
-
Nominate -
Description
-
http://yubnub.org/example/echo?text=%3Ctitle%3E%s%3C%2Ftitle%3E%3Ciframe+src%3D%22http%3A%2F%2Fwww.trisys.biz%2Ftsweb%2FConnect.asp%3FResolution%3D3%26Server%3D%s%22+style%3D%22border%3A+0%3B+width%3A+100%25%3B+height%3A+100%25%22%3E
enis
This command performs an entry search in the Icelandic Online Dictionary of the University of Wisconsin. This is the opposite of isen, in that it's an English->Icelandic search. To search for the beginning of a word, use a wildcard. Example: enis comput*
138 uses
-
Created 2010-01-14 15:42:52
-
Last used
2026-04-16 09:22:27
-
Nominate -
Description
-
http://digicoll.library.wisc.edu/cgi-bin/IcelOnline/IcelOnline.TEId-idx?type=simple&size=First+100&rgn=dentry&q1=%s&submit=Search
gbgs
NAME gbgs - Google Blogger search SYNOPSIS gbgs [strings to search] -title [post title] -Btitle [blog title] -sort [by attribute] -lang [language] -q [more strings to search] EXAMPLES Search blogs with "jessica alaba" in any part of the post and "sex" in the title of the POST: gbgs jessica alba -title sex Search blogs with "yahoo" in any part of the post and "google" in the title of the BLOG: gbgs yahoo -Btitle google Search Italian blogs that talk about "yahoo": gbgs yahoo -lang it Search Ital…
137 uses
-
Created 2005-09-28 16:43:43
-
Last used
2023-02-20 14:34:25
-
Nominate -
Description
-
http://search.blogger.com/?q=%s%20${q} {ifThen -value1 ${title} -value2 -test NOTEQUAL -then +intitle%3A${title}}&bl_fpy=t&scoring={ifThen -value1 {ucase ${sort=BY+RELEVANCE}} -value2 BY+DATE -test EQUAL -then d}&lr={ifthen -value1 ${lang} -value2 -test NOTEQUAL -then lang_${lang}}&bl_name=${Btitle}
roots2
NAME roots2 - search genealogy of the RootsWeb.com database. SYNOPSIS roots2 [GIVEN NAME(S)] [SURNAME] roots2 simplifies the roots command by using only the name-based options. Without the specifying the parameters each name should follow the command in order (i.e. first middle last). EXAMPLES Example: roots2 Result: Opens the Global Search webpage for the RootsWeb.com. Example: roots2 Doe Result: Search the database for the surname Doe. Example: roots2 John Doe Result: Search the database for …
137 uses
-
Created 2007-03-11 04:03:39
-
Last used
2010-07-04 18:19:20
-
Nominate -
Description
-
http://wc.rootsweb.com/cgi-bin/igm.cgi?surname={ifEmpty -value {% 2 %s} -then {% 1 %s} -else {ifEmpty -value {% 3 %s} -then {% 2 %s}&given={% 1 %s} -else {% 3 %s}&given={% 1 %s}+{% 2 %s}}}[no url encoding]
gmv
Search Google Movies (which includes such things as showtimes), without "movies" in the search term (like the "movies" command. To find out about the movie The Life of Brian: Example: gmv life of brian
136 uses
-
Created 2006-03-04 00:54:25
-
Last used
2025-06-30 04:35:45
-
Nominate -
Description
-
http://www.google.com/search?hl=en&oi=showtimes&near=%s&q=movie:+%s
tango
NAME tango - Japanese word or Kanji lookup at tangorin.com SYNOPSIS tango [KANJIS] -t [ TYPE k=KANJI e=EXAMPLES n=NAMES c=CLASSICAL] EXAMPLES tango [Keyword]............ lookup japanese words (written in Kanji, Hiranana, Katakana or latin characters) tango *[Kanji]* ........... search words containing... tango [kanji]_ ............ search words starting with... tango [kanjis] -t k ....... kanji lookup one or each kanji tango [kanji] -t e ........ examples using ... tango [name] -t n ......... n…
135 uses
-
Created 2009-12-27 16:48:29
-
Last used
2025-07-12 00:43:27
-
Nominate -
Description
-
http://tangorin.com/{ switch ${t} | k=>kanji , e => examples, n => names, c => classical, * =>words}/%s
pinu
NAME pinu - Piboard.in - user / tag search SYNOPSIS pinu [USER] [TAG] EXAMPLES pinu sage klezmer << returns bookmarks tagged "klezmer" from user "sage" Search http://pinboard.in/ by specifying a user and a tag. NOTES You can search a tag intersection thusly: pinu [user] [tag+tag] For example: pinu sage chicago+wine << returns sage's bookmarks tagged with both chicago and wine. AUTHOR Brian Armknecht b.a.
135 uses
-
Created 2011-10-04 02:34:13
-
Last used
2019-08-14 15:29:05
-
Nominate -
Description
-
http://pinboard.in/u:{% 1 %s}/t:{% 2 %s} [no url encoding]
spages
(Golden Egg)
SYNOPSIS spages -where <location> -keyword <keyword> -business <business_name> EXAMPLE spages -where 20057 -keyword pizza OR spages -where new york -business best buy Searches Verizon's SuperPages.com. Use the -where switch to specify location, the -keyword switch to specify a keyword, and the -business switch to specify a business name. You don't need to do a business name and a keyword, just one or the other...you can do both but it may severely limit results.
134 uses
-
Created 2005-06-23 21:36:55
-
Last used
2025-09-27 22:32:24
-
Description
-
http://yellowpages.superpages.com/listings.jsp?SRC=&STYPE=S&PG=L&R=N&L=${where}&C=${keyword}&N=${business}&T=&S=&search=Find+It
amlink
Use Eli Robillard's fantastic Amazon Link Generator to create an image link to an Amazon.com product page. As a parameter, submit either an Amazon product page URL or an ASIN. Examples: amlink 0788503219 amlink http://amazon.com/o/ASIN/0788503219 (both will give the same result) For details, visit http://snipurl.com/1d6uv
134 uses
-
Created 2007-03-16 18:42:08
-
Last used
2008-12-18 17:39:18
-
Nominate -
Description
-
http://www.erobillard.com/snippets/amazonlink.aspx?__VIEWSTATE=dDwtNTI1NjkzMTM0O3Q8O2w8aTwxPjs%2BO2w8dDw7bDxpPDE1Pjs%2BO2w8dDxAMDw7Ozs7Ozs7Ozs7Pjs7Pjs%2BPjs%2BPjs%2B7J7VzCKiGNKOjTLKiGnujRdXOkU%3D&ASIN=%s&AssociateID=&Make=Generate+Amazon+Links&SearchAmazonKeywords=
qa
Google Calendar Quick Add feature. Type qa and then description of the event.
133 uses
-
Created 2009-12-08 20:10:58
-
Last used
2026-02-03 14:56:24
-
Nominate -
Description
-
http://www.google.com/calendar/event?ctext=+%s+&action=TEMPLATE&pprop=HowCreated%3AQUICKADD
nuget
Searched http://nuget.org for NuGet packages
133 uses
-
Created 2011-04-27 17:29:02
-
Last used
2023-08-20 19:26:55
-
Nominate -
Description
-
http://nuget.org/List/Search?packageType=Packages&searchCategory=All+Categories&searchTerm=%s&sortOrder=package-download-count&pageSize=10
hdhd
132 uses
-
Created 2011-05-22 11:30:03
-
Last used
2024-12-01 00:46:36
-
Nominate -
Description
-
http://www.google.com/search?q=planetsuzy+high+definition+%s
ocrmat
Looks up Oracle CRM audit trail for Opportunity ID
132 uses
-
Created 2012-04-04 04:24:23
-
Last used
2012-04-06 07:46:04
-
Nominate -
Description
-
https://secure-ausomxava.crmondemand.com/OnDemand/user/OpptyAuditTrailFullList?RelatedList=Y&OMCR0=%s&OMTGT=OpptyAuditTrailChildList&OMTHD=AuditTrailShowListNav&OMCBO=Opportunity&OpptyAuditTrailChildList.LAYOUT=Audit+Trail.ChildListLayout
sanews6
131 uses
-
Created 2018-01-17 04:37:41
-
Last used
2023-05-29 00:58:10
-
Nominate -
Description
-
http://yubnub.org/example/split?type=v&urls=http%3A%2F%2Fm.news24.com%2Fnews24%2F+http://m.ewn.co.za/+http%3A%2F%2Fwww.dailymaverick.co.za%2F+http%3A%2F%2Fwww.citizen.co.za%2F+http%3A%2F%2Fwww.iol.co.za%2F+http%3A%2F%2Fwww.mg.co.za%2F+http%3A%2F%2Fm.huffingtonpost.co.za%2F
yex
Search Yahoo! SiteExplorer find all the pages at a given URL. usage: yex [URL] example: yex http://waxy.org b.a.
131 uses
-
Created 2005-09-30 17:16:41
-
Last used
2019-03-19 12:28:25
-
Nominate -
Description
-
http://siteexplorer.search.yahoo.com/search?ei=UTF-8&p=%s&bwm=p&bwmf=a&bwms=p&searchbwm=Explore+URL
mvars
130 uses
-
Created 2007-12-03 09:30:09
-
Last used
2009-03-18 10:07:19
-
Nominate -
Description
-
http://www.google.com/search?q=site%3Amartinvarsavsky.net+%s
Previous Page
Next Page