Commit Graph

47 Commits

Author SHA1 Message Date
25d11ba096 Merge pull request #764 from evyatarmeged/master
[FEATURE] add celsiusToFahrenheit and fahrenheitToCelsius
2018-10-16 20:31:45 +03:00
5f60e10c08 Archived 2018-10-16 20:31:11 +03:00
c150912db7 Merge pull request #832 from Qo2770/master
[FEATURE] Add Kilometers/Hour to Miles/Hour conversion and reverse
2018-10-16 20:24:41 +03:00
26afaf454c Archived 2018-10-16 20:22:23 +03:00
ade6be6cd7 Update squareSum.md 2018-10-16 13:55:06 +03:00
ba8dfd5872 chore: minor updat 2018-10-16 12:56:23 +03:00
5bcd098081 chore: minor updat 2018-10-16 12:54:26 +03:00
8efdf68e3c Update squareSum.md 2018-10-15 12:17:08 +03:00
386cde09d1 add snippet 2018-10-15 11:53:12 +03:00
af0d56d91b Travis build: 613 [custom] 2018-10-08 17:23:40 +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
60c418e1ac Travis build: 597 [cron] 2018-10-04 20:18:24 +00:00
1a92b1265f Minor Simplifications 2018-10-02 23:10:00 +05:30
985ec1928d Travis build: 574 [cron] 2018-10-01 20:16:38 +00:00
f2e5e26af3 Avoid confusing prototype methods for static methods
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)

This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
b38e858121 Travis build: 527 [cron] 2018-09-25 20:13:48 +00:00
2545881051 Update and archive pipeLog 2018-09-22 14:38:12 +03:00
8cf111559d Travis build: 475 [cron] 2018-09-18 20:12:19 +00:00
2ba4b95b47 Linted archive 2018-09-15 13:52:12 +03:00
5727cb4ff0 build 2018-09-14 15:15:41 +02:00
66489215b6 rebuild README 2018-09-14 13:00:38 +02:00
6821da38ac fix isSimilar 2018-09-14 12:58:54 +02:00
ae8c006535 Travis build: 176 [cron] 2018-08-02 19:51:06 +00:00
504ac84abd Codacy style changes (minor) 2018-08-02 14:10:16 +03:00
f4bd0efcc3 Travis build: 1751 [cron] 2018-02-26 20:28:33 +00:00
b3b393c841 Merge branch 'master' into lev-dist 2018-02-26 17:32:47 +02:00
f0e1590d5e Update levenshteinDistance.md 2018-02-26 17:32:09 +02:00
95c7674917 Update isSimilar.md 2018-02-26 17:28:07 +02:00
d093cd0d43 update 2018-02-26 15:06:47 +05:30
b78004b13e add snippet to archive 2018-02-26 15:01:26 +05:30
f9802c7bd7 Travis build: 1572 [cron] 2018-02-04 20:17:40 +00:00
6f3893239c Coding style fixes and improvements 2018-02-04 17:58:57 +02:00
c6c49ab567 Fixed error prone checking etc in codebase 2018-02-04 17:48:07 +02:00
01d7e1ddc0 Travis build: 1329 [cron] 2018-01-21 20:11:28 +00:00
0e89e52d50 Archived cleanObj
It's essentially the same as `pick` but a lot more confusing.
2018-01-19 13:05:48 +02:00
2f29187eea Travis build: 1297 [cron] 2018-01-17 20:11:19 +00:00
73e2fc29b6 Fixed snippet archiver build and generated README 2018-01-16 16:23:25 +02:00
5532f4d195 Travis build: 1242 [cron] 2018-01-15 20:08:35 +00:00
d7678344e4 Merge pull request #514 from Chalarangelo/XMLHttpRequest
[FEATURE] http requests snippets
2018-01-10 21:33:03 +02:00
d3b14b4411 add to archive 2018-01-10 19:23:26 +01:00
40c4a297fb Travis build: 1118 [cron] 2018-01-09 20:43:29 +00:00
506b30e5c4 Travis build: 1115 [custom] 2018-01-09 13:27:42 +00:00
c5287f7ad8 Travis build: 1112 [custom] 2018-01-09 13:22:34 +00:00
f0942c2cf8 Archived both snippets discussed
countVowels and replaceVowels are now in the archive
2018-01-09 14:22:29 +02:00
5fd3d51088 Merge remote-tracking branch 'kingdavidmartins/add.binarySearch' into add.binarySearch 2018-01-09 01:20:25 +02:00
bfa7faf339 Archived binarySearch.md 2018-01-09 01:20:17 +02:00
931e9c689f Archive, multitagging, cleanup
Cleaned up the current snippets for consistency and minor problems, added multiple tags to most of them, archived a few.
2018-01-05 16:33:54 +02:00