Showing 1025 open source projects for "c source code"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • $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
  • 1
    Free RegDefrager

    Free RegDefrager

    RegDefrager is a free registry defragmentation software.

    RegDefrager is a free registry defragmentation software that optimizes registry by removing gaps, fragments and wasted space in Windows registry files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    XML-Parser Library for BR-Automation PLC

    XML-Parser Library for BR-Automation PLC

    Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)

    The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files. Easy to use: #include <xmlio.h> /* Write Variable to XML-File */ status = xmlWrite(strName, strFile, strDevice, 0); /* Read XML-File into Variables */ status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    DevMiner

    DevMiner - shadow copy *.jpg or all files from removable devices

    DevMiner - shadow copy *.jpg or all files from removable devices. You can see mined files in C:\miner\mined, where folder's name - device id. You can set to copy only images or all files - easy choose radiobutton like you need. App can minimized in tray, to show - double click on icon. To lock copy from your device make in root directory of your device file "minelck" Russia, Ryazan. Sazonov Vladimir. 2014. sazik.rzn@gmail.com https://sourceforge.net/projects/devminer/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A Windows library to operate a tape drive
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5

    QtScreenShotArchive

    Archive Screenshots from Games

    Save your screenshots from multiple games with unique names based on modification date, into sub-folders based on date. Remove the files from your SSD to keep it cleaner. At the end of the day, all your have left of your game play is your screenshots. Keep them safe and organized from all your games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    7zip Backup Wraper

    7zip Backup Wraper

    small backup solution using 7zip

    graphical wrapper over 7zip that realizes full and differential backups
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    fqzcomp

    A fastq compression program

    Fqzcomp is a basic fastq compressor, designed primarily for high performance. Despite that it is comparable to bzip2 for compression levels.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    The Comic Book Wizard

    comic book archive manager

    Note: If you get an access denied error you have to run the program as administrator! The comic book wizard allows you to compress a folder of images into different archives such as cbz and zip. It now also has an archive manager that allows you to select a folder of archives such as cbr, rar and zip archives and it will automatically convert them into cbz archives and save them where you want. Some Features: preview each image to be included in the archive automatically convert...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    A utility for managing Apple II file archives and disk images. THIS PROJECT HAS MOVED TO GITHUB. See https://github.com/fadden/ciderpress/ and http://a2ciderpress.com/
    Downloads: 0 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
  • 10
    FLAC Frontend

    FLAC Frontend

    The new, updated front-end for FLAC!

    As Speek's celebrated FLAC Frontend hasn't been updated for 10 years, things started to get a little buggy with new Windows versions. This remake fixes most issues. FLAC Frontend is a convenient way for Windows users not used to working with command lines to use the official FLAC tools. It accepts WAVE, W64, AIFF and RAW files for encoding and outputs FLAC or OGG-FLAC files. It is able to decode FLAC files, test them, fingerprint them and re-encode them. It has drag-and-drop support too.
    Downloads: 127 This Week
    Last Update:
    See Project
  • 11
    Duplicate Files Finder is a cross-platform application for finding and removing duplicate files by deleting, creating hardlinks or creating symbolic links. A special algorithm minimizes the amount of data read from disk, so the program is very fast.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 12
    MySQL Backup Manager

    MySQL Backup Manager

    Automate the backup process of your MySQL databases easely!

    With MySQL Backup Manager you can easely automate the process of taking dayli backups of your MySQL databases. MySQL Backup Manager is an application which contains a windows service for the automating process and a graphical user interface for managing which databases need backups. The program is a lightweight program and it's open source, so feel free to improve the application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    snippetsource

    snippetsource

    Portable source code librarian

    Snippetsource is a simple yet powerful repository to store code snippets or any other text content. SQLite is used as the database backend which makes fast indexed lookups possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    DDriveWrite

    Disk image read writer

    DDriveWrite is a C#.Net project that facilitates direct reading and writing of a disk image to a disk drive in a manner not unlike a *nix 'dd' command to a drive device node. Designed for use in bootable USB image applications. Update: After about 2 years I've finally made a couple small updates, improving usability on more modern versions of windows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    md5cp

    Copies files conditionally using MD5 checksums

    md5cp will traverse a file tree and check the MD5 checksum of each file. If the file is unchanged, it is ignored; if it is changed (or new), its MD5 is updated in the database, and the file is copied to the destination directory. A number of optional parameters can change what happens in addition to the file copy. This utility is useful for situations when file dates are corrupt and rsync cannot be used. Copyright (C) 2013 The Regents of the University of Michigan
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    File system/directory monitoring utilities with loggin and task processing support (can execute files or make a WCF service call). Multiple configuration options. Source code libraries can be used to create a custom file system monitor.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17

    res-pack

    create a baldix repository for bsp packages

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    TotalExplorer

    Command line based file manager

    Easy file manager based on command line. Developed in C# .NET 4.5 (School project)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    It's a simple application to intelligently perform backup of a dicom directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HDDCare

    HDDCare

    HDDCare prevents storage damage on hard drives

    This little tool is developed to protect files,such as photos, movies and important documents from damage on storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Gemc

    Gemc

    Prepare your CD images (BIN,CDI,NRG,CCD or similar) for compression

    Gemc lets you prepare CD image files (such as BIN, CDI, NRG, CCD, or similar) so that they'll compress far better in programs such as WinRAR. HERE`S HOW TO USE IT: Run the CD image file (i.e. filename.bin) through GEMC to create an ECM file (i.e. filename.bin.ecm). Compress the ECM file (i.e. filename.bin.ecm) using your favorite compression program (i.e. 7Z,RAR,ZIP..). Back up, transmit via Internet, or whatever you normally do with CD images! When you want to burn the CD again,...
    Downloads: 40 This Week
    Last Update:
    See Project
  • 22

    Super Copy or Paste

    Super Copy Paste - save every copy action you do

    Super Copy Paste - Save every copy action (CTRL+C) you do. Restore your past copy actions (CTRL+C) anytime. Your copy actions get saved automatically. When you open this software for the first time, it activates the recording module for your copy actions. From the second time you open the software, you will see the stored archive. The supported installation languages are: French, English, Spanish, Italian &amp; German. This software is technically supported around the clock by ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    liblzg is a minimal implementation of an LZ77 class compression library. The main characteristic of the library is that the decoding routine is very simple, fast and requires no memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Autorenumber

    Autorenumber

    Smart auto renaming of a numbered list of files

    With this tool you can rename files with a running number. For instance, if you delete photographs from a gallery and want the remaining files to obtain a new, continuous running number. The detection of a running number is smart. Other numbers which occur more than once over different files will be detected and kept. The output pattern will be detected automatically. Descending series of running numbers as well as negative running numbers are also supported Consider donating to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Real Time Drives Scouter
    A simple program to monitor drives changes. When a usb/lan/cd or any other device is connected to the PC, this program immediatly monitors its status.It also has the feature to auto start an application from any device.
    Downloads: 0 This Week
    Last Update:
    See Project