Commit Graph

1052 Commits

Author SHA1 Message Date
c9e46a1431 Update initializeArrayWithRange.md 2018-01-03 13:11:37 +05:30
dde371f8f9 Update InitializeArrayWithRange.md
Update InitializeArrayWithRange.md to include another parameter step
2018-01-03 12:30:55 +05:30
82fe9a9d9c Travis build: 887 2018-01-03 06:17:04 +00:00
a58ef34b7d Merge pull request #464 from kriadmin/min-and-max
[FEATURE] MinN and MaxN Snippets
2018-01-03 07:15:48 +01:00
511dc79d65 Update minN.md 2018-01-03 11:40:39 +05:30
ae12fbf326 Merge pull request #466 from kriadmin/patch-4
Add the list of supported operator
2018-01-03 07:10:33 +01:00
3c8064a408 Update maxN.md 2018-01-03 11:39:40 +05:30
46d28f8b5e 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
ff5e84f60a Fixed grammar 2018-01-03 08:55:24 +05:30
ce623ff78b add minN and maxN 2018-01-03 08:51:23 +05:30
fd2ed61664 add minN and maxN 2018-01-03 08:48:29 +05:30
b803fe41dc Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code 2018-01-02 21:24:15 +05:30
85829a68f5 Travis build: 855 [ci skip] 2018-01-02 15:53:39 +00:00
fabf10a72b fixed typos 2018-01-02 21:14:44 +05:30
91042aa84b allow for this context binding 2018-01-03 02:31:48 +11:00
f6d393dba9 Fixed typos 2018-01-02 12:43:47 +01:00
ece5b23112 fixed typos 2018-01-02 16:40:19 +05:30
d69598f36a fixed typos 2018-01-02 16:39:26 +05:30
f5ba3f6146 add RPN snippets 2018-01-02 16:16:47 +05:30
f9525f865e Travis build: 840 [ci skip] 2018-01-02 08:50:06 +00:00
347cb3558b Merge pull request #455 from atomiks/once
[ADD `once.md`] once
2018-01-02 10:49:18 +02:00
bc5bea609f Updated to use @skatcat31's suggestion 2018-01-02 10:48:08 +02:00
947a8b315a Update once.md 2018-01-02 10:44:42 +02:00
a8b19947e7 Merge pull request #454 from atomiks/defer
[ADD: `defer.md`] defer
2018-01-02 10:41:26 +02:00
86f3f7055e Update defer.md 2018-01-02 10:39:19 +02:00
f53bbe79c7 Merge pull request #456 from atomiks/runAsync
[FEATURE] runAsync snippet
2018-01-02 10:37:57 +02:00
3eb12dc0b1 Update runAsync.md 2018-01-02 10:35:33 +02:00
674a0dc623 Add runAsync snippet 2018-01-02 11:17:52 +11:00
b2c5630a12 Update defer.md 2018-01-02 09:47:52 +11:00
70d3986557 Add once snippet 2018-01-02 09:40:46 +11:00
c8ac1c263b Add defer snippet 2018-01-02 08:40:31 +11:00
7901a708e4 Merge pull request #453 from Chalarangelo/cloneRegexp
[FEATURE] cloneRegExp
2018-01-01 20:18:38 +02:00
2817702192 Travis build: 821 [ci skip] 2018-01-01 18:12:12 +00:00
b572816945 Merge pull request #450 from atomiks/prettyBytes
[FEATURE] Add prettyBytes snippet
2018-01-01 20:11:07 +02:00
ef1bf2fa94 Update prettyBytes.md 2018-01-01 20:08:31 +02:00
df9b8140e2 Update prettyBytes.md 2018-01-01 20:04:11 +02:00
afebcc1c0f Update prettyBytes.md 2018-01-01 20:01:39 +02:00
171ca06a63 Update prettyBytes.md 2018-01-01 20:00:50 +02:00
48ce245161 Update prettyBytes.md 2018-01-01 19:58:42 +02:00
0bb07817e3 Added cloneRegExp 2018-01-01 19:45:47 +02:00
589867a711 Update isSorted to use a proper name 2018-01-01 19:30:14 +02:00
f3eb9255bd Travis build: 812 [ci skip] 2018-01-01 17:28:34 +00:00
dfa58fb351 Add isArraySorted 2018-01-01 19:26:52 +02:00
65e3bd814b Merge pull request #452 from Chalarangelo/atomiks-patch-1
Add warning to anagrams
2018-01-01 19:06:08 +02:00
d05c332556 Travis build: 807 [ci skip] 2018-01-01 17:05:39 +00:00
882e6df799 Add warning to anagrams 2018-01-02 04:04:39 +11:00
c653ecba1d Merge pull request #449 from kriadmin/master
add RPN solver
2018-01-01 19:04:02 +02:00
7bc8b8d0a2 Update and rename RPNSolver.md to solveRPN.md 2018-01-01 19:03:47 +02:00
cac5c2e49d Update RPNSolver.md 2018-01-01 22:24:39 +05:30
c70eb7cdb8 Add examples 2018-01-01 22:23:12 +05:30