Search Results for "compiler python linux" - Page 279

Showing 17815 open source projects for "compiler python linux"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1

    pyD2xx

    FTDI D2xx Python bindings for Mac and Linux

    FTDI D2xx Python bindings for Mac and Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    prcs2hg

    Command to convert a PRCS project to Mercurial revisions

    prcs2hg is a command (and also a Python package) to convert a PRCS project to Mercurial revisions. It would help you publish the revision history of an obsolete project whose changes were maintained with PRCS. prcs2hg requires a working prcs command to extract versions from a PRCS repository and this project also provides the restored 'k' versions of PRCS for use with prcs2hg. The source code repository is separately hosted on Bitbucket with a public issue tracker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
     Super Mario Bros. Python Final

    Super Mario Bros. Python Final

    Super Mario Python Final

    This project has been discontinued for a while now. Recently I decided to come back and work a little bit more on it. I added some new stuff and here is the new result. This will be the final version of the game, I do not intend to release any new stuff in the nearby future. The game isn't perfect and I believe it has some broken code. Anyway, it should be playable. Thanks for looking! Sincerely - HJ.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 5

    Automatic Compound Processing (AuCoPro)

    Automatic compound splitting and semantic analysis of compounds

    The central problem to be addressed in this project concerns a multidisciplinary (linguistics and computational linguistics) investigation into sharing of knowledge and resources between closely-related languages, specifically relating to the automatic processing of compounds. Specifically, we will explore the possibility to create new knowledge about closely-related languages, and efficiently develop additional, more advanced resources for (a) compound segmentation; and (b) the semantic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ktree

    clustering, machine learning, algorithms

    This project has moved to github at http://lmwtree.devries.ninja.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Regression Suite

    Regression Suite

    Test suite with unit regrssion and execution statistics

    RegressionSuite is a software test suite that incorporates measurement of the startup lag, measurement of accurate execution times, generating execution statistics, customized input distributions, and processable regression specific details as part of the regular unit tests. Essentially, RegressionSuite provides the frame-work around which the individual unit regressors are invoked (and details and statistics collected). Unit regressors are grouped into named regressor sets (or modules),...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Homage is yet another scorched earth inspired game. It is a homage to Monty Python .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Drid

    Multi-Purpose Automation Grid

    Console-based tool that will allow for multiple types of automation testing to run in parallel. Written in Python
    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.
  • 10
    tigreBrowser is a web-based browser for ranking results from R/Bioconductor package tigre and similar tools. It allows easy viewing, sorting and filtering of visualisations of models produced by tigre.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ghaggis

    GHC : Glasgow Haggis Compiler

    This is a compiler for the 'pseudocode' Haggis used by the Scottish Qualifications Authority for specifying pseudo code. The compiler is implemented in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Route11

    Route11

    C++ flow-based metaprogramming library

    ... of these abstractions (I.e. "2 processes connected in series" may refer to 2 primitives, 2 systems, or one of each) NOTE: Route11 was written using many new C++11 features, so it is required that a C++11 compatible compiler (e.g Clang or GCC) is used when building this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project has been superseded by a much more ambitious project that is, basically, "Google Maps for Fantasy Worlds" (and happens to include a combat tool as well). https://deity-online.com/ Visit us there. --- Deity (pronounced "DEE-ity") is a GameMaster (i.e. role-playing) utility. It has a large generic component plus modules to refine it for different game systems (e.g. HarnMaster, HERO, AD&D) and to simulate weather, combat, character generation, etc. Important: Just...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PyOPC is a Python Library implementing the XML - Data Access Protocol Version 1.01 (XML-DA 1.01) by the OPC Foundation. PyOPC supports easy creation of XMLDA compliant clients and servers without having to deal with the SOAP protocol and server issues.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    pyLwt

    Liftng wavelet program built using python and g++

    This is a lifting wavelet program running in Windows7 and Ubuntu10.04.4, It is a mix program of Python and C++. The GUIs are built using Python, and the core algorithms of wavelet are built using standard C++. Notes: 1. To run this program, you should sure that the following dependent packages are installed in your computer: ctypes, wxPython, PIL, and NumPy? 2. I test this program using python2.7.3 in Windows7 and python2.6.5 in Ubuntu 10.04.4 3. You can run it using this command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    pywt

    wavelet program built using python and g++

    This is a wavelet program running in Windows7 and Ubuntu10.04.4, It is a mix program of Python and C++. The GUIs are built using Python, and the core algorithms of wavelet are built using standard C++. Notes: 1. To run this program, you should sure that the following dependent packages are installed in your computer: ctypes, wxPython, PIL, and NumPy? 2. I test this program using python2.7.3 in Windows7 and python2.6.5 in Ubuntu 10.04.4 3. You can run it using this command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    pyUSV

    Ultrasonic Speckle Velocimetry

    Treat output from ultrasound transducer(s) in order to obtain local velocities in a (complex) fluid ; and further analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    KoboShellApp

    A python interpreter application to run on the kobo touch

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The purpose of this project is to create a German translation of the book <a href="http://www.byteofpython.info">"A Byte of Python"</a> originally written in English by Swaroop C H.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 20

    BriPy

    A BRIC-seq data analysis package written in Python.

    ... analysis. -What is BriPy? BriPy package is a BRIC-seq data analysis tool written in Python. It can calculate RNA half-life for each transcript and draw graphs describing the kinetics of RNA decay. In the future, it will provide several useful modules(e.g. calculating RPKM of each transcript from BAM file or ELAND output file). -Prerequisites To use BriPy package, you will need Python and the following extension packages. Python2.7 or higher NumPy SciPy Matplotlib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    terminalTweet

    Terminal application for following twitter feeds

    Terminal application for following twitter feeds. Follows the feeds of the given handles and stores the tweets so that the old tweets are saved and can be viewed even when off-line. Done using python and curses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The aim of this project is to provide and maintain MinGW (Minimalist GNU-Win32, http://www.mingw.org) cross-compiler packages for Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    BioParallelCorporaExtractor

    BioPCE: a tool to extract parallel corpora of biomedical texts

    BioParallelCorporaExtractor (BioPCE) is Python tool to extract parallel corpora of biomedical texts. It's a joint work between Elise Prieur-Gaston, Antonio Jimeno Yepes and Aurélie Névéol. In the "Files" tab in this page, you can find the perl script used to web-crawl publisher data and a sample input file created for 5 MEDLINE citations. Each line in the input file should contain the PubMed identifier (PMID) and its Digital Object Idetifier (DOI) separated by the pipe symbol. For each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    4digits Puzzle Game
    4digits is a guess-the-number puzzle game. It's also called Bulls and Cows, and in China people simply call it Guess-the-Number. The game's objective is to guess a four-digit number in 8 times.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    Ganglia Job Monarch

    Batch system monitoring and archiving

    Job Monarch is an addon to the Ganglia Monitoring System that provides batch job monitoring and archiving plus a graphical overview of clusters and assorted batch systems. Fully supported batch system: Torque, PBS and SLURM. Experimental: LSF, SGE
    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.