Open Source C Software for Cygwin - Page 16

C Software for Cygwin

Cygwin C Clear Filters

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

  • 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
  • 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
  • 1
    Serbian Dictionary
    'Serbian Dictionary' is a bidirectional Serbian-English dictionary. It currently contains only a command line interface. Supports only *nix based operating systems at this moment. Tested on Linux, *BSD and Cygwin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    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
  • 3

    Simple 3D Classes

    A simple 3D framework in C++

    A simple 3D framework in C++ that supports OpenGL, OpenAL and GLUT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A very simple but effective testing framework for C and C++ projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    O presente programa é um simulador LPI que apresenta perguntas com alternativas com conteúdos dos exames 101 e 102 da prova LPI. Bom para quem está estudando/treinando para prova LPIC-1 ou deseja testar seus conhecimentos Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Sirch is a utility portage approach to console-based development of open source software projects. Its goal is to simplify effective API wrappering the glibc and porting to cygwin alike system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A program for analyzing "slanted edge test" data, to help determine the resolution (MTF or SFR) of a digital imaging system such as a scanner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Spasmos is a Python package that allows scientists to simulate the dynamics of highly collisional plasmas using a number of numerical methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SpiderMonkeyIRC is an IRC client/bot written in C with an embedded SpiderMonkey (JavaScript) scripting engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Star Wars : Realms of Destruction (SWROD) is a growing codebase derived from Star Wars Reality, (Smaug Based) and is continueing to add many unique features as time goes on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    StarterMud is a port of Rom24B6 that is setup to be compiled on windows using MSVC. =========================== Update: 09-23-201 StarterMudv4 is the Latest Windows Build! I compiled it with Visual C++ 6.0 as this is what I originally used during development. - SVN now contains latest Windows StarterMud Files! =========================== The Area Editor (SMArcead) for windows includes support for OLC w/mobprogs.. Works with All Win32 versions of StarterMud. There is also a port of Rot1.4 and also include a cygwin version of Rom24B6 with olc, mobprogs and color. Various other Cygwin codebases can be found under the Files link. Most were used for testing code or were the start of personal builds. If you have any questions, email me anytime! cbunting99@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    StateGen

    Generate an executable state machine from a high level language.

    This application may be used to generate a full-featured software state machine using a high-level description language. Several state machines can be placed into the same source file and they can reference one-another to create nested state machines. Any arbitrary code can be associated with any state transition. Inline code is supported. Any code may also be defined to be run before the start state is entered as well as after the end state is finished. Uses for this software include creating scanners and filters as well as user interfaces. Any time a complex integer based state machine is appropriate, this generator will help the developer create the states in a clear and organized fashion with lots of supporting documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    StreamLogger

    StreamLogger is a modern C++ logging library

    More details on: http://spore.sodgeit.de/sporeblog-streamloggerEN.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Striker2D

    Striker2D

    This game is a 2d arcade game. You can move, jump, kill monster.

    This game is a 2d arcade game. You can move, jump, kill monster. So far game haven't got a textures and now monsters and player model are variegated square. In source code you can add enemies, change him size, speed, hp; change player speed size, damage; change bullets speed, damage and any values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    Susie (Scripting Using a Smalltalk Interpreter Engine) is an attempt to provide a light weight scripting engine using Smalltalk as the language. it is based on Public Domain SmallTalk (PDST).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The SysToMath portable C/C++ libraries and tools constitute a framework of operating system independent utilities aiding the development of software of any kind on both Win32 and POSIX based systems. See also http://SysToMath.com/etc/html/libraries.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is Rivoreo custom edition of the sysvinit program. The original sysvinit project page is at http://savannah.nongnu.org/projects/sysvinit/ The original sysvinit Debian package project page is at http://alioth.debian.org/projects/pkg-sysvinit/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HW(VHDL) and SW of logic analyzer and On-Chip-Verification(OCV) for Value Change Dump(VCD) file format that exported to seemd SystemC ,ModelSIM, and many other EDA tools. Very easy and Simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    TCLVIX

    TCL bindings to VIX VMware API

    TCL bindings to VIX VMware API Allows to start/stop/clone/... VMs using TCL scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    tt-color is a color terminal emulator for Xwindows and Windows/Cygwin with scripting support for menus. Based on Tcl/Tk, runs with native interface on each system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TeamBlibbityBlabbity is an attempt to document and provide an example implemention of the proprietary TeamSpeak 2 protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Term::ReadLine::Gnu

    Perl extension for the GNU Readline/History Library

    Term::ReadLine::Gnu (TRG) is an implementation of the interface to the GNU Readline/History Library. This module gives you input line editing facility, input history management facility, word completion facility, etc. Visit to http://search.cpan.org/dist/Term-ReadLine-Gnu/ on the CPAN (The Comprehensive Perl Archive Network) site for download, documentation, bug report, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    The ATS PL System

    Unleashing the potentials of types and templates

    The programming language ATS unifies implementation with formal specification by accommodating a programmer-centric approach to program verification: How do we know a program being implemented correctly? We ask the programmer to demonstrate it with a proof.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Collective Idenitity Project's goal is to build a p2p infrastructure aimed at fostering true community thinking. Largely text based, and peer reviewed, this software is an experiment to find a social convergence on a wide range of topics.
    Downloads: 0 This Week
    Last Update:
    See Project