Search Results for "python to executable file" - Page 7

Showing 317 open source projects for "python to executable file"

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
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 1
    qtBisonC++ is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a QT C++ program to parse that grammar. qtBisonC++ reads the given input files for a description of a scanner to generate. The description is in the form of grammar in Backus-Naur Form (BNF), called rules. qtBisonC++ generates as output a C++ source and include file, `lexyy.cpp` and `lexyy.h`, which defines a class `lexyy'. This file is compiled with your code to produce...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    qtFlexC++ is a tool for generating scanners: programs which recognized lexical patterns in text. qtFlexC++ reads the given input files for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C++ code, called rules. qtFlexC++ generates as output a C++ source and include file, `lexyy.cpp` and `lexyy.h`, which defines a class `lexyy'. This file is compiled with your code to produce an executable. When the executable is run, it analyzes its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FOPLaboratory

    FOPLaboratory

    A GUI frontend to Apache FOP

    FOPLaboratory is meant to help the developer of XSL/FO style-sheets. This utility shall facilitate the repeated transformation of one and the same XML-file to PDF. Its main feature is therefor the capability to restore the configuration of one transformation job for a later run. When XML-contents or the XSL style-sheet change, you can just execute FOPLaboratory and immediately start processing to create an updated PDF-file. On the other hand, FOPLaboratory lets you swiftly exchange XSL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    HeaderConverter

    Converts C headers into Assembly headers

    This is a simple application that converts c header files into assembly header files. It basically converts "#define" into "equ". For while it just converts numeric constants, and doesn't solve operators. Usage (Windows): Execute "HeaderConverter.exe"; Type the file name to be converted (C header); Press enter; Will be generated a file named "out.s" on the same folder of the executable. Usage (linux): Open a terminal; Go to the folder of the executable (cd folder/...); Type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5

    HermIRES

    A cross-platform C64 hires bitmap editor...

    A Linux/Windows tool to draw and convert C64 hires bitmap graphics. http://csdb.dk/release/?id=128693 NOTE: I left SourceForge for reasons not ethical to mention here. You can find me and my further work at these locations: http://hermit.sidrip.com http://csdb.dk/scener/?id=18806 https://github.com/hermitsoft/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Teachmar

    Teachmar

    Program that helps learning foreign words and phrases

    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LeechCraft
    LeechCraft is a cross-platform modular "internet-client" application. It has plugins that allow one to browse the web, chat via instant messaging (like Jabber or IRC), read RSS/Atom feeds, download files via BitTorrent, Direct Connect and other protocols, play media files and much more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    serialLCD ATmega8 (ArduinoBased)

    The serial LCD module using ATmega8 along with easy arduino library.

    ... is required to communicate with serialLCD module. The library & firmware file is released in public domain as open-source project. Feel free to edit/improve/share it. *** Raspberry Pi python library added. video available on youtube at: http://youtu.be/adNOWREWuL8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A new object file format for orthogonal representation of advanced object files in a platform-neutral manner. This is to be complemented by tools that allow for completely platform-independent linking and dynamic loading of object and executable modules.
    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
  • 10
    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
  • 11
    A IC/MEMS layout editor. Features: all angle, font generator, macros, boolean operations, design rule checker, supported formats:Calma GDSII, OASIS (Open Artwork System Interchange Standard), OpenAccess, DXF, CIF (Caltech Intermediate Form), ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    galprop_propel

    GALPROP update for accurate propagation calculation

    The GALPROP program (http://galprop.stanford.edu) computes cosmic-ray propagation numerically. To obtain manifestly accurate solutions an explicit method is now available to replace the Crank-Nicolson operator-splitting method. This can be implemented in the public version of GALPROP with the update provided here. Instructions: replace the four files propel.cc, propel_diagnostics, Galdef.cc and Galdef.h and rebuild the executable. Add solution_method and solution_convergence to the galdef...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    fastest primes

    A fast prime number generator based on the Sieve of Eratosthenes

    The purpose of this project is to make a prime number generator that offers many user adjustable settings and that is also very fast. While there are other prime number generators that can still beat this one in speed, no other ones that I am aware of allow the level of adjustment of sieve size that this one does. If you are running 64-bit Windows, make sure to download the 64-bit executable as it is faster than the 32-bit executable.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    A Notepad++ plugin to make plugins in Python (using Python Scripting plugin). A small DLL is used to register the plugin and load a configuration file which specifies Python functions to call when menu items are selected.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    ASCEND modelling environment
    ASCEND is a modelling environment and solver for large or small systems of non-linear equations, for use in engineering, thermodynamics, chemistry, physics, mathematics and biology. Solvers for both steady and dynamic (NLA & DAE) problems, are provid
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    qlsdup

    GUI based lightweight duplicate file finder / remover.

    Simple GUI based lightweight duplicate file finder and remover. Configurable file search and preview (via external tools) option for file data. No command-line interface available! This is basically a reimplementation of dupfinder as: it doesn't compile on my computer, the executable won't work either, the projects seems dead and I didn't wanna work through the original code. So Look'n'Feel should be somewhat the same, though some changes have been made. Algorithm is simple and suitable...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    SZARP is a full-featured, open source (GPL) SCADA system for Linux. Client programs are available for Linux and Windows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    OPL2

    OPL2

    Open source, moddable game engine for the "Polygon Love 2" game

    OPL2 is an open source, extremely moddable replacement for the Polygon Love 2 game engine, written in Python and C++ and using the Panda3D game engine ( www.panda3d.org ) OPL2 is just an engine, you will need the files from the original game to be able to play. OPL2 doesn't contain any copyrighted material from the original game/engine. While Polygon Love 2 is an erotic/life simulation game, the OPL2 engine does not contain any explicit material itself. OPL2 is heavily moddable and can...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    ss7mon

    ss7mon an SS7/SIGTRAN signalling monitor

    ss7mon will implement the following features for SIGTRAN and SS7 family of protocols: - Message sniffer. - Call flow tracing. - Traces DB. - Distributed tracing. - QoS monitoring. - KPI monitoring. - Web interface. - CLI command line interface. - ...etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HdfUtil is a collection of utilities to ease the exchange of HDF5 files between C++, Matlab and Python. The long term goal is integration into the main HDF5 distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    GC GreatCode

    GC is a well known C/C++ source code beautifier.

    GC greatcode is a C/C++ source code beautifier that is now fully open source. The distribution zip file contains the source code together with a windows executable. Executable files for Linux can be build from the source files (makefiles being constructed via premake4). The original author of GC no longer has time to maintain the source code, but others are adding to the code base. If you are interested in adding to the code base, contact one of the administrators who will add you...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Ops is a C++ library and a Python module for reading configuration files. The files are written in Lua, which makes the configuration files easy to read and write for the beginner, and yet very powerful for advanced users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OpenGRASP is a simulation toolkit for grasping and dexterous manipulation. It is based on a modular architecture, that supports the creation and addition of new functionality and the integration of existing and widely used technologies and standards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    baretorrent

    baretorrent

    simple and portable bittorrent client with extensions

    This project has been moved to https://launchpad.net/baretorrent. There will be no more new releases on sourceforge. The web page is at http://baretorrent.org. Old description: This is a portable BitTorrent client with basic features along with support for extensions. The most recent release (18-jan-2013) is 0.4 for Windows, Debian 6.0.6, Ubuntu 12.04 and OSX 10.6.8. Only one extension is available so far: a simple server that is compatible with how the uTorrent WebUI adds...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    This is for Expa Administration group only
    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.