Search Results for "python compile source code" - Page 65

Showing 2196 open source projects for "python compile source code"

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
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1
    This game is a mouse-driven dungeon crawler. The player moves the PC around, buys equipment, and attacks enemies using the mouse. More info on the wiki page. Use git to get the code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Bugger!

    Bugger!

    A debugging-themed top-down shooter

    "Bugger!" is a little debugging-themed "top-down shooter" game. The player takes on the role of a programmer trying to clear bugs out of a project using an array of pun-y weapons. I need to put this on hold for a while, so I'm posting the source in the meantime. Never fear though, I'll be back ;-) Requires SFML 1.6 to compile/run, but tinyxml source-code is included with the project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    This is a "high-end" wiki system based on the Django framework for Python. Intention of this project was to write a transparent wiki system which allows direct editting of HTML on wiki pages. Notice: Recent code is available on the Launchpad(!) project page: https://launchpad.net/aintnowiki/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Modelio-Open is a project hosting a set of open source extensions (SoaML, SysML and UML Testing Profile) for a previous version (1.2) of the Modelio Free tool . Currently, the lastest version (2.x) of Modelio modeling and generation tool is available at http://modelio.org/downloads/download-modelio.html. All extensions are downloadable at http://forge.modelio.org/projects.
    Downloads: 3 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
    DAHDI for HFC-S PCI A with OSLEC

    DAHDI for HFC-S PCI A with OSLEC

    (Latest DAHDI + HFC-S PCI A support + latest OSLEC) in one git.

    ... the fact that HFC-S does not have a hardware echo canceller an advantage if you decide to better use free software and maybe even improve the echo canceller. The dahdi-hfcs is the latest Digium DAHDI kernel module svn trunk plus adopted and properly renamed zaphfc driver plus latest OSLEC echo canceller svn trunk, all ready to compile out-of-the-box. By default only the things you need to drive a HFC-S PCI A based ISDN BRI card plus some software drivers like dummy device and echo canceller
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Prefix Tree

    A lighting-fast prefix tree and DAWG implementation in C and python

    A lighting-fast prefix tree (trie) and compressed prefix tree (DAWG) implementation. This library can be usefull for longest-prefix matching, code completion, dictionary compression, spell checking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Clinical Evidence Detector

    Detector of clinical evidence

    This is a Python program based on the NegEx algorithm that detects the polarity of the clinical evidence in clinical random trials. If you use this code please cite this paper: P. Davis-Desmond and Diego Mollá. Detection of Evidence in Clinical Research Papers (2012). Australasian Workshop On Health Informatics and Knowledge Management (HIKM 2012), Melbourne, Australia. http://www.ics.mq.edu.au/~diego/publications/hikm12.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Python module for the libnet packet construction library (https://github.com/sam-github/libnet). To encourage social coding, the code has been moved to https://github.com/allfro/pylibnet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Python bindings for Ogre3d graphics engine, built using Py++ and Boost.Python library - Also refered to a Python-Ogre.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    A simple library for writing HTML as Python code. Rather than writing source code inside HTML, as done with PHP or PSP, PythonicHtml allow you to define HTML structures as Python objects. For use in lightweight cgi or mod_python scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is where web developers can get tools that can make their life easier. Web technologies and languages used contain but are not limited to HTML, XHTML, CSS, JavaScript, PHP, and AJAX. All code is extremely slim, fast running, and is W3C compliant.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    WARNING! HPGL source code (NOT the releases, they are still here) now moved to the GitHub at https://github.com/hpgl/hpgl. Please, update your bookmarks!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Applies a simple SQL query (without joins) to a tab-separated-value text file. Intended for the command line, like "txtselect 'c2 from states.txt where c3 > 1000000'." Distributed as a single Python source-code file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project is a collection of source code examples, in various programming languages like PHP, Java, .NET, Ruby, Python, showing how to access CUBRID features from client applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Embedded Font Generator (EFGen) is a generator of a cross-platform ANSI C code that renders a text using OpenGL. Generated code includes everything you need to render a custom text, also it is easy to compile and link with your application.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16
    JPype is an effort to allow python programs full access to java class libraries. This is achieved not through re-implementing Python, as Jython/JPython has done, but rather through interfacing at the native level in both Virtual Machines. Maintenance and evolution of the project has moved! please see http://www.jpype.org for the latest version
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    PygmenTeX is a LaTeX package for typesetting source code listings in a LaTeX document using Pygments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a simple tokenizer for converting source code in ascii text files into a ZX Spectrum loadable image file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    We create open-source infrastructural code and provide technical documentation on Indian language computing issues. Our mailing lists provide fora where Indian language computing can be discussed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    cloudFlu
    HPC cloud computing for OpenFOAM (R) users
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PyCDep is a tool to analyze include dependencies between files in C and C++ programs. PyCDep itself is written in python. It dumps all the facts in a prolog database which can be queried. Visualization is possible by dumping graphviz (.dot) files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PyPR - Python Pattern Recognition. A small collection of useful pattern recognition methods. The code is still in its early stages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    BBot is a GNU GPL IRC bot for everything from preventing spam to just plain old welcome bots. BBot includes modules to handle factoids, away statuses, do math and more. Writing custom code for BBot is easy, and the more, the better.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    callbot is an IRC bot writen in python to help out some irc friends playing eRepublik. For more information and the source code please go to http://93.183.131.3/python/callbot
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Reblok
    Reblok build an Abstract Syntax Tree (AST) from a python bytecode (typically found in .pyc files).
    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.