Commit Graph

660 Commits

Author SHA1 Message Date
a80a62c56d fix/update intializeArrayWithRange.md 2017-12-19 04:52:44 -05:00
19aae4ec50 Build 2017-12-18 15:50:56 +02:00
ee745165f3 Merge pull request #237 from kimabrandt/master
Fix `nthElement'-example.
2017-12-18 15:50:24 +02:00
e2485229f7 Fix `nthElement'-example. 2017-12-18 14:43:20 +01:00
ff05f95aea Merge pull request #215 from Pl4gue/patch-1
Issue template
2017-12-18 13:26:29 +02:00
81943e4f84 Update ISSUE_TEMPLATE.md 2017-12-18 13:26:02 +02:00
c41057cc10 Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code into patch-1 2017-12-18 12:12:40 +01:00
afc292d706 Build 2017-12-18 13:06:26 +02:00
a23408e99f Merge pull request #187 from meetzaveri/patch-2
Create First-one-to-pass-truth-test.md
2017-12-18 13:05:32 +02:00
5d27345087 Update and rename Truth-check-objects.md to truthCheckCollection.md 2017-12-18 13:05:21 +02:00
57094bb9e9 Merge pull request #230 from wojtekmaj/bugfix/hexToRgb
hexToRgb: Fix returning wrong value for short hash without # symbol, fix extendHex called 3 times
2017-12-18 12:38:51 +02:00
0fced30fc3 Merge pull request #205 from prodigic/master
coalesce snippet
2017-12-18 12:16:26 +02:00
1657b61417 Update coalesce.md 2017-12-18 12:16:18 +02:00
d7be9d9084 Update and rename coalesce-factory.md to coalesceFactory.md 2017-12-18 12:15:36 +02:00
f5a375efba Build 2017-12-18 12:14:24 +02:00
979cc38330 Merge pull request #117 from meetzaveri/patch-1
Create sqaure_it.md
2017-12-18 12:12:13 +02:00
42bff6deb6 Update and rename sqaure_it.md to mapObject.md 2017-12-18 12:11:58 +02:00
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
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