Search Results for "linux device driver project" - Page 19

Showing 1020 open source projects for "linux device driver project"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 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
  • 1
    This project is a general AVR bootloader, for different type of AVR device, all you need to do is modify macro definition, and you don not need to modify the main program.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Driver Booster 2

    Driver Booster 2

    Update drivers from online database in one simple click.

    Obit's Driver Booster 2 scans your PC for out-of-date drivers and updates them for you. It can scan automatically when you launch a program or when you connect a device. Or you can set fixed intervals for scans and update drivers one by one or all at once with a single click. Updates to Driver Booster 2 include faster downloads and an all-new user interface with skins.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Greenscreen

    Greenscreen

    A digital signage solution using the Web and Chromecast devices

    Greenscreen is a lightweight “wallboard” app meant to turn a browser or kiosk into a live dashboard for teams. It focuses on displaying one or more web pages or widgets full-screen, cycling through them on a timer so an office TV can show build status, metrics, incident pages, or any internal site without manual tab juggling. Configuration is straightforward: define a playlist of URLs, the rotation interval, and a few presentation options, then point a dedicated device at it. Because it’s...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Barry is an application suite for interfacing with the RIM BlackBerry Handheld. It comes with command line tools for exploring and managing the device, and a GUI for making quick backups. This project's goal is to create an easy to use desktop experience and fully functional syncing mechanism on Linux, BSD/Mac, and others, based on its portable C++ library.
    Downloads: 12 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 5
    adsidera

    adsidera

    Python space game

    ### ATTENTION! For the newest version please visit my github account! https://github.com/sireliah/adsidera Travel from Earth to distant stars. Simple space game created on Python 2.7 using Pygame module. The project is Open Source software. Feel free to view or edit the source code (under the GPLv3 license). Current version: 0.4 - new menu - constant rocket propulsion - sprites - landing vehicle 0.3 - simple main menu - planetary systems are created using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Chromixium by tim (32 bit)

    Chromixium by tim (32 bit)

    re-spin of Chromium OS

    This is my re-spin on Chromium OS . It's basically a seems and package updates to this os . This is how I would use Chromium OS if I was going to use it as my daily driver. As always I appreciate any feedback that you guys would like to give. This project has Google Sync installed , VLC player open shot editor and much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    nvme vmklinux driver

    nvme driver for vmware

    this project contains the source code for for the nvme vmklinux driver. The driver is written as a scsi device driver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OHP-M2M (Open Healthcare Machine to Machine) PLATFORM What is this? OHP-M2M Platform is an open source implementation of the international healthcare standards to develop IoT healthcare service. It is based on oneM2M and ISO/IEEE 11073 PHD standard. The platform was initiated by Advanced Information Network (AIN) Laboratory in Kyungpook National University, Korea. The OHPM-M2M Platform aims at; *Enabling developers to understand the IEEE 11073 Standards and oneM2M *Easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NOS - an open source fasm OS

    NOS - an open source fasm OS

    An OS being built for the community and to show the power of FASM.

    NOTE: I am looking for other people who are skilled in FASM and are willing to help with this Git repository. For more info, email me at noahkeck72@gmail.com with a subject line of "NOS." (I am not a bot, so *please* don't be the idiot who sends me an email with only the subject line. You know who you are. -_-) I am writing an OS in FASM, starting from the basic stuff like typing and text colors and am aiming for the project to end up something like DOS at the very...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 10

    Meet EDSAC

    An educational tool, built for Kinect and large, high-res displays.

    This is the result of a summer project at the Cambridge University Computer Laboratory. The EDSAC was the first computer that scientists could run programs on to solve real problems. To celebrate this historic computer and it's importance to the field of Computer Science, a team of volunteers started building a functioning replica of the computer from scratch in 2012. This simulation builds on some of their work, and teaches you about the operation of the EDSAC by taking you on a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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. It sounds complicated, and it is. IT IS ALSO TOTALLY...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    VDFS

    VDFS - Vertically Deliberate improved performance File System

    VDFS is a Linux filesystem optimized for usage on eMMC flash devices. Usage: - build vdfs-tools, format drive: # mkfs.vdfs /dev/hda1 - build vdfs-driver for your kernel, mount drive: # mount -t vdfs /dev/hda1 /<mountpoint> Project is released under GNU GPL v2 license: http://www.gnu.org/licenses/gpl-2.0.html Copyright belongs to Samsung Electronics Co.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    This project is a low cost & lowpower Datalogger based on BeagleBone Black. The data logger is an electronic device that records earthquakes(Sensor network), Wind ,daylight ,power used/produced on the street lamp over time. Data will then be uploaded via a wireless radio MESH network(868 Mhz) to a database server for later analyze. The Prototype is developed on two microcontrollers(AVR and ARM Cortex-A8) with the low power and
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MD PnP | OpenICE

    MD PnP | OpenICE

    Open Source Integrated Clinical Environment

    As of 2015-06-23, this project may now be found at http://www.github.com/mdpnp/mdpnp. A prototype reference implementation of the standard for the Integrated Clinical Environment (ASTM F2761-2009)
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    QuickCrt

    QuickCrt

    Object-oriented RAD framework for Turbo Pascal 7.0

    Based upon my 20+ year old super fast QCrt text mode display driver, QuickCrt is an event driven object-oriented framework for rapid application development using Turbo Pascal 7.0 for DOS. Completely self contained, it uses no 3rd party or original Borland units (excluding the built-in System unit). It uses no Turbo Vision and is more like Delphi minus the drag and drop. It has support for String formatting, Custom text fonts, Themes, Keyboard mappings, Config files and Multiple languages...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    casualShare

    casualShare

    Transforms the computer into a Airplay receiver

    This application makes your computer into a airplay compatible receiver so that you can send images from your IOS device to your computer via airplay (like an AppleTV) and view these images from a web browser. This application allows you to send images from any number of iOS devices, and splits the screen appropriately so that all images are shown. This program requires nodejs and java to be installed. java can be installed at https://java.com/en/download/index.jsp nodejs can be...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    jdbc4sapnw

    jdbc4sapnw

    JDBC driver for accessing SAP NetWeaver based systems

    jdbc4sapnw is a read-only jdbc driver for SAP NetWeaver ABAP stack systems. The driver uses the SAP Java Connector 3 (sapjco3) middleware to call the SAP system. There are no extensions required at the SAP systems by default. Only available remote functions will be used to extract data from sap (RFC technology). A valid SAP user is required for logon. The major goal for this project is to provide SAP data to other java based tools in a direct way (e.g. DB Visualizer, KNIME,...). The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OCILIB - C and C++ Driver for Oracle

    OCILIB - C and C++ Driver for Oracle

    Open source C and C++ library for accessing Oracle Databases

    OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases. It offers a full featured, easy and productive API. Written in ISO C and C++ on top of OCI, OCILIB runs on all Oracle platforms. NOTE : The project has moved to GitHub ! Website URL : http://www.ocilib.net GitHub URL : https://github.com/vrogier/ocilib
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Secretica CRM

    Secretica CRM

    An absolutely free customer relationship managment (CRM) application

    An absolutely free customer relationship managment (CRM) application developed by Codeiron Ltd. Available under Codeiron Public License 1.0 (a BSD-style license but a little bit less permissive, check the License folder of project files).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    MuTrack

    Multi-Track Multi-Recorder Multi-Project Audio Data Import Utility

    MuTrack is all about simplifying the often tedious process of importing multi-track audio recordings from SD cards, USB connected audio recorders and the like. Especially when more simultaneous recording channels are needed and thus multiple recorders are cascaded, we end up with lots of files in separate file systems and project structures. To have all files belonging to a session together in one place on a hard disk, properly named and ready for import into your DAW of choice, a lot of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Artemis

    Cassandra "ORM" with hooks for Jersey integration if desired

    Using the new CQL3 driver by Datastax Artemis provides extremely easy to use "ORM" like functionality for Cassandra. It also contains hooks for integration into Jersey2 to enable rapid development of RESTful services, or even websites, if you enable JSP functionality for Jersey. If there is a demand, I could add a plugin to render views using things like Velocity, etc. See https://sourceforge.net/p/wicca/wiki/Home/ for more documentation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    foobar2000 OpenAL Output

    OpenAL output for foobar2000 v1.1+

    This plugin supports 16 bit or 32 bit fixed point OpenAL output, so it converts foobar2000's 32 bit float wav data to 16 or 32 bit integer wav. Supports 1.0, 2.0, 4.0, 5.0, 5.1, 6.1, 7.1 channels output. Sample rate depends on your sound card. Tested on Creative Sound Blaster X-Fi XtremeMusic under Win8x64. For using: 1. Install OpenAL: http://www.openal.org/creative-installers/oalinst.zip 2. Install vcredist_x86 2010: http://www.microsoft.com/en-us/download/details.aspx?id=5555 3....
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select(...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    light-control

    light-control

    Take control of your server thanks to a light web app from any device

    The main target of this project is to be able to take control of a given server from any device that can open a simple and lightweight web page within the same local network. The client part has been successfully tested on a OSX from an IPad and an IPhone, Android from a Samsung Galaxy Alpha, Mac OS X, Linux Ubuntu and Windows, using Firefox (FF), Internet Explorer (IE), Safari and Chrome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    WR741ND

    A reliable firmware for TP-LINK TL-WR741ND/841ND/740N router device

    This project is based on an open source OpenWrt project and provides free and reliable firmware for the TP-LINK TL-WR741ND/841ND/740N router device. It complies with all the requirements of Russian Internet Service Providers and beyond. Also there is a native IPV6 support added including but not limited to UPNP, IPTV and IPoE. You may compile the project from the original OpenWRT sources, but there are some changes made to the original project to insure maximum compatibility with Russian and...
    Downloads: 10 This Week
    Last Update:
    See Project