Jag Talon
|
d575057501
|
Merge pull request #292 from loganom/issue32
Issue32
|
2014-01-22 10:13:30 -08:00 |
Jag Talon
|
1c80c57108
|
t/FrequencySpectrum.t: Fix tests.
|
2014-01-22 13:12:02 -05:00 |
Jag Talon
|
5897456eb2
|
FrequencySpectrum.pm: Change the "More at ..." link based on the results.
Also format the code.
|
2014-01-22 13:11:25 -05:00 |
Jag Talon
|
cc3f3b94fa
|
FrequencySpectrum: Formatting.
|
2014-01-22 12:17:11 -05:00 |
loganom
|
9d991b5fd8
|
GUID.pm: simplify return
|
2014-01-22 10:58:34 -06:00 |
loganom
|
9fd47fc787
|
t/GUID: update size attribute
|
2014-01-22 10:36:46 -06:00 |
loganom
|
925d3eef4f
|
GUID.t: update tests, add HTML check
|
2014-01-21 18:37:13 -06:00 |
loganom
|
c5284cd66a
|
GUID.pm: add header, select GUI onClick
|
2014-01-21 18:36:41 -06:00 |
Jag Talon
|
1a11a81a21
|
Merge pull request #262 from UnGround/master
Mac Address generator goodie
|
2014-01-21 16:30:58 -08:00 |
Jag Talon
|
b7725647be
|
Merge pull request #281 from loganom/master
Dice.pm additional support
|
2014-01-21 16:07:24 -08:00 |
Michael Smith
|
9254aa0006
|
Merge pull request #290 from JulianGindi/master
Added SumofNaturalNumbers Goodie
|
2014-01-21 14:40:54 -08:00 |
JGindi
|
bfac40127c
|
added new triggers, updated regular expression, and am using sum instead of reduce
|
2014-01-21 00:39:00 -05:00 |
JGindi
|
6c5ba2fe22
|
Added SumofNaturalNumbers Goodie
|
2014-01-20 17:32:51 -05:00 |
Eric Johnson
|
b2b2c56cda
|
Created DDG::Goodie::VimCheatSheet +tests
|
2014-01-18 12:39:30 +00:00 |
Jag Talon
|
e3768355f8
|
Merge pull request #285 from mgarriott/workdays_between_goodie
Workdays Between Goodie
|
2014-01-17 12:47:22 -08:00 |
Matt Garriott
|
edac815f85
|
WorkdaysBetween: Don't parse MM/DD and DD/MM in the same query
If either date requires the DD/MM/YYYY format, all XX/XX/XXXX dates in
the query will be formatted using the DD/MM/YYYY.
|
2014-01-16 21:26:52 -07:00 |
Matt Garriott
|
a49307abe3
|
WorkdaysBetween: Change output format to MMM DD, YYYY
|
2014-01-16 21:21:15 -07:00 |
loganom
|
4294b8b7cf
|
Dice.pm: add several common functions
|
2014-01-16 21:20:08 -06:00 |
loganom
|
07ea321941
|
Dice.t: update tests, update documentation
|
2014-01-16 21:17:47 -06:00 |
Matt Garriott
|
a24f7f69e8
|
WorkdaysBetween: Use Time::Piece objects instead of Date::Calc
|
2014-01-16 19:14:43 -07:00 |
Jag Talon
|
b59d42f154
|
t/Teredo: Fix tests.
|
2014-01-16 18:05:36 -05:00 |
Jag Talon
|
d6c5a596bb
|
Merge pull request #287 from duckduckgo/jag/deploy/teredo
Teredo: Removed is_cached => 1 and formatted code.
|
2014-01-16 14:54:13 -08:00 |
Jag Talon
|
10eb48a4d1
|
Teredo: Removed is_cached => 1 and formatted code.
This is the default.
|
2014-01-16 17:46:15 -05:00 |
loganom
|
bc7ec42093
|
Dice.pm: update documentation
|
2014-01-15 23:58:59 -06:00 |
Matt Garriott
|
3e3a0049a6
|
WorkdaysBetween: Allow date format M/D/YYYY
|
2014-01-15 15:40:42 -07:00 |
Matt Garriott
|
34ab4ab57c
|
WorkdaysBetween: Allow comma in MMM DD, YYYY format
|
2014-01-15 15:38:36 -07:00 |
Matt Garriott
|
d59ff1ec61
|
WorkdaysBetween: Allow date format MMM DD YYYY
|
2014-01-15 15:36:01 -07:00 |
Matt Garriott
|
f4c5654097
|
WorkdaysBetween: Add comments to clarify remainder calculations
|
2014-01-15 15:30:59 -07:00 |
Matt Garriott
|
d5e53bc2d8
|
WorkdaysBetween: Add ridiculous date format tests
|
2014-01-15 15:17:24 -07:00 |
Matt Garriott
|
a69d24b336
|
WorkdaysBetween: Allow DD/MM/YYYY date format
|
2014-01-15 15:15:44 -07:00 |
Matt Garriott
|
8f483e6080
|
WorkdaysBetween: Parse dates in another subroutine
|
2014-01-15 14:59:49 -07:00 |
Matt Garriott
|
845b2822b2
|
WorkdaysBetween: Match on "business days between"
|
2014-01-15 13:58:05 -07:00 |
Matt Garriott
|
9fb1005e5d
|
WeekdaysBetween: Don't use integer pragma
Instead of using the integer pragma for the whole file, simply cast the
$num_weeks calculation to an integer before assignment.
|
2014-01-15 13:43:28 -07:00 |
Matt Garriott
|
b1c28a380f
|
WorkdaysBetween: Use default zci is_cached
zci is_cached => 1 is now the default, so there is no reason to specify
it explicitly.
|
2014-01-15 05:02:45 -07:00 |
Matt Garriott
|
3c21279db5
|
WorkdaysBetween: Add more detail to description
|
2014-01-14 17:54:14 -07:00 |
Matt Garriott
|
d416ede80b
|
WorkdaysBetween: Use Date::Calc::Objects for dates
|
2014-01-14 17:54:14 -07:00 |
Matt Garriott
|
4287a0b978
|
WorkdayBetween: Allow end date first
|
2014-01-14 17:54:14 -07:00 |
Matt Garriott
|
7c68752a05
|
WorkdaysBetween: Create first version
|
2014-01-14 17:54:14 -07:00 |
Charlie Belmer
|
d55b321396
|
minor changes with queries and tests
including:
* added a variety of new search options
* proper html validation in tests added
* return text in line with community standards
|
2014-01-13 17:50:33 -05:00 |
Jag Talon
|
3ae5678446
|
Merge pull request #252 from hollingsworthd/master
Frequency Spectrum
|
2014-01-13 08:25:18 -08:00 |
loganom
|
3f58edcb9e
|
Dice.t: update tests
|
2014-01-12 13:42:29 -06:00 |
loganom
|
c177f73c8d
|
Dice.pm: add support for 'roll 2 dice and 3 dice and 3d5'
|
2014-01-12 13:38:41 -06:00 |
Jag Talon
|
a1d2b5b92c
|
Merge pull request #282 from mwmiller/master
HexToASCII: display information about invisible characters
|
2014-01-10 04:48:29 -08:00 |
Michael Smith
|
1a2f1f721d
|
Kill the smartmatch...
|
2014-01-09 19:26:16 -07:00 |
loganom
|
e391ce4acf
|
Dice.t: update tests for Dice.pm changes (some html removed)
|
2014-01-09 16:55:15 -06:00 |
loganom
|
fb92c87b69
|
Dice.pm: update return for Dice IA
|
2014-01-09 16:54:19 -06:00 |
loganom
|
f0e00c2e02
|
dice/style.css: removed
|
2014-01-09 16:53:06 -06:00 |
loganom
|
7f34cd8ce6
|
Dice.pm: add header to pictoral dice output
|
2014-01-08 23:07:56 -06:00 |
loganom
|
ca43e5be39
|
Dice.t: Add new tests and rewrite several for new header/css
|
2014-01-08 23:01:59 -06:00 |
loganom
|
7bbb438f35
|
Dice.pm: add header, return if regex not matched
|
2014-01-08 23:00:11 -06:00 |