Commit Graph

744 Commits

Author SHA1 Message Date
4e03645bd0 Merge pull request #234 from iamsoorena/patch-3
Rename current-URL.md to currentURL.md
2017-12-18 12:09:09 +02:00
82b0f6ba92 Merge pull request #232 from wojtekmaj/bugfix/typos
Fix typos in descriptions
2017-12-18 12:04:26 +02:00
71dbbd3556 Rename current-URL.md to currentURL.md
renamed for consistency
2017-12-18 12:35:03 +03:30
c3de880e41 Update sqaure_it.md 2017-12-18 08:33:35 +05:30
8f260fdd65 Fix typos in descriptions 2017-12-18 00:51:27 +01:00
b2e12335f8 Replace spread operator with split() for increased performance and compatibility 2017-12-18 00:41:26 +01:00
2da5a15f68 Fix hexToRgb returning wrong value for short hash without # symbol, fix extendHex called 3 times 2017-12-18 00:38:58 +01:00
245e7442d8 use function in coalesce factory 2017-12-17 14:09:04 -08:00
e490889801 Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into patch-1 2017-12-17 22:49:57 +01:00
078de0a951 Merge pull request #229 from fejes713/master
Fix all test cases
2017-12-17 23:44:55 +02:00
6791be0dfe Update readme and index 2017-12-17 22:43:08 +01:00
56d4ed6762 Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into patch-1 2017-12-17 22:35:40 +01:00
82b850fd00 Fix test cases 2017-12-17 22:26:07 +01:00
e87678f359 Merge pull request #5 from Chalarangelo/master 2017-12-17 22:11:54 +01:00
021df91849 split coalesce into 2 functions 2017-12-17 11:39:24 -08:00
3d0bed6332 Merge pull request #227 from Pl4gue/web-patch-1
Add logo hyperlink to repo
2017-12-17 21:25:50 +02:00
e33a1d9850 make logo a hyperlink to repository 2017-12-17 19:26:27 +01:00
fa7b8973e1 remove changes from non-static index 2017-12-17 19:26:17 +01:00
48775ff477 Add logo hyperlink to repo 2017-12-17 19:21:38 +01:00
96b407e0fe Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into patch-1 2017-12-17 19:14:35 +01:00
4634716010 Typo and regeneration 2017-12-17 19:58:18 +02:00
3542b287ca Merge pull request #225 from Pl4gue/patch-3
Fix hexToRGB() issue with 3-digit colorcodes
2017-12-17 19:57:41 +02:00
325b9f477f Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into patch-1 2017-12-17 18:57:17 +01:00
66b90951c6 Merge pull request #222 from BlakeGuilloud/patch-1
Typo in Readme.md
2017-12-17 19:56:46 +02:00
5a25eebc4a Merge pull request #224 from Pl4gue/patch-2
Fix extendHex.md wrong functionality
2017-12-17 19:56:27 +02:00
57f1829ac7 Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into patch-1 2017-12-17 18:56:22 +01:00
c1e9f34380 Updated framework to use min version 2017-12-17 19:40:44 +02:00
f915878eb1 Added a simple web builder 2017-12-17 19:36:44 +02:00
e704df7b96 Update hexToRGB.md 2017-12-17 18:33:57 +01:00
f283e4f685 Update extendHex.md 2017-12-17 18:18:50 +01:00
bc7d0b7c3b Typo in Readme.md
Fixed arrayMin description to reflect it's functionality.
2017-12-17 12:16:39 -05:00
a0dfa81a7b Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into patch-1 2017-12-17 17:55:47 +01:00
ad9b16b3f6 Update sqaure_it.md 2017-12-17 22:15:36 +05:30
e8abd35702 Update sqaure_it.md 2017-12-17 22:13:10 +05:30
b2b5627df8 Merge pull request #221 from Chalarangelo/renaming
Renaming
2017-12-17 17:56:42 +02:00
9db5e43e66 Fully renamed and updated everything, tagged, built 2017-12-17 17:55:51 +02:00
c209d9e972 Merge pull request #218 from fejes713/master
Fix naming
2017-12-17 16:55:46 +02:00
b848906fe5 fix naming 2017-12-17 15:41:31 +01:00
7630bafa22 Issue template 2017-12-17 14:56:53 +01:00
8cea052bb1 Merge pull request #4 from Chalarangelo/master 2017-12-17 14:49:19 +01:00
5a7c7746f6 Merge pull request #213 from schichulin/master
Fix Array pull (mutates array) to pull out values correctly
2017-12-17 15:23:28 +02:00
3229ffd2b6 update Array pull in README.md 2017-12-17 14:53:24 +02:00
2d28b22fb2 fix array-pull to pull out values correctly 2017-12-17 14:33:52 +02:00
dda73dfdde Merge pull request #212 from Chalarangelo/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2017-12-17 13:16:40 +02:00
16e9427c95 Create CODE_OF_CONDUCT.md 2017-12-17 13:16:27 +02:00
5b89ecac22 Fix typo 2017-12-17 13:12:10 +02:00
4f66cc6736 Merge pull request #211 from vivek28111992/patch-1
Updated ReadMe.md
2017-12-17 13:11:44 +02:00
5f2821934b Updated ReadMe.md
changed `indow.speechSynthesis.getVoices()` to `window.speechSynthesis.getVoices()` in Speech synthesis (experimental)
2017-12-17 16:34:58 +05:30
10786e928f Build 2017-12-17 13:01:31 +02:00
87f1ce5d82 Merge pull request #210 from Kladdkaka/master
Changing _ to () :)
2017-12-17 13:01:12 +02:00