Commit Graph

1011 Commits

Author SHA1 Message Date
Angelos Chalaris
4a36bf4a6e Merge pull request #306 from skatcat31/feature/adapters/promiseify
[ENHANCEMENT] Move Promisify to the Adapter category
2017-12-22 17:55:40 +02:00
Travis CI
c7f0c9f934 Travis build: 122 2017-12-22 15:12:10 +00:00
Angelos Chalaris
6db0703f66 Merge pull request #319 from iamsoorena/update-todecimal
Update toDecimalMark
2017-12-22 17:09:43 +02:00
Soorena
2d1cd52ac3 Update toDecimalMark.md 2017-12-22 18:34:37 +03:30
Travis CI
295c461026 Travis build: 119 2017-12-22 14:38:35 +00:00
Soorena
f28424ef14 Update README-start.md
add semi-standard style badge
2017-12-22 18:06:58 +03:30
Travis CI
368af55520 Travis build: 117 2017-12-22 14:32:45 +00:00
Soorena
cf140b5c9c Merge pull request #314 from gokulk94/bug/viewportVisibility
[BUG] Add missing line of code to elementIsVisibleInViewport
2017-12-22 18:01:00 +03:30
Travis CI
1b2f349bb9 Travis build: 114 2017-12-22 14:11:44 +00:00
Stefan Feješ
778852df10 Merge pull request #305 from skatcat31/feature/adapters/flip
[Feature] Add flip adapter
2017-12-22 15:09:31 +01:00
Soorena
814dd658e4 Update flip.md
updated formatting
2017-12-22 17:34:45 +03:30
Travis CI
d5247d3ba4 Travis build: 111 2017-12-22 13:58:12 +00:00
David Wu
e5c87a2743 Merge pull request #307 from skatcat31/feature/adapters/spread
[FEATURE] add spreadOver snippet
2017-12-22 14:56:22 +01:00
David Wu
3f2bd49c37 Merge pull request #313 from Chalarangelo/Chalarangelo-travis-ci
Update travis push
2017-12-22 14:39:48 +01:00
Pl4gue
24bf2ac3b3 Travis build: 104 2017-12-22 11:45:37 +00:00
Angelos Chalaris
08781e0c7c Merge pull request #304 from Pl4gue/master
[ENHANCEMENT] Insight.io and PRs badge
2017-12-22 13:43:42 +02:00
iamsoorena
ed528e2bb8 Update description adding template literal explanation 2017-12-22 15:03:55 +03:30
iamsoorena
7d47cf05db Remove redundant number characters check
Remove unnecessary multiple array making with `.split()`
Reducing lines and making it more terse and readable
2017-12-22 15:00:46 +03:30
Soorena
f54ef19e93 Update README-start.md 2017-12-22 14:54:06 +03:30
Pl4gue
9a8566568e Travis build: 98 2017-12-22 10:39:51 +00:00
Stefan Feješ
e27a1b0276 Merge pull request #312 from Chalarangelo/Chalarangelo-prime-patch
[UPDATE] Resolves #297
2017-12-22 11:38:07 +01:00
gokulk94
6e7f0030af add missing line of code to elementIsVisibleInViewport 2017-12-22 14:55:09 +05:30
Angelos Chalaris
f59f3a5807 Update travis push
Most of the guides I can find use the travis email and name to differentiate from user commits. This will come in handy later down the line to filter out build commits more easily. I'm pretty certain this will not break anything, but I'd like someone to take a look at it before merging.
2017-12-22 10:53:42 +02:00
Pl4gue
f614b30efb Travis build: 93 2017-12-22 08:36:56 +00:00
Pl4gue
246d1119ac Travis build: 92 2017-12-22 08:34:59 +00:00
Angelos Chalaris
c4eb961b5c Resolves #297 2017-12-22 10:31:50 +02:00
Pl4gue
bcea44bcd8 Travis build: 89 2017-12-22 08:28:29 +00:00
Angelos Chalaris
c2520fd9ef Merge pull request #310 from WangYuLue/patch-1
Update fibonacci.md
2017-12-22 10:26:28 +02:00
Angelos Chalaris
2056006fd4 Update spreadOver.md 2017-12-22 09:44:14 +02:00
Angelos Chalaris
8697fcf87f Update flip.md 2017-12-22 09:43:49 +02:00
Angelos Chalaris
93b6f3f28b Minor formatting and updated description 2017-12-22 09:41:39 +02:00
Angelos Chalaris
7816902f71 Minor formatting 2017-12-22 09:36:36 +02:00
王二
ade77f58ff Update fibonacci.md 2017-12-22 13:47:32 +08:00
Robert Mennell
8f9d1cad00 [FEATURE] add spreadOver snippet 2017-12-21 18:33:57 -08:00
Robert Mennell
e8ad7ec6b5 [UPDATE] Move Promisify to the Adapter category
There are more adapters to come
2017-12-21 16:57:21 -08:00
Robert Mennell
d577114321 Fix: example was a little wrong 2017-12-21 16:47:12 -08:00
Robert Mennell
f616488615 [Feature] Add flip adapter 2017-12-21 16:42:15 -08:00
Pl4gue
e50e14cf12 PRs welcome badge 2017-12-22 00:16:02 +01:00
Pl4gue
d4f1278fa0 Insight.io badge 2017-12-22 00:12:38 +01:00
Pl4gue
1c93c2d6b6 Travis build: 73 2017-12-21 23:03:37 +00:00
Pl4gue
a9c3263da9 Revert "insight.io badge"
This reverts commit ff8c3566c5.
2017-12-22 00:00:52 +01:00
Pl4gue
534e96fab9 Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code 2017-12-21 23:50:53 +01:00
Pl4gue
438734bc0a insight.io badge 2017-12-21 23:48:40 +01:00
Pl4gue
ac1a10f039 Travis build: 69 2017-12-21 22:33:38 +00:00
Yuchen Zhang
0b90492a41 Improve isPrime to be O(sqrt(n)) (#298)
* improve isPrime to be O(sqrt(n))
2017-12-21 23:31:51 +01:00
Pl4gue
b20c958154 Travis build: 66 2017-12-21 21:15:50 +00:00
Angelos Chalaris
d8a10ed770 Merge pull request #300 from Y-Less/Branch_validateEmail
[FIX: #294] Remove validateEmail entirely (resolves #294).
2017-12-21 23:06:01 +02:00
Angelos Chalaris
c74be91968 Merge pull request #301 from Y-Less/Branch_everyNth
[FIX: #299] Make everyNth return the "Nth" value.
2017-12-21 23:04:56 +02:00
Pl4gue
e06cbd9e60 Travis build: 63 2017-12-21 19:08:21 +00:00
Angelos Chalaris
a3b1007975 Merge pull request #303 from robtaussig/master
[ENHANCEMENT] Removed unique occurrence of wrapping a single argument function with parenthesis
2017-12-21 21:06:34 +02:00