Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1370f3a

Browse files
committed
docs(contributors): update the list of contributors
2 parents 3dc13d3 + aa9beea commit 1370f3a

File tree

248 files changed

+9352
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+9352
-140
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
npm-debug.log
3+
debug
4+
.idea

.jscsrc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"requireCurlyBraces": ["else", "for", "while", "do", "try", "catch"],
3+
"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"],
4+
"requireSpacesInFunctionExpression": {
5+
"beforeOpeningCurlyBrace": true
6+
},
7+
"disallowMultipleVarDecl": true,
8+
"requireSpacesInsideObjectBrackets": "allButNested",
9+
"disallowSpacesInsideArrayBrackets": true,
10+
"disallowSpacesInsideParentheses": true,
11+
"disallowSpaceAfterObjectKeys": true,
12+
"disallowQuotedKeysInObjects": true,
13+
"requireSpaceBeforeBinaryOperators": ["?", "+", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
14+
"disallowSpaceAfterBinaryOperators": ["!"],
15+
"requireSpaceAfterBinaryOperators": ["?", ",", "+", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
16+
"disallowSpaceBeforeBinaryOperators": [","],
17+
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
18+
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
19+
"requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
20+
"requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
21+
"disallowImplicitTypeConversion": ["numeric", "binary", "string"],
22+
"disallowKeywords": ["with", "eval"],
23+
"disallowMultipleLineBreaks": true,
24+
"disallowKeywordsOnNewLine": ["else"],
25+
"requireLineFeedAtFileEnd": true,
26+
"disallowTrailingWhitespace": true,
27+
"excludeFiles": ["node_modules/**", "bower_components/**"],
28+
"validateIndentation": 2
29+
}

.jshintrc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"browser": true,
3+
"jquery": true,
24
"node": true,
35
"esnext": true,
46
"bitwise": true,
@@ -21,15 +23,16 @@
2123
"plusplus": true,
2224
"undef": true,
2325
"laxbreak": true,
24-
"maxdepth": 3,
26+
"maxdepth": 4,
2527
"loopfunc": true,
26-
"maxcomplexity": 9,
28+
"maxcomplexity": 13,
2729
"maxlen": 80,
30+
"maxparams": 5,
2831
"globals": {
29-
"window": true,
32+
"expect": true,
3033
"it": true,
31-
"beforeEach": true,
3234
"describe": true,
33-
"expect": true
35+
"beforeEach": true,
36+
"afterEach": true
3437
}
3538
}

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "0.12"
4+
before_script:
5+
- npm install -g gulp
6+
script: gulp build

combinatorics_cartesianproduct.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
9191
<br class="clear">
9292

9393
<footer>
94-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:29:19 GMT+0300 (EEST)
94+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:30:15 GMT+0300 (EEST)
9595
</footer>
9696

9797
<script> prettyPrint(); </script>

combinatorics_combinations.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
9696
<br class="clear">
9797

9898
<footer>
99-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:29:19 GMT+0300 (EEST)
99+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:30:15 GMT+0300 (EEST)
100100
</footer>
101101

102102
<script> prettyPrint(); </script>

combinatorics_permutations.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
105105
<br class="clear">
106106

107107
<footer>
108-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:29:19 GMT+0300 (EEST)
108+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:30:15 GMT+0300 (EEST)
109109
</footer>
110110

111111
<script> prettyPrint(); </script>

combinatorics_variations-repetition.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
9797
<br class="clear">
9898

9999
<footer>
100-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:29:19 GMT+0300 (EEST)
100+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:30:15 GMT+0300 (EEST)
101101
</footer>
102102

103103
<script> prettyPrint(); </script>

data-structures_avl-tree.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
824824
<br class="clear">
825825

826826
<footer>
827-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:29:19 GMT+0300 (EEST)
827+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:30:15 GMT+0300 (EEST)
828828
</footer>
829829

830830
<script> prettyPrint(); </script>

data-structures_binary-search-tree.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
510510
<br class="clear">
511511

512512
<footer>
513-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:29:19 GMT+0300 (EEST)
513+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha13</a> on Sat Apr 09 2016 13:30:15 GMT+0300 (EEST)
514514
</footer>
515515

516516
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)