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

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 1
    PUB! Programmable USB Button

    PUB! Programmable USB Button

    Program a button to send keystrokes to your computer

    PUB! is a Programmable USB Button on which you can program with a sequence of keystrokes. When you press the button those keystrokes are "replayed" over a USB connection. The button is programmed using an innovative and slightly quirky interface that does not require any custom software to be installed on your computer. All you need is a text editor like Notepad or gedit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    CPU Hot Plugging

    A program that can plugging CPU core

    CPU Hot Plugging (chp) is created by Kafabih (kr code) inspired by Thunderzap android custom kernel cpu governor to reduce battery consumptions because of your laptop CPU usages. Please use carefully, chp can cause system crash or hang because of hot plugging cpu core.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Advanced Irrigation Controller

    Automated Irrigation Controller for computers

    AIC (Advanced Irrigation Controller) is a computer based control system that has been initially targeted towards controlling irrigation in small to medium size gardens. As the product matures and features are added it is expected to be a fully functional controller used in large scale implementations, green houses and glass houses. AIC platform's in-dependency means it can run on both Linux or Windows XP onwards . A large range of serial boards (as well as usb boards that present as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    C# source code to get Optris MSPro, MSPlus IR thermometer measures, using the specific Usb/Serial cable (Silicom Lab CP210X USB to UART bridge in fact). For developper only : go to Files menu to get code. Maybe also for LS series. Say me back if it's OK.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The Original Buy Center Software. Icon
    The Original Buy Center Software.

    Never Go To The Auction Again.

    VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
    Learn More
  • 5
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Resistor Value Identifier

    Resistor Value Identifier

    Identify electronic resistor values

    This HTML utility allows the user to select standard color codes or surface mount numbers, then it identifies the resistor value. There is no need to memorize color codes or multipliers. An online working example of this program can be used at ZoomAviation.com/programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Xorg X11 dialbox input driver

    The Xfree-independent Xorg X11 input driver for the SGI dialbox

    This driver allows using the SGI dialbox on linux systems, which lack the Xfree86 library. Users of Redhat EL/Fedora/Centos 64 bit machines may use the rpm to install the driver. Other users currently need to compile the driver source code and install the driver manually. This driver is based on source code available from https://sourceforge.net/projects/dialbox/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A Linux tool for the MikroElektronika (www.mikroe.com) AVRprog2 programming hardware. We have migrated to Github! https://github.com/avrprog2/avrprog2-code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    stakka_klm

    Kernel module to manage Disc Stakka Units

    Kernel Loadable Module to interface with the Disc Stakka units. Other devices to be implemented if/when I can get my hands on them. Objective is to separate the user application from the tedious management of the device (eg. constant polling to prevent their reset function, USB interaction requirements). A /dev device is created per chain through which applications can read/write status and commands. A command-line tool is included to assist with testing and to illustrate the /dev...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 10
    IRK! Infrared Remote USB Keyboard

    IRK! Infrared Remote USB Keyboard

    Control your computer with an IR remote

    This is an open-hardware Infrared Remote Controlled USB keyboard, without keys, implemented using a PIC micro-controller and MikroC. IRK! enables you to use your LEARNING remote control to control any system that you can plug a USB keyboard into (Windows, Linux, Mac). Great for controlling a home theatre system such as MythTV, XBMC or Media Center. No drivers are required. You can program *any* USB keyboard function (with or without Control, Alt, Shift and GUI modifiers) to a button on...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Linux Kernel Programming IDE (LinK+)

    Linux Kernel Programming IDE (LinK+)

    A Simple 'IDE'A for Linux Kernel Developers

    LinK+ IDE is a simple IDE for Linux Kernel Developers and Lovers. It is based on Eclipse IDE customized for Linux kernel programming. It reduces the development time and executes code in an elegant fashion. This IDE supports Linux kernel configuration, compilation & emulation, system call development and device driver development. LinK+ IDE includes various templates in the category of character, block and network device driver subsystems for device driver development. It includes...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 12
    ...MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol, and is intended to be running on the master. Example code includes drivers for Eurotherm and Omega process controllers. The only dependence is the pySerial module (also pure Python). This software supports the ‘Modbus RTU’ and ‘Modbus ASCII’ serial communication versions of the protocol, and is intended for use on Linux, OS X and Windows platforms. It is open source, and has the Apache License, Version 2.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    acx100 - Wireless chipset Linux driver
    Open Source Linux driver for wireless network cards (DWL-[G]520+ PCI, DWL-[G]650+ CardBus, GL-2422MP mini-PCI, DWL-120+ USB etc.) which use the entirely undocumented Texas Instruments (TI) ACX100/ACX111 chips, for 2.4.x , 2.6.x to 3.x kernels. FreeBSD: see some other website (FIXME URL got clipped). !! BIG FAT NOTE: development (i.e., driver "releases") is happening in git source repository tree (as of 2011-09-04), thus you're expected to look there (see web site menu Code --> Git) !!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    EVOnet-C-SM-10DNW

    Pacific Communications EVOnet-C-SM-10DNW PTZ IP Camera firmware

    This project provides the source code for the Pacific Communications EVOnet-C-SM-10DNW PTZ IP Security camera. The EVOnet-C-SM-10DNW is manufactured by IDIS in Korea and is also known as the S-SM-10DNW by IDIS. This firmware was obtained under GPL from OpenSource IDIS <opensource.cctv@gmail.com> and is now being distributed online under the same licenses. This project is not sponsored or supported in any way by Pacific Communications or IDIS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Pinball Machine Reverse Engineering Kit (PMREK) includes source code for a Linux 2.6 kernel module and a user program to control Bally pinball machines manufactured between 1977 and 1985 via memory-mapped I/O.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    fx3load

    fxload utility from linux-hotplug project updated for the FX3

    This is a branch from the fxload project, originally part of the linux-hotplug SourceForge project which seems to be abandoned. This branch incorporates the patch from Steven J. Magnani that adds support for Cypress FX3 USB 3.0 endpoint to the fxload utility. It has been tested on Ubuntu 12.04 with the FX3 development kit (part number CYUSB3KIT-001). Oddly, as of January 2013 Cypress doesn't include this utility with its (open source) Linux SDK but requires developers to purchase a copy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    AAG Cloud Watcher INDI Driver

    A INDI driver for the AAG Cloud Watcher.

    A small but fully functional INDI (http://indilib.org) driver for the AAG Cloud Watcher (AAGware - http://www.aagware.eu/) VERY IMPORTANT: This driver has been integrated in the main INDI Lib (http://indilib.org). The version in this repository is therefore outdated and should not be used. Please use the one found in the official INDI Lib repository: https://sourceforge.net/p/indi/code/HEAD/tree/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    VPreproc

    C++ Verilog macro preprocessor

    This is a standalone preprocessor for the Verilog HDL language. It is modified from the Verilog-PreProcessor of Verilog Perl tool 3.314. Most of the code is written by the team led by Wilson Snyder. What I have done in this project: * Provide a standalone command line interface (without Perl). * Replace the parts implemented in Perl to C++. * Encapsulate the package in a separated namespace for better independence. What I may do in the future: * Replace the C language features to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Control- and Status-Utility for Tr*ndCh*p-based ADSL-modems. It allows to access the devices' console-service and retrieves their current staus. For example those TC3084 devices are supported: Lucent CELL 19A-BX, Speed Modem 50B(+) and 200 by Arcor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    USB-IR-Boy is an LIRC compatible home brew USB Infrared (IR) receiver based on the Motorola (Freescale) MC68HC908 microcontroller. The project includes electronic schematics, MCU code, and a lircd compatible kernel module.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Draw on G15
    This is a software which writes on the Logitech G15 keyboard LCD screen. It is used for example by the 'g15firefox' firefox addon : https://addons.mozilla.org/fr/firefox/addon/12070
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Uniform Driver Interface -- Public Source Code for runtime environments and drivers based on the UDI Specifications. Single source image for a driver, built once for each ABI (IA32, Sparc, etc.) and then run on any OS that provides UDI!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    USB HID Ir Remote Receiver
    Firmware and schematic for a USB HID compatible remote control consumer device using an Atmel AVR Atmega8. No drivers are needed for WindowsXP / WMP10 / Vista / Windows 7. Press Play/Stop/Pause and control media player directly from your remote control.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project provides a chip card interface device driver for the PC/SC Lite server deamon (pcscd). The driver provides a standard PC/SC interface to NFC devices supported by libnfc. Note, that this project is currently not actively developed. However, the code has been adopted by the libnfc-Team. See https://code.google.com/p/ifdnfc/source/checkout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Various EEG Apps

    Various EEG Apps

    Software and HW to play with "brain waves" ;-)

    Various EEG Apps include several EEG based tools (brainwave analysis tools, brainwave controlled games) with associated hardware description given as example. The principal goal is to provide a brainwave activated controller headset coupled to a PC.
    Downloads: 0 This Week
    Last Update:
    See Project