Showing 45 open source projects for "dev c++ sha256sum"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • 1
    AWS IoT Device SDK for Embedded C

    AWS IoT Device SDK for Embedded C

    SDK for connecting to AWS IoT from a device using embedded C

    The AWS IoT Device SDK for Embedded C (C-SDK) is a collection of C source files under the MIT open source license that can be used in embedded applications to securely connect IoT devices to AWS IoT Core. It contains MQTT client, HTTP client, JSON Parser, AWS IoT Device Shadow, AWS IoT Jobs, and AWS IoT Device Defender libraries. This SDK is distributed in source form and can be built into customer firmware along with application code, other libraries, and an operating system (OS) of your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AWS IoT Device Defender Library

    AWS IoT Device Defender Library

    Client library for using AWS IoT Defender service on embedded devices

    The Device Defender library enables you to send device metrics to the AWS IoT Device Defender Service. This library also supports custom metrics, a feature that helps you monitor operational health metrics that are unique to your fleet or use case. For example, you can define a new metric to monitor the memory usage or CPU usage on your devices. This library has no dependencies on any additional libraries other than the standard C library, and therefore, can be used with any MQTT client library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AWS IoT Device Shadow library

    AWS IoT Device Shadow library

    Client library for using AWS IoT Shadow service on embedded devices

    The AWS IoT Device Shadow library enables you to store and retrieve the current state (the “shadow”) of every registered device. The device’s shadow is a persistent, virtual representation of your device that you can interact with from AWS IoT Core even if the device is offline. The device state is captured as its “shadow” within a JSON document. The device can send commands over MQTT to get, update and delete its latest state as well as receive notifications over MQTT about changes in its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BizHawk

    BizHawk

    BizHawk is a multi-system emulator written in C#

    .... Programmatic control over core and frontend with Lua or C#.NET. Development builds are made automatically whenever someone contributes. Because of this, we recommend using a release for work that requires stability (such as TASing), and only switching to a dev build if there's a specific change or addition you need.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5
    wavemon

    wavemon

    Ncurses-based monitoring application for wireless network devices

    wavemon is a wireless device monitoring application that allows you to watch signal and noise levels, packet statistics, device configuration and network parameters of your wireless network hardware. It should work (though with varying features) with all devices supported by the Linux kernel. Apart from debian/ubuntu packages and slackbuild scripts for wavemon, this repository contains the full source code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    The Free Unix Spectrum Emulator (Fuse): an emulator of the 1980s home computer and various clones for Unix, Mac OS X and Windows.
    Leader badge
    Downloads: 514 This Week
    Last Update:
    See Project
  • 7

    Synology Open Source Project

    The open source projects that ship with Synology NAS.

    These source codes for Synology NAS and related projects allow you to modify packages with the most languages on a single PC. The licenses used by these projects vary. Please refer to the LICENSE / COPYING / COPYRIGHT files included in each project or announcements in the source code. Please note that starting from 2021/7, we are moving some of these projects to this webpage (https://archive.synology.com/download/ToolChain). You can also find more resources in Synology Dev Center (https...
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 8
    Entropy Linux

    Entropy Linux

    Modern, Midweight, Experimental Debian based distro.

    Entropy Linux, based on MX23-Minimal, is strange and experimental OS with built-in dedicated utility software and extensive AMD™ hardware support. It features a global dark theme, unique aesthetics and style. Created by single lead dev and his friends, Entropy's main point is to be both very approachable by people new to Linux, and still be attractive for it's main target audience: developers, admins and power-users. More of an proving ground for our software than a polished product...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    Mongoose OS

    Mongoose OS

    IoT firmware development framework

    Mongoose OS, an IoT Firmware Development Framework. Supported microcontrollers, ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript. Mongoose OS is integrated and powers many types of devices and appliances globally. Microsoft Azure IoT recommends Mongoose OS for OTA, automatic device management and deploying firmware updates at scale. Built-in flash encryption, crypto chip support, ARM mbedTLS optimized...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    Dynomite

    Dynomite

    A generic dynamo implementation for different k-v storage engines

    ...), and highly performant. Every branch numbered like v0.5.9, v0.5.8 etc is stable and safe to use in production unless marked as pre-release. The dev branch is the development unstable branch. Over time master branch has fallen behind and is not maintained. We will eventually delete it and may or may not recreate it. Dynomite can be configured through a YAML 1.1 (YAML 1.1 is not JSON compatible) file specified by the -c or --conf-file command-line argument on process start.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SDL2 binding for Go

    SDL2 binding for Go

    SDL2 binding for Go

    go-sdl2 is SDL2 wrapped for Go users. It enables interoperability between Go and the SDL2 library which is written in C. That means the original SDL2 installation is required for this to work. Some older versions of the distributions such as Ubuntu 13.10 may also be used but it may miss an optional package such as libsdl2-ttf-dev on Ubuntu 13.10's case which is available in Ubuntu 14.04. Note that the first build may take several minutes on machines that are not powerful such as Raspberry Pi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Linux driver for Novation Launchpad

    Linux driver for Novation Launchpad ID 1235:000e

    ----- ENGLISH ---- Driver for the Novation 'launchpad' NOVLPD01 NOT FOR 'LAUNCHPAD S' For more information about my launchpad project, go here: http://videca.wordpress.com/2012/09/24/endriver-for-novation-launchpad/ ---- FRANCAIS ---- Driver pour le launchpad NOVLPD01 de Novation, PAS POUR LE 'LAUNCHPAD S' Pour plus d'informations sur mon projet launchpad, faites un tour ici : http://forum.ubuntu-fr.org/viewtopic.php?id=1043581
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    rtl2832-entropyd

    Use an rtl2832 USB dongle to generate random data for the linux kernel

    rtl2832_entropyd is a program that is designed to feed entropy into the linux /dev/random kernel entropy pool. It automatically forks and runs as a daemon, unless one of the testing options, -o or -t, are selected. Then it never forks. To use it, you need an rtl2832 USB dongle. They are relatively cheap (< $10 on ebay), and are actually used to listen to a broad range of radio transmissions. This application exploits the radio noise in the atmosphere to extract entropy. The kernel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NetLoad Graph

    NetLoad Graph

    Displays network load on a graph

    Displays a graph with network load. A simple program with a lot of customization options. Currently only Linux platform is supported, as of the program uses /proc/net/dev file to collect network statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DeutschOS is a hobby operationg system with no specific aim
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    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
  • 17
    libnet provides a portable framework for low-level network packet construction. This project no longer uses sourceforge, please follow it on https://github.com/libnet/libnet
    Leader badge
    Downloads: 613 This Week
    Last Update:
    See Project
  • 18
    hxs - command line hexa searching and binary file dumping utility, allows you to search hexa expressions and binary strings in any files (supporting also big files like /dev/hda) and allows you to dump particular pieces of file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    gbsplay emulates the sound hardware of the Nintendo Gameboy. It is able to play the sounds from a Gameboy module dump (.GBS format) over /dev/dsp and NAS. Included is an XMMS input plugin, a tool to display information about a .GBS file, and a demo song.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    airboard-ir has been rehosted at github -- please visit https://github.com/foxharp/avrlirc -- thanks! -pgf airboard-ir replaces the IR receiver supplied with a LiteOn SK-7100 Airboard cordless keyboard with an LIRC-compatible receiver. Keyboard/mouse reports are translated to /dev/input events. Full remapping of keyboard and button functions is easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a small program that reads and writes the WakeUp time in the BIOS. This is done via /dev/nvram on recent kernels (>2.4.6, including 2.6.x) or, alternatively, via direct ISA access. On this WakeUp time the computer is powered on automatically.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    This project provides a linux kernel module driver for the Velleman K8055 USB Experiment Interface Board. It creates and gives you access to /dev/k8055 virtual device file. You can communicate with the driver via ioctl() from c programs. Happy hacking!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    Hack&Dev project's goal is to bring Linux to PalmOS-powered handhelds. Currently we are focusing on the Palm/PalmOne handhelds based on Intel PXA and TI OMAP CPUs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    X10 device drivers for Linux creating a /dev device for each X10 unit in the house. This allows command line, script, and program access to the X10 network.This driver currently supports the PowerLinc Serial, PowerLinc USB, and CM11A.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next