Search Results for "remove empty directories"

Showing 97 open source projects for "remove empty directories"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    yt-dlp

    yt-dlp

    A youtube-dl fork with additional features and fixes

    yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project
    Downloads: 235 This Week
    Last Update:
    See Project
  • 2
    UACMe

    UACMe

    Defeating Windows user account control

    Run executable from command line, akagi32 [Key] [Param] or akagi64 [Key] [Param]. First parameter is a number of methods to use, second is an optional command (executable file name including full path) to run. The second parameter can be empty - in this case, the program will execute elevated cmd.exe from the system32 folder. Since 3.5.0 version all "fixed" methods are considered obsolete and removed altogether with all supporting code/units. If you still need them. This tool shows ONLY popular...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    Signature Pad

    Signature Pad

    HTML5 canvas based smooth signature drawing

    Signature Pad is a JavaScript library for drawing smooth signatures. It's HTML5 canvas based and uses variable width Bézier curve interpolation based on Smoother Signatures post by Square. It works in all modern desktop and mobile browsers and doesn't depend on any external libraries. Demo works in desktop and mobile browsers. You can check out its source code for some tips on how to handle window resize and high DPI screens. You can also find more about the latter in HTML5 Rocks tutorial....
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    ExternalDNS

    ExternalDNS

    Configure external DNS servers (AWS Route53, Google CloudDNS and other

    ... Route 53 or Google Cloud DNS. In a broader sense, ExternalDNS allows you to control DNS records dynamically via Kubernetes resources in a DNS provider-agnostic way. ExternalDNS' allows you to keep selected zones (via domain-filter) synchronized with Ingresses and Services of type=LoadBalancer in various cloud providers. ExternalDNS can become aware of the records it is managing therefore ExternalDNS can safely manage non-empty hosted zones.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 5
    LittleJS

    LittleJS

    The Tiny JavaScript Game Engine That Can!

    ... is mostly empty with just a few things you can use to get started or remove. You can also download and include engine.all.js or engine.all.min.js. In order to load files like images you will need to run a small web server like http-server on npm. I recommend an editor that does this for me automatically like Brackets or VS Code with the Live Server plugin.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    NPKILL

    NPKILL

    List any node_modules directories in your system

    Easily find and remove old and heavy node_modules folders. Installation through npm is simple. Make sure you have installed node and npm and then run npm i -g npkill. You can also use it without installing it by running npx npkill. Simply go from the terminal to the directory from which you want to search and type npkill. This will start the search and will show the node_modules directories next to their size. You can use the cursor arrows to move up or down. Pressing the Space key will erase...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    XcodeGen

    XcodeGen

    A Swift command line tool for generating your Xcode project

    ... projects can also be defined using more advanced features. Generate projects on demand and remove your .xcodeproj from git, which means no more merge conflicts! Automatically generate Schemes for different environments like test and production. Share build settings across multiple targets with build setting groups. Easily copy and paste files and directories without having to edit anything in Xcode.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    xdg

    xdg

    Go implementation of the XDG Base Directory Specification

    Provides an implementation of the XDG Base Directory Specification. The specification defines a set of standard paths for storing application files, including data and configuration files. For portability and flexibility reasons, applications should use the XDG-defined locations instead of hardcoding paths. The package also includes the locations of well-known user directories, as well as other common directories such as fonts and applications. The current implementation supports most flavors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Background Remover

    Background Remover

    A library for auto removing background from your photos

    This is an Android library for removing the background from the image. You have to give the bitmap of the image to this library and the library will return the bitmap with the removed background. The default method for simply removing the background from the subject from bitmap without trimming the bitmap. Remove the empty part of the image from bitmap. true for removing empty part and false for not and by default it is false.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 10
    CapRover

    CapRover

    Scalable PaaS (automated Docker+nginx), aka Heroku on Steroids

    ..., installing it, update nginx over and over again. Deploy apps in your own space (Node js, PHP, Python, Java literally any language!) Simple interface for many docker operations, exposing container ports to host, setting up persistent directories, instance count and etc. Optionally fully customizable Nginx config allowing you to enable HTTP2, specific caching logic, custom SSL certs and etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    gofumpt

    gofumpt

    A stricter gofmt

    ... to ensure consistent formatting independent of what Go version is being used. The added formatting rules are implemented in the format package. Note that vendor directories are skipped unless given as explicit arguments. Similarly, the added rules do not apply to generated Go files unless they are given as explicit arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    z

    z

    Tracks your most used directories, based on 'frecency'

    Tracks your most used directories, based on 'frecency'. After a short learning phase, z will take you to the most 'frecent directory that matches ALL of the regexes given on the command line, in order. For example, z foo bar would match /foo/bar but not /bar/foo. The rank of directories maintained by z undergoes aging based on a simple formula. The rank of each entry is incremented every time it is accessed. When the sum of ranks is over 9000, all ranks are multiplied by 0.99. Entries...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    flag-icons

    flag-icons

    A curated collection of all country flags in SVG

    A curated collection of all country flags in SVG, plus the CSS for easier integration. For using the flags inline with text add the classes .fi and .fi-xx (where xx is the ISO 3166-1-alpha-2 code of a country) to an empty <span>. If you want to have a squared version flag then add the class fis as well. You could also apply this to any element, but in that case you'll have to use the fib instead of fi and you're set. This means that the flag is just going to appear in the middle of an element...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Khue's Homelab

    Khue's Homelab

    Modern self-hosting framework, fully automated from empty disk

    This project utilizes Infrastructure as Code and GitOps to automate provisioning, operating, and updating self-hosted services in my Homelab. It can be used as a highly customizable framework to build your own Homelab. Homelab is a laboratory at home where you can self-host, experiment with new technologies, practice for certifications, and so on. For more information, please see the r/homelab introduction and the Home Operations Discord community (formerly known as k8s-at-home).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    custom-MX-Linux-image-for-empty-USBdrive

    custom-MX-Linux-image-for-empty-USBdrive

    A portable usb installed custom mxlinux image for script & office work

    ... ) to write it to an EMPTY USB Drive of Size 32 GB and then boot from that USB Drive ( Press F12 or Equivalent on your System to choose usb disk drive boot, quickly on PC Start ) This image is a full installation of MX Linux ( MX-21.1_x64 ), having multiple Browsers, Utilities, Geany and LibreOffice 7.3 Hope it is useful for your scripts & office work. Default User Name and Password : script/script with Auto Login and Administrator Privileges. For creating a wifi connection, use network apps.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    custom-ubuntu-image-for-empty-usb-drives

    custom-ubuntu-image-for-empty-usb-drives

    A portable usb installed custom ubuntu image for scripts & office work

    ... ) to write it to an EMPTY USB Drive of Size 32 GB and then boot from that USB Drive ( Press F12 or Equivalent on your System to choose usb disk drive boot, quickly on PC Start ) This image is a minimal installation of ubuntu 20.04 LTS having Browser, Utilities, Geany and LibreOffice 7.2 Hope it is useful for your scripts & office work. Default User Name and Password : script/script with Auto Login and Administrator Privileges. Right Click files like Video / Audio to open with Chrome Browser.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Bulk Crap Uninstaller

    Bulk Crap Uninstaller

    Remove large amounts of unwanted applications quickly.

    Bulk Crap Uninstaller (in short BCUninstaller or BCU) is a free (as in speech and beer) bulk program uninstaller with advanced automation. It excels at removing large amounts of applications with minimal to no user input, while requiring next to no technical knowledge. It can detect most applications and games (even portable or not registered), clean up leftovers, force uninstall, automatically uninstall according to premade lists, and much more. Bulk Crap Uninstaller is licensed under...
    Leader badge
    Downloads: 6,021 This Week
    Last Update:
    See Project
  • 18
    Hamburgers

    Hamburgers

    Tasty CSS-animated Hamburgers

    Hamburgers is a collection of tasty CSS-animated hamburger icons. Also included is the source as a Sass library. It’s modular and customizable, so cook up your own hamburger. The hamburger button belongs inside the <nav> so that assistive technologies will be able to locate the navigation, and to allow these users to easily locatate the hamburger button, without having to search up and down the DOM, once they realize they've found themselves in an empty navigation. Animations use CSS3 3D...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    m23

    m23

    Your linux deployment tool!

    m23 is a free software distribution system (license: GPL), that installs (via network, starting with partitioning and formatting) and administrates (updates, adds / removes software, adds / removes scripts) clients with Debian, (X/K)Ubuntu and LinuxMint. It is used for deployment of Linux clients in schools, institutions and enterprises. The m23 server is controlled via a web interface. A new m23 client can be installed easily in only three steps. Group functions and mass installation...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 20
    Portable Webserver OS For Small Intranet

    Portable Webserver OS For Small Intranet

    For Web Developers, Testers, Learners, End Users - Screenshots Below

    Instructions: 1. Download & Extract the above zip file 2. Use the free Rescuezilla Software ( https://rescuezilla.com/ ) to restore this pen drive image, on to a 8 GB OR More Good EMPTY Pen Drive (Hint Below) 3. Restart the computer and quickly change the BIOS Boot Order, to boot from this written pen drive 4. Check the network tray icon on its desktop for ethernet / lan cable connectivity. If required, configure by clicking the eth0 button in it, for the first time, after...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    CliFM

    CliFM

    The command line file manager

    A file manager for the Unix terminal. Unlike most file managers out there, based on the TUI, CliFM is entirely based on command-line. It is also ultra-lightweight, lightning fast, extensible, and written in C.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    AvaSattva

    AvaSattva

    Search replace files or pipe

    See https://github.com/qualiu/msr/ Match/Search/Replace: msr.exe/msr-Win32.exe/msr.cygwin/msr.gcc**/msr-i386.gcc** Match/Search/Replace/Execute/* Files/Pipe Lines/Blocks. Filter/Load/Extract/Transform/Stats/* Files/Pipe Lines/Blocks. Not-IN-latter: nin.exe/nin-Win32.exe/nin.cygwin/nin.gcc**/nin-i386.gcc** Get Exclusive/Mutual Line-Set or Key-Set; Remove Line-Set or Key-Set matched in latter file/pipe; Get Unique/Mutual/Distribution/Stats/* Files/Pipe Line-Set or Key-Set. Match...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    PhotoVisor

    PhotoVisor

    Photo-Viewer for easy image management

    PhotoVisor is a free application designed to streamline the organization of your photos. With intuitive arrow-key navigation, you can quickly decide which photos to keep and which to discard, offering a faster alternative to traditional mouse-based methods. Images are not deleted immediately, allowing for quicker sorting with reduced loading times. To permanently remove unwanted images, simply empty the bin. Additionally, you can explore your photos on a map using the metadata...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Kisekae UltraKiss

    Kisekae UltraKiss

    Kisekae UltraKiss is a full featured integrated development environmen

    UltraKiss is a computer program that implements the Kisekae Set system, KiSS, a Japanese graphics system originally developed to facilitate costume changes on virtual dolls. UltraKiss was developed to help artists build their KiSS sets. It is a full featured viewer for all KiSS dolls, games, and visual applications. It is also a complete graphical development environment for creating KiSS applications. It fully implements the FKiSS event driven programming language up to and including...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    CandidATS

    CandidATS

    Recruitment Management Software

    ... to latest No installation necessary for CandidATS 3.0.0 Beta to Stable. Uploading the files are enough. On Migrate, 1) Backup database, attachment directory, upload directory and config.php 2) Remove all files from the root directory 3) Upload the CandidATS files 4) Restore the attachment and upload directories after migration Migration to CandidATS 2.0.0 Stable 1) run the {candidats Installation url}/migrateextrafield.php 2) Execute the generated extrafield.sql in the database
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next