Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

Command List (ls)


CoKey.old
Name: CoKey Colin's Key Cruncher I made this just because I wanted to see what Yubnub could do... It calculates basic viability data for Keyphrases from Wordtracker. To use, type in the CoKeyStart command into Yubnub and then follow the instructions. Colin
22 uses - Created 2008-06-09 03:09:07 - Last used 2011-11-09 18:40:25 - Nominate - Description - echo <html><head><title>Colin's Key Cruncher</title></head><body><font size="25">Co(lin's)Key Cruncher<br></font>This function accepts results from Wordtracker and returns basic viability data. <br>You also need to look at other factors, but this is a good starting point.<br>(Results are in .CSV format for export to Excel.)<br><br>Keyphrase,Searches/Day, Google Results, Ratio <br>{runphp <? $inputs = explode (",","%s"); $results = explode(" ","{foreach {explode "{strReplace -find . -replace "," -string {foreach {explode 2- {strReplace -find , -replace .,2- 1 -string %s}} -cmd %}}"} -cmd gnum}"); for($i=0;$i<count($results);$i++): echo str_replace(($inputs[$i]+0),"",$inputs[$i]).",".($inputs[$i]+0).",".$results[$i],",".round(100*$inputs[$i]/$results[$i],2)."%<br>";endfor;?>}<br><br>Usage:<br> 1. Copy the searches and keys from Wordtracker and paste into the box.<br> 2. Do not remove the initial command.<br> 3. Remember to add a comma(,) after each phrase.<br> 4. Press submit and wait for results!<FORM NAME ="form1" METHOD ="post" ACTION ="http://www.yubnub.org/parser/parse"><TEXTAREA name = command rows="20" cols="40">CoKey </TEXTAREA><INPUT TYPE = "Submit" VALUE = "Submit"></FORM></body></html>

planetworld
Does a split-screen search of both PlanetMath and MathWorld.
22 uses - Created 2008-11-19 09:49:08 - Last used 2009-03-24 10:12:45 - Nominate - Description - split {url planetmath %s} {url math %s}

zabas
Searches zabasearch.com for addresses and phone numbers. Parameters (enter strings in ALLCAPS) -name (last name, first name), -state, -city. Example = to search for Matthew Miller in Pittsburgh, Pa - zabas -name MILLER, MATTHEW -state PA -city PITTSBURGH
22 uses - Created 2008-12-03 16:56:32 - Last used 2014-12-22 11:15:36 - Nominate - Description - http://www.zabasearch.com/query1_zaba.php?sname=${name}&state=${state}&ref=&se=&doby=doby&city=${city}&name_style=1&tm=&tmr=1

acma-mrange
Find radio license frequencies (in MHz) in a range. First and second arguments are frequencies in MHz and the third and fourth are postcode ranges. Author: creddy.eddy@gmail.com
22 uses - Created 2008-12-13 18:49:10 - Last used 2012-04-03 18:19:47 - Nominate - Description - http://web.acma.gov.au/pls/radcom/assignment_range.range_lookup?pLOW_PCODE={ifThen -test LESS -value1 {% 3 %s} -value2 {% 4 %s} -then {% 3 %s} -else {% 4 %s}}&pHIGH_PCODE={ifThen -test GREATER -value1 {% 3 %s} -value2 {% 4 %s} -then {% 3 %s} -else {% 4 %s}}&pLOW_FREQ={ifThen -test LESS -value1 {% 1 %s} -value2 {% 2 %s} -then {% 1 %s} -else {% 2 %s}}&pHIGH_FREQ={ifThen -test GREATER -value1 {% 1 %s} -value2 {% 2 %s} -then {% 1 %s} -else {% 2 %s}}&pLOW_FREQ_MULT=MHz&pHIGH_FREQ_MULT=MHz&pSORT_BY=[no url encoding]

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}

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}

Hai
Hellow!
22 uses - Created 2010-10-02 14:44:00 - Last used 2020-11-18 11:06:30 - Nominate - Description - Javascript: alert("hello world!");

regdex
RegDex -dy -st Search SEC D filings by date YYYYMMDD and State XY Mark Druskoff
22 uses - Created 2011-03-29 17:32:37 - Last used 2015-05-07 12:36:13 - Nominate - Description - http://www.sec.gov/cgi-bin/srch-edgar?text=form-type%3D%22d%22+and+filing-date%3D%22${dy}%22+and+state%3D%22${st=TX}%22&first=2011&last=2011

cpandeps
Show Perl module dependencies on http://deps.cpantesters.org Enter a module name to see a list of the modules it depends on: cpandeps File::Temp Use the '-r' option to do a reverse lookup and see the modules that depend on the given module cpandeps -r String::Errf
22 uses - Created 2011-05-18 22:49:56 - Last used 2012-12-09 23:26:53 - Nominate - Description - http://deps.cpantesters.org/{ifThen -value1 x${r}x -value2 xx -test NOTEQUAL -then depended-on-by.pl?module=${r} -else ?module=%s}

subd++
subd++ example.com [search site subdomains in google search index] !!! DONT USE in adress "www", "https//:", "http//:" !!!
22 uses - Created 2023-07-10 20:45:32 - Last used 2024-09-16 00:49:18 - Nominate - Description - g site:%s -inurl:https://%s -inurl:https://www.%s -inurl:http://%s -inurl:http://www.%s

strong-
SYNOPSIS strong- {length of password to generate (1-64)} EXAMPLES strong- 64 Scraped and updated version of "strong" command. Generate _Strong_ Random Passwords. The only argument is the desired length of the passwords. Passwords will be mixed-case and include numbers and punctuation. Note that this version is NOT SSL encripted.
22 uses - Created 2007-01-11 15:17:06 - Last used 2014-05-11 06:38:16 - Nominate - Description - scrape -tokens Password:</b></td><td+valign=top+nowrap><b> </b></td></tr> -dirs 0 0 -url http://www.pctools.com/guides/password/?password[length]=%s&password[phonetic]=on&password[alpha]=on&password[mixedcase]=on&password[numeric]=on&password[nosimilar]=on&password[quantity]=1&generate=true -method post

gtrae
Google translator from Arabic to English for single or multiple words. By Sami Alzeer. Example: gtrae &#1575;&#1604;&#1580;&#1606;&#1577; &#1578;&#1581;&#1578; &#1571;&#1602;&#1583;&#1575;&#1605; &#1575;&#1604;&#1571;&#1605;&#1607;&#1575;&#1578;
22 uses - Created 2007-01-23 12:58:41 - Last used 2011-04-24 02:04:50 - Nominate - Description - https://translate.google.com/translate_t?text=%s${what}&hl=en&langpair=${from=ar}|${to=en}

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}

hisham

22 uses - Created 2008-02-27 16:09:45 - Last used 2012-08-01 13:18:52 - Nominate - Description - open http://yubnub.org/parser/parse?command=gmail;http://yubnub.org/parser/parse?command=wrike; http://yubnub.org/parser/parse?command=gcal;http://yubnub.org/parser/parse?command=Juud%s;http://yubnub.org/parser/parse?command=gr

lingro
A basic interface for Lingro, a translation service. The -l argument takes a language combination; the -s argument is a URL. Lingro allows you to click on words in the website to see translations. The argument for -l can be: en (English-English) de (German-English) es (Spanish-English) fr (French-English) it (Italian-English) po (Polish-English) 2de (English-German) 2es (English-Spanish) etc. Or if other languages become available in the future, you can type the full directory, like dutch-engli…
22 uses - Created 2008-03-02 13:11:12 - Last used 2016-04-25 08:58:37 - Nominate - Description - http://lingro.com/translate/{switch ${l} | es => spanish-english, de => german-english, fr => french-english, it => italian-english, po => polish-english, 2es => english-spanish, 2fr => english-french, 2de => english-german, 2it => english-italian, 2po => english-polish, en => english-english, * => ${l}}/${s}

magnoliapost
magnoliapost - directly stores a URL on your Ma.gnolia.com account. You've to be logged parameters: All parameters are optional. url - a URL (If this parameter is left blank or is invalid it will show a form with all the fields to fill. title - if empty will default to "untitled" desc - description tags - space separated back - the option "-back 1" opens the URL after storing it private - the option "-is private" makes private your bookmark Author: Fuska
22 uses - Created 2008-03-31 01:45:00 - Last used 2008-12-18 09:09:19 - Nominate - Description - http://ma.gnolia.com/bookmarks/create?title=${title}&description=${desc}&url=${url}&tags=${tags}&sendback=${back}&${is}=

hngry
Search Hngry for a restaurant near you! Add it to your personal list if you like, and view menus, maps, get directions, keep up with reviews, ratings, share your restaurants with friends, spin the Wheel of Lunch and much more! Example: hngry -what steak -where raleigh, nc (make sure you separate city & state with a comma)
21 uses - Created 2007-03-29 03:52:36 - Last used 2021-01-29 21:52:21 - Nominate - Description - http://hngry.com/search/results?restsearch=${what}&state=${where}

alluc.org
alluc.org command with a section parameter (-s) and a letter parameter (-l) examples: alluc.org -s tv -l f will go the tv shows begining with f the sections parameters are as follows: news cartoons tv anime sport the letter parameters go from a-z and includes "no" for numbers. ========== Old implementation: http://www3.alluc.org/alluc/{ strreplace -find tv -replace tv-shows -string ${s=movies}}.html?letterselect={ ucase { strreplace -find no -replace 0_9 -string ${l=A}}}
21 uses - Created 2007-05-27 21:16:40 - Last used 2007-11-21 13:00:10 - Nominate - Description - http://www3.alluc.org/alluc/{ strreplace -find tv -replace tv-shows -string ${s=movies}}.html{ eop ?letterselect={ ucase { strreplace -find no -replace 0_9 -string @${l}@}}}

docufarm
An alias to the dcvw command for those of us who can't remember abbreviations. Go to man dcvw for more. Example: docufarm http://www.youparklikeanasshole.com/notices/notice_1.pdf
21 uses - Created 2007-10-03 14:43:24 - Last used 2012-03-19 17:41:59 - Nominate - Description - dcvw %s

palary
NAME palary - use palary as a proxy for the given url or yubnub command result SYNOPSIS palary [URL or YUBNUB COMMAND] EXAMPLES palary http://yubnub.org/ will proxy the yubnub page through the palary secure web proxy palary yubnub will do the same this command use one mandatory parameter, which can be a url or a yubnub command. if the parameter is an url, it will proxy it through the palary secure web proxy. if the given parameter is not an url, it will be treated as a yubnub command, and it's …
21 uses - Created 2007-11-26 21:45:36 - Last used 2024-01-14 11:30:41 - Nominate - Description - ifMatch -pattern /http:/ -string %s -then https://palary.org/?url=%s -else https://palary.org/?url={url yubnub %s} -redirect true

multidict
Lookup a word and see it translated into other languages. supports the -lang option (defaults to en) EXAMPLES: multidict game multidict juego -lang es This command uses the dictionary.com multilingual dictionary. It currently supports 30 languages (as of Dec. 2007). TODO: I played with the querystring slightly... it only seems to produce results for languages listed in the querystring. So if they ever add more languages in the future, the command will need to be updated to include them.
21 uses - Created 2007-12-18 19:46:11 - Last used 2008-11-07 03:32:54 - Nominate - Description - http://dictionary.reference.com/languages?db=languages&AR=on&ZH=on&TW=on&CS=on&DK=on&NL=on&ET=on&FI=on&FR=on&DE=on&EL=on&HU=on&IS=on&ID=on&IT=on&JA=on&KO=on&LV=on&LT=on&NO=on&PL=on&BR=on&PT=on&RO=on&RU=on&SK=on&SL=on&ES=on&SV=on&TR=on&continue=y&lang=${lang=en}&q=%s

fyre
Fyreball is a rich and playful alternative to email for sending stuff to your friends. It's being developed by a team of game industry veterans, internet addicts and Spartan warriors. We think Fyreball will be a great way to track, send and receive cool content on the web.
21 uses - Created 2007-12-29 06:40:36 - Last used 2019-03-09 23:53:33 - Nominate - Description - http://www.fyreball.com/fyreball/add?v=1&url='+${url}+'&title='+${title}

geodymap
Shows a map of a given place, or latitude and longitude, lists all places and geographic features in the nearby, links other popular mapping websites and tools, like Google Maps, Google Earth, NASA World Wind, and supports GPS devices. Use the parameter -world to choose a planet or satellite other than Earth. Available worlds are Earth, Moon, Mars, Mercury, Venus, Space (to locate stars in the sky). Examples: geodymap London (lists all places called London on Earth) geodymap 41.900002 12.483333…
21 uses - Created 2008-06-28 21:23:09 - Last used 2020-11-13 03:47:59 - Nominate - Description - http://www.geody.com/geolook.php?world=${world=earth}&q=%s

2gim
Google Image Comparison tool Opens a split window of Google Image and searches for each of two paramaters separately. First search parameter opens in left frame, second parameter in the right. Example: 2gim butterfly moth
21 uses - Created 2008-07-30 19:49:40 - Last used 2010-08-17 03:22:30 - Nominate - Description - split {url gim {% 1 %s} } {url gim {% 2 %s} }

Neox
I did this command mostly for myself. It opens in split (thanks to 2gim command, i copied from him) goosh.org and yubnub with the SUGARCODES lite bar
21 uses - Created 2008-07-31 23:40:16 - Last used 2012-04-10 12:04:15 - Nominate - Description - split {url goosh help} {url lite}

bdbk
Baidu Enclyclodepia. 百度百科 Eg. bdbk 中国
21 uses - Created 2009-01-04 01:56:27 - Last used 2013-09-01 15:47:18 - Nominate - Description - http://baike.baidu.com/w?ct=17&lm=0&tn=baiduWikiSearch&pn=0&rn=10&word={iconv -to GB2312 -str %s}

peli

21 uses - Created 2009-06-08 15:36:48 - Last used 2012-12-03 11:11:07 - Nominate - Description - mash %s imdb rotten cineol

im3
search images in google, yahoo and Stock.XCHNG
21 uses - Created 2009-06-09 07:54:35 - Last used 2019-11-12 10:36:29 - Nominate - Description - split {url[no url encoding] gim %s} {url[no url encoding] yim %s} {url[no url encoding] sxc %s}

summarize
SYNOPSIS summarize [url] -n [number of sentences to return (10 by default)] EXAMPLES summarize http://jonaquino.blogspot.com summarize http://jonaquino.blogspot.com -n 5 Uses GreatSummary to summarize a webpage down to a few sentences. Using a mathematical technique called singular value decomposition, the system identifies the words that capture the key threads of the text. The process is repeated until the number of sentences requested by the user is reached.
21 uses - Created 2009-07-04 20:27:20 - Last used 2023-11-21 15:38:41 - Nominate - Description - http://www.greatsummary.com/servlets-examples/TextSummarizer?url_input=%s&sentence_count=${n=10}

randm
NAME randm - get numbers from the RANDOM.ORG random number service. SYNOPSIS randm [MIN] [MAX] [NUM] randm simplifies Richard Frankel's original random command by using positional parameters-- Thanks fuska. Just enter the lesser (minimum) number followed by the greater (maximum) number to get a random number that is between them. It returns only one number by default, but you have the option to specify how many random numbers with an additional parameter. EXAMPLES Example: randm Result: error: …
21 uses - Created 2009-09-26 18:23:11 - Last used 2024-10-15 05:42:17 - Nominate - Description - random -min {% 1 %s} -max {% 2 %s} -num {% 3 %s}

myspfaf
MySpace Find a Friend -t type (options: Display, Email or First) -q searchstring e.g. myspfaf -t Display -q Ghost_Danser
21 uses - Created 2006-04-09 20:42:43 - Last used 2008-12-16 03:49:24 - Nominate - Description - http://search.myspace.com/index.cfm?fuseaction=find&circuitaction=search&searchType=network&interesttype=&searchBy=${t}&f_first_name=${q}&Submit=Find

slashstrip
NAME slashstrip - replaces the first "/" in a string with a space. SYNOPSIS slashstrip [STRING] EXAMPLES slashstrip www.yubnub.org/documentation/describe_advanced_syntax (returns "www.yubnub.org documentation/describe_advanced_syntax") This is a building block command for other commands that require a URL to be split into sections, such as "cjb" and "nuliblink".
21 uses - Created 2006-04-24 19:12:01 - Last used 2012-08-30 03:24:14 - Nominate - Description - echo {strleft %s {subtract {strfind -find / -string %s} 1}} {http://jonathanaquino.com/yubtools/strright.php?xn_auth=no&string=%s&length={subtract {strlength %s} {strfind -find / -string %s}}}

babelengita
Translate from English to Italian using Babelfish
21 uses - Created 2006-09-01 08:47:49 - Last used 2008-01-05 19:05:21 - Nominate - Description - http://babelfish.altavista.com/tr?lp=${lang=en_it}&trtext=%s

bgt
search blog with google and technorati
21 uses - Created 2006-09-19 07:58:21 - Last used 2024-08-31 12:49:45 - Nominate - Description - splitv {url[no url encoding] goobl %s} {url[no url encoding] tec %s}

sgsession
This command is only useful for me. It automatically opens all websites that I need opened at all time.
21 uses - Created 2006-09-28 17:09:30 - Last used 2014-05-06 11:37:30 - Nominate - Description - open www.hotmail.com;www.meebo.com;www.google.com/notebook;http://del.icio.us;http://www.cjpx.ca/streamtheworld/index.php;c2helpdesk;gnstools;ubimail.ubisoft.com

postdelicious
Comando combinado para postear en del.icio.us creado por artux (www.artux.com.ar)
21 uses - Created 2006-10-10 14:48:49 - Last used 2011-03-14 00:02:34 - Nominate - Description - script javascript:location.href='http://del.icio.us/post?v=4;url='+encodeURIComponent(location.href)+';title='+encodeURIComponent(document.title)

floc
Diplomacy Judge game information. Takes you to the game information/maps page for an online game of Diplomacy run on a judge that is supported by floc.net's observer.py page. Examples: floc -judge USAK -game mygame takes you to the page for the game "mygame" run on the judge USAK. floc -game mygame works the same way, but assumes that you want the default judge of USAK. In theory you can also use a -page argument to go to a page other than the default, but it is unclear how useful this would be…
21 uses - Created 2006-10-12 13:15:26 - Last used 2024-08-12 12:40:08 - Nominate - Description - http://www.floc.net/observer.py?judge=${judge=USAK}&game=${game=kdip0001}&page=${page=game}

aud2usd
Convert AU$ to US$. (This is a convenience wrapper around xe.)
21 uses - Created 2006-10-19 03:51:31 - Last used 2010-08-15 01:49:18 - Nominate - Description - xe -amount %s -from AUD -to USD

clipset2
NAME clipset2 - Store the given text online under the provided name, using cl1p.net SYNOPSIS clipset2 [CLIPNAME] [TEXT TO STORE] EXAMPLES clipset2 myname biglongURL (clipget myname returns biglongURL) Similar to var, but different in purpose. Based on clipset, with the difference being that this command returns the text you just set, whereas clipset sends you to a page with a form where you can change the clip. NOTES Related commands : clipset, clipget Similar commands : var AUTHOR Stephen Paul…
21 uses - Created 2006-10-28 20:03:42 - Last used 2010-09-03 19:11:55 - Nominate - Description - http://d.cl1p.net/{% 1 %s [no url encoding]}?ctrlcv={% 2- %s [no url encoding]}

indsal
NAME indsal - Search indeed.com's Salary Search SYNOPSIS indsal [JOB EXAMPLES indsal ajax developer << returns salary information related to the job description "ajax developer" indsal ajax developer -loc boston, ma << returns salary info for ajax developers specific to Boston, MA indsal ajax developer -loc boston, ma -job2 html developer -loc2 chicago, il << returns a comparison of "ajax developer" salaries in Boston to "HTML developer" salaries in Chicago From Indeed.com: "Indeed Salary Searc…
21 uses - Created 2006-10-29 16:49:04 - Last used 2011-10-20 11:52:11 - Nominate - Description - http://www.indeed.com/salary?q1=%s&l1=${loc}&q2=${job2}&l2=${loc2}&tm=1

fdur
this gives you the shortest flight time between two airports. Usage: fdur [airport1] [airport2] [date] Example: fdur yyj sjc 2006-03-15
21 uses - Created 2006-02-01 07:51:31 - Last used 2008-11-12 23:12:32 - Nominate - Description - http://www.oag.com/NorthAmerica/AirlineAndAirport/GetDuration.asp?sid=&typ=d&act=dur&fr={% 1 %s}&fra=&to={% 2 %s}&toa=&dt={% 3 %s}&tm=12%3A00am[no url encoding]

eachwtest2
I'm just doing tests on recursiveness. Please delete.
21 uses - Created 2006-02-01 18:38:31 - Last used 2006-02-01 19:08:34 - Nominate - Description - ifEmpty -value {% 2 %s} -then {${do} ${pre} %s ${post}} -else {echo {eachwtest2 {% 1 %s} -do ${do} -pre ${pre} -post ${post}} {eachwtest2 {% 2- %s} -do ${do} -pre ${pre} -post ${post}}} [no url encoding]

amlt
NAME amlt -- searches Amazon books using Alan Taylor's Amazon Light front-end. amlt [book name/author, etc] USAGE amlt flickr hacks results: searches Amazon Light for "Flickr Hacks" amlt results: loads the Amazon Light front page. AUTHOR: chicagosage b.a.
21 uses - Created 2006-02-13 16:26:48 - Last used 2009-06-25 14:32:00 - Nominate - Description - http://kokogiak.com/amazon/{ifnotempty %s -then results.asp?field-keywords=%s&AZSch.x=0&AZSch.y=0&AZSch=Amazon+Search&schMod=Books&typ=&sb=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}

ratp.a.p
NAME ratp.a.p - ratp "arrival/arrivé" parameter Made for the ratpit or itratp. It was made to make easier the definition of the type of destination. SYNTAX ratp.a.p <departure> <destination> <type of destination> "first letter of the type of destination" or "type of destination value" EXAMPLE with first letter ratp.a.p "departure" "destination" "type of destination" l -> LIEU ratp.a.p "departure" "destination" "type of destination" s -> ARRET ratp.a.p "departure" "destination" "type of destinat…
21 uses - Created 2010-06-01 21:28:30 - Last used 2010-06-15 11:31:00 - Nominate - Description - if {% 4 %s} -eq a -then RUE -else {if {% 4 %s} -eq s -then ARRET -else {if {% 4 %s} -eq l -then LIEU -else {% 4 %s}}}

ksl
KSL Classified search
21 uses - Created 2010-06-17 22:36:44 - Last used 2015-04-25 09:11:27 - Nominate - Description - http://www.ksl.com/index.php?nid=231&sid=74268&cat=&sort=&marketType=&adsstate=&nocache=1&search=%s&zip=${zip}&distance=${dist}&min_price=${min}&max_price=${max}&type=${t}&x=5&y=19

webby
Searches the excellent Webster's Online Dictionary, English-English or English-Any Language. There are three ways to use this: 1. English - English (Dictionary) Use the (-w) parameter before entering word. webby -w malleability webby -w posture 2. English - Other Language (Translation) Use (-l) to set language and (-w) to set word. Supposedly supports 1226 languages. (Remember to use full language names) webby -l Hindi -w electricity webby -w distribution -l Russian To translate to as many lang…
21 uses - Created 2011-03-06 07:51:09 - Last used 2025-06-29 19:15:55 - Nominate - Description - http://www.websters-dictionary-online.org/${l}/${w}

pnop
PNOP is an alternative movie/television database, similar to IMDB. This command does a search for any terms listed, as well as works as a bookmark for the front page when the command is listed without any terms.
21 uses - Created 2011-11-14 20:59:44 - Last used 2012-06-12 20:27:41 - Nominate - Description - http://www.pnop.com/{eop search?q=@%s@}

confl
search the altassian confluence wiki, with -conf you can choose the root of your confluence configuration. default is mine...
21 uses - Created 2014-01-16 06:34:29 - Last used 2022-04-23 07:31:25 - Nominate - Description - https://confluence.${conf=fr.cfm.fr}/dosearchsite.action?queryString=%s

Previous Page Next Page