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

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

View related business solutions
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 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

    bridge studio

    bridge double dummy solver. Preferance problems solver

    This program is fast and powerful solver of bridge double dummy problems. Working with pbn and deepFinesse files, store problems to html. There is big library of dd problems presented.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    SDMed2

    Programa de Mediciones y Presupuestos

    Pograma de Mediciones y Presupuestos basado en PostgreSQL, Qt y Python
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    SOR4SoundReplacer

    SOR4SoundReplacer

    Replace sounds in Streets of Rage 4!

    Mega credits to Merusu for the original tutorial at https://gamebanana.com/tuts/14226 ! This app only extracts WEM sound files from the Core.bnk and Generic.bnk files from the SOR4 "data" folder and allows you to repack them back. You will need additional software. To convert WEM files to WAV, you'll need either Foobar 2000 or VGMGUI. Foobar 2000 - https://www.foobar2000.org/download (you'll need also need vgmstream https://github.com/vgmstream/vgmstream/releases) VGMGUI - https...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    CNote

    CNote

    A Fast Lightweight Note & Code Editor

    CNote is a fast and lightweight note/code editor, it can help you quickly create/edit notes or write code. it has all the important features you need in one place, With Live Html Preview, Python Code Execution, and more, you can find the changelog at the Github repo.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 5
    HistogramsApp

    HistogramsApp

    Application that generates KDE-PDP plots from geochronological data

    HistogramsApp is a Python 3.6 application that generates (KDE and PDP) from geochronological data .HistogramsApp allows to interactively setup plot parameters such as the bandwidth and the peak detection sensibility. To cite the application please refer to: 1) https://www.tandfonline.com/doi/abs/10.1080/00206814.2021.1954556?journalCode=tigr20 Rodriguez-Corcho, A. F., Rojas-Agramonte, Y., Barrera-Gonzalez, J. A., Marroquin-Gomez, M. P., Bonilla-Correa, S., Izquierdo-Camacho, D...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    GetData

    Scientific Database Format

    The GetData library provides an API to interface with Dirfile databases. The Dirfile database format is designed to provide a fast, simple, scalable format for storing and reading binary, synchronously-sampled, time-ordered data.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7
    Upscale

    Upscale

    This program is upscaling any image by a factor 2 using an algorithm

    This program is upscaling any image by a factor 2 using an algorithm of cubic interpolation. You may need to install the following libraries to run the program, tqdm, itertools, and OpenCV.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    mustache.js

    mustache.js

    Minimal templating with {{mustaches}} in JavaScript

    Logic-less templates. mustache.js is a zero-dependency implementation of the mustache template system in JavaScript. Mustache is a logic-less template syntax. It can be used for HTML, config files, source code - anything. It works by expanding tags in a template using values provided in a hash or object. We call it "logic-less" because there are no if statements, else clauses, or for loops. Instead there are only tags. Some tags are replaced with a value, some nothing, and others a series of...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    pylatexenc

    pylatexenc

    Simple LaTeX parser providing latex-to-unicode and unicode-to-latex

    Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion. Python 3.4 or 2.7. The library is designed to be as backward-compatible as reasonably possible and is able to run on old Python versions should it be necessary. (Use the setup.py script directly if you have Python 3.7, poetry doesn't seem to work with old Python versions.) The pylatexenc.latexencode module provides a function unicode_to_latex() which converts a Unicode string into LaTeX text and escape sequences...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    Yasnippet official snippet collections

    Yasnippet official snippet collections

    Collection of yasnippet snippets for many languages

    ... they were removed. YASnippet is a template system for Emacs. It allows you to type an abbreviation and automatically expand it into function templates. Bundled language templates include: C, C++, C#, Perl, Python, Ruby, SQL, LaTeX, HTML, CSS and more. The snippet syntax is inspired from TextMate's syntax, you can even import most TextMate templates to YASnippet. Watch a demo on YouTube.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    J2ObjC

    J2ObjC

    A Java to iOS Objective-C translation tool and runtime

    J2ObjC is an open-source command-line tool from Google that translates Java source code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java source to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as application logic and data models) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps. J2ObjC supports most Java language and runtime features required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    OPENSORCE EX2

    opensorce class example

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MANOOL

    MANOOL

    Programming language with expressive power and a simple implementation

    MANOOL is a practical, homoiconic, dynamic, multiparadigm general-purpose programming language with a functional core. It has high expressive power but is implemented in less than 10K LOC of optimized, idiomatic C++11 for native run-time environments. MANOOL is meant to compare and compete directly with Python, PHP, Ruby, Perl, and Tcl, although incidentally it has some combination of unusual features. Example: {{extern "manool.org.18/std/0.2/all"} in WriteLine[Out; "Hello, world...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Hex Encoding Utility

    Hex Encoding Utility

    An utility that allows you to convert your data using Base16 encoding.

    Base16 Encoding Utility is a small but useful console application for MS Windows that allows you to convert your data using hexadecimal encoding and provides additional tools to manage the formatting of the hex dump output. The utility has many options that allow you to customize the process of encoding and outputting data. Application input can be obtained from files, command line, keyboard or by redirecting output from another console application. The Base16 algorithm provides encoding...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    my test

    test file

    this file is for test
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Glaxnimate

    Glaxnimate

    A simple vector graphics animation program

    Glaxnimate is a vector graphics animation program which focuses on being quick and easy to use. It's designed to work well with short animations to show on the web, supporting several common web formats like GIF, WebP, Lottie, SVG, and others.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17
    Scriper

    Scriper

    .Net Core desktop application for running scripts

    Are you tired from everyday searching application and scripts? Using Scriper you can manage and run all yours scripts or applications from one place. Simply add script to Scriper and run it by run button. Actual version supports these file extensions (scripts): Windows Proccess - .bat PowerShell - .ps1, .ps2 Python - .py Exe - .exe Linux Shell - .sh Javascript - .js Wiki https://github.com/Gramli/Scriper/wiki
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    aseryla

    aseryla

    Aseryla code repositories

    This project describes a model of how the semantic human memory represents the information relevant to the objects of the world in text format. It provides a system and a GUI application capable of extracting and managing concepts and relations from English texts. https://aseryla2.sourceforge.io/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    pyment

    pyment

    Format and convert Python docstrings and generates patches

    Create, update or convert docstrings in existing Python files, managing several styles. This Python3 program intends to help Python programmers to enhance inside code documentation using docstrings. It is useful for code not well documented, or code without docstrings, or some not yet or partially documented code, or a mix of all of this. It can be helpful also to harmonize or change a project docstring style format. It will parse one or several python scripts and retrieve existing docstrings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SulinOS

    SulinOS

    Indipendent distro uses inary package system. Sulin is roolling donkey

    Sulin is rolling donkey Gitlab: https://gitlab.com/sulinos Github: https://github.com/sulinos Telegram: https://t.me/sulinos powered by donkey team
    Leader badge
    Downloads: 346 This Week
    Last Update:
    See Project
  • 21
    Nemesis | Developers™
    Android Developers Team around the world. #BuildTheFuture
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Z Word Tools

    Write, check, index and diagram Z specifications in Microsoft Word.

    Tools to allow Z specifications to be written in Microsoft Word. Includes a unicode font for Z symbols. Provides: WYSIWYG editing fully integrated into Word; Typechecking using fuzz (for Spivey Z) or CZT (for ISO standard Z); Indexing and cross-referencing; Diagrams of specification structure; Conversion from Spivey to Standard Z- also available as a stand-alone program and Java class for non-windows users. See project website for details.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 23
    DeepImageTranslator

    DeepImageTranslator

    DeepImageTranslator: a deep-learning utility for image translation

    Created by: Run Zhou Ye, En Zhou Ye, and En Hui Ye DeepImageTranslator: a free, user-friendly tool for image translation using deep-learning and its applications in CT image analysis Citation: Please cite this software as: Ye RZ, Noll C, Richard G, Lepage M, Turcotte ÉE, Carpentier AC. DeepImageTranslator: a free, user-friendly graphical interface for image translation using deep-learning and its applications in 3D CT image analysis. SLAS technology. 2022 Feb 1;27(1):76-84. https...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Leader badge
    Downloads: 203 This Week
    Last Update:
    See Project
  • 25
    MassMove PACS Migrations v0.2 Tool Frank Koeberlein 2021 for High Performance PACS Migration. Tested on 6 TB PACS Server. In c-move Mode Fin in 5 days. AE Title in Source PACS from mvDest must be registered in c-move mode. No License, feel free :-) # Unzip File, change dir to MassMove. # Change in Source Code your Parameters. # Start with: # python MassMove-PACSMigration-Tool.py # # # Edit all Parameter in Source Code. # Set max Threads in maxThr # # # Update v0.2 # add error...
    Downloads: 3 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.