C Exam Software

View 124 business solutions
Exam C Clear Filters

Browse free open source C Exam Software and projects below. Use the toggles on the left to filter open source C Exam Software by OS, license, language, programming language, and project status.

  • 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
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 1
    Open Source Tools from ForensicZone.com PTFinderFE SSDeepFE Enscript for Ram Analysis
    Leader badge
    Downloads: 101 This Week
    Last Update:
    See Project
  • 2
    xoscope is a digital oscilloscope using input from a sound card or EsounD and/or a ProbeScope/osziFOX and will soon support Bitscope hardware. Includes 8 signal displays, variable time scale, math, memory, measurements, and file save/load.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 3
    Virtual T
    Virtual T is a TRS-80 Model 100/102/200 emulator that runs on Windows, Linux, and Macintosh. The goal of Virtual T is to provide 100% hardware emulation so any existing programs will run. It also adds powerful development and debugging tools.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    This project aims to develop an opensource software with an attractive and efficient GUI which allows to design linear electronic circuits and to characterize existing ones.
    Leader badge
    Downloads: 39 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
  • 5
    DOMjudge programming contest jury system

    DOMjudge programming contest jury system

    DOMjudge is an automated judge system for programming contests.

    NOTE: DOMjudge has moved to www.domjudge.org and Github for all development. DOMjudge is an automated judge system to run programming contests. Both team and jury side interfaces are web based, with a command line submit tool available as well. It is written in PHP, shell-script and C/C++ and needs MySQL and a webserver.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    adms
    ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile c code for the API of spice simulators. Repository migrated to: https://github.com/Qucs/ADMS For checkout do: git clone https://github.com/Qucs/ADMS.git
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    A VoIP Sniffer and security tool with some new features!
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8
    Common Hardware Recovery Solutions by Ukrainian-Russian network
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Debuxxe is an open source personal grader (or judge system) written in VB6.0. It helps training students who participate in computer olympiad program or informatics contests. Users can add their problems to Debuxxe easily.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    Becta common file format for Interactive whiteboards Project has created a common file format to support interoperability, a code library under BSD, a test harness Viewer and range of sample files.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    This is a versatile graph plotting software for windows. It can plot graphs from user specified functions. simple interface put the function and press draw. no installation required.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    LinuxSPA allows you to sniff directional serial data streams up to 460Kbs for reverse engineering serial protocols or for simply monitoring problematic serial line equipment. Sniffed output can be applied to user defined filters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Pizza Business is a game written in object-oriented C++, utilizing WxWindows, in which you start and control a pizza business / pizza restaurants, limited to a budget. The game is being targeted for multiple platforms including Windows and Linux.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    ADiKtEd (Another Dungeon Keeper map Editor) is a text-based map editor for Dungeon Keeper, a game released in 1997. It can be used to create a map from the very beginnings, or to tweak maps created in Official Editor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Portatux is an interactive ncurses interface as well as a command line tool for controlling the 8 data pins in the parallel port in Linux and FreeBSD.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    VL-1 is High Performance Computing Middleware designed for the domain experts/researchers/Teachers who want to focus more on their problem then finding out ways of how to implement their problem.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    MBDyn_sim_suite is a collection of free pre&post-processing tools and simulation models for the open-source multi-body analysis software MBDyn forming a general purpose simulation environment for structural dynamics with an emphasis on wind turbines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    PIHMgis is a “tightly-coupled” GIS interface to Penn State Integrated Hydrologic Model (PIHM). It is open source, platform independent and extensible. The “tightly-coupled” integrated GIS interface to PIHM has been created in the Open Source QGIS
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Prime number ( primenumbers )

    Benchmark for 50 000 000 prime numbers as single and multicore

    Simple source files and compiled JAR Java programs, for benchmark 50 000 000 cycle finding prime numbers. On Intel(R) Core(TM) i5-8600K CPU, Windows 10 20H2, i have 39 second on single core and 7,6 second on multi core. (PS: C++ multicore 6 second). Added C files for gcc compiler in Windows 10 and for Xcode C command line project in MacOS ( tested on Mac mini M2 with single core 16 to 25 sec and multicore 2,3 to 5 second by compiler -O switch). Surprise, same code in JavaScript for M2 chip in Safari, 12,5 sec single core and 3,3 sec multi core. Python version with numba and numpy on MacOS with M2, 3,78 sec.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A suite of tools for Computer Science faculty members to help provided automated feedback to students as well as assist with the management of those assignments. Support is primarily for RAPTOR assignments, but Processing is supported as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Graphical OS Kernel compiled with gcc 4.6.1 and nasm 2.09.08
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Real Memory Test

    App to test your memory

    With this lightweight application you can test your brain ability to remember something. Includes report with number of remembered words, percentage and overall grade level.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Structio produces tools and contents with sources of public domain useful for colombian schools and appropriate to be distributed in Internet (e.g sotware, writings, images, sounds and music).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Bitpack is a set of tools to control/read the stats of the i/o of the pc's parallel port.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    File generator create files with specific size ,with many methods and many options.
    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.