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

  • RouteGenie NEMT software Icon
    RouteGenie NEMT software

    Modern software for non-emergency medical transportation providers, built to improve scheduling, billing, routing, and dispatching processes.

    RouteGenie NEMT software is a modern system built to automate all non-emergency medical transportation processes including routing, scheduling, dispatching, and billing. It helps manage everyday challenges like vehicle breakdowns, traffic problems, cancelations, driver call-offs, will calls, no shows, add-on trips, on-demand trips, and more.
  • Upgrade your productivity with your own free AI Meeting Assistant Icon
    Upgrade your productivity with your own free AI Meeting Assistant

    Fathom records, transcribes, highlights, and summarizes your meetings so you can focus on the conversation. Get setup in minutes.

    Fathom records, transcribes, highlights, and summarizes your meetings so you can focus on the conversation. Get setup in minutes. When the call ends you have instant access to the call recording, fully transcribed, along with all of your highlighted moments. All recordings created with Fathom are 100% private. They can only be seen if you share your recordings or highlights with others. Show, not tell, with playlists of what “good” sounds like. Metrics help identify who needs help and who is outperforming. A unified view of all conversations with a customer or prospect. Simplify the handoff from sales to success and never lose any context if a team member departs. Reduce time your team spends on data entry with automated post-call data sync with your favorite CRM.
  • 1
    Schedule Tool is a utility for predicting the duration of projects from a series estimated task times. This tool converts the estimates to probabilities of success, and convolves successive tasks to give an estimated date of completion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Promote is an easy to use, generic data structure and utility library for C,C++, and possibly more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PPFN, it is also a tool to be hidden from any server log, these developers know what they have to do. Do you? If you download this ultimate package you will be able to enjoy the web knowing that you would be safe. So be safe, learn to surf right - PPFN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Raiden block cipher: An extremely lightweight and fast block cipher, developed using genetic programming, with the intention to be an alternative to TEA. This cipher is as fast as TEA, and without many of its known weaknesses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • From donor engagement to donor retention, DonorPerfect is the complete solution for the tools you need to succeed. Icon
    From donor engagement to donor retention, DonorPerfect is the complete solution for the tools you need to succeed.

    For nonprofits serving their local community to large, international organizations like UNICEF.

    Boost your nonprofit's fundraising initiatives and build valuable donor relationships with DonorPerfect fundraising growth platform. Trusted by more than 50,000 fundraisers, DonorPerfect is packed with powerful features to help nonprofit organizations, regardless of size and mission, effectively manage donor data and raise money for their cause.
  • 5
    Random Projection Trees is a recursive space partitioning datastructure which can automatically adapt to the underlying (linear or non-linear) structure in data. It has strong theoretical guarantees on rates of convergence and works well in practice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SCS - Simple Contest System - is a system for makieing Programming contests in simple way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SHOBHIT-Advance String Search

    SHOBHIT-Advance String Search is a pattern search Algorithm

    In Computer Science, SHOBHIT-Advance String Search Algorithm is a string searching algorithm created by SHOBHIT UPADHYAYA in 2013. He is working as a Software Developer in Bangalore India. “This algorithm uses the first and last index of the substring for a pattern search.” TIME and SPACE Complexity: For a text of length n and substring of length m. Its best case, time complexity is O(m/2) and in worst case, time complexity is O(n – (m/2) ). In all the cases best, average and worst its space complexity is O(1). This algorithm checks two characters at a time. In best case where the substring is at the start of the text, we can check all the character of substring in only m/2 time. In worst case where the substring is at the last of the text, we need to iterate till n – m For more information please visit the following link:- http://learandexperiment.blogspot.in
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SMART (Shape Matching Algorithm Research Tool) enables you to implement 2D and 3D shape matching algorithms as plugins. Plugins can either be implemented in Java or as native plugins, i.e. in C/C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Shobhit-Improved String Search

    SHOBHIT-Improved String Search is new improved string search algorithm

    In Computer Science, SHOBHIT-Improved String Search Algorithm is a string searching algorithm created by SHOBHIT UPADHYAYA in August, 2013. He is working as a Software Developer in Bangalore India. “This algorithm uses the first, last, mid1 and mid2 index of the substring for a pattern search.” TIME and SPACE Complexity: For a text of length n and substring of length m. Its best case, time complexity is O(m/4) and in worst case, time complexity is O(n – (m/4) ). In all the cases best, average and worst its space complexity is O(1). For more information please visit the following link :- http://learandexperiment.blogspot.in
    Downloads: 0 This Week
    Last Update:
    See Project
  • Kickserv Field Service Management Icon
    Kickserv Field Service Management

    Your service solution

    Online appointments, sales and job tracking, team scheduling, estimates, invoice, online payments and more.
  • 10
    Currently, all existing formal tools are designed to serve as formal verifiers, using one implementation or another. NO tool is providing a global framework to develop algorithms. Silicis is a new formal framework for designing [verification] algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A GLib/GTK+ classical encryption analysis and reversal tool that brings together multiple techniques into a single program to aide in decryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Simple Fast Dictionary

    Simple, small and fast dictionary lib on C

    The library does quick search of dictionary words in arbitrary input strings. Known problems are known. :) See appropriate section in documentation. Also, only ASCII words and strings for now.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A Simple console-based Sudoku Solver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Software to solve Linear Programming problems applying the Revised Simplex Algorithm (2-Phase Method) and performing a Sensitivity Analysis too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SplitNeuron
    SPLITNEURON is a completely new approach to large-scale, biologically plausible, neural-network simulation library based on data structures and methods directly coded into database and conceived to explicitly share load on multiple machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    StructPie

    StructPie

    A set of C libraries to implement data structures and algorithms

    Struct-Pie (Structures Pie) is a set of C shared libraries to implement data structures and algorithms so that they can be used/integrated easily into C projects. LIFO & FIFO Stack, Binary Search Tree, Priority Queue and a Hash Table are implemented and included in this package. Future releases will have many other data structures. The hash table in this package uses separate chaining to avoid collision. In the "hash_table" directory, the hash table implementation uses linked lists. While in "HashBSTree" directory, a hash table with a binary tree in each index is implemented for faster lookup in large data. The stack, the tree and the hash table accept int, float and char* data type To look at the python library : https://github.com/mnoorfawi/struct-pie
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Provides fast lookup for a Subject Based messaging product using a trie. It allows for configurable wildcard characters to replace a single or multiple subject field(s) (A.B.*.D.>). Insertion in to the tree returns a unique handle for subsequent deletion
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Syntactic is a simple C++ library for constructing general Neural networks. For now the library supports creation of multi layered networks for the Feedforward Backpropagation algorithm as well as Time Series Networks. More will be implemented soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    T3S Tool

    T3S Tool

    Learning Stochastic Discrete Event Systems

    Stochastic discrete event system analysis and verification are essential in order to ensure reliability in such systems. However, models that cannot be constructed with an hand-made process need to be learned. Thus, the SDES toolbox proposes an automated solution that is embedded in Matlab to learning and analisis generalized semi-Markov processes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    TA-Lib.git: Technical Analysis Library

    Mirror of the TA-Lib project using a Git repository

    This project is intended to provide Git access to the code of the original project, TA-Lib, which uses Subversion. It is intended for system integrators wishing to use TA-Lib in their Git-managed project through Git submodules or subtrees. No actual development is being done here; all development happens in the original project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TBOX

    TBOX

    A glib-like multi-platform c library

    TBOX is a glib-like cross-platform C library that is simple to use yet powerful in nature. The project focuses on making C development easier and provides many modules (.e.g stream, coroutine, regex, container, algorithm ...), so that any developer can quickly pick it up and enjoy the productivity boost when developing in C language. It supports the following platforms: Windows, Macosx, Linux, Android, iOS, BSD and etc. Supports file, data, http and socket source. Supports the stream filter for gzip, charset. etc. Implements stream transfer. Implements the static buffer stream for parsing data. Supports coroutine and implements asynchronous operation. The coroutine library. Provides high-performance coroutine switch. Supports arm, arm64, x86, x86_64. Provides channel interfaces. Provides semaphore and lock interfaces. Supports io socket and stream operation in coroutine. Provides some io servers (http ..) using coroutine. Provides stackfull and stackless coroutines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Tomographic Image Reconstruction Interface of the Universite de Sherbrooke (TIRIUS) is a Qt-based user-interface software for reconstructing 3D images from data generated by real apparatus or generated by the GATE Monte Carlo simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    TOTimer

    Time-Out-Timer for single threaded environement

    Serve timeouts by calling a service-function periodically and an independent time-source (toticker). If you need a timer and like to try this one, please write your experiences to me in brief! And may be suggestions, of course. 10ms tick time should be possible. May be less. DO NOT USE Version less 0.1.1 - it is definatly buggy! Easy to control timers via Handle, eg auto create&start a timer via totimer_setTimeout function. Optionally use Callback-Functions if timeout expires. See uws-readme.txt for further info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A test suite and benchmark for exact Euclidean distance transform algorithms used in Image Processing and computational geometry. It evaluates the exactness and speed of algorithms for a large number of test cases. Results can be visualized in Scilab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Temporal Inference Engine

    Temporal Inference Engine

    A real time inference engine for temporal logic specifications

    A real time inference engine for temporal logic specifications, which is able to process and generate any binary or real signal through POSIX IPC, files or UNIX sockets. Specifications of signals are represented as special graphs and executed in real time, with a sampling time of few milliseconds. The accepted language provides timed logic and mathematical operators, conditional operators, interval operators, bounded quantifiers and parametrization of signals.
    Downloads: 0 This Week
    Last Update:
    See Project