Showing 5379 open source projects for "c code"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 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
    This tool is made to score machine translation performance with the TER metric. This code is based on Snover's algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TinyRenderer

    TinyRenderer

    A brief computer graphics / rendering course

    Tiny Renderer (tinyrenderer by ssloy) is a lightweight educational software rasterizer that illustrates how OpenGL works by implementing a mini rendering pipeline in around 500 lines of code—serving as a compact, instructive graphics project. The final code consists of about 500 lines. My students typically require 10 to 20 hours of programming to start producing such renderers. The input is a 3D model composed of a triangulated mesh and textures. The output is a rendering. There is no...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    fastCropper

    fastCropper

    Just shows, crops and stores an image!

    My small c++ Project is based on the MIT license. It uses openCV and fltk to crop/copy an image region from an image (first parameter of the executable) and stores the image (input field). Why this program? I search very long for a small image-viewer with cropping function. I get only Gimp to do that on Linux, and it loads and stores not fast enough. Because there is fltk and openCV on Windows and Mac, it should be possible to compile it on other systems than Linux. UPDATE: Yes! I...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Mindwave Reader One

    Mindwave Reader One

    Mindwave Reader One is written in C# 2010 ThinkGearNET (Version 8) was written by Brian Peek https://thinkgearnet.codeplex.com/ http://channel9.msdn.com/coding4fun/articles/MindBlaster ThinkGearNet code is Open Source Mindwave Reader One (One line per second) – Version 1 A modified version of ThinkGearNet designed to read EEG from a Mindwave and save the results to a .csv file by katie356 a project of alphagammawaves Blog Mindwave Reader One - Version 1 - April 2015 https://alphagammawaves.wordpress.com/ https://alphagammawaves.wordpress.com/reader1/ Please go there if you have any comments or suggestions http://support.neurosky.com/kb/development-2/eeg-band-power-values-units-amplitudes-and-meaning Mindwave Reader One is also Open Source
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5

    C# Tree Manager

    Manage a Tree

    ...Les arbres sont utiles pour modéliser et éventuellement persister des données aussi différentes, par exemple, que :.... Gestionnaire d'Arbre complet, avec solution Visual-Studio et sa documentation: code C# pour Windows et Linux et MAC avec Mono Documentation pedagogique : Auteur: Steve Begelman
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ANT.1D

    Quantum transport for tight-binding and ab initio Hamiltonians

    ANT.1D is a stand-alone quantum transport code for essentially one-dimensional setups described by tight-binding or ab initio Kohn-Sham Hamiltonians obtained from other codes working with atomic basis sets (Gaussian, Crystal,SIESTA). Interfaces with Crystal and Gaussian codes are available. Electrodes are described either by nanowires of finite thickness or Bethe lattice electrodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Fleeting Password Manager

    Fleeting Password Manager

    Fleeting Password Manager generates and manages passwords.

    Fleeting Password Manager is a simple program that generates highly secure pseudo-random passwords from the given master password, URL/ID (e.g. facebook, www.facebook.com, google, my_server..) and user name. The user needs to remember only her master password to recover other passwords. Passwords are always regenerated on-the-fly from the given login data when needed and are never saved. In other words, Fleeting Password Manager combines the password creation and management. The length of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    crystal

    crystal

    open-source code generator

    Install Crystal npm install crystal -g What is Crystal? Crystal is an open-source platform for automated code generation, versioning, licensing, security and deployment of popular languages and frameworks. Why Code Generation? Artificial intelligence was created the moment the first line of code was written. Now it's written in C#, PHP & JavaScript. Our goal is to perfect code: to embrace the creativity and unique ideas of various languages, frameworks and scripts, and make it as efficient, re-usable and intelligent as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Shoal

    Shoal

    A lot of fish in a shoal, in a gigantic scientific ocean.

    Ours organization website GCModeller.org is coming online soon! Shoal Shell is the sub project for the "genome-in-code"(http://code.google.com/p/genome-in-code/) virtual cell modelling project of the bacteria Xcc 8004. Shoal Shell aim at provide the modelling tool and the debugging tool for the GCModeller virtual cell modelling, And from the extendible library package, shoal shell can manage to accomplish the entire modelling job for any other bacteria species. Shoal Shell Project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Brad's miner is an example of a very basic gem-swap game made with SDL and C++. It is made to demonstrate using a simple engine features and memory management to write a clean and efficient game code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    sha3sum and then some

    sha3sum - A demonstration of the Keccak permutation.

    Hash mode interface to the Keccak code package. This program illustrates the use of the Keccak permutation. Usage is much more than a hash function. The NIST compatible settings are subject to change when they publish FIPS PUB 180-5. I wrote this program when evaluating the permutation and developing tree hashing for the Intel(R) MIC architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    VisualStudio_Scan

    VisualStudio_Scan

    VisualStudio plugin for static analysis of C/C++ code.

    ...中文版(ChineseVersion) https://sourceforge.net/projects/visualstudioscan/files/Document/VS_Code_Scan_Assistant_Help_Chinese.docx/download English Version https://sourceforge.net/projects/visualstudioscan/files/Document/VS_Code_Scan_Assistant_Help_English.docx/download VisualStudio_Scan is a Visual Studio plugin for static analysis of C/C++ code. It not only covers the features provided by other analysis tools such as cppcheck, coverity,pclint, findbugs and PMD, but also provides many benefits that others are not offering. It debugs the types of bugs that are hardly detected by the compilers and also highly reduces fixing costs. Not depending on compilers enables it to find potential quality issues efficiently (100,000 line per minute). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Image Downloader

    Image Downloader

    A Strong Downloader

    Image Downloader 1.0. (c) 12 June 2014. A Strong Downloader. Analyzes html code, finds urls (especially image urls), puts them to a table and then you can download the files (Images).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A Linux tool for the MikroElektronika (www.mikroe.com) AVRprog2 programming hardware. We have migrated to Github! https://github.com/avrprog2/avrprog2-code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Those who have read past the "Malware" warning can be assured there is absolutely no malware in this OS or in the download. This warning comes from the "netcat" binary included in the download as a DOS time client. Unfortunately netcat has code that is flagged as malware. FREESCO, a NAT/firewall router/server based on Linux and runs on a single 1.44MB floppy. Freesco is very powerful and versatile and can connect multiple home or small office networks to most types of Internet connections...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17

    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
  • 18
    TclBitPrint is an extension to Tcl/Tk to provide printing on non-postscript printers. It consists of two parts, drawing code which uses the underlying emulated Xlib and is therefore completely generic, and platform specific dialogs etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    libpop3

    libpop3

    a lightweight ANSI C library for handling POP3 mailboxes

    ...Since it is very light, it is designed to be used as a static library (but you could just as well incorporate its code right into your project).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    neuranep

    Neural Network Engineering Platform

    A parallel-programming framework for concurrently running large numbers of small autonomous jobs, or microthreads, across multiple cores in a CPU or CPUs in a cluster. NeuraNEP emulates a distributed processing environment capable of handling millions of microthreads in parallel, for example running neural networks with millions of spiking cells. Microthreads are general processing elements that can also represent non-neural elements, such as cell populations, extracellular space, emulating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Nim Advanced

    A Nim Game

    The mathematical game widely known as Nim made in C#. The rules are simple. Each turn a player can take one or more matches from the same row. Who takes the last match wins! The souce code is inside the archive Have fun playing it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    muixml

    Generate MUI GUI sourcecode from XML file

    Muixml reads a GUI description in XML format and translates it to source code for the MUI toolkit. The XML format will be compatible with that of Hollywod's MUIRoyale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Pickit2 driver software for Linux / Mac. // Copyright (c) 2005-2009, Microchip Technology Inc. All rights reserved. // Portions of this code by Jeff Post, j_post <AT> pacbell <DOT> net License Agreement is available in each source file. Please read
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    TrueFight

    A Fighting Game

    A little Fighting Game written in C# The source code is inside the archive Have fun playing it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Torque Log Viewer and Analyzer

    Torque Log Viewer and Analyzer

    Torque OBD Log Viewer and Analyzer Software for Windows

    Torque Log Viewer and Analyzer Software (aka Torque Log View and Analyze) is developed using Qt5 environment and Qwt library to view and analyze Torque (OBD diagnostics software for android etc.) csv formatted OBD log files. Dowload Windows binary archive if don't wanna mess with Qt,Qwt and source code. Feedbacks are appreciated :) Contact: hyetkintr@gmail.com
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project