Commit Graph

4006 Commits

Author SHA1 Message Date
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
cf80ddae2e Travis build: 604 2018-10-07 13:26:08 +00:00
77ddd8a7e8 [FEATURE] Add getImages snippet (#806)
<!-- Use a descriptive title, prefix it with [FIX], [FEATURE] or [ENHANCEMENT] if applicable (use only one) -->

## Description
<!-- Write a detailed description of your changes/additions here -->
Adding a snippet to fetch all images from within a desired element.
<!-- If your PR resolves an issue, please state "Resolves #(issue number)" to help maintainers process it faster -->
<!-- If you think your PR will cause breaking changes, require changes in the documentation etc, please be so kind as to explain what, where and how -->

## 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 15:24:36 +02:00
3780653a46 add reminder to uncommit testlog 2018-10-06 22:50:59 +02:00
5c0bcca72f Travis build: 601 2018-10-06 09:35:19 +00:00
7c6dc60d1f Merge pull request #809 from SarathSantoshDamaraju/fix-side-nav
Added side nav to glossary and archived pages
2018-10-06 12:33:39 +03:00
8fef0cbc49 Fixed page titles 2018-10-06 12:22:29 +03:00
50561379d9 Travis build: 599 [custom] 2018-10-05 21:08:23 +00:00
4331ca9d6a Test Travis-CI
Sorry for the useless commit
2018-10-05 23:44:00 +03:00
f76c0e528d Add Shadow DOM 2018-10-05 18:07:32 +02:00
a94f20e492 Add Web Components 2018-10-05 17:57:34 +02:00
a8ebda3ed5 Added side nav to glossary and archived pages 2018-10-05 20:00:18 +05:30
60c418e1ac Travis build: 597 [cron] 2018-10-04 20:18:24 +00:00
695273853f [FIX] allEqual.test.js test arrays with different types in the same array (#805)
allEqual test false when there are different types
2018-10-04 22:06:48 +03:00
db202497a7 Travis build: 594 2018-10-04 13:46:53 +00:00
998a1ae477 Merge pull request #803 from hckr/atob-btoa
[FIX] Error with new in btoa
2018-10-04 16:44:55 +03:00
645cda1b9d Fix error with new in btoa 2018-10-04 12:58:44 +02:00
aa533c8f2c Travis build: 592 2018-10-04 03:38:20 +00:00
6552ca59ad Merge pull request #800 from hckr/atob-btoa
[FIX] Replace deprecated calls in atob and btoa
2018-10-04 06:36:39 +03:00
3bcf815565 Replace deprecated calls in atob and btoa 2018-10-03 23:08:31 +02:00
d9de6e6977 Travis build: 590 [cron] 2018-10-03 20:17:00 +00:00
0c33860b0f Travis build: 588 2018-10-03 19:29:27 +00:00
de0cda09fa Update isDuplexStream.md 2018-10-03 22:27:46 +03:00
400427a2c1 Travis build: 586 2018-10-03 19:19:18 +00:00
befb3875a4 Merge pull request #765 from 30-seconds/is-stream
Add isStream
2018-10-03 22:17:29 +03:00
551a221df8 Add readable, writable and duplex 2018-10-03 22:16:10 +03:00
6bd999bb96 Travis build: 583 2018-10-03 09:34:17 +00:00
8b38f4bf85 Merge pull request #778 from Siarhei-Zharnasek/master
Change docs for triggerEvent [ENHANCEMENT]
2018-10-03 12:33:01 +03:00
cf9bffdc95 Change docs for triggerEvent 2018-10-03 13:27:09 +04:00
a99d9f769d Travis build: 581 2018-10-03 05:03:56 +00:00
cbff3c17b6 Merge pull request #777 from mintunitish/master
Minor Simplification
2018-10-03 08:02:52 +03:00
0c0b4aa388 Reverted SCSS Changes 2018-10-03 10:17:54 +05:30
96082b2f74 Travis build: 579 [cron] 2018-10-02 20:18:29 +00:00