Commit Graph

1779 Commits

Author SHA1 Message Date
c682422579 Travis build: 780 2018-11-10 12:52:11 +00:00
b030bc4ca6 Travis build: 777 2018-11-10 12:43:12 +00:00
cf9af90438 Travis build: 766 2018-11-10 12:20:46 +00:00
c3fe03ed91 Travis build: 764 2018-11-10 11:57:01 +00:00
996dcdc22d Additional tests 2018-11-10 13:04:37 +02:00
85ad8f1783 Additional tests and updated hide footprint to match show 2018-11-10 11:21:31 +02:00
de1b9f3eba [FIX] wrong comment with getColonTimeFromDate #869 2018-11-03 16:58:20 +05:30
0d60444af7 Travis build: 718 2018-10-31 19:07:56 +00:00
225f6aec35 Travis build: 716 2018-10-31 18:43:39 +00:00
0e58603310 Travis build: 711 2018-10-31 16:51:58 +00:00
9e4c7308ce docs: prototype.prototype -> prototype 2018-10-31 17:21:06 +01:00
e6143218e6 Travis build: 704 2018-10-26 18:28:38 +00:00
e86f79b486 Travis build: 692 2018-10-26 15:37:27 +00:00
7b41da562c Travis build: 690 2018-10-26 14:42:08 +00:00
b159362f0e Travis build: 688 2018-10-26 14:19:53 +00:00
0b636f7bd5 Merge pull request #855 from ccjmne/add-totitlecase
Add toTitleCase snippet and update tag_database accordingly
2018-10-26 17:17:51 +03:00
db0485e2bf Travis build: 684 2018-10-25 10:28:14 +00:00
c7336809f7 Update longestItem.md 2018-10-25 13:24:26 +03:00
e0c7d41271 Change argument name 2018-10-25 14:13:25 +04:00
dc80418ce0 Simplify longestItem 2018-10-25 14:13:10 +04:00
2408b4d435 Update snippets/toTitleCase.md
Co-Authored-By: ccjmne <ccjmne@gmail.com>
2018-10-19 17:58:40 +02:00
edefb9667c Travis build: 661 2018-10-19 07:17:15 +00:00
a9d3d77be2 Travis build: 659 2018-10-19 06:06:32 +00:00
6fb735eb09 Update toTitleCase.md 2018-10-19 08:36:58 +03:00
c49c77f80e Add toTitleCase snippet and update tag_database accordingly 2018-10-19 03:49:34 +02:00
1fb3e65cca Linted everything, removed semistandard 2018-10-18 23:38:01 +03:00
229e484988 Simplify differenceBy 2018-10-17 12:01:48 +04:00
fcd87c4482 Merge pull request #830 from liuhanqu/master
Another primitive assert function
2018-10-16 11:35:20 +03:00
e2139389b1 Update isPrimitive.md 2018-10-16 11:34:45 +03:00
faec79cba6 Simplify countBy 2018-10-15 12:18:24 +04: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
6c7bd5a9ca Another primitive assert function 2018-10-12 15:12:43 +08:00
f07906fef3 Updates typo in sample snippet from of to off 2018-10-11 10:57:51 +01:00
3b0de71606 Simplify unionBy 2018-10-10 16:47:58 +04: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
eaa73e916f Fixed typo
Changed "demiliter" to "delimiter" in line 5
2018-10-09 13:31:18 +05:30
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
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
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
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
de0cda09fa Update isDuplexStream.md 2018-10-03 22:27:46 +03: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
cf9bffdc95 Change docs for triggerEvent 2018-10-03 13:27:09 +04:00