Commit Graph

1010 Commits

Author SHA1 Message Date
iamsoorena
d756f47860 I found a way more ES6ish way to do this 2017-12-22 18:51:50 +03:30
Travis CI
9159e22352 Travis build: 122 2017-12-22 15:12:10 +00:00
Angelos Chalaris
07f4f884c1 Merge pull request #319 from iamsoorena/update-todecimal
Update toDecimalMark
2017-12-22 17:09:43 +02:00
Soorena
c3db1940f7 Update toDecimalMark.md 2017-12-22 18:34:37 +03:30
Travis CI
4ce1a37a8e Travis build: 119 2017-12-22 14:38:35 +00:00
Soorena
0a656f32e3 Update README-start.md
add semi-standard style badge
2017-12-22 18:06:58 +03:30
Travis CI
dbcdf95162 Travis build: 117 2017-12-22 14:32:45 +00:00
Soorena
aa199ab626 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
10c2adc83d Travis build: 114 2017-12-22 14:11:44 +00:00
Stefan Feješ
0752a61b01 Merge pull request #305 from skatcat31/feature/adapters/flip
[Feature] Add flip adapter
2017-12-22 15:09:31 +01:00
Soorena
0511159fe8 Update flip.md
updated formatting
2017-12-22 17:34:45 +03:30
Travis CI
81b59216bb Travis build: 111 2017-12-22 13:58:12 +00:00
David Wu
59fc2effa1 Merge pull request #307 from skatcat31/feature/adapters/spread
[FEATURE] add spreadOver snippet
2017-12-22 14:56:22 +01:00
David Wu
f59b6bf630 Merge pull request #313 from Chalarangelo/Chalarangelo-travis-ci
Update travis push
2017-12-22 14:39:48 +01:00
Pl4gue
0cf46cad23 Travis build: 104 2017-12-22 11:45:37 +00:00
Angelos Chalaris
a42d3a37a2 Merge pull request #304 from Pl4gue/master
[ENHANCEMENT] Insight.io and PRs badge
2017-12-22 13:43:42 +02:00
iamsoorena
0bce00743e Update description adding template literal explanation 2017-12-22 15:03:55 +03:30
iamsoorena
df4d48b80c 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
be1b3d13ed Update README-start.md 2017-12-22 14:54:06 +03:30
Pl4gue
61fd5710d2 Travis build: 98 2017-12-22 10:39:51 +00:00
Stefan Feješ
0c2505e0ea Merge pull request #312 from Chalarangelo/Chalarangelo-prime-patch
[UPDATE] Resolves #297
2017-12-22 11:38:07 +01:00
gokulk94
b8b6832a79 add missing line of code to elementIsVisibleInViewport 2017-12-22 14:55:09 +05:30
Angelos Chalaris
979bfbd923 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
3db8491741 Travis build: 93 2017-12-22 08:36:56 +00:00
Pl4gue
8570cd09ad Travis build: 92 2017-12-22 08:34:59 +00:00
Angelos Chalaris
583606e559 Resolves #297 2017-12-22 10:31:50 +02:00
Pl4gue
54e6924f23 Travis build: 89 2017-12-22 08:28:29 +00:00
Angelos Chalaris
ef6c354953 Merge pull request #310 from WangYuLue/patch-1
Update fibonacci.md
2017-12-22 10:26:28 +02:00
Angelos Chalaris
60e4092cf5 Update spreadOver.md 2017-12-22 09:44:14 +02:00
Angelos Chalaris
af5b5b197f Update flip.md 2017-12-22 09:43:49 +02:00
Angelos Chalaris
5229f7c558 Minor formatting and updated description 2017-12-22 09:41:39 +02:00
Angelos Chalaris
4bc4a23686 Minor formatting 2017-12-22 09:36:36 +02:00
王二
70b2e89ddf Update fibonacci.md 2017-12-22 13:47:32 +08:00
Robert Mennell
3ac3958008 [FEATURE] add spreadOver snippet 2017-12-21 18:33:57 -08:00
Robert Mennell
963b489088 Fix: example was a little wrong 2017-12-21 16:47:12 -08:00
Robert Mennell
f19a79b863 [Feature] Add flip adapter 2017-12-21 16:42:15 -08:00
Pl4gue
9cad6395b2 PRs welcome badge 2017-12-22 00:16:02 +01:00
Pl4gue
bec6123ba5 Insight.io badge 2017-12-22 00:12:38 +01:00
Pl4gue
f525f2ee54 Travis build: 73 2017-12-21 23:03:37 +00:00
Pl4gue
e51e426059 Revert "insight.io badge"
This reverts commit ff8c3566c5.
2017-12-22 00:00:52 +01:00
Pl4gue
646cf9d0e6 Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code 2017-12-21 23:50:53 +01:00
Pl4gue
ff8c3566c5 insight.io badge 2017-12-21 23:48:40 +01:00
Pl4gue
57aa8e7688 Travis build: 69 2017-12-21 22:33:38 +00:00
Yuchen Zhang
544d69afa1 Improve isPrime to be O(sqrt(n)) (#298)
* improve isPrime to be O(sqrt(n))
2017-12-21 23:31:51 +01:00
Pl4gue
c0d6fe3c39 Travis build: 66 2017-12-21 21:15:50 +00:00
Angelos Chalaris
82a7445a10 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
b907c38bee 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
fc4a1e5cdd Travis build: 63 2017-12-21 19:08:21 +00:00
Angelos Chalaris
e5d46da4e6 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
Rob Taussig
2082cbf2cd Removed unique occurence of wrapping a single argument function with parenthesis 2017-12-21 13:55:25 -05:00