Command List (ls)
Tip: You can search the descriptions by typing "ls [word or phrase]". For example, to search for all commands about music,
type "ls music".
bbcr4
BBC Radio 4
837 uses
-
Created 2010-05-22 05:27:49
-
Last used
2025-07-25 14:31:57
-
Nominate -
Description
-
http://www.bbc.co.uk/iplayer/console/bbc_radio_fourfm/
hmscoords
NAME hmscoords - converts latitude and longitude coordinates from decimal degrees to degrees-minutes-seconds. SYNOPSIS hmscoords -lat DD.DDDDD... -lon DD.DDDDD... The hmscoords command will convert a set of latitude or longitude coordinate that are in signed decimal degrees notation to degrees- minutes-seconds format. EXAMPLES Example: hmscoords -lat 47.818307766667 -lon -102.44957842222 Result: 47°49'05.91"N 102°26'58.48"W AUTHOR Paul M. Boren pmboren AT gmail DOT com
22 uses
-
Created 2010-05-21 22:21:36
-
Last used
2010-06-09 18:37:21
-
Nominate -
Description
-
echo {ifthen -value1 ${lat} -value2 0 -test GREATEREQUAL -then {>hms ${lat}}N -else {strreplace -find - -replace -string {>hms ${lat}}}S} {ifthen -value1 ${lon} -value2 0 -test GREATEREQUAL -then {>hms ${lon}}E -else {strreplace -find - -replace -string {>hms ${lon}}}W}
>hms
NAME >hms - converts the latitude or longitude coordinate from decimal degrees to degrees-minutes-seconds. SYNOPSIS >hms DD.DDDDD... The >hms command will convert a latitude or longitude coordinate from decimal degrees to degrees-minutes-seconds format with the seconds fixed at 2 decimal places. EXAMPLES Example: >hms 47.818307766667 Result: 47°49'5.91" Example: >hms -102.44957842222 Result: -102°26'58.48" AUTHOR Paul M. Boren pmboren AT gmail DOT com
69 uses
-
Created 2010-05-21 21:40:11
-
Last used
2011-06-03 15:38:47
-
Nominate -
Description
-
change {ifthen -value1 %s -value2 0 -test GREATEREQUAL -then {echo {rounddown -val %s -prec 0}%BA{rounddown -val {multiply {subtract %s {rounddown -val %s -prec 0}} 60} -prec 0}%27{round {multiply {subtract {multiply {subtract %s {rounddown -val %s -prec 0}} 60} {rounddown -val {multiply {subtract %s {rounddown -val %s -prec 0}} 60} -prec 0}} 60} -precision 2}%22} -else {echo -{rounddown -val {strreplace -find - -replace -string %s} -prec 0}%BA{rounddown -val {multiply {subtract {strreplace -find - -replace -string %s} {rounddown -val {strreplace -find - -replace -string %s} -prec 0}} 60} -prec 0}%27{round {multiply {subtract {multiply {subtract {strreplace -find - -replace -string %s} {rounddown -val {strreplace -find - -replace -string %s} -prec 0}} 60} {rounddown -val {multiply {subtract {strreplace -find - -replace -string %s} {rounddown -val {strreplace -find - -replace -string %s} -prec 0}} 60} -prec 0}} 60} -precision 2}%22}} -method urldec -simple yes
gssl
Search Google via SSL, preventing "Referer" header being supplied to found sites. Does not support all Google search services (mainly only Web Search).
10851 uses
-
Created 2010-05-21 21:10:40
-
Last used
2019-05-31 13:25:53
-
Nominate -
Description
-
https://www.google.com/search?q=%s
rounddown
NAME rounddown - rounddown rounds a number off, but does NOT round up the last digit even if it is 5 or more. SYNOPSIS rounddown -val [VALUE] -prec [PRECISION] (valid precision values range from 6 to -6) The rounddown command will round a given value you specify without rounding up the digit associated with precision. It relies on the "correction" command and is therefore limited in its precision to numbers corresponding to the millions down to the millionth place. EXAMPLES Example: rounddown -…
502 uses
-
Created 2010-05-21 15:23:23
-
Last used
2011-06-03 15:38:53
-
Nominate -
Description
-
ifThen -value1 ${val} -value2 0 -test GREATEREQUAL -then {ifThen -value1 ${val} -value2 {round ${val} -precision ${prec}} -test LESS -then {subtract {round ${val} -precision ${prec}} {correction ${prec}}} -else {round ${val} -precision ${prec}}} -else {ifThen -value1 ${val} -value2 {round ${val} -precision ${prec}} -test GREATER -then {sum {round ${val} -precision ${prec}} {correction ${prec}}} -else {round ${val} -precision ${prec}}}
correction
NAME correction - return the correction factor corresponding to the precision associated with rounding. SYNOPSIS correction [PRECISION] The correction command will return the factor that corresponds to the precision that is used for rounding. The factor then can be used in other commands as a workaround to manipulate numbers while avoiding any potential rounding errors. EXAMPLES Example: correction 2 Result: 0.01 Example: correction -6 Result: 1000000 AUTHOR Paul M. Boren pmboren AT gmail DOT c…
617 uses
-
Created 2010-05-21 05:21:13
-
Last used
2017-10-08 06:34:23
-
Nominate -
Description
-
switch %s | -6 => 1000000, -5 => 100000, -4 => 10000, -3 => 1000, -2 => 100, -1 => 10, 0 => 1, 1 => 0.1, 2 => 0.01, 3 => 0.001, 4 => 0.0001, 5 => 0.00001, 6 => 0.000001
instpt
Make a webpage more readable with Instapaper Text!Put the url after the command and give a try! Author: LK5
13 uses
-
Created 2010-05-20 16:21:24
-
Last used
2023-03-19 06:22:35
-
Nominate -
Description
-
http://www.instapaper.com/text?u=%s
nzbso
Search for NZB files at NZBs.org
98 uses
-
Created 2010-05-20 14:43:58
-
Last used
2019-11-16 12:20:33
-
Nominate -
Description
-
http://nzbs.org/index.php?action=search&q=%s
dcoords2
NAME dcoords2 - converts latitude and longitude coordinates from degrees-minutes-seconds to decimal degrees. SYNOPSIS dcoords2 DD°MM'SS"[N/S] DD°MM'SS"[E/W] The dcoords2 command is a parameterized version of the dcoords command that converts a set of latitude, longitude coordinates that are in degrees-minutes-seconds format to signed decimal degrees notation. While both the N/S & E/W suffixes are optional, negative signs will NOT appear without them. EXAMPLES Example: dcoords2 47°49'05.90796" 1…
21 uses
-
Created 2010-05-20 07:20:52
-
Last used
2010-06-12 15:11:53
-
Nominate -
Description
-
dcoords -lat {% 1 %s} -lon {% 2 %s}
dcoords
NAME dcoords - converts latitude and longitude coordinates from degrees- minutes-seconds to decimal degrees. SYNOPSIS dcoords -lat DD°MM'SS"[N/S] -lon DD°MM'SS"[E/W] The dcoords command will convert a set of latitude or longitude coordinate that are in degrees-minutes-seconds format to signed decimal degrees notation. While both the N/S & E/W suffixes are optional, negative signs will NOT appear without them. EXAMPLES Example: dcoords -lat 47°49'05.90796" -lon 102°26'58.48232" Result: 47.818307…
25 uses
-
Created 2010-05-20 07:14:02
-
Last used
2010-06-12 15:11:54
-
Nominate -
Description
-
echo {hms> ${lat}} {hms> ${lon}}
hms>
NAME hms> - converts the latitude or longitude coordinate from degrees- minutes-seconds to decimal degrees. SYNOPSIS hms> DD°MM'SS"[N/S/E/W] The hms> command will converts a latitude or longitude coordinate that is in degrees-minutes-seconds format to signed decimal degrees. While the N/S/E/W suffix is optional, please note that it will NOT return a negative sign without it. EXAMPLES Example: hms> 47°49'05.90796" Result: 47.818307766667 Example: hms> 47°49'05.90796"N Result: 47.818307766667 Exa…
65 uses
-
Created 2010-05-20 06:48:50
-
Last used
2011-06-03 15:22:55
-
Nominate -
Description
-
ifMatch -pattern /S/ -string %s -then {echo -{sum {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 0} {divide {sum {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 1} {divide {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 2} 60}} 60}}} -else {ifMatch -pattern /W/ -string %s -then {echo -{sum {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 0} {divide {sum {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 1} {divide {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 2} 60}} 60}}} -else {sum {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 0} {divide {sum {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 1} {divide {idx {explode {strReplace -find %22 -replace , -string {strReplace -find %27 -replace , -string {strReplace -find %C2%B0 -replace , -string {change {strReplace -find " " -replace , -string %s} -method urlenc -simple yes}}}}} -idx 2} 60}} 60}}}
en2pt
Translate from English to Portuguese
87 uses
-
Created 2010-05-19 18:57:42
-
Last used
2018-02-02 14:00:44
-
Nominate -
Description
-
https://translate.google.com/?sl=pt&tl=en#en|pt|%s
pt2en
Translate form Portuguese to English
43 uses
-
Created 2010-05-19 18:56:32
-
Last used
2017-10-19 19:46:44
-
Nominate -
Description
-
https://translate.google.com/?sl=pt&tl=en#pt|en|%s
10y
10 year annual summary of stock sticker. Example: 10y JNJ
298 uses
-
Created 2010-05-19 12:38:01
-
Last used
2012-11-03 03:27:30
-
Nominate -
Description
-
http://moneycentral.msn.com/investor/invsub/results/statemnt.aspx?Symbol=%s&lstStatement=10YearSummary&stmtView=Ann
ibmf
Uses IBM Faces website to find IBM colleagues. (faces.tap.ibm.com) Only available to IBMers within the internal network.
265 uses
-
Created 2010-05-19 08:11:23
-
Last used
2014-03-18 13:45:15
-
Nominate -
Description
-
http://faces.tap.ibm.com/#%s
bmms
Search "my marks" on blogmarks.net
1468 uses
-
Created 2010-05-18 14:00:57
-
Last used
2014-07-07 08:32:32
-
Nominate -
Description
-
http://blogmarks.net/my/marks/search/%s
wktn
NAME wktn - gives the definition of the requested word in wiktionary SYNTAX wktn "word" "language name OR language code" This command is interesting because it's universal. It supports 92 languages. Actually I've not verified that Wiktionary has definitions for the 92 languages, but at least it will work if one day they introduce either the language or the definition. Another attribute is that it works either with the language name (in English) or with the language code. Default value for the …
164 uses
-
Created 2010-05-18 13:56:29
-
Last used
2012-03-04 21:42:28
-
Nominate -
Description
-
wktnstep1 -lcode {if {% 2 %s} -eq {langcode {invlangcode {% 2 %s}}} -then {% 2 %s} -else {langcode {% 2 %s}}} -text {% 1 %s}
invlangcode
NAME invlangcode - retrieves the language name from the language code SYNTAX invlangcode "language code" EXAMPLE invlangcode fr (returns french) invlangcode bpy (returns bishnupriya manipuri) REMARK it's the inverse function of langcode AUTHOR Luis Gabriel Matallana Vallejo <luisgmatallana@gmail.com>
412 uses
-
Created 2010-05-18 12:47:12
-
Last used
2017-05-28 14:16:32
-
Nominate -
Description
-
switch %s | af => afrikaans, sq => albanian, ar => arabic, an => aragonese, roa-rup => aromanian, ast => asturian, az => azeri, eu => basque, be => belarusian, bn => bengali, bpy => bishnupriya manipuri, bs => bosnian, br => breton, bg => bulgarian, zh-yue => cantonese, ca => catalan, ceb => cebuano, zh => chinese, cv => chuvash, hr => croatian, cs => czech, da => danish, nl => dutch, en => english, eo => esperanto, et => estonian, fi => finnish, fr => french, gl => galician, ka => georgian, de => german, el => greek, gu => gujarati, ht => haitian, he => hebrew, hi => hindi, hu => hungarian, is => icelandic, io => ido, id => indonesian, ga => irish, it => italian, ja => japanese, jv => javanese, ko => korean, ku => kurdish, la => latin, lv => latvian, lt => lithuanian, lmo => lombard, nds => low saxon, lb => luxembourgish, mk => macedonian, ms => malay, ml => malayalam, mr => marathi, nap => neapolitan, new => newar, no => norwegian, oc => occitan, fa => persian, pms => piedmontese, pl => polish, pt => portuguese, qu => quecha, ksh => ripuarian, ro => romanian, ru => russian, bat-smg => samogitian, sr => serbian, sh => serbo-croatian, scn => sicilian, simple => simple english, sk => slovak, sl => slovenian, es => spanish, su => sundanese, sw => swahili, sv => swedish, tl => tagalog, ta => tamil, te => telugu, th => thai, tr => turkish, uk => ukrainian, ur => urdu, vi => vietnamese, vo => volapük, wa => walloon, war => waray-waray, cy => welsh, fy => west frisian,
crait
Searches Toronto Craigslist For Sale / Wanted section for your query.
77 uses
-
Created 2010-05-18 11:07:34
-
Last used
2012-11-18 03:46:22
-
Nominate -
Description
-
http://toronto.en.craigslist.ca/search/sss?query=%s
wktnstep1
STATUS test command I'm trying to make a universal wiktionary command but i'm having a hard time. I'm new in this. This is the step one for the command wktn. I have a really difficult time using the positional parameters. So that's why I will do this in two steps. I hope it will work. Anyway... SYNTAX wktnstep1 -lcode "language code" -text "text" AUTHOR Luis Gabriel Matallana Vallejo luisgmatallana@gmail.com
204 uses
-
Created 2010-05-18 10:12:59
-
Last used
2012-03-04 21:42:31
-
Nominate -
Description
-
http://${lcode}.wiktionary.org/?search=${text}
zdw
Search the ZDoom Wiki. Example: zdw acs zdw plasmarifle zdw decorate
224 uses
-
Created 2010-05-18 03:18:30
-
Last used
2014-06-27 13:14:32
-
Nominate -
Description
-
http://zdoom.org/w/index.php?title=Special:Search&search=%s&go=Go
iso-countrycode
NAME iso-countrycode - displays the ISO country code of a country SYNOPSIS iso-countrycode [country] I thought that having a command displaying the iso country code would be useful. For this command I also took the English names. There are 247 countries listed. Nevertheless, some changes were made for some specific countries. Here is the list: bolivia instead of bolivia, plurinational state of congo democratic republic instead of congo, the democratic republic of the cote d'ivoire instead of cô…
37 uses
-
Created 2010-05-18 00:17:24
-
Last used
2013-07-19 02:20:00
-
Nominate -
Description
-
switch %s | afghanistan => af, aland islands => ax, albania => al, algeria => dz, american samoa => as, andorra => ad, angola => ao, anguilla => ai, antarctica => aq, antigua and barbuda => ag, argentina => ar, armenia => am, aruba => aw, australia => au, austria => at, azerbaijan => az, bahamas => bs, bahrain => bh, bangladesh => bd, barbados => bb, belarus => by, belgium => be, belize => bz, benin => bj, bermuda => bm, bhutan => bt, bolivia => bo, bosnia and herzegovina => ba, botswana => bw, bouvet island => bv, brazil => br, british indian ocean territory => io, brunei darussalam => bn, bulgaria => bg, burkina faso => bf, burundi => bi, cambodia => kh, cameroon => cm, canada => ca, cape verde => cv, cayman islands => ky, central african republic => cf, chad => td, chile => cl, china => cn, christmas island => cx, cocos => cc, colombia => co, comoros => km, congo => cg, congo democratic republic => cd, cook islands => ck, costa rica => cr, cote d' ivoire => ci, croatia => hr, cuba => cu, cyprus => cy, czech republic => cz, denmark => dk, djibouti => dj, dominica => dm, dominican republic => do, ecuador => ec, egypt => eg, salvador => sv, equatorial guinea => gq, eritrea => er, estonia => ee, ethiopia => et, falkland islands => fk, faroe islands => fo, fiji => fj, finland => fi, france => fr, french guiana => gf, french polynesia => pf, french southern territories => tf, gabon => ga, gambia => gm, georgia => ge, germany => de, ghana => gh, gibraltar => gi, greece => gr, greenland => gl, grenada => gd, guadeloupe => gp, guam => gu, guatemala => gt, guernsey => gg, guinea => gn, guinea-bissau => gw, guyana => gy, haiti => ht, heard island and mcdonald islands => hm, honduras => hn, hong kong => hk, hungary => hu, iceland => is, india => in, indonesia => id, iran => ir, iraq => iq, ireland => ie, isle of man => im, israel => il, italy => it, jamaica => jm, japan => jp, jersey => je, jordan => jo, kazakhstan => kz, kenya => ke, kiribati => ki, north korea => kp, south korea => kr, kuwait => kw, kyrgyzstan => kg, laos => la, latvia => lv, lebanon => lb, lesotho => ls, liberia => lr, libya => ly, liechtenstein => li, lithuania => lt, luxembourg => lu, macao => mo, macedonia => mk, madagascar => mg, malawi => mw, malaysia => my, maldives => mv, mali => ml, malta => mt, marshall islands => mh, martinique => mq, mauritania => mr, mauritius => mu, mayotte => yt, mexico => mx, micronesia => fm, moldova => md, monaco => mc, mongolia => mn, montenegro => me, montserrat => ms, morocco => ma, mozambique => mz, myanmar => mm, namibia => na, nauru => nr, nepal => np, netherlands => nl, netherlands antilles => an, new caledonia => nc, new zealand => nz, nicaragua => ni, niger => ne, nigeria => ng, niue => nu, norfolk island => nf, northern mariana islands => mp, norway => no, oman => om, pakistan => pk, palau => pw, palestinian territory => ps, panama => pa, papua new guinea => pg, paraguay => py, peru => pe, philippines => ph, pitcairn => pn, poland => pl, portugal => pt, puerto rico => pr, qatar => qa, reunion => re, romania => ro, russia => ru, rwanda => rw, sahara occidental => eh, saint barthélemy => bl, saint helena => sh, saint kitts and nevis => kn, saint lucia => lc, saint pierre and miquelon => pm, saint vincent and the grenadines => vc, samoa => ws, san marino => sm, saint martin => mf, sao tome and principe => st, saudi arabia => sa, senegal => sn, serbia => rs, seychelles => sc, sierra leone => sl, singapore => sg, slovakia => sk, slovenia => si, solomon islands => sb, somalia => so, south africa => za, south georgia and the south sandwich islands => gs, spain => es, sri lanka => lk, sudan => sd, suriname => sr, svalbard and jan mayen => sj, swaziland => sz, sweden => se, switzerland => ch, syria => sy, taiwan => tw, tajikistan => tj, tanzania => tz, thailand => th, timor-leste => tl, togo => tg, tokelau => tk, tonga => to, trinidad and tobago => tt, tunisia => tn, turkey => tr, turkmenistan => tm, turks and caicos islands => tc, tuvalu => tv, uganda => ug, ukraine => ua, united arab emirates => ae, united kingdom => gb, united states => us, united states minor outlying islands => um, uruguay => uy, uzbekistan => uz, vanuatu => vu, vatican => va, venezuela => ve, viet nam => vn, virgin islands british => vg, virgin islands u.s. => vi, wallis and futuna => wf, western sahara => eh, yemen => ye, zambia => zm, zimbabwe => zw, * => http://www.obs.coe.int/about/iso_3166.html
langcode
NAME langcode - displays the language code SYNOPSIS I thought that making a langcode command was really important. This command can then be combined with wikipedia, wiktionnary, google, etc.. I will create commands for those... I'm also planning on creating a country code command. That one would be useful for google too. I arbitrarily decided to use English language names. I found it easier this way (no typographical issues) Since this command was first made for a wikipedia command I only took …
657 uses
-
Created 2010-05-17 23:27:48
-
Last used
2024-01-10 03:33:24
-
Nominate -
Description
-
switch %s | afrikaans => af, albanian => sq, arabic => ar, aragonese => an, aromanian => roa-rup, asturian => ast, azeri => az, basque => eu, belarusian => be, bengali => bn, bishnupriya manipuri => bpy, bosnian => bs, breton => br, bulgarian => bg, cantonese => zh-yue, catalan => ca, cebuano => ceb, chinese => zh, chuvash => cv, croatian => hr, czech => cs, danish => da, dutch => nl, english => en, esperanto => eo, estonian => et, finnish => fi, french => fr, galician => gl, georgian => ka, german => de, greek => el, gujarati => gu, haitian => ht, hebrew => he, hindi => hi, hungarian => hu, icelandic => is, ido => io, indonesian => id, irish => ga, italian => it, japanese => ja, javanese => jv, korean => ko, kurdish => ku, latin => la, latvian => lv, lithuanian => lt, lombard => lmo, low saxon => nds, luxembourgish => lb, macedonian => mk, malay => ms, malayalam => ml, marathi => mr, neapolitan => nap, newar => new, norwegian => no, occitan => oc, persian => fa, piedmontese => pms, polish => pl, portuguese => pt, quecha => qu, ripuarian => ksh, romanian => ro, russian => ru, samogitian => bat-smg, serbian => sr, serbo-croatian => sh, sicilian => scn, simple english => simple, slovak => sk, slovenian => sl, spanish => es, sundanese => su, swahili => sw, swedish => sv, tagalog => tl, tamil => ta, telugu => te, thai => th, turkish => tr, ukrainian => uk, urdu => ur, vietnamese => vi, volapük => vo, walloon => wa, waray-waray => war, welsh => cy, west frisian => fy, * => en
wimbledon
We offer cheap tickets with a wide range of ticket categories for Wimbledon 2010 Championship. gigsport also have Men Quarter Final, Women Quarter Final, Men SemiFinal, Women SemiFinal, Men Final and Women Final Tickets. Wimbledon which is also called lawn tennis will start on 22 June. Hospitality packages are also available for our valuable customers. So please select your tickets and enjoy lawn tennis this summer.
38 uses
-
Created 2010-05-17 14:01:17
-
Last used
2022-07-05 05:20:38
-
Nominate -
Description
-
http://www.gigsport.com/sports-tickets/1024/wimbledon/wimbledon-tickets.htm
avx
Search Avaxhome.ws for free download
43 uses
-
Created 2010-05-16 18:18:55
-
Last used
2023-06-06 12:53:21
-
Nominate -
Description
-
http://avaxhome.ws/search?q=%s
mangafox
Search manga in mangafox.com Created for those who can't get used to the "mfox" command!
106 uses
-
Created 2010-05-16 16:25:38
-
Last used
2020-08-02 05:10:20
-
Nominate -
Description
-
http://www.mangafox.com/search.php?name=%s
mfox
Search manga in mangafox.com
30 uses
-
Created 2010-05-16 16:22:26
-
Last used
2014-10-09 11:12:38
-
Nominate -
Description
-
http://www.mangafox.com/search.php?name=%s
acusr
A command to navigate through the user control panel of the Animecrazy forums
16 uses
-
Created 2010-05-16 01:08:10
-
Last used
2010-05-19 23:02:00
-
Nominate -
Description
-
http://www.animecrazy.net/forums/%s.php?do=${y}
openfb
Search "Openbook" "Openbook is a front end for the public search API service that Facebook released on April 21st, 2010. It is intended to draw attention to the information that Facebook now makes publicly available about its users. Our goal is to get Facebook to restore the privacy of this information, so that this website and others like it no longer work. This website is a parody, and has no relationship to Facebook."
14 uses
-
Created 2010-05-15 22:18:37
-
Last used
2019-09-10 21:56:05
-
Nominate -
Description
-
http://willmoffat.github.com/FacebookSearch/?q=%s&x=0&y=0&gender=any
otrsearch
Search otr-search.com
375 uses
-
Created 2010-05-15 18:53:06
-
Last used
2013-07-21 03:59:24
-
Nominate -
Description
-
http://www.otr-search.com/suche/%s
acshw
This command will direct you directly to the show you are looking for in Animecrazy.net It's a multiple parameter command. Syntax: acshw "name of the show" -type "type of the show (anime, movie, special)" OR "episode of the show (e.g. episode 4)" the default value for -type is anime. WMVMW
32 uses
-
Created 2010-05-15 17:16:16
-
Last used
2018-07-01 12:54:37
-
Nominate -
Description
-
http://www.animecrazy.net/%s-${type=anime}/[use - for spaces]
acsch
This is a search command for Animecrazy.net
27 uses
-
Created 2010-05-15 16:02:51
-
Last used
2023-09-04 18:00:36
-
Nominate -
Description
-
http://www.animecrazy.net/search/%s[use - for spaces]
dcwk
dungeon crawl wiki
200 uses
-
Created 2010-05-15 00:11:17
-
Last used
2014-05-28 23:04:12
-
Nominate -
Description
-
http://crawl.chaosforge.org/index.php?title=Special:Search&search=%s&go=Go
lqp2
Team liquid starcraft 2 wiki
819 uses
-
Created 2010-05-14 23:57:05
-
Last used
2019-07-10 05:40:53
-
Nominate -
Description
-
http://wiki.teamliquid.net/starcraft2/index.php?title=&search=%s&go=Go
lqp
Searches the team liquid starcraft encyclopedia
89 uses
-
Created 2010-05-14 23:55:54
-
Last used
2018-08-24 06:10:00
-
Nominate -
Description
-
http://wiki.teamliquid.net/starcraft/Special:Search?search=%s&go=Go
sbt
136 uses
-
Created 2010-05-14 16:52:59
-
Last used
2023-04-20 04:05:52
-
Nominate -
Description
-
http://souljaboytellem.com/forum
glate
perform google latest search
14 uses
-
Created 2010-05-14 08:08:46
-
Last used
2013-11-14 02:37:45
-
Nominate -
Description
-
http://www.google.com/search?q=%s&tbs=rltm:1
fle
Finds the gender and conjugation or declination of a German word using the online service of http://www.canoo.net/
377 uses
-
Created 2010-05-14 02:20:22
-
Last used
2014-07-03 05:32:05
-
Nominate -
Description
-
http://www.canoo.net/services/Controller?dispatch=inflection&lang=de&input=%s&features=%28Cat+N%29
pyr
PyroMP3.com - the best in music search engines.
17 uses
-
Created 2010-05-13 22:39:14
-
Last used
2024-12-04 04:25:49
-
Nominate -
Description
-
http://www.pyromp3.com/search/%s/1/mp3
pmp
Greatest mp3 search engine.
66 uses
-
Created 2010-05-13 22:32:24
-
Last used
2022-02-18 07:05:20
-
Nominate -
Description
-
http://www.pyromp3.com
qtc
This command loads the manual page for a certain Qt class (that's where qtc comes from ;)) example: qtc qlabel redirects to http://doc.trolltech.com/qlabel.html
504 uses
-
Created 2010-05-13 21:15:46
-
Last used
2019-02-23 18:44:08
-
Nominate -
Description
-
http://doc.trolltech.com/%s.html
autotrans
NAME autotrans - Translates a word/sentence to your language from the automatically detected language SYNOPSIS autotrans [WORD/SENTENCE] -to [LANGUAGE] WORD/SENTENCE is the word/sentence you want to translate LANGUAGE is language you want to translate to (if you don't specify a language, English will be used) EXAMPLES autotrans bonjour translate the word 'bonjour' to English autotrans hello -to fr translate the word 'hello' to French
24 uses
-
Created 2010-05-13 16:19:35
-
Last used
2023-04-19 07:27:20
-
Nominate -
Description
-
http://translate.google.{ ifThen (${to=en}==en)com,${to=en} }/?tl=en#auto|${to=en}|%s
stockc
SMA 10, EMA 30, SMA 200. RSI, MACD, ADX - all on default. 6 months period. Landscape.
66 uses
-
Created 2010-05-13 09:49:18
-
Last used
2011-12-05 16:38:44
-
Nominate -
Description
-
http://stockcharts.com/h-sc/ui?s=%s&p=D&yr=0&mn=6&dy=0&id=p52312440243
nola
Search nola.com for various news articles
23 uses
-
Created 2010-05-13 02:51:21
-
Last used
2024-01-12 15:27:59
-
Nominate -
Description
-
http://search.nola.com/%s
f-e
(Golden Egg)
Translate from Fr to En via google (translate from En to Fr via command e-f)
1220 uses
-
Created 2010-05-12 19:44:26
-
Last used
2025-12-23 02:15:24
-
Description
-
http://translate.google.fr/#fr|en|%s
e-f
(Golden Egg)
Tanslate form En to Fr (Fr to En via f-e command)
2629 uses
-
Created 2010-05-12 19:42:28
-
Last used
2026-01-15 12:18:40
-
Description
-
http://translate.google.fr/#en|fr|%s
alter
156 uses
-
Created 2010-05-12 19:19:30
-
Last used
2025-10-30 13:55:02
-
Nominate -
Description
-
http://alternativeto.net/desktop/%s
moviedb
Searches http://www.themoviedb.org/ E.G. moviedb Jaws
104 uses
-
Created 2010-05-12 07:40:50
-
Last used
2026-01-12 01:48:27
-
Nominate -
Description
-
http://www.themoviedb.org/search?search=%s[post]
ebooks
Search eBooks on AvaxHome.
170 uses
-
Created 2010-05-11 18:02:20
-
Last used
2018-01-10 03:37:44
-
Nominate -
Description
-
http://avaxsearch.com/avaxhome_search?q=%s
Previous Page
Next Page