Search Results for "c to python code converter" - Page 17

Showing 429 open source projects for "c to python code converter"

View related business solutions
  • 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
  • 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
  • 1
    Clint is a testbed for static source-code checking techniques. It is currently designed to check C++ for common programmer errors and suggest improvements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Snake Skin Bean Breaker converts Python syntax into readable Java syntax. With a high potential of runtime or compile-time deviances, the resultant code is assumed to be broken.. Works well for porting Jython Swing prototypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This project presents an implementation of a "Weak Reference" C extension object for CPython. The code is written and tested to be compatible with Python 2.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SnapPea

    Obsolete packaging code for SnapPea

    Packaging code for SnapPea, a program for creating and studying hyperbolic 3-manifolds. This is for packaging ONLY. SnapPea itself (and its successor SnapPy) can be found at: http://www.math.uic.edu/t3m/SnapPy/
    Downloads: 0 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
  • 5
    A group of Blender (http://www.blender3d.org) enthusiasts sharing code for expanding the functionality of Blender. As Blender has been bought into Open Sourceness, this ancient utility is now ancient and likely useless.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    wxStudio is an attempt to make an IDE and code generation tool using the wxWindows GUI toolkit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Write your HotSync conduit in Python. Initial source code kindly donated by Jeff Senn. Project source almost complete when donated. Currently Alpha status due to dormancy. Project is a Python module that talks to the Palm C HotSync APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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
  • 9
    Original Creator -> http://www.donhopkins.com Original SimCity projects by Don Hopkins: http://www.art.net/~hopkins/Don/simcity/index.html from: http://www.donhopkins.com/drupal/node/130 GPL Open Source Code of OLPC SimCity to be called Micropolis
    Downloads: 0 This Week
    Last Update:
    See Project
  • Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place. Icon
    Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.

    For healthcare Providers and Facilities

    Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
    Learn More
  • 10
    A bridge between Ruby and Python, which allows use of Ruby objects from Python code and Python objects from Ruby code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Binconv is a Python script as a template-based binary file converter. It can help to convert binary files into any text-based files which can be represented by Mako template engine. The collection of template can make this tool adaptable to many project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CPyrol

    an alternative interpreter for the Python programming language

    The aim of the CPyrol project is to create a complete Python interpreter written in C++ with minimal system requirements and a very clean codebase. I am working on this project mainly to gather experience with the current C++ standart (C++ 11) and with compiler development, it is not (yet) intended for practical usage. This project is at an early stage of development. Currently implemented is a Lexer, Parser and Code Generator for compiling Python code into CPython-compatible bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Monarc is an experimental and progressive operating system kernel; featuring modern architecture, clean code, and flexible structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is project is a refactoring assistant kit. It intends to provide tools and script to help refactor C++ code, replacing our usual search'n'replace by providing some rough code analysis and IDE specific plug-ins for integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Katrin repository for simulation code being developed out of the USA universities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Python-based macro processing tool to extend C-like languages with DSLs. MP reduces the amount of work necessary to extend C by extracting the relevant blocks to process and calling user-supplied Python functions to handle the macro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JackFX is a python module for midi control and realtime audio effects processing built using the Jack Audio Connection Kit. Effects are stackable, and can be chained in any configuration with only a few lines of python code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    OCFit

    Python package for fitting of O-C diagrams.

    Python package OCFit includes 4 classes for analysis and fitting of O-C diagrams of Eclipsing binaries In a case of using this package for scientific purposes, please, cite our paper Gajdoš & Parimucha (2018) where you can also find more detail description about fitting functions and used models. For install it, download/clone this repository or download suitable binary file from releases. Not working yet! The first release comming soon... Requirements numpy matplotlib...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CodingChecker

    A coding style checker tool support C/C++ syntax

    This project provide a framework for general coding style checker's process: 1, Support different adapter plugin for different programming language syntax 2, Support incremental scanning 3, Support customize criteria rules. 4, Generate report for scanning result. A C/C++ adapter was also implemented based on clang library as example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    InPUT

    IoC container for the configuration and design for experimental design

    InPUT offers a descriptive and programming language independent format and IoC (Inversion of Control) container for the configuration and design of computer experiments. Code and more info can be found on github: http://github.com/feldob/InPUT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Atrinik is Multiplayer Online Role Playing Game based on the code of Crossfire and Daimonin. Development is at https://launchpad.net/atrinik
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An extension of DNN that will allow object relational mapping of DNN objects. This is important for anyone interfacing with DNN in a object relational manor. Also for people using a Web Service Data Access layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    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
  • 25
    Auto-Typer-Zer0

    Auto-Typer-Zer0

    Only Auto Typer with Text and Code typing modes to ensure perfection.

    AutoTyper Zer0 - V1.0 --------------------------------- Auto Typer with Typing and Coding modes, for coding homework, and other miscellaneous uses: - Text Typing Mode: Automate plain text input seamlessly. - Code Typing Mode: Supports Python, Java, and C/C++ with options to remove comments and fix indentation. - Super Speed Mode: Type up to 100 lines in under 10 seconds. Customizable Speed & Dark Theme UI: Adjust typing speed and enjoy an aesthetic interface. # Upcoming Features...
    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.