Showing 311 open source projects for "ansi c"

View related business solutions
  • Regpack: All-in-One Online Registration and Payment Software Icon
    Regpack: All-in-One Online Registration and Payment Software

    For camps, courses, virtual classes, client billing, events, conferences, meetings, afterschool programs, educational travel, retreats

    Regpack is a powerful onboarding, registration, and payments platform trusted by thousands of organizations worldwide. Our mission is simple: to give you the tools to automate busywork, streamline your processes, and keep your focus where it belongs, on growing your programs and serving your clients.
    Learn More
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1
    CQRlib is an ANSI C implementation of a utility library for quaternion arithmetic and quaternion rotation math.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    wxMUD is a MUD client written with the wxWidgets GUI library to support many platforms (win32, POSIX, etc) with native speed. Currently it supports ANSI colors, multiple connections, MCCP, MSP, full MXP specification, advanced pattern matching and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Sparklet

    Multiplayer game

    Sparklet is a networked multiplayer 2D space shooting game where the player pilots a space ship and fights other players. Different maps, space ships and game modes are available. It is written in pure ansi c++ and runs well on linux and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Generic Universal MUMPS Project (GUMP) has the purpose of providing an Open Source Implementation of ANSI X11 (MUMPS) suite of Standards
    Downloads: 0 This Week
    Last Update:
    See Project
  • Parasoft: Automated Testing to Deliver Superior Quality Software Icon
    Parasoft: Automated Testing to Deliver Superior Quality Software

    Parasoft provides test automation for every phase of the software development life cycle.

    Parasoft helps organizations continuously deliver high-quality software with its AI-powered software testing platform and automated test solutions. Supporting the embedded, enterprise, and IoT markets, Parasoft’s proven technologies reduce the time, effort, and cost of delivering secure, reliable, and compliant software by integrating everything from deep code analysis and unit testing to web UI and API testing, plus service virtualization and complete code coverage, into the delivery pipeline. Bringing all this together, Parasoft’s award-winning reporting and analytics dashboard provides a centralized view of quality, enabling organizations to deliver with confidence and succeed in today’s most strategic ecosystems and development initiatives—security, safety-critical, Agile, DevOps, and continuous testing.
    Learn More
  • 5

    Notepad++ Verilog Plugin

    Verilog plugin for Notepad++

    ...Current features: - Instantiate a module - Insert registers/wires from a module - Generate a test bench template - Automatically inserts a default header for a test bench - Insert a clocked always block v1.2.0 now supports ANSI and non-ANSI module declarations. To use this plugin, select the module declaration (including parameter and I/O definitions below for non-ANSI) and click SHIFT-CTRL-C. This selects the module and parses its components. After this, all other functions are available.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    WpfAnsiView

    ANSI art viewer for Windows

    A simple, straightforward WPF Windows application for quickly viewing ANSI art files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SimpleHasher

    SimpleHasher

    Simple Hasher is a Hashing utility for verifying integrity of files.

    Simple Hasher is a Hashing utility for verifying integrity of files using a wide range of supported algorithms: CRC32, ED2K, MD4, MD5, RIPEMD160, SHA1, SHA256, SHA384, SHA512 and WHIRLPOOL512. All processed files are logged and ready for export to a number of different verification file formats Like SFV, MD5SUM, SHA1SUM. Multiple hash types can be generated simultaneously per file. Handy hash and file comparison functions, such as comparing calculated hashes will make this task as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Baus

    Baus

    An open source video streaming server

    ...Baus run on linux and works with /dev/video devices. The server can also stream from low-cost multi-plexed DVR cards. Baus is build on ffmpeg libs (libav), and it is written in ANSI C, using the Eclipse IDE. A sample PHP client is provided for test purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    bmpstream

    bmp manipulate

    Bitmap data manipulate, written in Ansi C. Support both bmp file or bmp format data in memory. Bmp data(file) is take as a stream, you can open/close/create/read/write/seek/tell to the stream, and some special functions are provided, e.g. get rectangle, get line, merge(alpha blending).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Streamline Hiring with Skill Assessments Icon
    Streamline Hiring with Skill Assessments

    Say goodbye to hiring guesswork. Use Canditech’s job simulation tests to assess real-world skills and make data-driven decisions.

    Canditech offers innovative, cheat-proof skill assessments and job simulations to transform your hiring process. From technical skills to soft skills, we help you assess candidates on actual job performance. With over 500 customizable tests and powerful video interview features, you can evaluate real-world capabilities, streamline your hiring, and reduce biases. Whether you’re hiring for remote roles, mass hiring, or looking to expand your diversity pool, Canditech’s data-driven platform ensures the right candidates are chosen for the job every time.
    Get a Free Demo
  • 10
    AnsiGL

    AnsiGL

    A modern "graphics" API for text-based applications

    Sourceforge is no longer being updated! Check out our new home instead: http://github.com/nicrohobak/AnsiGL ---------------------------------------- AnsiGL is a C++ console text "graphics" API using simply ASCII characters and ANSI escape sequences, and all without the use of any video hardware. It strives to be a simple-to-use text-graphical toolkit have with an intuitive interface for developers, while maintaining a sufficiently high degree of flexibility. Many comparable APIs tend to either use video hardware, or are simply not as fully-featured as one might hope or expect, at least in the area of visual elements. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cdoc is a C documentation tool. It generates web-based documentation from source files containing K&R or ANSI C. Function declarations are combined with the immediately preceeding comment to generate a description similar to a standard library definition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    kmul

    Constant multiplication routine generator

    ...Bernstein, "Multiplication by integer constants," Software - Practice and Experience, Vol. 16, No. 7, pp. 641-652, July 1986. kmul can be used for emitting a NAC (generic assembly language) or ANSI C implementation of the multiplication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MiniBasic

    MiniBasic

    Basic interpreter in ANSI C

    MiniBasic is a small but usable Basic interpreter. It is written in pure ANSI C, so it should be easy to get up and running in almost any environment. It has been used for PIC32 electronics projects, as an embedded scripting language, and as a teaching aid. There's an associated book, and full documentation and sample programs online (go to the project's web pages). It's designed to be easy to modify, to use the code as the basis for your own interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Console based Editor

    Console based Editor

    text editor consol based and an IDE

    Console based EDitor (CED) is console based program which has curses like interface and it has build in IDE .IDE is expandable.any language interface can added It is easy to use.It is part of PD* software and therefor,public domain software.it is highly customizable. ** IT IS PUBLIC DOMAN SOFTWARE **
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    nxtOSEK is an RTOS for LEGO Mindstorms NXT. nxtOSEK consists of I/O driver part of LEJOS NXJ, TOPPERS/ATK1 RTOS, and glue code for them. You can write applications for NXT in ANSI-C/C++. Check nxtOSEK site: http://lejos-osek.sourceforge.net
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Qtag Cloud

    Qtag Cloud

    A free open source toy to generate your own Tag Clouds

    A free C/C++ Qt based open source software to generate your own highly customizable Words Clouds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Jabble is a minimalist XMPP / Jabber instant messaging client, in command-line. I wrote it some years ago (2006) when I tested a lot of altervatives OS and wanted to chat with my friend. It is written using only C ANSI functions to be fully portable. I compiled it successfully on Windows 95/XP, BeOS, AtheOS, FreeBSD, GNU/Hurd, and GNU/Linux 32/64bits. It crashed on QNX. It does not include SSL/TLS, but you may connect by SSL through "stunnel", a SSL proxy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Open Object Oriented ANSI C provide API to build Object Oriented application in ANSI C language. It provide common base classes that allow inheritance to develop application with your own reusable objects, and smart exception recovery support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    San Le's Free Finite Element Analysis
    SLFFEA stands for San Le's Free Finite Element Analysis. It is a package of scientific software and graphical user interfaces for use in finite element analysis. It is written in ANSI C by San Le and distributed under the terms of the GNU license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format. C++ wrappers are included, as well as the source code for standalone encoding and decoding executables.
    Leader badge
    Downloads: 226 This Week
    Last Update:
    See Project
  • 21
    ActiveLock is a great piece of software, but difficult to integrate with C/C++. This project is trying to make integration as easy as possible. This version works with ActiveLock 3.5. There are still some incompatibility issues with ActiveLock 3.6. This is why I have implemented a modified version of the ActiveLock 3.5 dll that already contains routines for retrieval of the harddisk firmware number, which are included in ActiveLock 3.6. When you want to start straight away then download the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    C++ Command Prompt

    C++ Command Prompt

    Open Source Command Prompt using C++ with Windows CMD functions.

    I have just created the Command Prompt’s few commands for my CMD using C++ for mini project. Still my CMD projects is in initial level and I am working to make it more and more better.! :) This is the version which compiled using the “Borland compiler 5.5″. As we are bit restricted to use this compiler for our programs.But I am sure it’s not very difficult to Convert it into ANSI C++ format. But I will update this project after some days with many new function of original Command Prompt.You can also download and use it on your Computer and if you have any ideas, suggestion or found any bug in my Program you can tell me or Contact me or Comment here.!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    aaclock
    Floating digital clock. Pure X, doesn't need any Window manager or Desktop manager. Shows date too. Always top or automatic hide.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java library that simplifies migrating C/C++ code to Java by emulating standard ANSI C++ functions. This is currently only a sub-project of www.ode4j.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SSQML

    SSQML

    A schema to describe ANSI/ISO SQL in XML and associated tools

    SSQML: Standard Structured Query Markup Language This is an XML dialect that allows any valid SQL statement, clause, expression, predicate, or query to be expressed fully in XML based on an XML compliant schema. The schema is based on Backus Normal Form (BNF) representations of ANSI-ISO/IEC SQL Standards; ISO/IEC 9075 :2003, ISO/IEC 9075 :2006, ISO/IEC 9075 :2008, ISO/IEC 9075-14 :2013 XML-Related Specifications (SQL/XML) Does not include support for Embedded SQL Ada, C, COBOL, Fortran, MUMPS, Pascal, or PL/I programs. These may be added in future. This schema was generated by automation taking the SQL BNFs as input. ...
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB