Showing 6710 open source projects for "c source code"

View related business solutions
  • 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
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    GOST-Shred ☭

    GOST-Shred ☭

    Cross-platform Shred implementation written in Golang

    Commandline File Shredder - ALBANESE Lab (c) 2020-2021 GOST R 50739-95 Data Sanitization Method (2 passes). Prevents data recovery using standard recovery tools. Copyright © 2020-2021 ALBANESE Research Lab Source code: https://github.com/pedroalbanese/gost-shred Visit: http://albanese.atwebpages.com
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    KleOS

    KleOS

    KleOS brings together Arduino, FreeRTOS and Arduino-mk to you.

    ...Arduino is the opposite to real time; however, so many real world applications need to react to internal and external events in real time, e.g. as fast as possible, even seizing the CPU from the code that is currently executing. FreeRTOS is the glorious tool behind getting such behaviour. And as you become an Arduino power user you find the IDE too clumsy, so why don't you compile your way (e.g. in the terminal) using your preferred source code editor? Arduino-mk is the glorious tool behind this behaviour.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    HC6800EM3

    HC6800EM3

    English Examples Projects for HC6800EM3 MCU devkit

    This project translates and rewrites C-code examples for the Prechin's MCU devkit, since original docs & examples were released in Chinese. Besides, some illegal stuff from original CD will be removed.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    TestDisk PE

    TestDisk PE

    Recover your system using a preinstalled windows

    TestDisk PE is a PE that contains TestDisk and PhotoRec, utilities to recover the system and MultiCommander. SHA-256: 8b3c219be703a2091207d11d9c8acdfa71497d3b8507e8b942a4a7319c5485ea
    Downloads: 24 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    Alpha Clicker

    Alpha Clicker

    Windows Autoclicker with a modern UI

    Alpha Clicker is an open-source auto-clicking utility for Windows that combines modern design with customizable automation features. Created as an alternative to traditional auto-clickers, it offers a clean and user-friendly interface while maintaining the core functionality users expect. The software allows users to automate mouse clicks with adjustable timing, click types, and activation settings. Alpha Clicker supports both fixed and random click intervals, making it suitable for a...
    Downloads: 83 This Week
    Last Update:
    See Project
  • 6
    mcrcon

    mcrcon

    Console based rcon client for minecraft servers.

    Mcrcon is IPv6 compliant minecraft rcon client with bukkit coloring support. It is well suited for remote administration and to be used as part of automated server maintenance scripts. - Does not trigger "IO: Broken pipe" or "IO: Connection reset" spam bug on server side. - Has workaround for server side bug (https://bugs.mojang.com/browse/MC-154617) ****************************************************************** Further development and new releases has moved to Github Github...
    Leader badge
    Downloads: 106 This Week
    Last Update:
    See Project
  • 7

    NeraQemuLauncher

    Launcher for Qemu

    Simple launcher for Qemu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ESP8266 Deauther Version 2

    ESP8266 Deauther Version 2

    Affordable WiFi hacking platform for testing and learning

    Scan for WiFi devices, block selected connections, create dozens of networks and confuse WiFi scanners! Version 3 is in development. It is stable to use, but it is very different. It is command-line based, which allows it to offer not just more features, but make them more customizable. This software allows you to easily perform a variety of actions to test 802.11 wireless networks by using an inexpensive ESP8266 WiFi SoC (System On A Chip). The main feature, the deauthentication attack, is...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9
    Scriper

    Scriper

    .Net Core desktop application for running scripts

    Are you tired from everyday searching application and scripts? Using Scriper you can manage and run all yours scripts or applications from one place. Simply add script to Scriper and run it by run button. Actual version supports these file extensions (scripts): Windows Proccess - .bat PowerShell - .ps1, .ps2 Python - .py Exe - .exe Linux Shell - .sh Javascript - .js Wiki https://github.com/Gramli/Scriper/wiki
    Downloads: 1 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 10
    virtual-auto-clicker

    virtual-auto-clicker

    Console application to solve your need for an effective clicker

    This simple yet efficient console application fulfills your needs for a quick and effective clicker while still letting you using your PC freely! There is a bunch of resources out there related to auto clickers. But on the Windows platform, I failed to find a good alternative for an auto clicker that allowed you to still be in control of your mouse. In the releases tab you will find a download for Windows x64&x86 for each version of the application. Download the correct version (x64/x86) for...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    Hex Encoding Utility

    Hex Encoding Utility

    An utility that allows you to convert your data using Base16 encoding.

    Base16 Encoding Utility is a small but useful console application for MS Windows that allows you to convert your data using hexadecimal encoding and provides additional tools to manage the formatting of the hex dump output. The utility has many options that allow you to customize the process of encoding and outputting data. Application input can be obtained from files, command line, keyboard or by redirecting output from another console application. The Base16 algorithm provides encoding in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Harvey OS

    Harvey OS

    A distributed operating system

    Harvey is a distributed operating system inspired by Plan 9 from Bell Labs, aiming to explore and implement modern OS concepts in a distributed computing environment. Written in C and Go, Harvey seeks to provide a simple and consistent interface for resource sharing across multiple machines. Although the project has been archived, it remains a valuable resource for understanding distributed system design and the implementation of Plan 9 principles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BizHawk

    BizHawk

    A multi-system emulator written in C#

    BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as fullscreen, rewind, and joypad support in addition to rerecording and debugging tools for all system cores.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Windows 11 Compatibility checker

    Windows 11 Compatibility checker

    Check compatibility with Windows 11 (by Orange Group Tech)

    This utility show you if your computer meets the requirements to run Windows 11. It has the same features of WhyNotWin11 but it has better interface. Click on the icon ✔ or ❌ to show the requirements. It has dark mode too. Detected as malware? Follow the instructions: https://computeralmeglio.altervista.org/2021/07/01/avviso-file-pericoloso-del-browser/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    myDCFocuser Arduino Relative DC Focuser

    myDCFocuser Arduino Relative DC Focuser

    Arduino Nano DC Motor Controller

    ...Windows application and ASCOM driver available. Works with most DC motor solutions (eg RigelSys, JMI, Orion, Skywatcher etc). Feature rich and low cost. Build the controller for under $25. (c) Copyright Robert Brown 2014-2025. All Rights Reserved. Permission is granted for personal and Academic use only. Code or portions of code may not be copied or used without appropriate credit given to author.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Advanced clicker

    Advanced clicker

    Automate clicking with ease

    *Windows ONLY* An easy-to-use program for clicking automation, autoclicker. It can be used for performing tasks which need many clicks or just for cheating at click-based games. A friend of mine used it to renew a free Minecraft server every hour by autoclicking at the "I'm not a robot" captcha. How ironic! Version 1.2
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    NSudo

    NSudo

    System Administration Toolkit

    NSudo offers a series of System Administration tools and is based on SuperCMD, a software that allows you to run your program as SYSTEM with TrustedInstaller token. NSudo is a step up from SuperCMD in that it offers many other capabilities. Like SuperCMD it is also capable of launching programs with the TrustedInstaller access token, as well as the System access token and the current user access token. It can also launch programs with the current process access token with or without the LUA...
    Downloads: 315 This Week
    Last Update:
    See Project
  • 18
    Terminus

    Terminus

    A Beta version of the Terminus command-line file processor

    A Command-Line file processor that functions as a faster console-based version of Windows Explorer. All help documentation can be found within the program. Some features are not yet included, and will come with the release version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Johnny-Five

    Johnny-Five

    JavaScript Robotics and IoT programming framework

    Johnny-Five is the JavaScript Robotics & IoT Platform. Released by Bocoup in 2012, Johnny-Five is maintained by a community of passionate software developers and hardware engineers. Over 75 developers have made contributions towards building a robust, extensible and composable ecosystem. The only kit designed for getting started with Johnny-Five! The Johnny-Five Inventor's Kit, from Bocoup and SparkFun, is now available! It's designed for anyone who wants to get started with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    SulinOS

    SulinOS

    Indipendent distro uses inary package system. Sulin is roolling donkey

    Sulin is rolling donkey Gitlab: https://gitlab.com/sulinos Github: https://github.com/sulinos Telegram: https://t.me/sulinos powered by donkey team
    Downloads: 76 This Week
    Last Update:
    See Project
  • 21
    QMC2 is a Qt based multi-platform GUI front end for MAME NOTE: A new version is hosted and developed at https://github.com/qmc2/qmc2-mame-fe
    Downloads: 12 This Week
    Last Update:
    See Project
  • 22
    Shuffle Sync

    Shuffle Sync

    Randomly copy files of a specific type to your target path!

    ....*** Upon clicking on the "Shuffle Sync" button, the application will check and warn for the following: - if drive is a FIXED drive (usually hard drives) - if drive has a total capacity of more than 64GB - if the "delete all files" checkbox is marked If the user approves of all warnings, the application will proceed to sync files from the source to the destination (deleting all files in the destination folder if the "delete all files" checkbox is marked). This application *probably* requires the .NET Framework 4.5.2 (get it here https://www.microsoft.com/en-us/download/details.aspx?id=42642. This application is a study project: this is my first C# application. Help and feedback would be appreciated.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    libusbK

    libusbK

    A complete software solution for windows usb devices

    ...All WinUSB power/pipe polices are fully supported by the libusbK driver. In Addition, libusbK has full support for isochronous endpoints and an extensive set of additional modules to simplify development. Source code repository using github: https://github.com/mcuee/libusbk
    Leader badge
    Downloads: 729 This Week
    Last Update:
    See Project
  • 24
    playqt

    playqt

    GUI version of ffplay for Windows

    ...The program is based on ffplay and will respond to the familiar options if launched from the command line. This allows the program to be used with other command line tools such as youtube-dl. The source code is open and available here. It may be compiled using the contrib library provided along with Qt6, MSVC 2019 and NVIDIA cuda development library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    iohook

    iohook

    Node.js global keyboard and mouse listener

    Node.js global keyboard and mouse listener. This module can handle keyboard and mouse events via native hooks inside and outside your JavaScript/TypeScript application.
    Downloads: 1 This Week
    Last Update:
    See Project