@writetome51/array-get-and-remove-all-before
2 functions: one removes and returns all array items before the first instance of a particular value, and the other removes and returns all array items before the last instance of a particular value
2 functions: one removes and returns all array items before the first instance of a particular value, and the other removes and returns all array items before the last instance of a particular value
Removes and returns items from array, identified by their indexes
Removes and returns array items that pass a test
Removes and returns every extra instance of each array item
Receives a test function and both removes and returns resulting items that pass test.
Function removes the requested item from the array and returns it
Removes and returns items from array, identified by their indexes
Removes and returns middle section of an array
array-handling functions that remove and return data from the array
array-handling functions that remove and return data from the array
Removes and returns middle section of an array
Adds ability to: - read clipboard's content - write to clipboard
The original project only supports up to Electron^22.0.0, but my project is built on Electron^26.0.0. Therefore, I have attempted to upgrade the Electron version used within the menubar project.
The algorithm continuously evaluates and scores open source software projects in supported package managers based on their impact and value to the OSS ecosystem.
A lean, zero dependency library to provide a useful base for your project. Checksums, cryptography, codecs, date-times, error-checking-codes, logging, pseudorandom number generation. The tools you need for any project. Secure build pipeline, provenance
These functions remove all items that come either before or after a certain value in the array.
2 functions that remove all items that come before a certain value in the array.
Functions that search for instances of a value in an array and remove them.
Function removes chunk of adjacent items from the middle of the array
Removes items from array, identified by indexes