remove
- Sign up for GitHub or sign in to edit this page
Here are 210 public repositories matching this topic...
iOS File Manager on top of NSFileManager for simplifying files management.
-
Updated
Sep 26, 2019 - 94 commits
- Objective-C
Code-snippets and guides on removing ServiceWorker from a websiste.
-
Updated
Oct 9, 2019 - 5 commits
- JavaScript
Programmatically remove backgrounds from your images using the remove.bg api
-
Updated
Oct 12, 2019 - 14 commits
- PHP
Remove the background of any image 100% automatically
-
Updated
Sep 23, 2019 - 8 commits
- JavaScript
Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you would expect with `compact` for arrays.
-
Updated
Oct 5, 2019 - 36 commits
- JavaScript
Delete files and directories without all the bullshit.
-
Updated
Sep 6, 2019 - 34 commits
- JavaScript
plugin remove Markdown formatting
-
Updated
Aug 24, 2019 - 95 commits
- JavaScript
Strip block comments or line comments from JavaScript code.
-
Updated
Oct 10, 2019 - 87 commits
- JavaScript
Recursively omit specified keys from an object.
-
Updated
Oct 1, 2019 - 26 commits
- JavaScript
A tiny (< 100 LoC) library for trimming whitespace from a canvas element with no dependencies
-
Updated
Oct 8, 2019 - 10 commits
- JavaScript
Windows 10 PRO Activator - No more backdoors via loaders from China and neither you will need any crack anymore that is valid for a week or two. This is script is written for powershell/cmd. This script will also removing all bloatware from Windows 10. Edit the script after your needs.
-
Updated
Sep 8, 2019 - 7 commits
- PowerShell
Remove annotations from the e-books downloaded from the pirate sites, such as www.it-ebooks.info, www.allitebooks.com and another ones.
-
Updated
Sep 19, 2019 - 17 commits
- Python
Node.js implementation of rm -fr – recursive removal of files and directories
-
Updated
Dec 5, 2018 - 47 commits
- JavaScript
Smart comment and whitespace cleaner for JavaScript-like files
-
Updated
Apr 6, 2019 - 15 commits
- JavaScript
An interactive cli tool to uninstall npm global packages.
-
Updated
Jun 9, 2019 - 51 commits
- JavaScript
A WordPress plugin to stop users from updating plugins and themes if they're under your control.
-
Updated
May 23, 2019 - 30 commits
- PHP
plugin to remove the wrapping paragraph for images
-
Updated
Aug 12, 2019 - 31 commits
- JavaScript


Because of umask, calling
ensureDir/ensureDirSyncwithoutfs.chmodSync, the actual mode is not the same as the intended mode. I think it is better to mention this in https://github.com/jprichardson/node-fs-extra/blob/master/docs/ensureDir.md especially for someone who is not familiar with umask.Besides, I feel it is unnecessary to call this in mkdirs.js because node will take care of tha