Showing 84 open source projects for "simple-draw"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Afero

    Afero

    A FileSystem abstraction system for Go

    Afero is a filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods. Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    IPFS

    IPFS

    IPFS implementation in Go

    ...The average lifespan of a web page is 100 days before it's gone forever. It's not good enough for the primary medium of our era to be this fragile. IPFS keeps every version of your files and makes it simple to set up resilient networks for mirroring data. The Internet has turbocharged innovation by being one of the great equalizers in human history, but increasing consolidation of control threatens that progress. IPFS stays true to the original vision of an open, flat web by delivering technology to make that vision a reality.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Nikkho

    Nikkho

    Javier Gutiérrez Chamorro (Guti) Open source projects

    Javier Gutiérrez Chamorro (Guti) Open source projects Author's website: https://www.javiergutierrezchamorro.com
    Leader badge
    Downloads: 1,023 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    grepwin

    grepwin

    A powerful and fast search tool using regular expressions

    grepWin is a simple search and replace tool which can use regular expressions to do its job. This allows to do much more powerful searches and replaces. Note: project has moved to GitHub https://github.com/stefankueng/grepWin
    Leader badge
    Downloads: 264 This Week
    Last Update:
    See Project
  • 6
    Activity Indicator

    Activity Indicator

    Windows tray HDD led like indicator with keyboard lights support.

    The Activity Indicator utility is a simple program that indicates the HDD activity in the system tray. It contains advanced logging capabilities and friendly interface. It can be used to log the drives and supports indication of many drives by running multiple instances. Now with better, brand new interface!
    Leader badge
    Downloads: 121 This Week
    Last Update:
    See Project
  • 7
    Wnexd

    Wnexd

    Free Windows "nexd" Directory Utility for Command Prompt users

    Wnexd--Windows Directory Utility... Free adjunct to the Windows-intrinsic pushd/popd utilities for users of the Command Prompt terminal window that simulates a linux-style "pushd +1", and "dirs".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Fast Wipe

    Fast Wipe

    Fast Wipe

    - Fast Wipe: wipe files and/or free hd space FAST! - Fast wipe has also secure deletion! wipe&fswipe now supports up to 12 different wipe standards. - It works from command line: windows and linux os available. - Works on any mounted partition. - Added windows installer - Completely Rewritten and Improved - Fixed windows execution usn
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Bulk Extension Changer

    Bulk Extension Changer

    Simple tool to change file extensions

    This simple tool allows you to change the extensions of files in a given directory (and subdirectories) from one type to another. No fluff or overblown GUI; does what it says on the tin.
    Downloads: 40 This Week
    Last Update:
    See Project
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 10
    FileRally

    FileRally

    Quick access to the files you need most

    ...The files you are most likely to need are at your fingertips without navigation, without searching, without settings changes, and without an app launcher. Setup is extremely simple. Just point to your files and go. See settings screen shots below and project web site. v1.4 is for 64-bit systems only. Use v1.2 with 32-bit systems.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    SD

    SD library for Arduino with secure extensions and interactive terminal

    The replacement for standard Arduino SD (Secure Disk) library
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Disk Indexer
    This is a simple utility application for listing out files stored in a given directory or on whole of your computer. List is sorted based on the size of the files. This application is useful when you are running out of disk space on your system. Usually it happens that the disk is full and you are not sure what is taking up the space and what can you delete to be able to reclaim some space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SlimSync

    Java library for file synchronization

    Java programming library for synchronization. It works with local file system as well as with remote repositories/filesystem over various protocols (HTTP, SSH, ...). Can be easily extended to support other types of protocols. Currently it supports local file systems and WebDAV
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SLFS

    Simple Log Structured Filesystem for Linux

    SLFS is a implementation of log-structured file system designed for flash memory based storages(SSD, SD card, eMMC, …). Like other log-structured file systems, SLFS shows good performance under random write. <Build> 1. deploy SLFS source code at your Kernel Source # tar xzf slfs.tar.gz # mv slfs KERNEL_SRC/fs/. # vi KERNEL_SRC/fs/Makefile (add following line) obj-$(CONFIG_SLFS_FS) += slfs/ # vi KERNEL_SRC/fs/Kconfig (find section “MISC_FILESYSTEMS” and add following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    slfs-utils

    Utilities for Simple Log Structured Filesystem(SLFS)

    Only mkfs.slfs is included currently. Other helper programs will be included later. <Build> $ make dep $ make $ make install To get SLFS, visit following link: https://sourceforge.net/p/slfs-linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    usb-resetter

    usb-resetter

    Simple graphical usb reset tool

    USB resetting is the closest equivalent to physically unplugging and re-plugging a USB device. you might ask , How is that useful ? well the use cases will be different from user to another. In my case, it helps with accessing my slightly damaged old USB external hard drive after a mount in unix-like OSes without any i/o issues. Another one is, loop resetting my USB headset solves some weird glitching sound i constantly have while using them. Those are my special use cases. There most be...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17

    Uniqueoid

    Simple & adorable program to eliminate copies of files.

    ...All this features in combine allows to reduce such routine and boring task as a getting rid of repetitive fotos, documents, music tracks and so on to some easy actions, no matter how much copies are involved. Uniqueoid is as simple as possible. It doesn’t require special knowledge in the computer architecture. At the same time program has extended settings for optimization for custom system and preferences. Uniqueoid is written in Java. It can be run on any OS where actual JRE is installed. Uniqueoid is a free software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    transformenator

    transformenator

    Text and binary file transformation

    Text and binary file transformation. Text-based sed, awk, etc. failed me when I needed a simple way to transform binary files to something else. Transformenator is what resulted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Simple PHP/MySQL script that can list files (including MD5 and SHA1 checksums as well as last modification time) in selected folder. It can generate snapshots with a current state of filesystem and compare it with an older snapshots. Before uploading to server, set your password ($correct_password = 'Your Password';) and monitoring folder ($checkpath = './';)!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project provides a file synchronization tool, comparable to unison, with a fast and simple to use application interface written using the Fox toolkit. It can use hash algorithms as well as simple file existence checks for synchronizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Weed Killer

    Aged File Removal

    ... - Choice of regular expressions or traditional wildcards for file or folder patterns. - Ability to specify not only inclusion, but exclusion patterns as well. - Multiple configurations per file. - Simple MDI GUI for editing and testing. - Configuration extension registered as a file type for opening directly from Windows Explorer. - Multiple configuration file editing, with copy/paste support. - Server restrictions on a configuration file, to limit what systems may execute the file when automated. - Automatic assignment/removal of delete permissions for an NT credential on a targeted root folder. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    USB Unhide AlGebra USB and Folder Unhide

    USB Unhide AlGebra USB and Folder Unhide

    AlGebra Unhide is a simple app intended to unhide, files & Directories

    AlGebra Unhide is a tiny app intended to unhide, files and Directories. It unhides files and directories by removing file attribute like "Hidden", "System", and "ReadOnly" by single click. In addition it removes unnecessary shortcut files created by virus and malwares. You can select any directory to unhide by browsing throug it's button or by pasting file path in it's text box. This app work with windows (xp-10) on both 32-bit and 64-bit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JNode is a Java New Operating system Design Effort. JNode is a simple to use and install Java operating system for personal use on modern devices. Any java application runs on it, fast and safe. See our homepage for additional information.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24

    HDGraph

    Display disk usage in a smart view, to identify where space is lost.

    The first free tool for Windows able to draw multi-level pie charts of disk space ! HDGraph displays graphically the hard disk space usage. It shows all your directories and subdirectories on a single graph, allowing to see the largest ones at a glance.
    Leader badge
    Downloads: 203 This Week
    Last Update:
    See Project
  • 25

    Cutter-Tool

    A Simple tool to manipulate multiple text/html files in a batch

    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next