Commit Graph

391 Commits

Author SHA1 Message Date
a2794c150e Add createDirIfNotExists snippet 2018-12-12 19:25:16 +02:00
6613b86eb0 Merge pull request #885 from iaptsiauri/deepMapKeys
[FEATURE] adds deepMapKeys snippet
2018-12-10 11:50:35 +02:00
aedcf48488 Update tag_database 2018-12-10 11:50:07 +02:00
ea4284adf9 revert changes, according to PR 2018-12-09 18:52:14 +02:00
cc652ac653 Revert "adds deepMapKeys snippet"
This reverts commit 73470c50d9.
2018-12-09 18:48:59 +02:00
3a3c6b176e Merge pull request #880 from Garebake/master
Added Midpoint.js
2018-12-07 18:25:11 +02:00
8e795eab3f Merge pull request #865 from MKrupauskas/master
add filterFalsy snippet, tags, and tests
2018-12-07 18:15:49 +02:00
56e7689a97 adds deepMapKeys snippet 2018-11-29 15:22:53 +02:00
480eb7fc86 Added Midpoint.js 2018-11-15 08:49:04 -07:00
b723a931b7 add isNegativeZero 2018-11-12 14:45:36 +01:00
5c693aee76 add filterFalsy snippet, tags, and tests 2018-10-29 23:19:01 +02:00
7e96f39d24 Add toTitleCase snippet and update tag_database accordingly 2018-10-19 03:49:34 +02:00
946a30ab4c [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
21622234d6 Add readable, writable and duplex 2018-10-03 22:16:10 +03:00
bff38c6387 Update tag_database 2018-10-02 08:35:37 +03:00
55c2bd3ac4 Add isStream 2018-10-01 20:12:19 +03:00
08509a2aed Add isBeforeDate, isAfterDate, isSameDate 2018-09-29 13:58:38 +03:00
bd04a9e9ac Add minDate, maxDate 2018-09-29 13:38:20 +03:00
7f7ebc24dd Add dayOfYear 2018-09-29 13:22:20 +03:00
aa15eada60 Merge pull request #753 from 30-seconds/feature/shank
[FEATURE] shank()
2018-09-27 18:12:10 +03:00
efce13b1e1 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
28e84d483c Add indentString 2018-09-24 22:14:27 +03:00
267d198ca3 Travis build: 505 2018-09-22 11:42:48 +00:00
0ed297997a Travis build: 503 2018-09-22 11:38:18 +00:00
72c674e82b Difficulty tags 2018-09-08 16:58:27 +03:00
6ee2cd43ca WIP: Scripts and HTML 2018-09-08 12:24:24 +03:00
87552862c3 add deepFreeze 2018-08-25 17:54:16 +02:00
250a856e69 Added uniqueSymmetricDifference and updated symmetricDifference 2018-08-17 08:37:08 +03:00
6dfb5c4aaa Updated relevant files 2018-08-03 02:18:56 +01:00
b129b46c0d Tags and tests 2018-07-18 21:02:42 +03:00
2c47f76676 Add mapString, fix dig 2018-07-14 10:59:56 +03:00
c1b433d061 WIP: npm run tester failed 2018-07-08 02:06:00 -07:00
5e0b1e113b Add JSONtoCSV
Resolve #686
2018-07-06 20:25:46 +03:00
9788e764be Add CSVToJSON 2018-06-27 21:14:24 +03:00
817298ab88 Add CSVtoArray 2018-06-27 20:57:54 +03:00
de42015a01 Add arrayToCSV 2018-06-27 20:26:43 +03:00
1c8e535a41 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
68493e6c25 Travis build: 2117 2018-05-31 21:56:38 +00:00
49d7164497 add toHash to tag database with Array tag 2018-05-31 14:50:07 -07:00
01538ce407 Update tag_database 2018-05-31 21:25:49 +03:00
8e1c3ef934 Travis build: 2110 2018-05-31 18:13:03 +00:00
e8ecfc7085 Add nodeListToArray 2018-05-06 18:11:21 +03:00
95a121a832 Add counter snippet 2018-05-06 17:55:46 +03:00
087b8b3cde add tag 2018-04-26 20:17:51 -04:00
8f9b53ab32 update tag_database 2018-04-18 20:45:58 -04:00
0f28ce5212 Merge pull request #651 from maple3142/master
[FEATURE] Add initializeNDArray
2018-04-16 17:52:13 +03:00
63887760cc Update tag_database 2018-04-16 17:51:14 +03:00
99ac5a6137 Add isBrowserTabFocused, fixed is tests 2018-04-15 19:18:44 +03:00
5a90166db2 Add initializeNDArray 2018-04-14 15:52:39 +08:00
d5bd85bdca Merge pull request #646 from yazeedb/add-renameKeys
[FEATURE] renameKeys
2018-04-12 21:43:14 +03:00