Commit Graph

13 Commits (240961711e98072160e6030607ccb760ab4d4697)

Author SHA1 Message Date
Rob Emery 56c5ea4a5e Goodies: Enabling `use strict` on all goodies 2015-02-22 20:09:29 +00:00
Chris Wilson 8571122893 Update Case for HextoASCII, HexToDec, LeetSpeak, Lowercase, MoonPhases, Paper 2015-01-09 19:03:10 +11:00
Russell Holt fa5a969037 attribution cleanup 2015-01-07 13:37:42 -05:00
Duncan Keall 40d447c8ed HexToDec: More lenient triggers 2014-12-08 16:08:15 +13:00
Matt Miller 942cbfb341 HexToDec: add structured answer. 2014-11-15 21:33:00 +02:00
Matt Miller 8b83fb39ee HexToDec: use more appropriate answer_type. 2014-09-20 16:21:57 -04:00
Matt Miller 2cb0251f06 HexToDec: move the guarding into the trigger.
I don't know why this didn't occur to me, but thankfully it did to
@mintsoft!
2014-09-20 16:21:08 -04:00
Matt Miller 108e5e1725 HexToDec: tighten up trigger to hex number only.
This was interfering with the HexToASCII goodie.  We will assume that
with other context they want something besides the conversion.

It should still be possible to add any explicit triggers into this
Goodie if so are desired. The tests indicate no such intention;
assuming this is fine for now.
2014-09-20 16:21:08 -04:00
Matt Miller ebd15f598a Move goodies to new styling mechanism.
- Rename 'style.css' to appropriate ID-based name.
- Remove explicit inclusion of CSS, as it will now be auto-included.
- Update tests which explicitly checked for styling.
2014-09-10 17:28:30 -04:00
Dylan Lloyd f82ad596e5 use Math::BigInt b/c sprintf can't handle >64b 2014-07-03 13:29:16 -07:00
Dylan Lloyd b98409231b include octal/bin conversions 2014-07-01 23:23:04 -07:00
Dylan Lloyd bd14c275a5 be pretty 2014-06-30 16:29:34 -07:00
Dylan Lloyd 1ba01add51 wrote HexToDec & test 2014-06-27 17:11:32 -07:00