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
30secondsofcode
5db73f463e
Travis build: 475 [cron]
2018-09-18 20:12:19 +00:00
Angelos Chalaris
c845c2bced
Linted archive
2018-09-15 13:52:12 +03:00
Felix Wu
ba785feca6
build
2018-09-14 15:15:41 +02:00
Felix Wu
5597480a17
rebuild README
2018-09-14 13:00:38 +02:00
Felix Wu
e21bff8504
fix isSimilar
2018-09-14 12:58:54 +02:00
30secondsofcode
43af1264ee
Travis build: 176 [cron]
2018-08-02 19:51:06 +00:00
Angelos Chalaris
5c38423805
Codacy style changes (minor)
2018-08-02 14:10:16 +03:00
30secondsofcode
76b2582c8e
Travis build: 1751 [cron]
2018-02-26 20:28:33 +00:00
Angelos Chalaris
ddbfa9d337
Merge branch 'master' into lev-dist
2018-02-26 17:32:47 +02:00
Angelos Chalaris
39e27a0505
Update levenshteinDistance.md
2018-02-26 17:32:09 +02:00
Angelos Chalaris
0df38bf62b
Update isSimilar.md
2018-02-26 17:28:07 +02:00
Rohit Tanwar
a47f64c89a
update
2018-02-26 15:06:47 +05:30
Rohit Tanwar
53dd6eeda4
add snippet to archive
2018-02-26 15:01:26 +05:30
30secondsofcode
998af8f9e2
Travis build: 1572 [cron]
2018-02-04 20:17:40 +00:00
Angelos Chalaris
1006da6fa5
Coding style fixes and improvements
2018-02-04 17:58:57 +02:00
Angelos Chalaris
3129126866
Fixed error prone checking etc in codebase
2018-02-04 17:48:07 +02:00
30secondsofcode
871830c6d0
Travis build: 1329 [cron]
2018-01-21 20:11:28 +00:00
Angelos Chalaris
d655ba6cc2
Archived cleanObj
...
It's essentially the same as `pick` but a lot more confusing.
2018-01-19 13:05:48 +02:00
30secondsofcode
e0e30a6108
Travis build: 1297 [cron]
2018-01-17 20:11:19 +00:00
Angelos Chalaris
f076160341
Fixed snippet archiver build and generated README
2018-01-16 16:23:25 +02:00
30secondsofcode
951509906e
Travis build: 1242 [cron]
2018-01-15 20:08:35 +00:00
Angelos Chalaris
ebba4213f6
Merge pull request #514 from Chalarangelo/XMLHttpRequest
...
[FEATURE] http requests snippets
2018-01-10 21:33:03 +02:00
Stefan Feješ
962d848979
add to archive
2018-01-10 19:23:26 +01:00
30secondsofcode
763a738438
Travis build: 1118 [cron]
2018-01-09 20:43:29 +00:00
30secondsofcode
47aa3cf7b7
Travis build: 1115 [custom]
2018-01-09 13:27:42 +00:00