Commit Graph

1700 Commits

Author SHA1 Message Date
Rohit Tanwar
18981b54af Add the list of supported operator
Add the list of supported operators and specify that unary operators are not supported. Also tell that `^` & `**` are the same and are exponential operators(as `^` can be confused to be the xOR symbol)
2018-01-03 09:03:45 +05:30
Rohit Tanwar
857e508316 Fixed grammar 2018-01-03 08:55:24 +05:30
Rohit Tanwar
94028604f9 add minN and maxN 2018-01-03 08:51:23 +05:30
Rohit Tanwar
b3f6f8e7e6 add minN and maxN 2018-01-03 08:48:29 +05:30
Robert Mennell
529af6b88d remove max and min shims 2018-01-02 18:07:31 -08:00
atomiks
e3ed2c24b9 Update memoize.md 2018-01-03 05:10:16 +11:00
Rohit Tanwar
f0fd5bcdcb Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code 2018-01-02 21:24:15 +05:30
Travis CI
b92101f0f5 Travis build: 855 [ci skip] 2018-01-02 15:53:39 +00:00
Rohit Tanwar
abbfd00707 fixed typos 2018-01-02 21:14:44 +05:30
atomiks
f2988dda85 allow for this context binding 2018-01-03 02:31:48 +11:00
Semen Zhydenko
7d612d0471 Fixed typos 2018-01-02 12:43:47 +01:00
Rohit Tanwar
a5fc517f2b fixed typos 2018-01-02 16:40:19 +05:30
Rohit Tanwar
78c29a1ddb fixed typos 2018-01-02 16:39:26 +05:30
Rohit Tanwar
ba3cf0ea2a add RPN snippets 2018-01-02 16:16:47 +05:30
Travis CI
6e6916e265 Travis build: 840 [ci skip] 2018-01-02 08:50:06 +00:00
Angelos Chalaris
465eb4a177 Merge pull request #455 from atomiks/once
[ADD `once.md`] once
2018-01-02 10:49:18 +02:00
Angelos Chalaris
5011497935 Updated to use @skatcat31's suggestion 2018-01-02 10:48:08 +02:00
Angelos Chalaris
96b88893e3 Update once.md 2018-01-02 10:44:42 +02:00
Angelos Chalaris
f2fb45651a Merge pull request #454 from atomiks/defer
[ADD: `defer.md`] defer
2018-01-02 10:41:26 +02:00
Angelos Chalaris
9d565ae9f7 Update defer.md 2018-01-02 10:39:19 +02:00
Angelos Chalaris
00f266871c Merge pull request #456 from atomiks/runAsync
[FEATURE] runAsync snippet
2018-01-02 10:37:57 +02:00
Angelos Chalaris
c900a7758d Update runAsync.md 2018-01-02 10:35:33 +02:00
atomiks
3c54e6a402 Update memoize.md 2018-01-02 15:06:52 +11:00
atomiks
41ed3f5b0d Update memoize.md 2018-01-02 14:29:08 +11:00
atomiks
983ed2ba29 Update memoize to use a map and allow access to it 2018-01-02 13:05:39 +11:00
atomiks
1e4ecc1cdc Add runAsync snippet 2018-01-02 11:17:52 +11:00
atomiks
d4cbe8fa51 Update defer.md 2018-01-02 09:47:52 +11:00
atomiks
c58488d1e7 Add once snippet 2018-01-02 09:40:46 +11:00
atomiks
fe6e45a4f0 Add defer snippet 2018-01-02 08:40:31 +11:00
Angelos Chalaris
43981f05cb Merge pull request #453 from Chalarangelo/cloneRegexp
[FEATURE] cloneRegExp
2018-01-01 20:18:38 +02:00
Travis CI
389382601c Travis build: 821 [ci skip] 2018-01-01 18:12:12 +00:00
Angelos Chalaris
f89f30e479 Merge pull request #450 from atomiks/prettyBytes
[FEATURE] Add prettyBytes snippet
2018-01-01 20:11:07 +02:00
Angelos Chalaris
f38cbaab48 Update prettyBytes.md 2018-01-01 20:08:31 +02:00
Angelos Chalaris
21e418247f Update prettyBytes.md 2018-01-01 20:04:11 +02:00
Angelos Chalaris
d6806d7449 Update prettyBytes.md 2018-01-01 20:01:39 +02:00
Angelos Chalaris
6c26c15e23 Update prettyBytes.md 2018-01-01 20:00:50 +02:00
Angelos Chalaris
63bafe6595 Update prettyBytes.md 2018-01-01 19:58:42 +02:00
Angelos Chalaris
7a6428325e Added cloneRegExp 2018-01-01 19:45:47 +02:00
Angelos Chalaris
5a1b4978cb Update isSorted to use a proper name 2018-01-01 19:30:14 +02:00
Travis CI
42e5f4db69 Travis build: 812 [ci skip] 2018-01-01 17:28:34 +00:00
Angelos Chalaris
436f2bfc59 Add isArraySorted 2018-01-01 19:26:52 +02:00
Angelos Chalaris
12a6b370d8 Merge pull request #452 from Chalarangelo/atomiks-patch-1
Add warning to anagrams
2018-01-01 19:06:08 +02:00
Travis CI
44b05b9a98 Travis build: 807 [ci skip] 2018-01-01 17:05:39 +00:00
atomiks
9026a748fb Add warning to anagrams 2018-01-02 04:04:39 +11:00
Angelos Chalaris
ceaf1857ac Merge pull request #449 from kriadmin/master
add RPN solver
2018-01-01 19:04:02 +02:00
Angelos Chalaris
30c88a8a38 Update and rename RPNSolver.md to solveRPN.md 2018-01-01 19:03:47 +02:00
Rohit Tanwar
764cbcd1c2 Update RPNSolver.md 2018-01-01 22:24:39 +05:30
Rohit Tanwar
eb8637b4a6 Add examples 2018-01-01 22:23:12 +05:30
Travis CI
df47e52a9d Travis build: 803 [ci skip] 2018-01-01 16:50:07 +00:00
Angelos Chalaris
65f0bcb3f9 Update isTravisCI.md 2018-01-01 18:49:10 +02:00