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

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

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

    ITD-Assembler

    A tool to detect mid sized tandem duplications

    This tool uses de novo assembly to detect Tandem Duplications in next gen assembly data. it takes as an input a bam file and outputs results in a custom format. It is linux based and has been developed primarily in haskell, and some parts in C and python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fast Forward

    Fast Forward

    Free video editor to convert, cut, trim, stream select and encode

    Fast Forward is free video editing software that allows you to convert, cut, trim, remove streams, encode and customise a variety of parameters such as frame rate, bitrate, frame size and output file size. Fast Forward can encode H264, MPEG2 or Xvid video, as well as Dolby Digital AC3, Dolby Digital Plus eAC3+, AAC and Vorbis audio. It is very useful for removing ads from recorded TV programs, or combining the .VOB files from a DVD file system. Thanks to FFmpeg, these processes are extremely...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Hawaii

    Hawaii

    Wayland/QtQuick based OS with incremental updates and bundles

    Hawaii is a desktop operating system built on the GNU/Linux stack with a new lightweight and fast Wayland desktop environment written with QtQuick and deeply integrated with systemd. Hawaii delivers incremental and atomic updates which gives users to ability to rollback the whole system to a known good state if a regression happens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Distant Speech Recognition

    Beamforming and Speech Recognition Toolkit

    BTK contains C++ and Python libraries that implement speech processing and microphone array techniques such as speech feature extraction, speech enhancement, speaker tracking, beamforming, dereverberation and echo cancellation algorithms. The Millennium ASR provides C++ and python libraries for automatic speech recognition. The Millennium ASR implements a weighted finite state transducer (WFST) decoder, training and adaptation methods. These toolkits are meant for facilitating research...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    PyQuante (Python Quantum Chemistry) is an open-source package for quantum chemistry programming written in Python, Numerical Python, and C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Loris

    C++ class library for sound analysis, synthesis, and morphing

    Loris is a library for sound analysis, synthesis, and morphing, developed by Kelly Fitz and Lippold Haken at the CERL Sound Group. Loris includes a C++ class library, Python module, C-linkable interface, command line utilities, and documentation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    BioC

    We describe a simple XML format to share text documents and annotation

    A minimalist approach to share text documents and data annotations. Allows a large number of different annotations to be represented. Project files contain: - simple code to hold/read/write data and perform sample processing. - BioC-formatted corpora - BioC tools that work with BioC corpora BioC goals - simplicity - interoperability - broad use - reuse There should be little investment required to learn to use a format or a software module to process that format. We are...
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    PAGC is a command line and web service C library for performing postal address geocoding. A postal address geocoder takes a sufficiently detailed postal addresses and produces a digital map that displays the spatial location of those addresses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Etchimaths(A'LEVEL)

    Etchimaths(A'LEVEL)

    Etchimaths(A'LEVEL) is a typical Mathematics software for A'LEVEL

    Etchimaths(A'LEVEL) is a Mathematics software, a helping tool for Mathematics simulation(solving) and study for the GCE ADVANCED LEVEL standard.It is a solving machine as well as a teaching machine
    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
  • 10
    venom - shellcode generator

    venom - shellcode generator

    msfvenom shellcode generator/compiler/listenner

    The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( c | python | ruby | dll | msi | hta-psh ), injects the shellcode generated into one funtion (example: python) "the python funtion will execute the shellcode in ram" and uses compilers like: gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file, also starts a multi-handler to recibe the remote connection (reverse shell or meterpreter session). -- 'shellcode generator' tool reproduces...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Python Tetravigesimal Module

    Convert Decimal to Tetravigesimal and/or vice versa.

    Doesn't support fraction, decimal point and dozenal point yet. Installation: Find the Python '\site-packages' or '/dist-packages' directory location(s). import site; print site.getsitepackages() Place or paste this file (b24.py) in your Python's '\site-packages' or '/dist-packages' directory(s). Testes on Windows7-SP1. *Try changing EOL of 'b24.py' before installing in Linux, if the module fail in Linux. Example usage: import b24 print b24.enc('142') print b24.dec('ba')
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Python Dozenal/Duodecimal Module

    Convert Decimal to Dozenal (a.k.a. Duodecimal) and/or vice versa.

    Doesn't support fraction, decimal point and dozenal point yet. Installation: Find the Python '\site-packages' or '/dist-packages' directory location(s). import site; print site.getsitepackages() Place or paste this file (dozenal.py) in your Python's '\site-packages' or '/dist-packages' directory(s). Testes on Windows7-SP1. *Try changing EOL of 'dozenal.py' before installing in Linux, if the module fail in Linux. Example usage: import dozenal print dozenal.enc('142') print...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Converts vCard to Excel File 3rd Party Libraries EPPLus : https://www.nuget.org/packages/EPPlus/ vCardLib.dll: https://www.nuget.org/packages/vCardLib.dll/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    File checksum validator

    File checksum validator

    Python (2.7) script validating the checksum of a file.

    Python (2.7) script validating the checksum of a file. Supports md5, sha1, sha224, sha256, sha384 and sha512. usage -------- python CheckSum.py <algo> <filename> <checksum> example ------- C:\Python27\python.exe C:/Users/User/Projects/Python/CheckSum/CheckSum.py sha256 C:\Users\User\Downloads\pycharm-community-2016.2.1.exe f800ce642c6c838c17bb726bc0ae9680fd07b3801fd82ee402155bfd5ddded7c Checksum match! Process finished with exit code 0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    CtoPAStom

    C to Pascal converter to port math routines in Lazarus/Delphi.

    I looked for a C to Pascal converter but everything I found was just some simple string replacer. So I developed this syntax interpreter. It was born to convert C algorithms included in R language sources to Lazarus. So it converts just functions ad NOT .H files. It tries to do a ready to compile convertsion. I put my project here because I hope that someone would continue the development. For me it does everything I need and I will not upgrade this project anymore. The use is simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    WPL To M3U Converter

    Converts .wpl playlists to .m3u playlists

    This software converts Windows Media Player generated playlists(.wpl) to .m3u playlists which can be played by other media players too. It also provides the functionality to change the order of the songs in the playlist and also to delete songs from the playlist before saving the playlist. You can also bulk convert your .wpl files in just a single click. Requires - .NET Framework 4.5 Latest Version - v3.1 What's new in this version : * Added bulk conversion feature...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17

    ipblocklist

    download and convert ip block list

    A small tool to help downloading the IP block lists from I-Blocklist for Transmission/uTorrent/Vuze/etc, or converting the list to IPSET format for a kernel level IP blocker. Similar scripts are populated already. This one is written in C.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    ExcelToPdf

    A tiny utility to mass convert Excel files to Pdf

    ExcelToPdf scan recursively through folders and subfolders for Excel files and copy them in PDF format. It retain the original name of the file (only the extension change) and the folders hierarchy. A handy tool, surprisingly rare (at least for free and without having to upload files on remote servers). Future versions will work with various file types. Installation provide both GUI and contextual entry (on folders). Distributed under BSD license. Require a valid Excel 2007...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GNU Solfege
    GNU Solfege is *free* ear training software written in Python 3.4 using the Gtk+ 3 toolkit. The program is designed to be easily extended with lesson files (data files), so the user can create new exercises.
    Leader badge
    Downloads: 88 This Week
    Last Update:
    See Project
  • 20
    FF Multi Converter
    FF Multi Converter is a simple graphical application which enables you to convert audio, video, image and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files and ImageMagick for image file conversions.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 21
    YoMo

    YoMo

    You Only Meter Once - The open hardware smart metering system

    Researches have shown that immediate feedback can increase energy saving dramatically. YoMo aims to empower people using low-cost open hardware smart meters in their household. The metering system consists of a coordination unit, a raspberry pi, and several smart meters, arduino boards equipped with communication shields and our self-designed yomo metering shield. The smart meters are attached to household devices and monitor their energy consumption. The gathered data is timestamped and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Python Embed C++

    Embed C++ in Python source code, dynamically compile and access data

    Moved to http://github.com/ftrias/pyembedc Python module to embed C/C++ code within Python source code and scripts. Automatically compile and dynamically link the code. Transparently allow native access to python data from C code and vice versa. Module provides all the "glue" to dynamically convert data types, arrays and structures.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    PyVCI

    Vibrational configuration interaction code for simulating IR spectra

    The PyVCI program package is a general purpose open-source code for simulating accurate molecular spectra, based upon force field expansions of the potential energy surface in normal mode coordinates. It includes harmonic normal coordinate analysis and vibrational configuration interaction (VCI) algorithms, implemented primarily in Python for accessibility but with time-consuming routines written in C. Coriolis coupling terms may be optionally included in the vibrational Hamiltonian. Quartic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    vecds - Visual Editor of Crystal Defects - A QT and OSG application for visualization of atom-embedded grids.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    GNU Hyperbole: The Everyday Info Manager

    Create hyperlinks just by dragging, find contacts instantly, ...

    GNU Hyperbole (pronounced Ga-new Hi-per-bo-lee), or just Hyperbole, is an amazing programmable hypertextual information management system implemented as a GNU Emacs package. This is the first public release in 2016. Hyperbole has been greatly expanded and modernized for use with the latest Emacs 25 releases; it supports GNU Emacs 24.4 or above. It contains an extensive set of improvements that can greatly boost your day-to-day productivity with Emacs and your ability to manage information...
    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.