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

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 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
  • 1
    This project contains the source code for the implementation of an Earliest Deadline First Scheduler for Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Minimal Linux Like Kernel
    It is a minimal linux like kernel for x86 architecture. It is mostly the source code from the tutorial "Roll your own toy UNIX-clone OS" written by James Molloy: http://www.jamesmolloy.co.uk/tutorial_html/index.html It is encoded in a bash script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MODEST - MOdifyDEScripTor -
    Modest is an LKM piece of code that allows users, running a user-space control application which interacts with kmodest char driver using ioctl() syscalls, to redirect I/O write() or writev() system calls to a second file descriptor at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Various microcontroller projects and embedded firmware. Assembly language and C source code. Schematics for hardware and board layouts. Embedded tools. Microchip PIC. Biotech automated instrumentation. Perl scripts. By Jonathan Cline at 88proof.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Open Embedded Real Time Operating System. Widely and graphically configurable from a very small non-preemtive OS up to a fully featured pre-emptive system. First target is to cover 8-bit AVR microncotroller's family with GCC - AVR compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    uITRON is the RTOS that widely use in Japan. Original from TRON Project by Dr. Ken Sakamura. This project aims to provide ref. platform for Thai Developer. Credited to the original source code from HOS Project http://sourceforge.jp/projects/hos/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project provides documentation on GCC programming for Lego Mindstorms NXT: Toolchains, GCC compatible source code, and some tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The project of mGDesktop is composed by Server(mginit), 2D/3D graphics demo programs, games, notebook, calculator, painter, medical interface example, industrial interface example, intelligent home control interface example, STB interface example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ominOS is a small, simple, and lightweight kernel designed for educational purposes. It is designed to be simple and easy for someone to understand the source code powering the kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 10
    A Linux kernel module for replicating a stream (a char device such as /dev/urandom or /dev/dvb/adapter0/dvr0) in such a way multiple processes can concurrently read it. Example use: watching (or watching/recording) two DVB-T channels at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This contains a sample implementation of DTLS-VPN using OpenSSL DTLSv1 Support - to send data over an encrypted channel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A FIFO implementation using circular buffers. Portable C code for embedded systems. Deadlock free and re-entrant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A small micro operating system kernel written in C (and partly assembly). Planned features are: software based preemptive multitasking/threading, paging, kernel API, IPC, client/server, security system. The code is designed to be clearly understandable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Boiler-template (source) file generator. Automates (source) file generation from template files: speeds up developement of redundant or re-usable software and more. An example template for Linux Kernel Device Drivers generation, is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ViewMAX CCTV DVR

    ViewMAX is a feature enhanced branch of ZoneMinder.

    ViewMAX is a feature enhanced branch of ZoneMinder. It includes a new look and feel, and attempts to maintain compatibility with it's original ZM parent code tree. This project is no longer being extended or supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The NFS/RDMA project is a reference implementation of a new RDMA-capable ONC RPC transport for use by Linux kernel NFS. This transport implementation is now available as part of the Linux kernel. The code is also available separately under a dual GPL/BSD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NOTE: This page and the babyos code are no longer being actively maintained. (Sorry, just no time; I have to focus on other things.) BabyOS is a simple in-memory operating system kernel for educational purposes, far from a full-fledged system. For a deta
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project involves adding code to the Linux kernel to implement crash dumps for performing post-failure analysis of a kernel crash.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    PXA is Intel Personal Communication Architecture. PXA Linux is a collection of Linux kernel code, device driver, file system and cross compilers for PXA processors. We build the project to share our idea and work with the community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ButterflyOS is a very simple operation system for the Atmel AVR Butterfly board. It's based on the AvrX multitasking scheduler, created by Larry Barello. A byte-code program for ButterflyOS, can be sent and managed through the serial interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    dr'ex is a GPLed exokernel written in C/asm for the IA32 architecture. Simple but powerful code, low level user interface and hardware resource management at user level are the main architecture goals.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Common repository for code created for the NetBSD projects in Google's Summer of Code
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    IXP4XX Open Source Development Guide - A central clearing house for obtaining and developing open source HOWTOs, scripts, patches and source code examples that show beginners and experts alike how to use the Intel (R) IXP4XX Product Line (IXP425)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Firmware for the Minitar 802.11g Wireless Access Point - MWGAP. This devices runs on the Linux Operating System and this repository will manage the source code for the firmware that runs the device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This project is to design and code high resolution timers for the linux operating system that conform to the POSIX API. The project aim is to have the resulting code accepted and integrated into the standard linux kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
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.