Showing 111 open source projects for "simple queue system"

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
  • 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
  • 1
    operating system simple

    operating system simple

    Operating System Guide Dari 0

    operating_system_guide is a curated, beginner-friendly resource aimed at helping aspiring developers learn how to create an operating system from scratch. Maintained by AzkaDev, the guide collects educational materials, links, and code snippets that walk learners through each major component of OS development—from bootloaders to kernel structures and system calls. While still evolving, the guide acts as a roadmap and inspiration hub for those wanting to explore low-level systems programming...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Capslock

    Capslock

    Tool to remap Caps Lock key behavior on Windows systems

    Capslock is a command-line tool for analyzing the capabilities of Go packages to reveal what privileged operations their code and dependencies can perform. Rather than detecting vulnerabilities, Capslock focuses on identifying capabilities — permissions implied by calls to sensitive or privileged standard library functions, such as file system access, networking, or process control. By following transitive call graphs, it classifies which security-sensitive operations each package can reach,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    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,120 This Week
    Last Update:
    See Project
  • 4
    ELENA Programming Language

    ELENA Programming Language

    an object-oriented language with late binding

    ELENA is a general-purpose, pure object-oriented language with late binding. It promotes more object-oriented program design, reusable and more standardized code. The package includes compiler, IDE, ELENA libraries and samples
    Leader badge
    Downloads: 15 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
    Asmosis

    Asmosis

    A set of tools related to assembly language programming.

    ...The tools include: - the Asm::X86 Perl module, - AsmDoc - an HTML documentation generator for assembly language, - Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/), - converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as, - converters from C/C++ header files to assembly language header files, - make4fasm - a Makefile generator for fasm, - Linux-2.6 kernel module helpers for fasm and NASM, - macros for Autoconf (https://www.gnu.org/software/autoconf/), - pieces of code that may be useful for starting developing a simple operating system. See the project homepage https://asmosis.sourceforge.io and the project Wiki in the menu above.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 6
    IMYplay

    IMYplay

    Plays iMelody (IMY) files using many sound systems

    IMYplay is a player for iMelody (IMY) ringtones / files (https://en.wikipedia.org/wiki/IMelody). IMYplay can use the following outputs to produce sound: 1. The Allegro game library (http://alleg.sf.net), 2. SDL (Simple DirectMedia Layer; http://www.libsdl.org), 3. ALSA (Advanced Linux Sound Architecture; http://alsa-project.org), 4. OSS (Open Sound System), 5. Libao (http://xiph.org/ao), 6. PortAudiov19 (http://www.portaudio.com), 7. PulseAudio (http://www.pulseaudio.org), 8. JACK1/JACK2 (http://jackaudio.org), 9. GStreamer (http://gstreamer.freedesktop.org), 10. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 7
    os-tutorial

    os-tutorial

    How to create an OS from scratch

    os-tutorial is an open source educational project by cfenollosa that teaches the basics of building an operating system from scratch. The repository provides step-by-step lessons starting with bootloaders and moving through kernel development, interrupts, memory management, and system calls. Each tutorial is accompanied by clear explanations, code examples, and references to deepen understanding. The project uses x86 assembly and C to illustrate concepts, making it accessible to students and...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Visopsys

    Visopsys

    Alternative operating system for x86 computers

    Visopsys is an alternative operating system for PC compatible computers. In development since 1997, this system is small, fast, and open source. It features a simple but functional graphical interface, pre-emptive multitasking, and virtual memory. Though it attempts to be compatible in a number of ways, Visopsys is not a clone of any other operating system. You can demo the distribution from a “live” CD/DVD or floppy disk
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    Simple STM32 Run

    Run STM32 with simple examples

    By remove dependency to complex STM32 library, each package try to give a simplest code clip drive STM32 working with particular functionality. Supported Core: STM32F107VC
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ditto Edge Server is a lightweight standalone server for resource-constrained edge environments, based on the core Ditto Edge SDK. Icon
    Ditto Edge Server is a lightweight standalone server for resource-constrained edge environments, based on the core Ditto Edge SDK.

    With Ditto Edge Server, you can join devices as small as a Raspberry Pi to a local mesh network and synchronize data across edge environments.

    Ditto's Edge SDK is the only thing your edge devices need to ensure your application is operational in any environment, regardless of network conditions.
    Learn More
  • 10

    SpectralWorks

    View, manipulate, analyze (LS fit, SVD, FT), and make figs of, spectra

    Program for viewing, editing, manipulating, and analyzing absorbance spectra. Simple arithnetic includes making linear combinatins of up to 10 spectra. Advanced functions include fitting spectra as LC of standard basis spectra, singular value decomposition, Fourier transform, differentiation, integration, global fitting of 3D titration and kinetic data. Graphics features allow composing Figures and export to postscript files which can be converted to pdf, imported into photoshop for...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    raspberry-pi-os

    raspberry-pi-os

    Learning operating system development using Linux kernel and Raspberry

    This project provides a step-by-step educational guide on building a simple operating system kernel entirely from scratch, specifically targeting the Raspberry Pi 3. The operating system, referred to as RPi OS, is inspired by the Linux kernel but remains intentionally minimal to focus on clarity and teaching fundamental OS concepts. Each lesson introduces a kernel feature and demonstrates its implementation within RPi OS, followed by a comparison to how the same concept is realized in the Linux kernel. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Specialist-S

    Specialist-S

    8-bit home-made computer on Z80 CPU

    This is a renaissance of the "Specialist" micro-computer published in the popular "Modelist-Constructor" magazine issue #2, 1987 by A. Volkov. The original design was used the Soviet i8080A analog - KR580IK80A (KR580VM80A), but this one is based on the Z80A CPU. Postfix "S" in the project name designates a "simple" design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pharos

    Pharos

    RTOS for Secure, Safe and Real-Time Systems

    Pharos is a free open-source RTOS for secure, safe and real-time systems with the following characteristics: - Memory and enhanced time partitioning (TSP) - Native support for sporadic, periodic and aperiodic threads - Fixed-priority preemptive scheduler - Execution time protection (threads are prevented from executing for more time than they are configured to) - Small size (full image has ~100 to 300KiB text, ~30KiB data) - Hard real-time determinism - Fast critical sections -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Like OS

    Like OS

    Real time preemptive embedded multi-thread kernel

    This project is now in the research and development stage. It is intended for very small microcontrollers with a single processor and represent simple multithreading kernel what written by C language. Is planning create implementations for AVR8 and STM8, may be. Now it is suspended until better time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PinPog

    PinPog

    Ping-Pong-like game in Assembly that works without OS

    pinpog is a simple, open-source ping pong game implemented in C using SDL2. Created by Tsoding, it serves as both a nostalgic recreation of the classic arcade game and a fun educational project demonstrating game development fundamentals such as collision detection, input handling, and frame-based rendering. It’s small in scope but clear in design, making it ideal for those learning C or exploring real-time interactive programming through games.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Drauger OS

    Drauger OS

    Ubuntu-based Linux Gaming OS

    Drauger OS is an Ubuntu-based Linux desktop gaming distribution that ships with many modifications and optimizations over stock Ubuntu that are intended to improve gaming performance and the gaming experience. From simple changes such as swapping Gnome out for the light-weight Xfce Desktop Environment and using a dark GTK theme by default, to more complex changes such as using a kernel compiled in-house and replacing PulseAudio with Pipewire. Drauger OS is built from the ground up with our...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Fiwix

    Fiwix

    A UNIX-like kernel for the i386 architecture

    ...FiwixOS 3 uses the Newlib v3.1.0 as its C standard library, and the Ext2 as its primary file system. Fiwix is an operating system kernel written from scratch, based on the UNIX architecture and fully focused on being POSIX compatible. It is designed and developed mainly as a hobby OS and, since it serves also for educational purposes, the kernel code is kept as simple as possible for the benefit of students and OS enthusiasts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Our project focuses the development of an operating system with a most simple implementation and structure. The goal is to provide a good starting point for beginners along with accompanying documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The goal of this project is to create a simple "forth" environment for cortex-M Целью данного проекта являеться создания простого окружения "FORTH" для микроконтроллеров ARM Cortex-M Реализация на с https://sourceforge.net/projects/libsfc/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Far Manager

    Far Manager

    Text mode file and archive manager for Windows

    Far Manager is a program for managing files and archives in Windows operating systems. Far Manager works in text mode and provides a simple and intuitive interface for performing most of the necessary actions: viewing files and directories; editing, copying and renaming files; and many other actions. Far Manager has a multi-language, easily configurable interface. File system navigation is made easier through the use of color highlighting and sort groups. The functionality of Far Manager is greatly extended by external DLL modules — plugins (made possible by a special set of interfaces — the Plugins API). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Cloudium OS

    Cloudium OS

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

    Cloudium OS is being written in pure ASM. It's designed for speed and ease, having 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    patient0

    patient0

    An Atari-ST floppy copier via parallel port

    Primary design to backup Atari ST floppies on a Linux box via a simple ECP compliant cable, patient0 is a command line utility that could be extended for other platforms.
    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: 18 This Week
    Last Update:
    See Project
  • 24
    QNICE is a simple 16 bit processor intended to teach the basics of hardware design as well as operating system design. A TTL implementation is planned, a FPGA implementation is available here: http://qnice-fpga.com. Currently there exists a C based simulator and an assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    XeNOS
    XeNOS is a portable microkernel operating system written mostly in C++. Its primary goal is to provide a simple, object oriented device driver interface and API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next