Showing 29 open source projects for "c# source code example"

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
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 1
    MentOS

    MentOS

    An educational 32-bit linux-like Operating System

    MentOS is an educational operating system developed for academic use, particularly in university settings, to help students understand low-level system concepts such as process management, memory handling, and scheduling. Written in C, MentOS closely mimics a simplified Unix-like OS and includes hands-on implementations of key kernel features. Designed to be highly readable and modular, it offers a practical approach to learning systems programming through real-world kernel components, making...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Aura Operating System

    Aura Operating System

    AuraOS, the Franco-English Operating System developed in C#

    Aura Operating System is a GUI-based, object-oriented operating system written in C#. It is designed to showcase how high-level languages like C# can be used to create low-level systems such as kernels, user interfaces, and file systems. Aura features a colorful, windowed graphical desktop environment with built-in applications, all running on a custom kernel built from scratch. It is not based on Linux or Windows, but rather developed as an independent system with its own structure and drivers.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    LibertyOS

    LibertyOS

    The kernel for LibertyOS

    LibertyOS Kernel is the core component of the LibertyOS operating system project, focused on creating a secure, privacy-respecting OS from the ground up. Written primarily in C and C++, the kernel is being developed to support modern hardware, incorporate essential system services, and maintain transparency in design. LibertyOS is built with an emphasis on user freedom, aiming to avoid corporate tracking, offer user-centric control, and provide a robust alternative to mainstream operating...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    Glow OS

    Glow OS

    System Analysis Software

    Glow is an educational, hobbyist operating system written in C and Assembly, developed to help learners understand the internals of OS design and kernel development. Targeting x86_64 systems, Glow features its own kernel, bootloader, and minimal userland. With clear code structure and a simple design, it serves as a playground for experimenting with low-level systems programming, boot sequences, interrupt handling, and basic UI components like shells and text rendering.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 5
    DreamShell

    DreamShell

    Operating system for the Sega Dreamcast

    The Dreamshell is the operating system for the Sega Dreamcast based on the KallistiOS kernel. It has a dynamic loadable modular system and interface for creating applications with XML UI and both C/C++ and Lua scripts on. You can see examples in ready-made applications and modules, drivers for various devices, formats and interfaces. Examples for audio and video decoding, compression, packaging, binding, network, emulation, scripts and more. From hardcore low-level assembler to high-level...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    egos-2000

    egos-2000

    Helping students read all the code of a teaching operating system

    egos-2000 is a minimalist operating system built for educational and research purposes, offering a simplified kernel and runtime environment for exploring OS concepts. It runs on QEMU and is written in C/C++ with a focus on clarity and modularity. The system includes a basic filesystem, process management, and syscall interface, making it ideal for understanding core OS principles. egos-2000 is particularly well-suited for students learning about kernels, user-space interaction, and boot-time...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Dennix

    Dennix

    Dennix is a unix-like hobbyist operating system written from scratch

    Dennix is a Unix-like operating system with a monolithic kernel written in C++ and a POSIX-compliant userland. It is a fully self-hosting operating system, meaning it can compile itself from within its own environment. Dennix includes a basic windowing system, dynamic linker, and terminal interface, and supports ELF binaries, memory management, and multitasking. As a hobbyist OS, it offers an impressive amount of functionality and polish, making it a notable example in the field of self-built...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    WinBasicDiag

    WinBasicDiag

    This soft provides Windows CMD diagnostic interface for lambda users

    ... with IA for coding) BUGs: -ping/tracert/nslookup freeze the app time to execute and build .txt file, if the target don't answer, the 30 hops of tracert should take time, let running until the application is unfrozen. Usefull on an LAN to identify a failure connection or problem on switch. This command add also the tasklist /svc in the .txt file, after nslookup return. -The encoding text of output files is not optimized. Thank you for testing it. The source code .cpp is available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WINIX OS

    WINIX OS

    A UNIX-style Operating System for the Waikato RISC Architecture

    Winix is an experimental Unix-like operating system kernel written in modern C++ with an emphasis on object-oriented design and code clarity. It is a pedagogical project exploring how kernel-level programming can be structured with C++ abstractions while maintaining low-level control. Winix supports basic system services such as file systems, process management, and a terminal interface, and is designed for booting on x86_64 hardware via QEMU. It serves as an accessible and unconventional...
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    HelenOS

    HelenOS

    A microkernel-based multiserver operating system written from scratch.

    ... not aim to be a clone of any existing operating system and trades compatibility with legacy APIs for cleaner design. Most of HelenOS components have been made to order specifically for HelenOS so that its essential parts can stay free of adaptation layers, glue code, franken-components and the maintenance burden incurred by them.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Xyris

    Xyris

    The Xyris Kernel

    Xyris is a microkernel-based operating system developed with a focus on modularity, simplicity, and modern code practices. Written in C++, Xyris separates drivers and system services into isolated components using message passing, in line with microkernel philosophy. It’s designed as a research and hobbyist OS, with a clean codebase and early implementations of multitasking, system calls, and filesystem abstractions. Xyris serves as a foundation for further exploration into reliable OS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Resea

    Resea

    A microkernel-based hackable operating system

    resea is a small, message-passing-based operating system kernel designed with microkernel principles in mind. Written in C with minimal dependencies, it emphasizes modularity, isolation, and simplicity. resea includes a basic POSIX-like interface and supports multitasking, IPC, and user-space services. It serves as both a microkernel OS experiment and a platform for learning about low-level system design without the complexity of larger operating systems.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    EasyArch

    EasyArch

    Arch Linux Installer ISO

    ... out the project git repo- https://github.com/easyarch-iso for source code and everything else. Along with the simple and custom graphical installer, you will get a fully functional desktop environment (XFCE based) with little customization and pre-configured applications. Other than that, there isn't anything else. No extra repository, just vanilla Archlinux. Hope you find it useful in your quest to try out Archlinux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PlusOS (Plus Operating System)

    PlusOS (Plus Operating System)

    OS bootable from Linux,Windows and others partitions as auxiliary OS

    Plus operating system is hobby project. That's built to run as auxiliary OS with Major OS like Windows and Linux etc..bootable with grub2 and own boot loader.focused on eBook reading software(PDF,EPUB,MOBI,DJVU,CHM...).with programs like calculator, notepad,source code editor, hex viewer, text viewer,image viewer and many games.VESA 32bpp GUI from startup.read-only plus maybe writing support for standard file systems FAT/NTFS/EXT/CDFS.codec for archives(ZIP,RAR,7z,GZ ...).codec for image...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    distortos

    distortos

    Object-oriented C++ RTOS for microcontrollers

    distortos is a lightweight real-time operating system (RTOS) designed for embedded systems, written in C++11. It targets ARM Cortex-M microcontrollers and is inspired by other embedded RTOSes like FreeRTOS but aims to provide a more modern C++ interface. distortos emphasizes modularity, portability, and ease of use in resource-constrained environments, making it ideal for IoT, robotics, and industrial automation applications. It includes a full-featured scheduler, thread management...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Aquila OS

    Aquila OS

    AquilaOS: UNIX-like Operating System

    Aquila is a minimalist operating system kernel written in C++ from scratch, aiming to offer a clean and understandable implementation of low-level OS concepts. Designed for x86_64 systems, Aquila includes its own bootloader and supports protected mode operations. It features a modular architecture with components for memory management, interrupts, and basic task scheduling. As a learning tool or hobby OS project, Aquila focuses on clarity, with an emphasis on educational documentation and well...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    emacs-w64

    emacs-w64

    64-Bit GNU Emacs for MS Windows with optimization.

    A GNU Emacs binary distribution for users who want to use Emacs natively in 64-Bit Windows (x86_64). This project will focus on providing unmodified, up-to-date (from git master and newest release), and optimized w64 binary builds. Also available on GitHub: https://github.com/zklhp/emacs-w64/releases For details concerning the build, please see the wiki page on https://sourceforge.net/p/emacsbinw64/wiki/Build%20guideline%20for%20MSYS2-MinGW-w64%20system/....
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    µOS++ (micro OS plus plus)
    "µOS++" (micro OS plus plus) is an open source, royalty-free, real-time operating system intended for embedded systems built around ARM Cortex M or AVR devices. It is based on a preemptive scheduler written in C++ (more info in the Wiki).
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19
    Operative System ports, drivers and example projects for Zolertia manufactured wsn hardware.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    WinDS

    WinDS

    Windows XP reimplemented on Nintendo DS

    WinDS is a Reimplementation of the OS Windows(R) XP(R) on the Platform Nintendo DS. Since i started coding Apps for the NDS, my goal was to write a program, called WinDS, which does (nearly) the same as the real appy by Microsoft. In contrast to other little NDS-Operating Systems, just like Woopsi etc. you can code your own Application in Lua for WinDS: just copy the Code onto the FAT-Disk and execute it from within WinDS! This is what makes WinDS so unique. The New Beta 0.95 is out...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21

    AVR32 Ecos

    Ecos for AVR32 targets

    This project is port of ecos 3.0 for AVR32UC3C target mainly for AVR32UC3C512C. In the compressed files four directories can be found: Avr32uc3c-ec – ecos project for AT32UC3C-EK board. ConfigTool – ecos configtool (works with Ubuntu). To compile ecos source codes Atmel tool chain for AVR32 devices is needed and can be downloaded from Atmel web site. Ecos-3.0 – ecos + AVR32UC3C port source files. Hellow_Examples – example project in Atmel studio 6.2 with, ADC test, LED and push buttons test...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Unetbootinbitti

    Unetbootinbitti

    Tool for creating live usb-drives and downloading distros

    Tool for creating live usb-drives and downloading distros. This is an upgraded version of Unetbootin focusing on Bittix linux 9 and above and Linux Mint and Linux Mint debian. Has Distrowatch.com link etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LCD TFT 240 320 hx8347a SSD1289 sdcard

    LCD TFT 240 320 hx8347a SSD1289 sdcard

    Lcd TFT 320*240 with touchscreen and SdCard

    Sample code for hx8347-A and SSD1289 for 8bits MCU ( begin with Freescale MCU 9s08aw60 with codewarrior V10.x and now Coldfire V1) , print text , draw line , box , circle, scrolling, get coordinates of touchpanel , read BMP file and FATlite drivers from Freescale revised ( FAT16 ). Tested on 9s08aw60 demoboard : http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMO9S08AW60E&fr=g New release with Coldfire V1 Flexis MCF51AC256A (32bits) pins to pins compatible with 9s08aw60
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    yaMOS - yet another My Operating System
    yaMOS stands for: yet another "My Operating System". This is a hobby Operating System, let's see to what it develops... At the moment it's only a kernel written in C++ and Assemly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.