Showing 299 open source projects for "c source code"

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
  • 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
  • 1
    aart converts PNM (PGM, PBM, PPM) images into colored ASCII. It supports user-defined color palletes, PSF fonts, and character sets. It generates a PPM image file or a text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This program will allow you to extraxt .jpg files from Webshots Collection files (.wbc) on your harddisk. It's able to extract all images from the collections. Superfast operations. (wbz support will follow)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Automatically stitch, transform, blend and crop pnm images together to form a panorama. Support low overlap, high resolution Digital Camera images primarily with a focus on heuristics to improve the quality of the match.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    fax2pdf provides a means to convert sets of G3 fax pages (encoded in a TIFF variant) into PDF. This can be used to convert fax pages received with eg. HylaFAX into a file format readily accessible/viewable with programs on most platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Amoeba is an implemenatation of a research paper titled "Fast and Accurate Edge-Based Segmentation with No Contour Smoothing in 2-D Real Images" (IEEE tran on Image Processing, July 2000).This is a completed work, hence no promises for support ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    html2fo is a converter from html to xsl:fo. The html code could be written with StarOffice or other WYSIWYM editors and must not be 100% valid html code. html2fo is designed to produce a valid xsl:fo for using FOP from Apache.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    "Hartwigs Tile Painter" is a simple graphics tool for creating and painting "tiled" pictures over the whole screen, which can be used for styling backgrounds ("wallpapers") or for e.g. JavaScript animated picture sequences on your web pages or for small p
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GIMP plugin converting pictures produced by the Minolta DiMAGE 5/7 into sRGB colorspace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ITU T.4 (G4) to PCL/PBM decoder and library, suitable as copy backend for scan tools and facsimilisers.
    Downloads: 0 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.
    Try Free
  • 10
    anytoany is a program for file conversion. It converts from any file format into any other file format. For ease of extensibility each file format has its own plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Library for manipulation and generation of Postscript files and font management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Foresight is a LGPLed wrapper that currently brings together the Intel IPL, Intel OpenCV, ImageMagick, and the Matrox MIL. The ultimate goal is to provide a standard interface for any number of acquisition and image processing libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ACTC converts independent triangles into triangle strips or fans. You can approach a three times geometry speedup on OpenGL and Direct3D using these primitives.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    A group of Blender (http://www.blender3d.org) enthusiasts sharing code for expanding the functionality of Blender. As Blender has been bought into Open Sourceness, this ancient utility is now ancient and likely useless.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Add a copyright bar on or under a picture. Batch mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    2d/3d map viewer clients and vehicle simulation server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GOAL: to make converter between various 3D file formats with some object manipulation capabilities
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    A collection of filters and tools for using a Palm device with a Linux or Linux-like system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Wosaic is an open source project that allows you to recreate an existing image by using many smaller images, as shown above. Currently we support pictures from Flickr and local sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A software application for the optical recognition, the superimposition and the collation of early music prints
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Render DGA-files (COLLADA file format) to a renderer supporting the RenderMan Interface. COLLADA is a registered trademark of the Khronos Group. The RenderMan Interface is a registered trademark of Pixar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Yina

    a prompt based program to play videos in ascii (file, from youtube)

    Yina displays videos after a conversion to ascii art, it can streams from youtube or local file. yina 0.1 version actually on dev, it's an alpha prototype.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Customization/improvement of the Second Life® client to integrate with virtual reality systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    cl-jpeg

    JPEG encoder implementation using OpenCL

    This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it. 2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe. Look at "Debunking the 100X GPU vs. CPU Myth: An Evaluation of Throughput...
    Downloads: 0 This Week
    Last Update:
    See Project