Commit Graph

2492 Commits

Author SHA1 Message Date
e0534e8b15 Update reversString.md 2018-01-06 13:22:31 +05:30
8f3820157a add chunk array 2018-01-06 13:14:10 +05:30
4e4b532289 a 2018-01-06 12:55:38 +05:30
578a655062 Update tag_database 2018-01-05 23:57:11 +02:00
c2fcbe6d20 Update createEventHub.md 2018-01-06 07:42:11 +11:00
bef7ae91f6 update comments for builder 2018-01-05 19:47:27 +01:00
c196b831bb Update tag_database 2018-01-06 04:40:13 +11:00
87ce9f2c80 Add example 2018-01-06 03:52:25 +11:00
db092d808e update description 2018-01-05 11:29:14 -05:00
f083c9564d Add createElement 2018-01-06 03:21:44 +11:00
1427a6f50a replace target with arr[mid] 2018-01-05 11:18:01 -05:00
389bc263d4 Travis build: 1047 2018-01-05 16:12:30 +00:00
31bf7a1a32 Merge pull request #497 from atomiks/event-utils
[FEATURE] Event listener utils
2018-01-05 18:11:12 +02:00
0dac962b1a Merge branch 'master' into event-utils 2018-01-05 18:10:53 +02:00
18785178f8 Merge branch 'master' into event-utils 2018-01-05 18:10:22 +02:00
206ebc9ae1 Update tag_database 2018-01-05 18:09:44 +02:00
d06c0410bf Update on.md 2018-01-05 18:07:52 +02:00
4b4ed5c7ed Update off.md 2018-01-05 18:05:23 +02:00
81bfc98792 Update on.md 2018-01-06 03:01:08 +11:00
18a337b202 Merge branch 'master' into eventhub 2018-01-05 18:00:45 +02:00
517aaa78c1 Update off.md 2018-01-06 03:00:03 +11:00
428f4ec8ff Update tag_database 2018-01-06 02:59:00 +11:00
2833a65180 Merge branch 'master' into eventhub 2018-01-05 17:58:21 +02:00
3de2c5138d Update tag_database 2018-01-06 02:56:15 +11:00
dd872e106a Travis build: 1045 2018-01-05 15:49:08 +00:00
75d6dd9e6f Merge pull request #496 from lesbaa/patch-1
If using ES6, use template litorals
2018-01-05 17:47:56 +02:00
5705b8f18b Update digitize.md 2018-01-05 17:47:23 +02:00
6e3dc25d93 run npm tagger & tag binarySearch:array 2018-01-05 10:33:09 -05:00
e42a2265e0 add binarySearch 2018-01-05 10:32:10 -05:00
8ebd261e85 Travis build: 1043 2018-01-05 14:56:41 +00:00
94ca50bb50 Fixed builder for advanced snippet links
Resolves #159. Final  changes, multi-tagging complete.
2018-01-05 16:51:58 +02:00
a9246df780 Travis build: 1041 2018-01-05 14:41:29 +00:00
21b5cdfec6 Merge remote-tracking branch 'origin/master' 2018-01-05 16:34:56 +02:00
0425ebefe7 Archive, multitagging, cleanup
Cleaned up the current snippets for consistency and minor problems, added multiple tags to most of them, archived a few.
2018-01-05 16:33:54 +02:00
217bf29360 Update createEventHub.md 2018-01-06 01:26:07 +11:00
4b6b5743c5 silence error for emit 2018-01-06 00:30:47 +11:00
9f7fc75c4f fix index typo 2018-01-06 00:26:30 +11:00
c2140cb3aa Update createEventHub.md 2018-01-06 00:18:41 +11:00
3ac45b6be3 Update createEventHub.md 2018-01-06 00:09:51 +11:00
3bb85243ad Add createEventHub 2018-01-06 00:07:26 +11:00
5966ac8d1d Travis build: 1039 2018-01-05 12:36:59 +00:00
acf68012ad fix typo 2018-01-05 23:36:02 +11:00
f91b28d3fc Added multi-tagging (#159)
Updated all scripts to deal with multiple tags, the only thing missing is to actually multi-tag all snippets retroactively.
2018-01-05 14:35:43 +02:00
4f727a59bc Add event utils 2018-01-05 23:33:48 +11:00
Les
d372b74b02 If using ES6, use template litorals
Probably being pernickety.  But if we're using ES6, you could just use a template litoral instead of string concat? Not sure if the litoral version is a bit more difficult to read mind you.
2018-01-05 11:38:34 +00:00
8fb57618c7 Travis build: 1037 2018-01-05 10:25:27 +00:00
b87d3c193e Merge pull request #495 from vivek28111992/patch-2
Updated initializeArrayWithRange
2018-01-05 12:24:10 +02:00
76055670b4 Travis build: 1035 2018-01-05 10:22:50 +00:00
5400454388 Merge pull request #494 from Chalarangelo/atomiks-patch-1
Improve syntax highlighting
2018-01-05 12:21:39 +02:00
814a8b903b Updated initializeArrayWithRange
There was typo mistake in which Array.from was missing from Array(Math.ceil((end+1-start)/step) in description of snippet
2018-01-05 14:29:20 +05:30