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

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. 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
    Cinemagoer

    Cinemagoer

    Python package to retrieve and manage data of the IMDb

    Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies. Platform-independent, it can retrieve data from both the IMDb's web server and a local copy of the whole db.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    GObject reference counting debugger. A tool to help track down hard to find reference counting bugs in GObject, GTK and Gnome programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    z-utalm

    z-utalm

    Unified Test and Logging layer for multiple programming languages

    Modern software systems and application are commonly written in multiple languages, include scripting engines, and are frequently build on multiple specialized frameworks and middleware for a considerable diversity of runtime environments. The latest influencing update in development paradigm is the application of multicore processors. This projects is aimed to unify the required trace and logging output and integrate into debugging environments. The target is to provide general development,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A Python programming environment providing memory sizing, profiling and analysis, and a specification language that can formally specify aspects of Python programs and generate tests and documentation from a common source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5

    GCC toolchain for MSP430

    Superseded by http://www.ti.com/tool/msp430-gcc-opensource

    Obsolete. See http://www.ti.com/tool/msp430-gcc-opensource or upstream GNU tools. This is a port of the GNU C Compiler (GCC) and GNU Binutils (as, ld) for the embedded processor MSP430. Tools for debugging and download are provided (GDB, JTAG and BSL)
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 6
    A python IDE with remote debugging capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    99eyeballs is a tool that helps developers using Mac OS X Apple’s Cocoa frameworks find inconsistencies in the retain count of Objective-C cocoa objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyChecker is a static analysis tool for finding bugs in Python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    URDB is a universal reversible debugger that adds reversibility to almost any debugger through a python-based wrapper. It also supports reversible debugging of distributed computations, and temporal search on expression values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    This project contains some test scripts and software for Analog Devices' DSP chip emulators. This verifies whether a particular emulator is working correctly with a particular PC and target board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A disassembler for the linux platform. Currently this supports x86 ELF files assumed to be written in C and output to intel- syntax assembly language; however the design is modular and replacements for any of these can be written.
    Leader badge
    Downloads: 243 This Week
    Last Update:
    See Project
  • 12
    PyDbgExt is a WinDbg extention which support use Python script in WinDbg command line. Through this extention, we can call some predefine Python script to control the debug session, or directly evaluate expression or call other method.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    It is a Process Monitoring Toolkit with the ability of Extend. E.g. You can use it to monitor a specified process. And set a triger like (over 50MB mem use) then do something like (report to DB).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A program to apply a link map to a Mac OS X crash log that came from a build without traceback tables. The output contains at least as much information as would the same crash log from a corresponding build with traceback tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    File-Spector is a small, fast and easy to use binary file analyzer and Inspector. It allows the users to format a complete binary file structure and then use it to read any binary file that matches the specified format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Oracle client side tracing and monitoring utility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A microkernel operating system distribution offering (among other things) very low hardware requirements, full and easy portability and easy-readable source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mondo: Shared Library Monitor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FIDe is a software-based fault injector designed to validate Fault-Tolerant mechanisms and techniques used by applications. It was first used to measure database recovery coverage and costs, but can be used to test and validate ordinary applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    Goal of this project is to create a debugger for MIPS. Transition from python project to C after completion. Tailored for UIUC CS 232 course.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Orwell is a debugging engine written in Python and C++. It allows programatic debugging, meaning you can inherit from all of the debugger's classes and add your own functionality. It also aims to provide great support for breakpoints en masse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Minions programming language makes it easy to write performant, highly parallel programs. Minions are especially good at web apps. Minions like the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next