Commit Graph

421 Commits (6d49bb5c11944210406f765bcf091dcd162b0400)

Author SHA1 Message Date
Dylan Lloyd 6d49bb5c11 accept "what is the __ fibonacci number" syntax 2013-01-24 05:18:01 -05:00
Koosha Khajeh Moogahi 16c629c738 Make the output of Fibonacci verbose 2013-01-24 12:50:34 +03:30
Koosha Khajeh Moogahi e5d92a1060 Add Fibonacci.pm goodie 2013-01-24 01:29:24 +03:30
Dylan Lloyd 8c38618625 fixed unitialized warning when timezone !found
fixed a warning that occurred when the timezone name parsed from
$input_timezone was not found in the %timezones hash
2013-01-16 03:56:56 -05:00
Dylan Lloyd 259f2dc39d added support to FindAnagrams for "anagram of <word>" syntax 2013-01-10 21:56:08 -05:00
Dylan Lloyd 399948005f formatting and trigger changes to FindAnagrams 2013-01-10 21:50:23 -05:00
Jag Talon fb59da5873 Fixed a typo in the example query in Perimeter.pm.
Also, I added use utf8 in Xor.pm in hopes of fixing the 5 ⊕ 79 problem.
2012-12-20 16:13:51 -05:00
Jag Talon b73ad5b385 An example in second_example_queries was removed from `Tips.pm`.
The example 'root mean square 1,2,3' is for the plugin `Average.pm`.
2012-12-20 14:54:03 -05:00
digit4lfa1l 8056ed365c Added links to the SHA-3 wiki pages. 2012-12-16 14:11:02 -05:00
digit4lfa1l c70441dda3 Corrected links to the Wikipedia resources and hashes descriptions. 2012-12-10 17:08:30 -05:00
digit4lfa1l e4b474c231 Merge remote branch 'upstream/master' 2012-12-10 16:41:33 -05:00
Dylan Lloyd 53e9131d6a Merge branch 'sort' 2012-12-07 14:11:38 -05:00
Dylan Lloyd 1b17f84346 add support to Sort for common array/list syntax 2012-12-07 14:11:27 -05:00
Dylan Lloyd cea9e54d49 updated ABC example queries 2012-12-06 20:28:49 -05:00
Koosha Khajeh Moogahi bbbcdc513c Normalize the output format 2012-12-06 12:48:41 +03:30
Koosha Khajeh Moogahi 2856e26141 Change the output delimiter from space to comma 2012-12-06 00:47:01 +03:30
Koosha Khajeh Moogahi b3ad72ad6a Add the Sort goodie 2012-12-05 23:47:45 +03:30
Dylan Lloyd 514faf51a1 changed resistor color category to reference 2012-12-04 17:44:20 -05:00
Dylan Lloyd e6870e31e9 use literal unicode character in example query 2012-12-04 17:07:23 -05:00
digit4lfa1l b8394b7259 Added references to the Wikipedia articles. Changes in a module's main code. 2012-12-04 15:00:51 -05:00
digit4lfa1l 29e69f2801 Merge remote branch 'upstream/master' 2012-12-04 12:26:50 -05:00
Koosha Khajeh Moogahi 6e02789eaf Make a minor change to the format of the output 2012-12-03 14:07:54 +03:30
digit4lfa1l a921a1af61 Added grammatical changes. Removed zci answer_type. 2012-12-02 13:23:15 -05:00
Koosha Khajeh Moogahi 8faf48358c The goodie to convert a given hex value to its equivalent ASCII representation 2012-12-02 15:58:49 +03:30
digit4lfa1l ba3dac5f1c My plugin that does cryptographic hash functions identification is ready to go... 2012-12-01 16:56:06 -05:00
Dylan Lloyd 19562b378c formatting changes 2012-11-15 20:30:05 -05:00
Dylan Lloyd 82d0ecf88e remove `each @` for compatibility with perl v5.10 2012-11-15 20:30:05 -05:00
Joe Walnes 7aef13b7e3 Resistor colors: Show additional tolerance band.
It always shows one extra color (gold = 5%). This is the most
common value and showing this makes it a lot more obvious how
the colors match up with a real resistor.
2012-11-15 20:30:05 -05:00
Joe Walnes 14d86c827f ResitorColors use 4 bands instead of 5.
These seems to be more common.

e.g. 4.7K ->
* 5 bands (old): yellow(4), purple(7), black(0), brown(x10), tolerance
* 4 bands (new): yellow(4), purple(7), red(x100), tolerance
2012-11-15 20:30:05 -05:00
Joe Walnes 2d739b8a01 Indicate what the individual resistor colors mean.
e.g. instead of:
  yellow red black brown
we now say:
  yellow (4), red (2), black (0), brown (x10)
2012-11-15 20:30:05 -05:00
Joe Walnes 20e0cd9032 Add metadata to ResistorColors 2012-11-15 20:30:05 -05:00
Joe Walnes 11155d9bf6 Added (ohms) text to resistors Goodie. Removed bold. 2012-11-15 20:30:05 -05:00
Joe Walnes 0d665579d5 More link consistency. 2012-11-15 20:30:05 -05:00
Joe Walnes faa0282ffb Be consistent with 'more' link style. 2012-11-15 20:30:05 -05:00
Joe Walnes 4bb0428494 Resistor color code calculator.
Type in a query like "1.58m ohms" and get back the color codes in
an electronics resistor "brown green gray yellow".
2012-11-15 20:30:05 -05:00
Dylan Lloyd 9e6a0b35c2 say my name! 2012-11-15 02:35:15 -05:00
Michael Smith 9babe1c15b add Dax to DuckDuckGo.pm 2012-11-12 13:50:42 -07:00
Dylan Lloyd a596eb7c94 change ABC trigger to "choose" 2012-11-07 12:25:37 -05:00
Dylan Lloyd 049b54fe19 s/everyday_goodies/everyday/ 2012-11-07 00:59:54 -05:00
Dylan Lloyd dc48931e13 fixed typo 2012-11-06 19:17:37 -05:00
Michael Smith bd7f77d6b4 fix MoonPhases and Passphrase metadata 2012-11-06 17:16:17 -07:00
Michael Smith d21979cf87 fix metadata in IDN 2012-11-06 17:09:38 -07:00
Michael Smith 487008a769 Two more goodies with metadata! 2012-11-06 17:06:38 -07:00
Dylan Lloyd 143867274d dos2unix Palindrome.pm 2012-11-06 19:04:48 -05:00
Dylan Lloyd 64e5408138 added metadata to Palindrome.pm 2012-11-06 19:04:20 -05:00
Michael Smith 4d13eff7a1 Add metadata to IsValid goodies 2012-11-06 16:54:23 -07:00
Dylan Lloyd 268c8814aa added metadata to AspectRatio.pm 2012-11-06 18:50:37 -05:00
Dylan Lloyd 786b46c03d Merge branch 'master' of github.com:duckduckgo/zeroclickinfo-goodies 2012-11-06 18:45:52 -05:00
Dylan Lloyd 84f8cd3829 added attribution to PigLatin.pm 2012-11-06 18:45:43 -05:00
Michael Smith 48999574f0 Metadata for PublicDNS 2012-11-06 16:44:13 -07:00