Command List (ls)
digglist
Just enter parameters to list articles posted to Digg. Entries must be according to the following order of precedence: 1st - News, Videos, or Images (All is the default) 2nd - (sub)topic 3rd - Upcoming (instead of the Popular default) Example: digglist Returns Digg homepage listing all News, Images, and Videos. Example: digglist videos apple Returns Digg page listing only Videos posted in the Apple subtopic. Example: digglist science upcoming Returns page listing Upcoming Science posts. Example…
38 uses
-
Created 2009-05-24 18:37:20
-
Last used
2012-11-03 09:09:59
-
Nominate -
Description
-
http://digg.com/{% 1 %s}/{% 2 %s}/{% 3 %s}[no url encoding]
strtotime
Uses runphp to make a UNIX timestamp from a human-readable English date. Many formats will work; any piece not specified will default to current time. Example: strtotime 10 August 2009 10:40AM -0600
38 uses
-
Created 2009-08-06 03:45:30
-
Last used
2018-05-28 07:58:47
-
Nominate -
Description
-
runphp <? echo strtotime('%s'); ?>
ipcalc
ipcalc - Jodies.de IP Subnet calculator ipcalc requires 2 arguments, and takes a third optional argument, they are: -a - network / host address for the address you want additional information for. This is specified in dotted decimal octet notation (eg 192.168.0.1) -m1 - subnet mask for the addres you want additional information for. can be either CIDR notation (24) or dotted octet notation (255.255.255.0) -m2 - supernet mask, like the subnet mask, however it shows how the network will appear wi…
38 uses
-
Created 2006-04-15 18:07:29
-
Last used
2013-05-16 12:34:11
-
Nominate -
Description
-
http://jodies.de/ipcalc?host=${a=192.168.0.0}&mask1=${m1=24}&mask2=${m2=24}
goseo
searches Overture, Google, MSN and Yahoo ... all at once .. vertical frames.
38 uses
-
Created 2006-09-08 16:01:11
-
Last used
2010-07-25 03:00:20
-
Nominate -
Description
-
splitv {url g %s} {url y %s} {url mss %s} {url ok %s} {url ob %s}
stadtplandienst
Stadtplandienst Search. Stadtplandienst is a map service for Germany. Three parameters are recognized, "plz" (Postleitzahl = zip code), "city", and "str". Examples: stadtplandienst -city münchen stadtplandienst -city bremen -str Am Markt 21 stadtplandienst -plz 28195 The zip code always takes precedence, combining it with other parameters is thus futile. City and street names have to be provided in German (e.g. "München" instead of "munich").
37 uses
-
Created 2006-04-08 20:04:40
-
Last used
2010-10-20 19:00:24
-
Nominate -
Description
-
http://www.stadtplandienst.de/map.asp?sid=0d9947f7a201e21e0e06ab5ca01fc820&start.x=5&plz=${plz}&city=${city}&str=${str}&search=adr&Abschicken=GO
yuan
NAME yuan - Find geotagged Flickr photos and GPS tracks on a Google Map at maps.yuan.cc SYNOPSIS yuan [ADDRESS] -z [OPTIONAL: ZOOM LEVEL 1-19] -service [OPTIONAL: SERVICE] EXAMPLES yuan 450 s dearborn, chicago, il (returns a map of 450 s. dearborn, chicago, il, with Flickr photos) yuan 60607 -z 15 (returns a map of Flickr photos in zip code 60607, zoomed to level 15) yuan taipei, taiwan -service gps (returns a map of GPS tracks in Taipei) yuan (returns a world map of Flickr photos) Yuan.CC Maps…
37 uses
-
Created 2006-08-16 17:21:39
-
Last used
2024-08-14 07:00:07
-
Nominate -
Description
-
http://maps.yuan.cc/?{eop address=@%s@&zoom=${z=13} -else zoom=${z=2}}&service=${service=flickr}
2prong
2prong disposable email addresses. Optionally, specify an address. Author: MCAndre
37 uses
-
Created 2006-12-15 07:35:58
-
Last used
2008-10-07 17:49:01
-
Nominate -
Description
-
http://2prong.com{ifThen -value1 %s -value2 -test NOTEQUAL -then ?email=%s -else /}
w3cls
NAME w3cls - check a web page for dead links using the W3C Link Checker. SYNOPSIS w3cls [ URI ] [ -so SUMMARY_ONLY ] [ -hr HIDE_REDIRECTS ] [ -ht HIDE_TYPE ] [ -na NO_ACCEPT_LANGUAGE ] [ -r RECURSION_DEPTH ] [ -sc SET_COOKIE ] w3cls provides commandline access to the web interface for the W3C.org Link Checker. Links are validated and dead links on a web page or redirects are reported. By default the Link Checker will hide all redirects. OPTIONS -so SUMMARY_ONLY ("on") -hr HIDE_REDIRECTS ("on") …
37 uses
-
Created 2008-05-30 05:54:11
-
Last used
2021-10-16 01:54:09
-
Nominate -
Description
-
http://validator.w3.org/checklink?uri=%s{ifEmpty -value ${so} -then -else &summary=on}{ifEmpty -value ${hr} -then -else &hide_redirects=on}&hide_type=${ht=all}{ifEmpty -value ${na} -then -else &no_accept_language=on}{ifEmpty -value ${r} -then -else &recursive=on&depth=${r}}{ifEmpty -value ${sc} -then -else &cookie=set}&check=Check
wikirandt
This command fetches a random article title from Wikipedia. USAGE wikirandt : Random title from English Wikipedia wikirandt fr : Random title from Spanish Wikipedia AUTHOR VkLJ Detailed instructions at "man wikirand" (without the quotes)
37 uses
-
Created 2008-06-20 08:46:04
-
Last used
2008-07-17 14:18:19
-
Nominate -
Description
-
scrape -url {url wikirand %s} -tokens <h1 > </h1> -dirs 0 0 0 -debug 0
tt2
NAME tt2 - Text Transform To.. Converts characters to/from lowercase, uppercase, capitalize, IPA, Hiragana, Katakana, Half-width, Full-width, Hebrew... Hex. Uses the Unicode Consortium’s ‘Unicode Transform Demo’. Can be useful to those learning Japanese, or for when you quickly need a few words spelled in Hiragana, Katakana, ...etc SYNOPSIS tt2 [KEYWORD] -t [OPTION] EXAMPLES tt2 [NON LATIN TEXT] ............ Default, ‘Anything to Latin’ tt2 hello -t u .................. Returns ‘HELLO’ tt2 gomi…
37 uses
-
Created 2009-11-04 21:46:50
-
Last used
2018-02-12 08:04:57
-
Nominate -
Description
-
http://unicode.org/cldr/utility/transform.jsp?a={ switch ${t} | l => Lower, u => Upper, t => Title, ipa => en-IPA, ah => Any-Hiragana, ak => Any-Katakana, kanal => JapaneseKana-Latin/BGN, hk => hiragana-katakana, hl => hiragana-latin, kh => katakana-hiragana, kl => katakana-latin, lh => Latin-Hiragana, lk => Latin-Katakana, fh => fullwidth-halfwidth, hf => Halfwidth-Fullwidth, ts => Traditional-Simplified, st => Simplified-Traditional, lar => Latin-Arabic, larm => Latin-Armenian, lben => Latin-Bengali, lc => Latin-Cyrillic, lgeo => Latin-Georgian, lgr => Latin-Greek, lhan => Latin-Han, lhan => Latin-Hangul, lheb => Latin-Hebrew, lmal => Latin-Malayalam, lor => Latin-Oriya, lsyr => Latin-Syriac, lta => Latin-Tamil, ltel => Latin-Telugu, lth => Latin-Thai, hexa => Hex-Any, ahex => Any-Hex, hac => Hex-Any/C, ahc => Any-Hex/C, haj => Hex-Any/Java, ahj => Any-Hex/Java, hap => Hex-Any/Perl, ahp => Any-Hex/Perl, hau => Hex-Any/Unicode, ahu => Any-Hex/Unicode, hax => Hex-Any/XML, ahx => Any-Hex/XML, hax10 => Hex-Any/XML10, ahx10 => Any-Hex/XML10, * => Any-Latin }&b=%s
gix
Google exact image search Just a merge of gx and gi
37 uses
-
Created 2009-12-26 17:18:48
-
Last used
2016-10-17 15:11:10
-
Nominate -
Description
-
http://www.google.com/images?q=%2B{strReplace -find + -replace +%2B -string %s}
f2cels
Convert given temperature from fahrenheit to celsius using google. Example: f2cels 80
37 uses
-
Created 2006-03-06 10:45:43
-
Last used
2012-01-25 12:55:09
-
Nominate -
Description
-
%s fahrenheit in celsius
gtrs
37 uses
-
Created 2007-10-14 14:32:23
-
Last used
2017-05-17 21:51:15
-
Nominate -
Description
-
https://translate.google.com/translate_s?hl={% 1 %s}&clss=&q={% 3 %s}&sl={% 1 %s}&tl={% 2 %s}[no url encoding]
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
u2gal
Turns a set of images urls into a one page gallery. SYNOPSIS u2gal [URL/HTML tag/:text] EXAMPLES u2gal url url url Display the 3 images u2gal center url url /center Center the images u2gal bg:red url url Display the images with a red background u2gal url url url : test Display the images and adds "test" at the end u2gal center http://farm8.staticflickr.com/7115/6858512212_584a2acd8e_z.jpg http://farm8.staticflickr.com/7006/6681826143_96a3e2cd08_z.jpg hr :Paolo_Margari's_photostream_Flcker …
37 uses
-
Created 2012-03-30 18:40:01
-
Last used
2020-07-29 13:29:36
-
Nominate -
Description
-
echo <html><body> <script type="text/javascript"> var m1="%s"; var u_l=m1.split(" "); var cot="#333333";p=-1; for (i=0;i<u_l.length;i++) u_l[i]=(u_l[i].indexOf("http")!=0)? u_l[i]:"img src="+u_l[i]; for (i=0;i<u_l.length;i++) p=(u_l[i].indexOf("bg:")==0)?i:p; cot= (p>-1)?u_l[p]:cot; if (p>-1) u_l[p]="!-- color --"; for (i=0;i<u_l.length;i++) u_l[i]=(u_l[i].indexOf(":")!=0)? "<"+u_l[i]+">":u_l[i].slice(1); document.bgColor = cot; for (i=0;i<u_l.length;i++) document.write(u_l[i]); </script></body></html>
staples
Staples search. I know it's weird. IT USES %s TWICE!?!
37 uses
-
Created 2017-05-21 09:04:49
-
Last used
2026-04-24 11:35:14
-
Nominate -
Description
-
{ifEmpty -value %s -then http://www.staples.com/ -else http://www.staples.com/%s/directory_%s?}
tcodemap
NAME tcodemap - opens the lat/long coordinates in Google Maps. SYNOPSIS tcodemap -pt [POINT] The tcodemap command uses Tiny Geo-coder to generate the latitude/ longitude coordinates for a given place or point and opens them via Google Maps. EXAMPLES Example: tcodemap New York Example: tcodemap Yellowstone SEE ALSO http://maps.google.com/support/bin/answer.py?hl=en&answer=18539 AUTHOR Paul M. Boren pmboren AT gmail DOT com
36 uses
-
Created 2010-05-09 06:06:58
-
Last used
2016-03-25 10:30:57
-
Nominate -
Description
-
gmaps {tcode ${pt}}
ministry
36 uses
-
Created 2010-07-09 11:06:57
-
Last used
2021-03-14 04:11:44
-
Nominate -
Description
-
http://www.amazon.co.uk/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.co.uk%2Fs%3Fie%3DUTF8%26redirect%3Dtrue%26ref_%3Dsr%5Fnr%5Fi%5F2%26keywords%3Dministry%26qid%3D1278673561%26rh%3Dk%253Aministry%252Ci%253Astripbooks&tag=yub-21&linkCode=ur2&camp=1634&creative=19450?mode=blended&keyword={iconv - to ISO-8859-1 -str %s}[use %20 for spaces]
asm
Looks up a little documentation on the passed x86 Assembly instruction. ---------- Old implementation: http://www.penguin.cz/~literakl/intel/{strleft %s 1}.html#%s
36 uses
-
Created 2011-08-15 17:42:50
-
Last used
2020-04-28 12:48:35
-
Nominate -
Description
-
https://www.google.com/search?q=asm
ko_000
ko_000 listet meine Kommandos. (experimentell)
36 uses
-
Created 2016-06-29 17:21:34
-
Last used
2022-10-16 01:36:16
-
Nominate -
Description
-
ls ko_0
tr*
Translates the given text from the first language to the second language, courtesy of Google Translate in 2021.. The above example translates "phrase to be translated" from English (en) to Spanish (es). English ............ en Spanish ............ es Chinese (Simplified) zh-CN French ............. fr German ............. de Italian ............ it Japanese ........... ja Korean ............. ko Portuguese ......... pt
36 uses
-
Created 2022-02-08 05:52:52
-
Last used
2022-07-21 16:46:21
-
Nominate -
Description
-
https://translate.google.com/?sl={% 1 %s}&tl={% 2 %s}&text={% 3- %s}&op=translate
yrss2
Yahoo News Feed Search (RSS) Returns linked headlines to the command prompt. Example: yrss2 middle east
36 uses
-
Created 2005-07-15 14:36:57
-
Last used
2009-05-16 13:56:55
-
Nominate -
Description
-
http://efridge.net/yubnub/parse.php?ynp_type=rss&yncmd=${COMMAND}&yndesturl=http://news.search.yahoo.com/news/rss&ei=UTF-8&fl=0&x=wrt&p=%s
*>>
SYNOPSIS *>> [engine] [Yubnub command|URL] [query] EXAMPLES *>> viv wp list of paradoxes Makes a search in Vivisimo for "list of paradoxes" restricted to the domain of the English Wikipedia (en.wikipedia.org) *>> ask cnn priests Makes a search in Ask Jeeves! for "priests" restricted to CNN's domain (cnn.com) *>> alta kottke job Makes a search in Altavista for "job" restricted to Kottke's domain (kottke.org) *>> clusty http://www.alistapart.com/articles/bathingape zeldman Makes a search in Clust…
36 uses
-
Created 2006-01-30 23:36:50
-
Last used
2010-11-20 15:21:14
-
Nominate -
Description
-
yubnub {% 1 %s} site:{ extractDomainName { url {% 2 %s} } } {% 3- %s} [no url encoding]
corregir
Comando muy facil de utilizar: corregir TEXTO Ejemplos: corregir buzquedas arvol corregir correjir corregir acia benel av una aburra rin rin corregir Corector otográfico
36 uses
-
Created 2006-01-31 18:45:27
-
Last used
2012-12-02 17:03:26
-
Nominate -
Description
-
echo <html><head><title>Corrector ortográfico de YubNub(powered by Google)</title></head><body><p style="font-size: xx-large">se escribe asi: <b>{spllw %s -engine ges}</b></p></body></html>[no url encoding]
depost
SYNOPSIS depost -u [username; defaults to post] -t [tags] -url [URL] -d [description] -e [extended description] EXAMPLE depost -u eliazar -url http://yubnub.org/documentation/jeremys_picks -d Jeremy's Picks -e The de facto introduction to YubNub. -t yubnub Save a URL to your del.icio.us account. del.icio.us is a "social bookmarking service". RELATED COMMANDS desa (they are practically the same command, except that depost doesn't auto-submit.) AUTHOR elzr.com
36 uses
-
Created 2006-03-24 00:05:55
-
Last used
2010-01-12 03:20:51
-
Nominate -
Description
-
http://del.icio.us/${u=post}?url=${url};title=${d};notes=${e};tags=${t}
zdik_help
Rozk³ad jazdy we Wroc³awiu. Pomocnicza komenda. nuwanda.
36 uses
-
Created 2006-05-23 14:02:42
-
Last used
2007-09-07 04:49:44
-
Nominate -
Description
-
http://www.wroclaw.pl/zdik/{ifthen -value1 ${len} -value2 1 -test EQUAL -then 000${qu} -else {ifthen -value1 ${len} -value2 2 -test EQUAL -then 00${qu} -else {ifthen -value1 ${len} -value2 3 -test EQUAL -then 0${qu}}}}/w.htm
curious_prime
Prime Curios Search. Look up a collection (a dictionary if you will) of individual prime numbers with interesting properties or forms. To find out what is exciting about the prime 313, just type the number. Example: curious_prime 313
36 uses
-
Created 2006-09-28 12:18:31
-
Last used
2012-04-02 12:38:47
-
Nominate -
Description
-
http://primes.utm.edu/curios/{eop page.php?short=@%s@}
tufts
Tufts University OpenCoureWare (OCW) search. This command performs a basic search at Tufts University OCW Project for the keyword/s specified Syntax: tufts {keyword} Example: tufts disease Author: bailesj
36 uses
-
Created 2006-11-12 03:13:04
-
Last used
2016-12-25 19:04:22
-
Nominate -
Description
-
http://googlesearch.tufts.edu/search?q=%s&x=0&y=0&site=ocw&client=tufts01&proxystylesheet=ocw_main&output=xml_no_dtd
rtw
rtw (Rule The World): Goto or search Academic Earth site (academicearth.org) which contains many awesome recorded video lectures from top American universities. Created By: David Monaghan (monaghan.david@gmail.com) - Inspired by LeAnna Donovan.
36 uses
-
Created 2009-05-04 05:29:55
-
Last used
2024-08-17 09:44:35
-
Nominate -
Description
-
http://academicearth.org/{eop lectures/search/@%s@}
playpage
NAME playpage - Stream mp3s from a page SYNOPSIS playpage [URL OF PAGE WITH MP3S LINKED] EXAMPLES playpage http://armknecht.com/chickenfat/ << displays a link that streams all the mp3s linked at this url. This command uses the Yahoo Media Player to play all the mp3s embedded in a webpage. NOTES Technical details are here: http://developer.yahoo.net/blog/archives/2008/02/yahoo_media_pla.html AUTHOR Brian Armknecht b.a.
36 uses
-
Created 2010-03-03 21:13:19
-
Last used
2014-10-01 10:43:13
-
Nominate -
Description
-
echo <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script><a class="playthispage" href="%s">Play the mp3s at %s</a>.<br><br><a href="%s">Visit %s</a>.
gtrs2
NAME gtrs2 - Google Translated Search SYNOPSIS gtrs2 [MOTHER_TONGUE] [SEARCHING_LANGUAGE] [KEYWORDS] EXAMPLES gtrs2 en ja apple computer The upgrade of gtrs. You can use multiple words for searching. Using Google Translated Search (beta) https://translate.google.com/translate_s Specify your mother tongue and searching language. The above example translates "apple computer" to Japanese and searches Japanese web sites, then shows the search results in Japanese and English translated pages. gtrs h…
36 uses
-
Created 2007-10-14 16:31:29
-
Last used
2017-05-17 21:51:21
-
Nominate -
Description
-
https://translate.google.com/translate_s?hl={% 1 %s}&clss=&q={strReplace -find " " -replace + -string {% 3- %s}}&sl={% 1 %s}&tl={% 2 %s}[use for spaces]
nooz
Mashes Drudge Report and CNN
36 uses
-
Created 2008-04-30 16:44:20
-
Last used
2008-06-20 20:14:56
-
Nominate -
Description
-
mash drud cnn
siss
Sports Illustrated Swim Suit Gallery Example: siss [year] - defaults to year of the current date - 40 days
35 uses
-
Created 2007-02-14 22:11:00
-
Last used
2009-10-05 18:15:12
-
Nominate -
Description
-
http://sportsillustrated.cnn.com/features/{ifempty -value %s -then {date -format Y -offset -40} -else %s}_swimsuit
ylist2array
NAME ylist2array - Create an 'array' from the results of a YubNub command 'ylist' SYNOPSIS ylist2array [YUBNUB COMMAND] -as [ARRAY TYPE] -callback [CALLBACK] EXAMPLES ylist2array demo returns an XML-style 'array' for ylist demo ylist2array demo -as xoxo returns an XOXO-style 'array' for ylist demo ylist2array demo -as json [-callback x] returns an JSON-style 'array' for ylist demo with optional JSONP callback x AUTHOR Michael Dubner http://pyhedgehog.livejournal.com/
35 uses
-
Created 2007-05-14 12:12:13
-
Last used
2009-06-24 16:19:56
-
Nominate -
Description
-
match -url {url var CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s} -pattern /<li>([^\f]*?)<\/li>/ -capture auto -as ${as} -callback ${callback}
$set
Sets a variable in a cookie (that lasts for a year, this is extended to a year each time the variable is used). Example: $set -var postcode -val KH1 9BN
35 uses
-
Created 2007-07-22 07:08:51
-
Last used
2010-04-17 10:26:58
-
Nominate -
Description
-
http://www.grahamedgecombe.com/yubnub/setvar.php?var=${var}&val=${val}
leoh
dict.leo.org + www.howjsay.com Leo translates an English word into German and HowJSay tells you the pronunciation. Example: leoh deviance
35 uses
-
Created 2008-01-29 09:28:23
-
Last used
2013-01-16 08:04:05
-
Nominate -
Description
-
splith http://dict.leo.org/?search=%s http://www.howjsay.com/index.php?word=%s
wpContent
NAME wpContent - Returns just the content of a Wikipedia article. SYNOPSIS wpContent [TERM] EXAMPLES wpContent llama wpContent Ranunculus Uses the scrape command to return just the content of a Wikipedia article. NOTES Since this command scrapes the article's source, it is possible it will break if Wikipedia changes their HTML. AUTHOR Allen Ormond - aormond (at) gmail (dot) com
35 uses
-
Created 2006-05-16 23:17:04
-
Last used
2008-12-18 17:36:09
-
Nominate -
Description
-
scrape -tokens %3C%21--+start+content+--%3E %3C%21--+Saved -dirs 0 0 -url http://en.wikipedia.org/wiki/%s
gmb
link to gmbmg (givemebackmygoogle.com)
35 uses
-
Created 2006-10-18 03:10:18
-
Last used
2017-07-16 05:23:03
-
Nominate -
Description
-
gmbmg %s
chouse
Direct link to current companies house webcheck service.
35 uses
-
Created 2011-09-01 09:12:17
-
Last used
2014-06-17 06:32:36
-
Nominate -
Description
-
gfl companies house webcheck
jpg
jpg.to search Quick image search. -q switch for query string -o switch for options (see http://jpg.to/about.php for available options) Simple search for "coat" Example: jpg -q coat Search for a large size clipart of a snowboard in black jpg -q snowboard -o l+clipart+black
35 uses
-
Created 2012-02-24 08:56:38
-
Last used
2026-05-06 13:02:18
-
Nominate -
Description
-
http://${q}.jpg.to/${o=}
amimg2
More fun for Wes.
35 uses
-
Created 2008-12-18 15:15:56
-
Last used
2008-12-30 17:59:11
-
Nominate -
Description
-
echo <a href="http://amazon.com/dp/%s/?tag=affiliateid-20"><img src="http://images.amazon.com/images/P/%s.01.THUMBZZZ.jpg"><br>PUT TITLE HERE</a><br /><a href="http://amazon.com/dp/%s/?tag=affiliateid-20"><img src="http://images.amazon.com/images/P/%s.01.THUMBZZZ.jpg"><br>PUT TITLE HERE</a><br /><br /><br /><a href="http://amazon.com/dp/%s/?tag=affiliateid-20"><img src="http://images.amazon.com/images/P/%s.01.MZZZZZZZ.jpg"><br>PRODUCT NAME HERE</a><br /><a href="http://amazon.com/dp/%s/?tag=affiliateid-20"><img src="http://images.amazon.com/images/P/%s.01.MZZZZZZZ.jpg"><br>PRODUCT NAME HERE</a><br /><br /><br /><a href="http://amazon.com/dp/%s/?tag=affiliateid-20"><img src="http://images.amazon.com/images/P/%s.01.LZZZZZZZ.jpg"><br>LINK TEXT HERE</a><br /><a href="http://amazon.com/dp/%s/?tag=affiliateid-20"><img src="http://images.amazon.com/images/P/%s.01.LZZZZZZZ.jpg"><br>LINK TEXT HERE</a>
amzpagetitle
Gets the page title of the URL from Amazon. Wes Amazon.
34 uses
-
Created 2008-12-23 08:51:00
-
Last used
2009-04-22 15:29:16
-
Nominate -
Description
-
scrape -tokens <title> </title> -dirs 0 0 -url {url simple %s&tag=yubnub-20}
addgmailfs
34 uses
-
Created 2009-08-04 16:01:06
-
Last used
2011-08-14 16:04:34
-
Nominate -
Description
-
https://mail.google.com/mail/?view=cm&tearoff=1&fs=1&to=${who}&su=GMAILFS:%20/${file}%20%5B69708%3Ba%3B1%5D&body=body
luckylucky
Open first result of the `lucky>>' command with the same parameters. (like `gfl' for `g'). See http://yubnub.org/kernel/man?args=lucky%3E%3E . Examples: luckylucky chicago tribune -k green roofs luckylucky new york times -k pommes frites
34 uses
-
Created 2006-08-04 11:56:00
-
Last used
2019-03-15 17:31:15
-
Nominate -
Description
-
gfl site:{ extractDomainName { luckyecho %s } } ${k} [no url encoding]
<-
Comando creado en combinacion usado para volver atras. Modo de uso: <- Resultado: Vuelve el historial a la pagina anterior Autor: artux (www.artux.com.ar)
34 uses
-
Created 2006-10-20 04:06:39
-
Last used
2007-03-31 07:53:21
-
Nominate -
Description
-
Yubnublet history.go(-2)
censur
NAME censur - search the U.S. Surname Distribution available at Hamrick.com. SYNOPSIS censur [ SURNAME ] [ -yr YEAR_OF_CENSUS ] censur provides commandline access to map the distribution of a surname using U.S. Census information from 1850, 1880, 1920, and 1990 provided by Hamrick Software. OPTIONS To Search data from a single U.S. Census year: -yr YEAR_OF_CENSUS EXAMPLES Example: censur Result: Opens the U.S. Surname Distribution webpage for the Hamrick.com. Example: censur Doe Result: Search …
34 uses
-
Created 2006-12-03 20:21:36
-
Last used
2016-02-15 15:19:25
-
Nominate -
Description
-
http://www.hamrick.com/{ifEmpty -value %s -then names/ -else cgi-bin/names.cgi?surname=%s&year={ifEmpty -value ${yr} -then xxxx -else ${yr}}&type=html}
hotornot
34 uses
-
Created 2007-11-09 11:35:15
-
Last used
2022-08-11 07:12:26
-
Nominate -
Description
-
splitv {url[no url encoding] g %s} {url[no url encoding] gooblogs %s} {url[no url encoding] tecnew %s} {url[no url encoding] bplast60 %s}
spc
Checks the spelling of your input of any Yubnub command. SYNTAX spc [yubnub command] [your query to be spellchecked] EXAMPLE spc gim cmbodia (performs a google image search for "cambodia") spc wiki collor (performs a wikipedia search for "color") spc gmails new prooject (performs a gmail search for "new project") RELATED COMMANDS \\ ?> filterstring % spellcheck CREATED BY Jacob Ensor (magicjj) of jjefferydesign.com. Duplicate command of "\\". Created due to browser conflicts of the double back…
34 uses
-
Created 2006-01-31 02:55:05
-
Last used
2012-05-03 15:09:26
-
Nominate -
Description
-
http://yubnub.org/parser/parse?command={% 1 %s}+{spllw {filterstring 1 %s}}[no url encoding]
ubto
NAME ubto - go to a Ubuntu subdomain. SYNOPSIS ubto [ SUBDOMAIN ] [ SUBDIRECTORY ] The ubto command takes you to the Ubuntu subdomain of your choice. The subdirectory is optional, but can be used to complete any URL from the Ubuntu domain name. EXAMPLES Example: ubto Result: Returns the Ubuntu homepage. Example: ubto help Result: Returns the Official Ubuntu Documentation page. Example: ubto store Result: Returns the Canonical Store page. Example: ubto www community Result: Returns the Ubuntu Co…
34 uses
-
Created 2010-05-29 20:35:31
-
Last used
2016-02-14 18:26:23
-
Nominate -
Description
-
http://{ifempty -value {% 1 %s} -then www -else {% 1 %s}}.ubuntu.com/{% 2 %s}[no url encoding]
Previous Page
Next Page