Showing 76 open source projects for "wxdev-c"

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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    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: 746 This Week
    Last Update:
    See Project
  • 2
    Self Integrated DNS DHCP Server Open Source Freeware Windows/Linux. Works as DHCP or DNS Server or both. Using both services automatically adds DHCP allotted hosts automatically to DNS Server. Support Relay Agent, PXEBOOT, BOOTP, Zone Trasfer, DHCP Range Filters. Download.
    Leader badge
    Downloads: 77 This Week
    Last Update:
    See Project
  • 3

    Kobo XCSoar Launcher

    a customizable boot menu for your Kobo Mini

    Mainly this project aims at easing startup and use of XCSoar (see xcsoar.org) on Kobo Mini. But the scope of use should not be limited solely to XCSoar. The Launcher should be small in code size, reuse most of the original libraries, provide flexible configuration to any application that might be ported to the Kobo Mini. It supports customizable fonts, toolbox-pages, buttons (also graphical), labels, autostart and sleep timers.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 4

    controller

    FLL based tool for controller programs and can act as an init program.

    Downloads: 2 This Week
    Last Update:
    See Project
  • AestheticsPro Medical Spa Software Icon
    AestheticsPro Medical Spa Software

    Our new software release will dramatically improve your medspa business performance while enhancing the customer experience

    AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
    Learn More
  • 5
    This is Rivoreo custom edition of the sysvinit program. The original sysvinit project page is at http://savannah.nongnu.org/projects/sysvinit/ The original sysvinit Debian package project page is at http://alioth.debian.org/projects/pkg-sysvinit/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    odikadhcpd

    dhcpd server

    The odikadhcpd server is an open source dhcp server that works behind a relay dhcp. It couldn't be installed in front of a dhcp client. It is designed to respond to Telco providers or enterprises needs, which want a centralized dhcp server solution. * hooks for pre-process and post-process dhcp request * modular solution with referential in file,ldap,mysql and lease in mysql * support customize referentiel and lease solution * support integration of lease database with powerdns...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Underdog -- Early and Late User Context

    mkinitramfs & mkinitrd replacement and (eventually) alternate /init

    Many complex storage environments running within GNL/Linux could benefit from increased disassembly and resource remediation during shutdown. Underdog an alternate /init to create a "late" user context to resume control during shutdown to park media and detach network devices. Currently there is a fully working initramfs (mkinitramfs/mkinitrd) replacement that is capable of building the early user context images both as separate files or built into the kernel image. The working proof...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    UEFI fdisk

    UEFI fdisk is a disk partitionning tool running under UEFI/BIOS

    UEFI fdisk is a port to UEFI of the famous fdisk partitioning tool from util-linux, see https://github.com/karelzak/util-linux . Now since this program runs directly under UEFI shell you don't need to *boot* the system to edit partition tables.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    dumb-init

    dumb-init

    A minimal init system for Linux containers

    ...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). It is deployed as a small, statically-linked binary written in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 10
    Tini

    Tini

    A tiny but valid `init` for containers

    All Tini does is spawn a single child (Tini is meant to be run in a container), and wait for it to exit all the while reaping zombies and performing signal forwarding. It protects you from software that accidentally creates zombie processes, which can (over time!) starve your entire system for PIDs (and make it unusable). It ensures that the default signal handlers work for the software you run in your Docker image. For example, with Tini, SIGTERM properly terminates your process even if you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    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
  • 12

    lux

    Extended Lua for Unix

    Custom Lua interpreter, libraries, and bindings for Unix platforms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    libinitmon

    Library to make startup process easy

    Libinitmon is a library targeted for those who wants to create its own init/bootup daemon. It supports: - dependencies tracking - pid watchdog - wait for TCP, UDP, Unix sockets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    ufile

    Tools for cross building root file systems.

    If you build a root file system you often have to become root on your own host to call chown mknod and so on. With ufile you can do that things for another machine in a save way without the need becoming root on your own host. For more information have a glance at README.odt in the package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DING!

    DING!

    First practical dynamic system performance analyzer

    Windows application displaying a system tray icon and notifications about system responsiveness at the moment. When the system is busy with finishing its loading after reboot - you'll get a notification when the system is really ready to work. On next reboot it will display a countdown clock with estimated time to wait before full system readiness.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    depinit

    An alternative init program

    Depinit is an alternative init program that can handle parallel execution, dependencies, true roll-back, pipelines, improved signaling and unmounting filesystems on shutdown. It incorporates ideas from sysvinit, simpleinit, daemontools and make. At present, it is a bit experimental, and requires good knowledge of the initialisation process to set up.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    rc-dot-stupid

    manage init/shutdown/monitoring of services

    rc.stupid a Linux daemon that: - repeatedly runs a start script at system startup until this script exits with zero status - regulary runs a check script - runs a stop script at system shutdown Why ? 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
  • 18

    DroidLDR

    DroidLDR is a MultiBoot loader for every Droid Phone

    /* This is a README file of DroidLdr Not a Program!! Another's Email: bmy001@gmail.com */ #include "stdio.h" #include "stdlib.h" int main() { printf("DroidLDR is a MultiBoot loader for every Droid Phone\n It can boot other linux on ur Droid Phone via chinge kernel.\n"); return 0; }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ELILO: EFI Linux Boot Loader

    ELILO was the legacy EFI linux boot loader for IA-64(IPF), IA-32(x86),

    This project is orphaned, Debian dropped it in 2014, and RH & SUSE stopped using this tree (and feeding back change) long before that so no longer interested in working on it. Feel free to start your own source tarball is available.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 20
    This project's goal was to develop an open source firmware for Sinus 154 DSL Basic SE and similar AR7 based devices. Projektziel war die Entwicklung einer freien Firmware für Sinus 154 DSL Basic SE und vergleichbare Geräte mit AR7-Prozessor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    eINIT is a replacement for the long standard sysvinit. It aims to be yet one of the fastest and most configurable init systems around.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    IXP4xx (IXP425, 422, 421, 420) BSP for Windows CE (wince/Windows Embedded Compact) 4.2/5.0/6.0/7.0
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Simple `init' program with parallel execution and dependencies via reference counting (`start' and `stop' commands).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    qingy is a replacement of getty. Written in C, it uses DirectFB to provide a fast, nice GUI without the overhead of the X Window System. It allows the user to log in and start the session of his choice (text console, gnome, kde, wmaker, ...).
    Downloads: 21 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next