Showing 31 open source projects for "simple-draw"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Spring Boot Admin

    Spring Boot Admin

    Admin UI for administration of spring boot applications

    ...The UI is just a Vue.js application on top of the Spring Boot Actuator endpoints. Support for Python applications is available using Pyctuator. First, you need to setup your server. To do this just setup a simple boot project (using start.spring.io). As Spring Boot Admin Server is capable of running as servlet or webflux application, you need to decide on this and add the according Spring Boot Starter. Monitoring Python applications is available using Pyctuator. If you want to use a snapshot version of Spring Boot Admin Server you most likely need to include the spring and sonatype snapshot repositories. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ventoy

    Ventoy

    A New Bootable USB Solution

    Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With Ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. You can copy many files at a time and Ventoy will give you a boot menu to select them. You can also browse ISO/WIM/IMG/VHD(x)/EFI files in local disks and boot them. x86 Legacy BIOS, IA32 UEFI, x86_64 UEFI, ARM64 UEFI and MIPS64EL...
    Leader badge
    Downloads: 225,024 This Week
    Last Update:
    See Project
  • 3
    DHCP Server Open Source Freeware Windows/Linux. MultiSubnet DHCP Server supports Dynamic, Static Leases, Relay Agents, BOOTP, PXEBOOT. Global, Range and Client Specific Options. Supports filtering of ranges on Mac Address, Vendor and User Class.
    Leader badge
    Downloads: 901 This Week
    Last Update:
    See Project
  • 4
    nwg-iso

    nwg-iso

    Arch Linux ISO with nwg-shell for sway and Hyprland

    The nwg-iso project provides an ISO image built with archiso, with additions to ensure a simple way to install Arch Linux, sway & Hyprland Wayland compositors and the nwg-shell toolbox. The live environment comes with Hyprland and sway session, so that you can test compositors and the shell before installation. It also contains the 'installer' command, which is a simplified version of the interactive installation with the archinstall script.
    Leader badge
    Downloads: 75 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5

    x86_64-LFS-linux-uclibc Shell Assistant

    BASH Shell Tool Helps With LFS "General Compilation Instructions"

    #--------##--------##--------##--------# Sets up an x86_64 linux cross-build from your kconfig using a bash shell program thus producing linux-headers, uClibc, gcc and a complete GNU os. The tool is simple to customize with a few configuration variables. There is one executable program and six proglets, 100 common GNU source tarballs required. The Linux 4.2 kernel has a System.map with 22000 entries, in contrast to the slackware15 map having 155000 entrie s. The uClibc works superbly with g++. I used bash 4.2 along with "the tool" to build the system. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    ExtFS Check Tool

    ExtFS Check Tool

    Checks and repairs Ext+BTR FS volumes for errors

    This is a kind of Scandisc or Checkdisk program for debian based linux systems. It scans your ext4 and BTRFS disks and repair them. Github: https://github.com/shampuan/ExtFS-Check-Tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    dumb-init

    dumb-init

    A minimal init system for Linux containers

    ...However, omitting an init system often leads to incorrect handling of processes and signals, and can result in problems such as containers that can’t be gracefully stopped, or leaking containers that should have been destroyed. dumb-init is simple to use and solves many of these problems: you can just add it to the front of any container’s command, and it will take on the role of PID 1 for itself. It immediately spawns your process as PID ~2, and then proxies on any signals it receives. This helps to avoid special kernel behavior applied to PID 1, while also handling regular responsibilities of the init system (like reaping orphaned zombie processes). dumb-init is a simple process supervisor and init system designed to run as PID 1 inside minimal container environments (such as Docker). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The FreeRC Project

    The FreeRC Project

    init, supervision, and service management suite + boot scripts

    FreeRC is an init suite consisting of boot scripts written in Lua and a small, fast, and portable init daemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MicroFormat

    MicroFormat

    A Windows Format Tool for USB and Physical volumes

    A simple Windows tool that can format USB or physical volumes to either NTFS or FAT32. It supports custom Volume names and quick formatting. Done out of boredom and curiosity for practicing purposes. The program will refuse to format the Windows partition. Because the Windows partition is not always C, the check is not hard-coded. Rather, I perform a comparison between the currently selected volume to format and the known System volume.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    EfiPy

    EfiPy

    Python Library for accessing UEFI BIOS internal function by protocol

    EfiPy is a Python Module on UEFI shell which can access UEFI BIOS kernel interface - System Table - Runtime Services - Boot Services pAnalyzer package - Tracing UEFI protocol calling flow Output protocol flow to screen or file with XML format CorePy (assembly package) - Simple Assembly code in Python environment. EfiPy Shell package- Simple uefi shell program coded with EfiPy library to prove EfiPy workable EfiPy leverage these open source packages - ctypes, CorePy. Samples https://sourceforge.net/u/efipy/svn/HEAD/tree/Trunk/ EfiPy Author: https://www.linkedin.com/in/max-wu-a9068b90/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    multibootusb

    multibootusb

    Create multi boot live Linux on a USB disk...

    Multi Boot USB / MultiBoot USB / MultiBootUSB is a software / installer which allows user to install multiple Live Linux Distros in to a single USB drive / Pendrive / Flash drive and able to boot from it. USB can be tested without reboot using inbuilt QEMU.
    Leader badge
    Downloads: 300 This Week
    Last Update:
    See Project
  • 12
    Cloudium OS

    Cloudium OS

    Written in pure ASM and Exode with cloud computing in mind.

    ...It also is secure (without requiring constant user input like Windows). But, how are we going to do this? Well every os wants/says these kind of things, so to accomplish our goals we follow these simple rules: keep it simple (that's way better then these complex interfaces etc. almost nobody wants), generalize (this makes things easier and more useful without extra complexity) and be inventive (sometimes doing it the classical way just doesn't work). Note: development peace will be temporarily lowered until February the fifth. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Turn Off

    Turn Off

    Shuts down your computer in the selected period of time.

    This is a simple Python GUI that will allow you to turn off the PC automatically in the selected period of time. You can also cancel the previous turn offs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    rc-dot-stupid

    manage init/shutdown/monitoring of services

    ...Because startup systems like systemd and upstart are sometimes hard to tune in many situations, like MySQL data directory on a networked filesystem. As rc.stupid does nothing other as running scripts (or anything that may be executed) you may find other use cases like simple clustering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    fbsplash is a userspace implementation of a splash screen for Linux systems. It provides a graphical environment during system boot using the Linux framebuffer layer. It follows a design policy of being simple, lightweight and fast.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    OFBootMenu is a boot selector for the Pegasos platform written in Forth. A simple configuration file specifies the set of operating system choices and the commands used to boot each one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This program is a small and simple tool that manages the available "services" (the programs in the /etc/init.d/ directory) in a Debian box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Boot Loader Manager
    Boot Loader Manager is a program that can install and configure Grub and Grub4Dos boot loaders. It provides a simple and self-explanatory user interface to edit menu entries and appearance of boot screen.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    Simple `init' program with parallel execution and dependencies via reference counting (`start' and `stop' commands).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    qinit is a fast, small, simple replacement for init. It does NOT read rc.d, or init.d; rather it is configured similarly to dwm. Meant to be built against dietlibc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A set of tools to generate and build a customized initramfs, for simple mounting tasks, such as setting up a unionfs system. Written for a small footprint and fast execution. Compatible with both glibc and uClibc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A simple, easily customizable framework to produce the users choice of an initrd or initramfs package. My goal is to make Another Early Userspace Init Option that isn't outdated, hard to customize, or arbitrarily limited.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GeDI, the GEneric Diskless Installer, is a set of bash scripts charged with the simple purpose of making it easier to install and manage a set of diskless clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    With this project I intend to write a really, really simple OS, just for fun and learning. I think I will never have a really usable version, as I said, that's no my objective.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    JTAG-O-MAT is a simple but highly configurable command line tool for Win32 and Linux based PCs, mainly used to upload initial software to virgin embedded system via a JTAG interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next