Commit Graph

208 Commits

Author SHA1 Message Date
pyoor 549c529210 Refactor make.unit.units 2017-04-25 11:03:55 -04:00
pyoor d1a498f1b7 Ignore .idea project files 2017-04-25 11:03:38 -04:00
pyoor 6dfe1ffca9 Expand some functions and wrap everything in random.pick 2017-04-25 11:00:01 -04:00
pyoor 0983242806 Remove .idea project files 2017-04-25 10:59:13 -04:00
pyoor 21ddc920c9 Initialize make 2017-04-25 10:58:15 -04:00
pyoor 99e4b89738 Merge pull request #13 from pyoor/master
Refactored font class names
2017-04-25 10:13:26 -04:00
pyoor 71a2590641 Refactored font class names 2017-04-25 10:12:48 -04:00
Christoph Diehl f9b18617ba Merge pull request #11 from pyoor/master
Return via random.pick
2017-04-25 00:02:43 +03:00
pyoor 31c96b4609 Return via random.pick 2017-04-24 17:01:44 -04:00
Christoph Diehl f6eda46d60 Merge pull request #10 from pyoor/master
Multiple Bug Fixes
2017-04-24 20:06:43 +03:00
pyoor 95a95f7317 Corrected jshint warnings 2017-04-24 11:16:10 -04:00
pyoor 18631eab1f Fixed casing on Make 2017-04-24 11:14:58 -04:00
pyoor 8302bac2e1 Fixed bad reference to make.strings.stringFromBlocks 2017-04-24 11:12:08 -04:00
pyoor b4d8415fb3 Corrected jshint warnings 2017-04-24 11:10:52 -04:00
pyoor 93bcec2976 Corrected jshint warnings 2017-04-24 11:08:38 -04:00
pyoor ddbbe9f22b Corrected jshint warnings 2017-04-24 11:06:58 -04:00
pyoor 96d746c033 Expanded make.mime with values from DOMFuzz 2017-04-24 11:04:27 -04:00
Christoph Diehl ffc107a176 Update README.md 2017-04-23 03:59:55 +03:00
Christoph Diehl 3bf2bb1e0d Fix configurations for tests cause of lib relocation 2017-04-23 03:05:38 +03:00
Christoph Diehl 8ecf429681 Add .editorconfig 2017-04-23 02:29:16 +03:00
Christoph Diehl 7557cb039c Move library folders into lib 2017-04-23 02:07:25 +03:00
Christoph Diehl dfa6ecc685 Move library folders into lib 2017-04-23 01:49:49 +03:00
Christoph Diehl 77931baa0b [console.js] Lowercase object name 2017-04-23 00:27:00 +03:00
Christoph Diehl 0760296bfb Add String and Array extensions 2017-04-23 00:26:09 +03:00
Christoph Diehl a3494d822d Add objects class 2017-04-23 00:25:20 +03:00
Christoph Diehl a947263c0b [console.js] Add logging method from common.js 2017-04-23 00:16:24 +03:00
Christoph Diehl fa1a194b71 [console.js] Add logging method from common.js 2017-04-23 00:14:04 +03:00
Christoph Diehl 392642751f [random.js] remove redundancy 2017-04-23 00:02:26 +03:00
Christoph Diehl d1fd149ef2 [script.js] Fix syntax error 2017-04-22 23:25:30 +03:00
Christoph Diehl 5cef5c3906 Add license headers 2017-04-22 23:18:36 +03:00
Christoph Diehl 22085d0531 Add license headers 2017-04-22 23:16:47 +03:00
Christoph Diehl e021430b3a Add LICENSE 2017-04-22 23:09:22 +03:00
Christoph Diehl 6654cf857e Add overall code reformatting 2017-04-22 23:07:29 +03:00
Christoph Diehl 93d5fec51a Add docstr to random.init 2017-04-22 22:42:54 +03:00
Christoph Diehl b360ff1456 Namespace changes 2017-04-22 22:17:23 +03:00
Christoph Diehl 34e67a89a9 Namespace changes 2017-04-22 22:02:38 +03:00
Jesse Schwartzentruber 227f6a1958 Performance improvement of random.pop()
This does not do the same array type checks as random.item(), but these
should be standardized throughout the module.
2017-04-20 15:15:13 -04:00
Jesse Schwartzentruber 8e084eb878 Fix typo in random.subset: limit should only be randomized if it is not specified 2017-04-20 15:14:33 -04:00
Jesse Schwartzentruber b7d4cbd043 Add remaining tests for random functions. 2017-04-20 15:13:55 -04:00
Jesse Schwartzentruber 61b01e0c40 Generate 53-bit floats instead of 32. 2017-04-20 15:12:31 -04:00
Jesse Schwartzentruber 446dcdf1d9 More work on tests for random functions 2017-04-13 13:07:12 -04:00
Christoph Diehl e927fac479 [colors.js] Add newline 2017-04-13 16:20:58 +03:00
Christoph Diehl eaa4f436b1 Add utils 2017-04-13 16:20:04 +03:00
Christoph Diehl 539443ede2 Add random to .jshintrc 2017-04-13 16:17:33 +03:00
Christoph Diehl 3a2e88c4b3 Fix inspections 2017-04-13 05:14:02 +03:00
Christoph Diehl 3ac4c7d281 Add network.js 2017-04-13 03:05:57 +03:00
Christoph Diehl db1db9b1a4 Add types.js 2017-04-13 03:05:17 +03:00
Christoph Diehl 80e1a17cf6 Merge branch 'master' of https://github.com/MozillaSecurity/octo 2017-04-13 00:28:22 +03:00
Christoph Diehl dbc18ddac6 Add shaders.js 2017-04-13 00:28:12 +03:00
Jesse Schwartzentruber 8b20380b28 Add more random tests.
Use chi-squared goodness of fit tests for random distributions.
2017-04-12 17:03:57 -04:00