Commit Graph

487 Commits (b8d2d95d655246adb9632e1fc1055a69c66eb560)

Author SHA1 Message Date
root 45a41b32f2 CubePatterns first draft 2012-03-13 00:29:59 -04:00
Torsten Raudssus f318b774ba Merge pull request #52 from moritz/fix-base-on-5.10
fix base to not use given/when
2012-03-12 09:24:02 -07:00
Moritz Lenz 292ff4b9fe fix base to not use given/when
this seems to break on some weird 5.10.1 perls, which happen to be
the deployed platform
2012-03-12 16:57:25 +01:00
Torsten Raudssus f3bdd4f50a Removed Debugging 2012-03-12 13:00:50 +01:00
Torsten Raudssus f40b21adae Small renaming 2012-03-12 11:10:09 +01:00
Moritz Lenz f8d4ea08c9 [Unicode] make decomposition more robust 2012-03-11 09:40:10 +01:00
Moritz Lenz 5622b561cf [Unicode] include UTF-8 bytes in the output 2012-03-11 09:39:45 +01:00
Moritz Lenz 5273fd466e [Unicode] add decimal and HTML entity output 2012-03-10 21:20:09 +01:00
Moritz Lenz 465de3b3dd implement Unicode info
currently this is fetched from Wolfram Alpha, but generating it locally is nicer.
This also returns slightly different information, including case folding,
Unicode block, script and decomposition information
2012-03-10 09:54:44 +01:00
Michael Smith 5edcf67032 revert change to reverse goodie 2012-03-08 12:22:41 -07:00
Michael Smith 3358cc44ff make some plugins prettier 2012-03-08 11:48:56 -07:00
Moritz Lenz e6ab84ce55 stylistic changes in Base.pm
no functional changes
2012-03-08 17:56:03 +01:00
Moritz Lenz 6fa0b36f91 make "in" or "as" optional in trigger 2012-03-08 09:10:58 +01:00
Moritz Lenz cb23593f2f rewrite Base.pm to use an "any" trigger instead of a regex 2012-03-08 09:03:18 +01:00
Moritz Lenz 7955f1bc85 base goody, for converting numbers into a base 2012-03-07 22:24:10 +01:00
Michael X 79fc5fbcc0 Merge pull request #49 from moollaza/master
Fixed up Capitalize, added SentenceCase, tested and both work.
2012-03-07 08:20:34 -08:00
Zaahir Moolla 30cec9eb8c added back utf8 2012-03-07 10:37:40 -05:00
Zaahir Moolla 442c78f030 forgot to change filename... 2012-03-06 23:35:45 -05:00
Zaahir Moolla 4a66338fbe forgot to change filename... 2012-03-06 23:35:08 -05:00
Zaahir Moolla dc61d36aa2 renamed SentenceCase to TitleCase 2012-03-06 23:32:04 -05:00
Zaahir Moolla c77c86e303 reverted Capitalize function, only cacheing has been added now 2012-03-06 23:25:57 -05:00
Zaahir Moolla f341eccec6 added SentenceCase 2012-03-06 23:21:20 -05:00
Zaahir Moolla 7af15dbea5 fixed Capitalize, added cacheing 2012-03-06 21:54:04 -05:00
Michael Smith 87648c9736 re-added "Length: " prefix 2012-03-06 13:26:41 -07:00
Michael X 9d1a2d78a1 Merge pull request #47 from moritz/patch-1
"median" should trigger Average.pm
2012-03-05 14:09:03 -08:00
Hunter Lang c4cceef0aa tiny typo 2012-03-05 16:04:59 -05:00
Moritz Lenz a5eab5b57c "median" should trigger Average.pm
After all the median is also part of the output
2012-03-05 21:57:47 +01:00
Michael Smith 703a3cf18a add capitalize goodie 2012-03-02 12:57:28 -07:00
Michael Smith 55802c5228 simplify reading HTML. doh. 2012-03-01 12:01:41 -07:00
Michael Smith 3699c092df Merge branch 'master' of github.com:duckduckgo/zeroclickinfo-goodies 2012-03-01 10:47:42 -07:00
Michael Smith 50ead88899 convert the last of the plugins to new API 2012-03-01 10:46:13 -07:00
Michael Smith bf0195ec7a convert a few more 2012-03-01 08:59:31 -07:00
Torsten Raudssus 884bb2cbe5 Hups 2012-03-01 00:55:16 +01:00
Torsten Raudssus e39318ec9c Removed comment in dist.ini 2012-03-01 00:53:22 +01:00
Michael Smith 9317ea3374 update requirements 2012-02-29 16:26:50 -07:00
Michael Smith a37d91bfb2 convert another batch to new API 2012-02-29 16:21:49 -07:00
Michael Smith b28803e1b0 add requirement and author 2012-02-29 13:12:15 -07:00
Michael Smith c67c74c2b4 oops, clean up 2012-02-29 13:08:44 -07:00
Michael Smith 871e2702b4 start converting goodies for new API 2012-02-29 13:05:49 -07:00
Torsten Raudssus 3293d0dffc Starting of reorganisation of zeroclickinfo-goodies to fit v2 of developer API 2012-02-29 04:11:55 +01:00
Hunter Lang f6c47cd22c updated regex to reflect user complaints 2012-02-20 21:13:41 -05:00
Hunter Lang 3ce9932b1d Merge pull request #42 from MithrandirAgain/master
Added xor goodie
2012-02-05 08:08:56 -08:00
MithrandirAgain 48cf0cf81b xor: added multi-number functionality 2012-02-03 07:37:51 -08:00
Hunter Lang f89af735e6 Merge pull request #33 from mrshu/roman-numerals
Added first version of roman numerals
2012-02-01 19:12:03 -08:00
Hunter Lang d26c9d2ed5 Merge pull request #40 from duckduckgo/sigfigs
Added significant figures goodie
2012-02-01 19:11:48 -08:00
Hunter Lang 8af3314fa1 Merge pull request #29 from duckduckgo/refactor-passphrase
Refactor passphrase
2012-02-01 19:10:24 -08:00
Hunter Lang 7f34c92db6 Merge pull request #36 from duckduckgo/average
Added average goodie
2012-02-01 19:10:06 -08:00
Hunter Lang 7306790ee6 Merge pull request #37 from duckduckgo/percent-error
Percent error
2012-02-01 19:09:48 -08:00
MithrandirAgain ee437c8c7e added xor goodie 2012-01-31 18:24:50 -08:00
Duck Duck Go 0f4deb4ca9 reflect new wiki structure 2012-01-23 15:16:42 -05:00