Search Results for "convert python to c" - Page 75

Showing 1878 open source projects for "convert python to c"

View related business solutions
  • 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
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    a distributed engine for abstract neural network development via natural-language programming
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    CoSimA+

    The Co-Simulation Adaptation Platform

    The co-simulation adapation platform serves as programming framework and middleware to enable coupling of distributed, heterogeneous numerical models. The framework facilitates the adaptation and integration of new sub-models into a common simulation platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    VectTens

    VectTens

    A library for handling vectors, tensors, and more.

    VectTens is an object-oriented numerical library designed to manipulate vectors, tensors, and other mathematical quantities in a simple and efficient manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Institute of Technology, Blanchardstown Computer Science code by the class of 2007-2011 on course BN104. In this project we are open sourcing all of our project work to the public in the hopes it can be reused, built-upon, and used in education.
    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
    A Desktop Environment for Linux designed to have a very similar interface to Windows, allowing for an easy transition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A tool to practice and learn Multiple-Choice tests which are very popular at universities. Developed by a team of german Medicine students who wants to bring the "Gegenstandskatalog" to more than Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cellicone is a project to develop an artificial life organism with the necessary components to make it comparable to biological life as we know it. This includes components ranging from proteins to cells to organs to limbs, and many steps between.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    YASCC aims to become a fully-fledged 3D RTS engine. The goal of the project is to enable construction of RTS-like games in an easy, cross-platform manner
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Porting the Ambrosia Software game Ares (by Nathan Lamont) to Mac OS X and beyond. The source has just been released - a first alpha may be soon! Although this project is called Ares X, it is supposed to be called Xsera (the name should be changed soon)
    Downloads: 0 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
  • 10
    The Merodach engine is an open source MMORPG engine, made to try to merge action/RPG games and MMORPG games. Client and server source code will be availible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cosmos

    cosmos

    Algorithms that run our universe | Your personal library of every algo

    Cosmos (by OpenGenus Foundation) is your personal offline collection of every algorithm and data structure one will ever encounter and use in a lifetime. This provides solutions in various languages spanning C, C++, Java, JavaScript, Swift, Python, Go and others. This work is maintained by a community of hundreds of people and is a massive collaborative effort to bring the readily available coding knowledge offline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SoGui est un toolkit graphique C++ multiplate-forme (Windows/X11). SoGui permet donc de créer des interfaces GUI de façon portable sur Windows, GNU/Linux, *BSD, etc. SoGui est aussi utilisable en C et en Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    sst2k

    Super Star Trek remake

    Super Star Trek — a classic computer game Save the Federation from the invading Klingons! Visit exotic planets and strip-mine them for dilithium! Encounter mysterious space thingies! This is the home page of the classic Super Star Trek game from the days of slow teletypes, reloaded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Representation method of abstract information based on hierarchical network of simplest nodes. Each node can represent both value and attribute. Network is able to accumulate, classify and learn information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gemini is a suite that includes a command-line tool and a GUI to synchronize data between two or more folders. It will also include a Daemon for automatic syncs and some advanced Sync Functionalities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Portable Highly Available Sensors (PHASE) project aims at creating an example application that demonstrates the usage of Application Interface Specification service interfaces of the Service Availability Forum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    openSim is a software platform for the creation, simulation and visualization of system dynamics models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Android[tm] SDK development is for those who have a dream mobile device in mind and have the potential to contribute to the development of the same at various levels. http://www.openhandsetalliance.com is promoted by Google & other industry giants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Babel.TV started life as a desktop shell and replacement MythTV frontend, aiming to be a light, fast and elegant entertainment platform. It has grown to encompass instant communication, Web services and support for popular playback devices and phones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This package will allow people to check, change, update the license of their projects. It will conform to all new licenses available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PBADEV gathers lessons learned making GIMPVS available on Windows platforms and Makes Blender available together with GIMP on Microsoft Windows Platforms. PBADEV aims at providing the highest quality softwares to artists and developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    BISH

    Quick Vuln Check

    Vulnerabilities Checker Framework. For use on GNU/Linux Created with Ubuntu
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    YARML or (Yet Another Readable Markup Langage) is a simple and readable markup language which have the same structure of XML but with new syntax which near to the syntax which used with the high level programming languages like Java,PHP, C and Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    PHOBOS

    Parallel Heterogeneous OBject Store

    PHOBOS implements a high performance storage solution on various storage backends, including tape libraries. It is fully based on open-source standards, open data formats and protocols, which avoids vendor locking of your data.
    Downloads: 0 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.