Angelos Chalaris
321970f27f
Remove speechSynthesis
2020-04-16 11:32:33 +03:00
Angelos Chalaris
007e9394e6
Remove cleanObj
2020-04-16 11:32:23 +03:00
Angelos Chalaris
638e09d730
Migrate httpDelete, httpPut
2020-04-16 11:21:33 +03:00
Angelos Chalaris
5de07a4337
Remove solveRPN
2020-04-16 11:13:22 +03:00
Angelos Chalaris
7380db04b3
Remove removeVowels
2020-04-16 11:12:44 +03:00
Angelos Chalaris
81a78b2ba9
Remove pipeLog
2020-04-16 11:12:17 +03:00
Angelos Chalaris
66421c9aaa
Remove kmphToMph
2020-04-16 11:11:48 +03:00
Angelos Chalaris
ec38b481eb
Remove factors
2020-04-16 11:10:44 +03:00
Angelos Chalaris
589e78962a
Migrate objectToEntries
2020-04-16 11:10:13 +03:00
Angelos Chalaris
ca0de2deba
Remove squareSum
2020-04-16 11:09:37 +03:00
Angelos Chalaris
85476aba27
Remove JSONToDate
2020-04-16 11:09:02 +03:00
Angelos Chalaris
8a45b51dc3
Remove isSimilar
2020-04-16 11:08:26 +03:00
Angelos Chalaris
90a71bf9d7
Remove isArmstrongNumber
2020-04-16 11:07:55 +03:00
Angelos Chalaris
d96e0f0241
Remove howManyTimes
2020-04-16 11:06:42 +03:00
Angelos Chalaris
e099e8246e
Remove mphToKmph
2020-04-16 11:04:51 +03:00
Angelos Chalaris
80fda6d3fc
Remove fibonacciUntilNum
2020-04-16 11:02:44 +03:00
Angelos Chalaris
410f4443ca
Remove fibonacciCountUntilNum
2020-04-16 11:02:33 +03:00
Angelos Chalaris
31eb0269a8
Migrate celsius/fahrenheit conversions
2020-04-16 11:00:06 +03:00
Angelos Chalaris
d826a5ee6f
Remove countVowels
2020-04-16 10:58:38 +03:00
Angelos Chalaris
f0d8ca0b8c
Remove heronArea
2020-04-16 10:57:47 +03:00
Angelos Chalaris
68fd827bb0
Remove collatz
2020-04-16 10:57:20 +03:00
Angelos Chalaris
86b7a738cb
Merge pull request #1110 from yohix/fix-typos
...
Fix typos across 30-seconds-of-code repo
2020-03-24 08:34:42 +02:00
Angelos Chalaris
edba0e0460
Add objectToEntries snippet
2020-03-23 15:07:10 +02:00
Yohix
585e6113f8
Fix typos
2020-03-22 01:42:10 +00:00
Angelos Chalaris
7173fb9b21
Remove Gatsby
...
Website migration to new infrastructure.
2019-12-02 22:57:25 +02:00
Angelos Chalaris
e54329cb28
Update builder script
2019-08-13 12:12:28 +03:00
Angelos Chalaris
611729214a
Snippet format update
...
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
30secondsofcode
7c128fdb5b
Travis build: 1211 [custom]
2019-06-05 09:55:25 +00:00
30secondsofcode
e5de2db600
Travis build: 1060 [cron]
2019-03-16 15:17:57 +00:00
Oskar Grunning
23f39ea097
fix(levenshteinDistance): repair code block
2019-02-26 20:03:50 +01:00
30secondsofcode
0fa000c0a8
Travis build: 751 [cron]
2018-11-07 14:16:29 +00:00
30secondsofcode
239b947355
Travis build: 725 [cron]
2018-11-01 14:14:00 +00:00
30secondsofcode
ba7dae0b97
Travis build: 670 [cron]
2018-10-20 14:09:06 +00:00
Angelos Chalaris
8b2510e3e3
Merge pull request #764 from evyatarmeged/master
...
[FEATURE] add celsiusToFahrenheit and fahrenheitToCelsius
2018-10-16 20:31:45 +03:00
Angelos Chalaris
3d38961f64
Archived
2018-10-16 20:31:11 +03:00
Angelos Chalaris
2b62e64362
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
Angelos Chalaris
6fcba24379
Archived
2018-10-16 20:22:23 +03:00
Angelos Chalaris
2505974a3c
Update squareSum.md
2018-10-16 13:55:06 +03:00
Saqib Saghir
ff1a9fe85d
chore: minor updat
2018-10-16 12:56:23 +03:00
Saqib Saghir
212275414b
chore: minor updat
2018-10-16 12:54:26 +03:00
Angelos Chalaris
fad13712d2
Update squareSum.md
2018-10-15 12:17:08 +03:00
Saqib Saghir
65ec33638e
add snippet
2018-10-15 11:53:12 +03:00
30secondsofcode
593d2f0a06
Travis build: 613 [custom]
2018-10-08 17:23:40 +00:00
Kyle Begovich
b824723a7a
[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
30secondsofcode
c0f5d12fbe
Travis build: 597 [cron]
2018-10-04 20:18:24 +00:00
Nitish Kumar
ee5586c7f2
Minor Simplifications
2018-10-02 23:10:00 +05:30
30secondsofcode
bf35deabc8
Travis build: 574 [cron]
2018-10-01 20:16:38 +00:00
Mathias Bynens
8ee50178f3
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
30secondsofcode
a582850d3d
Travis build: 527 [cron]
2018-09-25 20:13:48 +00:00
Angelos Chalaris
0a3fc48320
Update and archive pipeLog
2018-09-22 14:38:12 +03:00