3b14a69cb1
add 30react to similar projects - it's no longer a secret
2018-10-15 19:48:06 +02:00
8efdf68e3c
Update squareSum.md
2018-10-15 12:17:08 +03:00
386cde09d1
add snippet
2018-10-15 11:53:12 +03:00
faec79cba6
Simplify countBy
2018-10-15 12:18:24 +04:00
55c4a967e5
Travis build: 639
2018-10-15 05:10:18 +00:00
db16dd775e
Merge pull request #838 from mphan6/Issue-833
...
Correct palindrome.md description
2018-10-15 08:08:51 +03:00
b39af772d8
Update palindrome.md
2018-10-15 08:07:36 +03:00
a3f227a9c7
Update palindrome.md
2018-10-15 08:06:52 +03:00
c21b4ce44b
Correct palindrome.md description
...
Corrected the second toLowerCase() function typo and tried to make the
description more clear.
2018-10-14 17:47:48 -04:00
a9a61b4de2
Add Kilometers/Hour to Miles/Hour conversion and reverse
2018-10-12 21:49:43 +02:00
6c7bd5a9ca
Another primitive assert function
2018-10-12 15:12:43 +08:00
f83e636f9b
Travis build: 637
2018-10-11 12:09:31 +00:00
4384b820ea
Merge pull request #828 from 8eni/typo-update-snippet-sample-description
...
[FIX] Updates typo in 'sample' snippet from 'of' to 'off'
2018-10-11 15:07:50 +03:00
f07906fef3
Updates typo in sample snippet from of to off
2018-10-11 10:57:51 +01:00
342d58b60f
Travis build: 635
2018-10-10 20:55:48 +00:00
91dd2a34ff
Update README-start.md
2018-10-10 23:53:40 +03:00
c7400ae653
Updated the test system
2018-10-10 23:36:17 +03:00
e56c709510
Updated packager for test builds
2018-10-10 22:30:10 +03:00
6d6ed2f4dc
Removed temp folder from the module builder
2018-10-10 21:03:07 +03:00
7a0772966e
Travis build: 630
2018-10-10 18:02:26 +00:00
2d121dbcb8
Merge pull request #826 from Siarhei-Zharnasek/master
...
Simplify unionBy
2018-10-10 21:00:53 +03:00
429b91eba7
Update module.js to cut down I/O operations
2018-10-10 20:54:04 +03:00
b2e2b8df32
Merged module and rollup
...
In reference to #816
2018-10-10 20:27:39 +03:00
3b0de71606
Simplify unionBy
2018-10-10 16:47:58 +04:00
6237233b4b
Travis build: 626
2018-10-09 16:34:03 +00:00
034d4c5188
Remove localize.js and some rogue .js files
2018-10-09 19:31:56 +03:00
b7cea76f62
Travis build: 624
2018-10-09 16:20:38 +00:00
0d504e9d63
Merge pull request #811 from tricinel/update-glossary-terms
...
Update glossary terms
2018-10-09 19:18:57 +03:00
e3a0b0ee5b
Update ShadowDOM.md
2018-10-09 19:16:42 +03:00
715f8907f7
Travis build: 622
2018-10-09 11:17:03 +00:00
8d353d7ab9
Merge pull request #815 from henrycjchen/master
...
fix time problem
2018-10-09 14:14:33 +03:00
d5044d0501
more semantic version
2018-10-09 16:54:03 +08:00
17ebfaead0
Travis build: 620
2018-10-09 08:16:49 +00:00
851f70ecf5
Merge pull request #818 from sanket0896/patch-1
...
[FIX] Fixed typo
2018-10-09 11:15:10 +03:00
eaa73e916f
Fixed typo
...
Changed "demiliter" to "delimiter" in line 5
2018-10-09 13:31:18 +05:30
3d4c37600b
Travis build: 618
2018-10-08 19:34:23 +00:00
4b2cbc586a
Update README-end.md
2018-10-08 22:32:44 +03:00
f99a706e81
Merge remote-tracking branch 'origin/master'
2018-10-08 22:31:55 +03:00
b357989fa6
Revert "Update README-start.md"
...
This reverts commit c8c60895e8 .
2018-10-08 22:31:47 +03:00
dd49cfb58e
Travis build: 615
2018-10-08 18:47:47 +00:00
c8c60895e8
Update README-start.md
2018-10-08 20:46:04 +02:00
af0d56d91b
Travis build: 613 [custom]
2018-10-08 17:23:40 +00:00
8d0f627991
Delete NOTICE.md
2018-10-08 20:17:54 +03:00
85ec40994c
Travis build: 609
2018-10-08 17:10:39 +00:00
68b28a3dbf
Merge pull request #762 from 30-seconds/packager
...
[FIX] Packager script: Babel 7, named exports
2018-10-08 20:08:41 +03:00
956cbdbf0a
Update .gitignore
2018-10-08 20:06:32 +03:00
e9b131b8e3
fix time problem
...
setTimeout would go wrong in some browser when the second argument is less than zero
2018-10-08 21:48:19 +08:00
2470d4b599
Merge pull request #1 from 30-seconds/master
...
update
2018-10-08 21:44:58 +08:00
88a131144b
Travis build: 606
2018-10-07 18:55:31 +00:00
9d461919a6
[FEATURE] Adding Heron's formula for area of any triangle ( #813 )
...
Heron's Formula for Area of any (valid) triangle.
## Description
Adding heronArea.js and adding the corresponding entry in tag_database. More info on Heron's formula (and why it works) here: https://en.wikipedia.org/wiki/Heron%27s_formula . This is exceptionally helpful for simplifying any math being done inside your JS, and abstracts away any altitude calculations being done before the (1/2)bh calculation often used instead.
## PR Type
- [x] Snippets, Tests & Tags (new snippets, updated snippets, re-tagging of snippets, added/updated tests)
- [ ] Scripts & Website & Meta (anything related to files in the [scripts folder](https://github.com/30-seconds/30-seconds-of-code/tree/master/scripts ), how the repository's automated procedures work and the website)
- [ ] Glossary & Secondary Features (anything related to the glossary, such as new or updated terms or other secondary features)
- [ ] General, Typos, Misc. & Meta (everything else, typos, general stuff and meta files in the repository - e.g. the issue template)
## Guidelines
- [x] I have read the guidelines in the [CONTRIBUTING](https://github.com/30-seconds/30-seconds-of-code/blob/master/CONTRIBUTING.md ) document.
2018-10-07 20:53:51 +02:00