Showing 1685 open source projects for "c--"

View related business solutions
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1

    Esg2Net100

    fast data movement over high-bandwidth networks

    Esg2Net is a set of tools and libraries used to transfer large datasets over high-bandwidth networks. It introduces a new mechanism in which every operation involving in data movement can be profiled, tuned, and adjusted on the fly in order to eliminate end-host bottlenecks. It has mainly developed for the movement of ESG climate datasets for high-speed replication and data access over the network. Climate Data Mover is used for testing 100Gbps networks in Nov 2011 at Supercomputing Conference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    iTALC - OpenSource classroom management
    iTALC was a free classroom management software and has been replaced by Veyon: http://veyon.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Dexios Bible Study Tool
    DBST is a cross-platform, open source, Bible study tool aiming to provide a feature-rich experience to learning the Word of God.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    XamGraph

    XamGraph

    Trivial 2D Graphic Library based on SDL

    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 5
    kuzya

    kuzya

    Simple crossplatform IDE for people who study programming

    Kuzya is simple crossplatform IDE for people who study programming. Main idea of it is to concentrate attention of the users only on learning the programming language but not on usage of IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenPoppy the c# chatbot

    OpenPoppy the c# chatbot

    Practice your language skills with OpenPoppy

    OpenPoppy is an artificial intelligence program that will be ideally used by people wanting to practice their English language skills. it was created using c# and Microsoft visual studio. until recently OpenPoppy is a console based program and recognizes and responds to the user, enabling them to practice there English language skills. this is the next stage in the programs development. This form based AI developed in c# is a recreation of my previous console based application. development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Parallel Neural Networks

    Neural networks in CUDA & OpenCL with back propagation algorithm

    This project is my engineering diploma. It's aim is to compare the efficiency of both technologies and to check where which hacks works better. What is more one of my tasks is to compare different ways of decomposing computations in parallel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A g2 language environment and IDE. The language g2 is intended to be as simple as possible, but no simpler. A language and environment expressly intended to tinker with. A toy language in the tradition of Technical Lego (tm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 10
    eubirdb is a bird(watchers) DB for name translation (scientific,it,en,fr,de,sp,nl) and retrieval, wants to be a base for birdwatchers (and ornithologists) software&data (checklist,img,...). Currently for EU(ring) aims to worldwideness. See forums for mor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    People Counter

    Client-Server application for People Counting developed using PWCT

    Simple Open Source Client-Server application for People Counting developed using Programming Without Coding Technology (PWCT) through HarbourPWCT (Based on Harbour & HarbourMiniGUI Extended). The application uses simple utility written in C++ and OpenCV to get input from the Camera, perform the Face detection operation, and people counting. Using this software, at the server side, we can see 4-locations at the same time with performance from 1 to 10 images per second. The applications...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Multiple Choice Examination System

    Management of Examination based on MCQs

    Please Read "Read Me.txt" file first.(It is in root directory) New Feature - Create new category of question from front-end. !! Explore and rate this application. Suggest me better practices. !!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Klen-library
    Open Source program for creating electronic books and electronic manuals. Contains professional tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Carnatic Music Typesetting
    An opensource typesetting environment for editing and publishing Carnatic music books in Indian languages. Supports Phonetic Translation of notation & lyrics and uses CFugue Runtime to automatically generate MIDI song files from the music notation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    ExactCalc

    Software for exact computing based on interval arithmetic.

    1/3 is not 0.33. Pi is not 3.14. Actually 1/3 is in interval [0.33, 0.34] and pi is in interval [3.14, 3.15]. During computation truncating error is accumulating. At end of computation it is needed to know real boundaries of result. The solution is given by interval arithmetic. Simply speaking, because 1/3 is in interval [0.33, 0.34] and 1/7 is in interval [0.14, 0.15], value 1/3 - 1/7 must be in [0.18, 0.2]. Computation can be arbitrary long and complex but interval arithmetic gives...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RWD is a tool for a language learner to collect, manipulate and use their own vocabulary bank. It can be used to learn and memorize new words of a foreign language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Parallel_Algorithms

    list of parallel Algorithms developed in Parallel Algo course

    These are the implementation of various parallel algorithms like Symmemtric division for sum and maximum, Optimal sum using parallel algorithms, List ranking, Tree contraction, Matrix vector multiplication, Counting the number of vowels, consonants, digits, Matrix transpose, Block based matrix multiplication, the project folder has 4 implemenations of Matrix Multiplication algorithms, one simple muliplication, Transpose based multiplication, Strip based matrix mulitiplication
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fractions

    Fractions

    Calculator with fractions

    Calculator with fractions, currently in development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    libby

    libby is an open source library managing system

    Libby is an open source library manager written in C++ and using SQLite, I've created this program to run on both Windows and Linux, even tho i prefer linux, it's written with QT, so will cross compile to both. Originally made to organise a play centre library and keep maintenance of that library to a minimum. Feel free to make suggestions about how to make this program even better. Libby's can * store all your books * sort them by Author, book title, or ISBN number * add users...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Linux Guist - Multi Lingual OS for Asia

    Linux Guist - Multi Lingual OS for Asia

    A Single Click Language Changer and Publishing System for Web and DTP

    Linux Guist - is a Multi Lingual Live CD OS for most Asian Languages, with the ability to run of a CD & Old Hardware, with just 128 MB Memory, for DTP, Web Publishing & Data Entry purposes. This will help IT employers to take up Govt. Projects that require Data Collection, Entry & Publishing at a very very low cost, while providing Training & Job Opportunities to numerous students of these languages, in the various towns, of the country. Talk to your respective IT/HRD ministry to identify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Al-Anvar: Quran Research Software
    Al-anvar is an open source freeware dedicated for Quranic study and research. Some of its features are: Advanced search , Commenting tool , Indexing and Grouping , Add-ons for different translations and commentaries in many languages , Online and offline recitation
    Downloads: 14 This Week
    Last Update:
    See Project
  • 22
    مكتبة القرطاس

    مكتبة القرطاس

    مكتبة الكترونية بها كل ما تحتاج

    مكتبة القرطاس برنامج مجاني مفتوح تعمل على جميع أنظمة التشغيل لينكس او وندوز أو ماك تتيح لك مطالعة الكتب و تحريرها كما يمكنك إضافة كتب جديدة
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    NXShield API's and Documentation Online API reference available at: http://www.openelectrons.com/NXShield/html/
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Klest-crossword
    Open Source program to create crossword puzzles, which will be professionally compile a crossword puzzle and then is convenient to guessing.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Easy Exam

    Easy Exam

    Simple web based solution for arranging objective question-answer test

    ... to any questions and at time with help of single click. There is timer which shows remaining time in terms of minutes. After allocated time for exam is over, it automatically kill session and prevent user to attend further questions. Try online demo and see features. Additionally you can refer screen shots of the software. Developed in C#.Net as front end and MS-SQL as back end.
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.