Commit Graph

380 Commits

Author SHA1 Message Date
c49c77f80e Add toTitleCase snippet and update tag_database accordingly 2018-10-19 03:49:34 +02: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
551a221df8 Add readable, writable and duplex 2018-10-03 22:16:10 +03:00
fd23b0ca81 Update tag_database 2018-10-02 08:35:37 +03:00
474aaffbbf Add isStream 2018-10-01 20:12:19 +03:00
e8d4ad78d9 Add isBeforeDate, isAfterDate, isSameDate 2018-09-29 13:58:38 +03:00
e9c20ed7f5 Add minDate, maxDate 2018-09-29 13:38:20 +03:00
82d59bb8de Add dayOfYear 2018-09-29 13:22:20 +03:00
2239021bb1 Merge pull request #753 from 30-seconds/feature/shank
[FEATURE] shank()
2018-09-27 18:12:10 +03:00
cc0c55da83 shank() - array - duplicates Array.prototype.splice() except returns a new array instead of mutating in-place
Update shank.md

Update shank.md

Update shank.js

Update shank.test.js

Update tag_database

remove testlog
2018-09-27 14:59:50 +02:00
eb12a93d85 Add indentString 2018-09-24 22:14:27 +03:00
1d56a77413 Travis build: 505 2018-09-22 11:42:48 +00:00
4cacfac825 Travis build: 503 2018-09-22 11:38:18 +00:00
0677faffab Difficulty tags 2018-09-08 16:58:27 +03:00
3656c758f0 WIP: Scripts and HTML 2018-09-08 12:24:24 +03:00
f1fb6aadb5 add deepFreeze 2018-08-25 17:54:16 +02:00
4de6aceb04 Added uniqueSymmetricDifference and updated symmetricDifference 2018-08-17 08:37:08 +03:00
070464a26d Updated relevant files 2018-08-03 02:18:56 +01:00
96c0254536 Tags and tests 2018-07-18 21:02:42 +03:00
005dfcf8d0 Add mapString, fix dig 2018-07-14 10:59:56 +03:00
2212f7e545 WIP: npm run tester failed 2018-07-08 02:06:00 -07:00
7443e9270f Add JSONtoCSV
Resolve #686
2018-07-06 20:25:46 +03:00
5ef18a9a55 Add CSVToJSON 2018-06-27 21:14:24 +03:00
906cea6c83 Add CSVtoArray 2018-06-27 20:57:54 +03:00
537bff5093 Add arrayToCSV 2018-06-27 20:26:43 +03:00
1ba221ff35 Add 4 new browser snippets
triggerEvent - trigger an event on an element, insertAfter & insertBefore - parse and insert HTML after or before an element respectively, elementContains - checks if an element contains another element
2018-06-19 20:57:58 +03:00
013680ce54 Travis build: 2117 2018-05-31 21:56:38 +00:00
0218ccbd23 add toHash to tag database with Array tag 2018-05-31 14:50:07 -07:00
4eba8103ea Update tag_database 2018-05-31 21:25:49 +03:00
262a657ccb Travis build: 2110 2018-05-31 18:13:03 +00:00
239ddd904f Add nodeListToArray 2018-05-06 18:11:21 +03:00
368815ad9a Add counter snippet 2018-05-06 17:55:46 +03:00
3651b4e8e5 add tag 2018-04-26 20:17:51 -04:00
eea09ac106 update tag_database 2018-04-18 20:45:58 -04:00
846ad495c4 Merge pull request #651 from maple3142/master
[FEATURE] Add initializeNDArray
2018-04-16 17:52:13 +03:00
3ee732dace Update tag_database 2018-04-16 17:51:14 +03:00
a4792c9618 Add isBrowserTabFocused, fixed is tests 2018-04-15 19:18:44 +03:00
f327051be6 Add initializeNDArray 2018-04-14 15:52:39 +08:00
823dbdd8df Merge pull request #646 from yazeedb/add-renameKeys
[FEATURE] renameKeys
2018-04-12 21:43:14 +03:00
01515907e7 Update tag_database 2018-04-11 23:41:22 +10:00
d81d36d892 update tag_database 2018-04-10 13:25:14 -04:00
409a0e7ac9 Add offset snippet 2018-04-10 19:07:50 +03:00
e458136b49 Update tag_database 2018-03-19 12:52:49 +10:00
66b770d8ab Update tag_database 2018-03-08 23:25:11 +10:00
5423c52198 Merge pull request #616 from Chalarangelo/recordFrames
Create recordAnimationFrames.md
2018-03-06 09:10:23 +02:00
9cca4b40d9 Update tag_database 2018-03-06 09:09:20 +02:00
02ef94e3bd update tag database 2018-03-02 17:24:20 +01:00
08ea5233f6 Merge pull request #613 from commenthol/pad
[FEATURE] pad - string padding
2018-02-26 13:53:09 +02:00
802bd7dca3 Update tag_database 2018-02-25 14:27:59 +11:00
5d26a14749 pad - string padding on both sides 2018-02-24 17:47:36 +01:00