Search Results for "find empty directories"

Showing 120 open source projects for "find empty directories"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • 1
    fzf

    fzf

    A command-line fuzzy finder

    fzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc. fzf will launch an interactive finder, read the list from STDIN, and write the selected item to STDOUT. Without STDIN pipe, fzf will use find command to fetch the list of files excluding hidden ones. (You can override the default command with FZF_DEFAULT_COMMAND). fzf by default starts...
    Downloads: 26 This Week
    Last Update:
    See Project
  • 2
    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: 5 This Week
    Last Update:
    See Project
  • 3
    CoreUI Free React Admin Template v4

    CoreUI Free React Admin Template v4

    CoreUI React is a free React admin template based on Bootstrap 5

    ..., customizable, easy to learn React.js UI components and React.js Admin Templates which significantly cut development time. CoreUI lets you save thousands of priceless hours because it offers everything you need to create modern, beautiful, and responsive React.js based applications. Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Nextcloud Desktop Client

    Nextcloud Desktop Client

    Desktop sync client for Nextcloud

    Nextcloud Desktop Client is a tool to synchronize files from Nextcloud Server with your computer. Use the desktop clients to keep your files synchronized between your Nextcloud server and your desktop. Select one or more directories on your local machine and always have access to your latest files wherever you are. Looking for integration apps like browser add-ins for Passwords, a feedreader, and more? Check our app store for integrations! You can already find Nextcloud Desktop client packages...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 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.
  • 5
    Azure SDK for .NET

    Azure SDK for .NET

    Active development of the Azure SDK for .NET

    ... these features in one client library, you will know how to use them in other client libraries. You can learn about these shared features at Azure.Core. Last stable versions of packages that are production-ready. These libraries provide similar functionalities to the preview packages, as they allow you to use and consume existing resources and interact with them, for example: upload a storage blob. Stable library directories typically contain 'Microsoft.Azure' in their names.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    Filesystem Component

    Filesystem Component

    The Filesystem component provides basic utilities for the filesystem

    The Filesystem component provides platform-independent utilities for filesystem operations and for file/directory paths manipulation. The component contains two main classes called Filesystem and Path. mkdir() creates a directory recursively. On POSIX filesystems, directories are created with a default mode value 0777. You can use the second argument to set your own mode. exists() checks for the presence of one or more files or directories and returns false if any of them is missing. copy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Finder Component

    Finder Component

    Find files and directories via an intuitive fluent interface

    The Finder component finds files and directories based on different criteria (name, file size, modification time, etc.) via an intuitive fluent interface. If you install this component outside of a Symfony application, you must require the vendor/autoload.php file in your code to enable the class autoloading mechanism provided by Composer. The $file variable is an instance of Symfony\Component\Finder\SplFileInfo which extends PHP’s own SplFileInfo to provide methods to work with relative paths...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11
    Useful Scripts

    Useful Scripts

    Useful scripts for making developer's everyday life easier

    ... (such as Portable Cloud). It is used to quickly troubleshoot performance problems, automatically find out how many threads are consumed in the running process, and print out their thread stacks to determine the method calls that cause performance problems. Find out duplicate classes in jar files and class directories. Used to troubleshoot Javaclass conflicts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    fd

    fd

    A simple, fast and user-friendly alternative to 'find'

    fd is a program to find entries in your filesytem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. First, to get an overview of all available command line options, you can either run fd -h for a concise help message or fd --help for a more detailed version. fd is designed to find entries in your filesystem. The most basic search you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    goenv

    goenv

    Like pyenv and rbenv, but for Go

    ... injected into your PATH, determines which Go version has been specified by your application, and passes your commands along to the correct Go installation. When you run all the variety of Go commands using go, your operating system searches through a list of directories to find an executable file with that name. This list of directories lives in an environment variable called PATH, with each directory in the list separated by a colon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Chartbrew

    Chartbrew

    Open-source web platform used to create live reporting dashboards

    Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create beautiful charts. It features a chart builder, editable dashboards, embeddable charts, query & requests editor, and team capabilities. It is recommended you head over to the more detailed documentation to find out how to set up Chartbrew. The CLI tool creates a chartbrew/.env file which you can configure at any time if you want to change the database, API & client host, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    eslint-plugin-sonarjs

    eslint-plugin-sonarjs

    SonarJS rules for ESLint

    SonarJS rules for ESLint to detect bugs and suspicious patterns in your code. Rules in this category aim to find places in code that have a high chance of being bugs, i.e. don't work as intended. All branches in a conditional structure should not have exactly the same implementation. Collection elements should not be replaced unconditionally. Empty collections should not be accessed or iterated. Function calls should not pass extra arguments. Related "if/else if" statements should not have...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Caire

    Caire

    Content aware image resize library

    Caire is a content aware image resize library based on Seam Carving for Content-Aware Image Resizing paper. An energy map (edge detection) is generated from the provided image. The algorithm tries to find the least important parts of the image taking into account the lowest energy values. Using a dynamic programming approach the algorithm will generate individual seams across the image from top to down, or from left to right (depending on the horizontal or vertical resizing) and will allocate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    rbenv

    rbenv

    Groom your app’s Ruby environment

    Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments. Powerful in development. Specify your app's Ruby version once, in a single file. Keep all your teammates on the same page. No headaches running apps on different versions of Ruby. Just Works™ from the command line and with app servers like Pow. Override the Ruby version anytime: just...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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: 4,770 This Week
    Last Update:
    See Project
  • 19
    YAT

    YAT

    Yet Another Terminal :: Serial Communication :: Engineer/Test/Debug

    Engineering, testing and debugging of serial communication. Supports RS-232/422/423/485 as well as TCP/IP Client/Server/AutoSocket, UDP/IP Client/Server/PairSocket and USB Ser/HID. Optimized for simple command sets of e.g. embedded systems.
    Leader badge
    Downloads: 686 This Week
    Last Update:
    See Project
  • 20
    Madedit-Mod

    Madedit-Mod

    MadEdit-Mod is a cross platform Text/Hex editor based on MadEdit

    Madedit-Mod is a cross platform text/hex editor base on MadEdit with a log of critical bug fix from me or other developers. A lot of new features were added, such as Drag-Drop Edit(cross platform), Highlight word, etc. The reason that I maintained this project is that the author of MadEdit had not worked on it for for a long time and I really like it and need more features. Find more information on Wiki pages. Currently supported Languages: English Chinese Simplified (zh_CN...
    Leader badge
    Downloads: 95 This Week
    Last Update:
    See Project
  • 21
    Extreme Ultimate .bashrc File

    Extreme Ultimate .bashrc File

    Extreme ultimate .bashrc configuration file for Bash

    Do you want a more robust experience from your bash shell? As a Linux systems administrator, I've been working on this .bashrc file for well over a decade. Over the years, I have searched through scores of others' .bashrc and script files collecting and improving on new ideas and features. This portable drop in bash configuration file can be used on any system anywhere you use a terminal. It will detect most settings on most systems and make sure your environment has every feature...
    Leader badge
    Downloads: 84 This Week
    Last Update:
    See Project
  • 22
    puppy linux  F96CE_XFCE_FUSILLI 4.4

    puppy linux F96CE_XFCE_FUSILLI 4.4

    We are working on a more attractive puppy linux, based in F96CE puppy

    Puppy Linux F96CE_XFCE_Fusilli 4.4 is an exceptional and user-friendly operating system that seamlessly blends power and simplicity, offering an unparalleled computing experience. Designed with efficiency in mind, this lightweight distribution boasts the XFCE desktop environment, providing a perfect balance between functionality and resource conservation. Ease of use is at the forefront of Puppy Linux F96CE_XFCE_Fusilli 4.4, making it an ideal choice for both beginners and seasoned users....
    Downloads: 32 This Week
    Last Update:
    See Project
  • 23
    MyBox

    MyBox

    Easy Tools of PDF, Image, File, Network, Data, and Medias

    javafx-desktop-apps pdf image ocr icc barcode color-palette text bytes markdown html archive compress digest video audio editor converter media https://github.com/Mararsh/MyBox Self-contain packages need not java env nor installation. Jar packages need Java 16 or higher.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 24
    garlic3

    garlic3

    Garlic source library for Gambas3

    Gambas3* coding tools and examples for use in SMB or other organizations that make internal programs. E.g. from database fields to class sourcecode with DbInfoCode, clean up source with ProbableCause, or just use an empty project template *For Gambas2 see older "garlic" project: https://sourceforge.net/p/garlic/wiki/Home/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    WordPress Business Directory Plugin

    WordPress Business Directory Plugin

    Launch a WP business directory with SEO and monetization.

    Digital business directories act like an online version of traditional yellow pages, providing key information about local businesses to help consumers find what they need. These directories usually include details such as contact information, business hours, customer reviews, and ratings, proving to be a useful tool for both businesses looking to be discovered and customers seeking services. The WordPress Business Directory plugin streamlines the creation of a detailed directory on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next