Search Results for "compiler python linux" - Page 48

5801 projects for "compiler python linux" with 1 filter applied:

  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 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
  • 1

    C/C++ to Squirrel Compiler

    meta compiler to transfer C/C++ classes etc. to Squirrel Lang

    a compiler for a meta language to describe C/C++ classes and functions to integrate into the Squirrel Scripting Language. Supports classes with properties (via getter/setter)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A C++ library and Python module for audio synthesis featuring dynamic digital filters. Nsound lets you easily shape waveforms and write to disk or plot them. Nsound aims to be as powerful as Csound but easy to use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    nbPython

    nbPython

    Python for NetBeans IDE

    Open-source project provides enhanced Python support for NetBeans IDE. This repo is primarily for post-IDE 8.1 new feature development. The stable repo is at hg.netbeans.org/main/contrib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    (py)biblib

    A python library to handle BibTeX bibliographic data.

    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5

    forgetSQL

    Python ORM wrapper for SQL databases (no longer maintained)

    Moved to https://github.com/stain/forgetSQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A pure-Python library for performing client operations using the WBEM CIM-XML protocol. Attention: This project has been moved to http://pywbem.github.io
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Project Angela is a family of ruleset modeling language (RML) interpreter components written in python. It is intended to easily enable RML support for a variety of different simulation engines, game engines and MMO frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    autodiff

    Python class for automatic differentiation

    Python automatic differentiation class for forward mode automatic differentiation using operator overloading and reimplemented math functions. Single and partial derivatives are supported. Supported operators: +, -, *, /, **, +=, -=, *=, /=, **= Available functions: sin, cos, tan, asin, acos, atan, sqrt, exp, log, log10, sinh, cosh, tanh, asinh, acosh, atanh See README file for usage examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    finic

    financial framework

    Client-server database application. Develop language Python. Database Berkeley DB. GUI interface wxWidgets. Additional Python components: pybsddb, RPyC, wxPython, pyExcelerator, Crypto, reportlab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • InEight is a leader in construction project controls software Icon
    InEight is a leader in construction project controls software

    InEight serves contractors, owners, and engineers in capital construction

    Minimize risks, gain operational efficiency, control project costs, and make confident, informed decisions. InEight software has your back during every stage of construction, from accurate pre-planning to predictable execution and completion. When project teams collaborate effectively, every decision is backed by precise, authoritative insights.
    Learn More
  • 10
    PWN Reader Web

    PWN Reader Web

    Web based manag and comic reader with thumbnail supports

    A browser based manga reader that will let you browse your manga collection. It enable you to browse them as you browser in any of the online comics site. It uses python to generate list of the manga in the library and use jQuery to let you browse those in the browser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ArmaNpy is a set of SWIG interface files which allows for generating Python bindings to C++ code which uses the Armadillo matrix library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    pyQPCR
    pyQPCR is a GUI application written in python that deals with quantitative PCR (QPCR) raw data. Using quantification cycle values extracted from QPCR instruments, it uses a proven and universally applicable model to give finalized quantification resu
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    ASN.1 library for Python
    ASN.1 types and codecs (BER, CER, DER) implementation in Python programming language. A collection of various ASN.1-based protocols data structures is supplied in a dedicated Python package. Project moved to GitHub: https://github.com/etingof/pyasn1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Stingray - Schema-Based File Reader

    Stingray - Schema-Based File Reader

    Simple handling of numerous data file formats, even COBOL EBCDIC.

    Stingray contains a number of components for reading spreadsheets and other flat files. It copes with COBOL files (in EBCDIC) and even COBOL Copybook (or DDE) definitions. Simple Python programs can handle a wide variety of files. This is the Python3.3 release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Train Signalling Simulation

    Train Signalling Simulation

    A railway signalling simulation game

    "Train Signalling Simulation" (TS2) is a railway simulation game where you have to dispatch trains across an area and keep them on schedule.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    ExSTraCS

    ExSTraCS

    Extended Supervised Tracking and Classifying System

    This advanced machine learning algorithm is a Michigan-style learning classifier system (LCS) developed to specialize in classification, prediction, data mining, and knowledge discovery tasks. Michigan-style LCS algorithms constitute a unique class of algorithms that distribute learned patterns over a collaborative population of of individually interpretable IF:THEN rules, allowing them to flexibly and effectively describe complex and diverse problem spaces. ExSTraCS was primarily developed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Panini Language

    The Panini Language

    Better Modularity, Better Concurrency

    This project makes the compiler and tools for the Panini language available. A central goal of the Panini language is to make concurrent programming easier and less error-prone. The main new feature in Panini is called a capsule. A capsule is like an actor but better because it largely retains the traditional approach for reasoning about programs as a sequence of operations, abstracts away all details of thread creation and locking, and supports fully-automatic compile-time analysis of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    z9

    a simple client-server ERP system

    z9 is a simple client-server ERP framework, based on a Python/PyQt modular smartclient and a PHP+SQL RESTful web service, created for the "opificio zeronove" bike shop application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    jeneo

    WISIWIG pedigree tree editor

    A WISIWIG pedigree tree editor written on python. Jeneo allow you to create your pedigree tree visually, add pedigree links (child) and (i need that feature first off all - in fact that is why a i've written this app) add photos to your relatives. Jeneo home page has moved to bitbucket. Please visit jeneo wiki at https://bitbucket.org/legeyda/jeneo/wiki/jeneo.en.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    kinflow

    kinflow

    Optical flow interactively estimated on GPU with GUI.

    PyCUDA/sdl user interface to interactively influence optical flow (2D motion) estimation from camera images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Point Cloud Skinner for Blender

    Python script (addon) for Blender to skin point cloud (verts to face).

    What is Point Cloud Skinner? This is a Python script for Blender 2.6x or later and allows you to create a surface from just a cloud of vertices. You can get a complete 3D mesh with faces on it out of just a point cloud that has only vertices and no faces. Please watch the video to get the idea of what the script can do for your artwork. Features: This script, Point Cloud Skinner can skin a cloud of vertices, which means to create a 3D surfaced mesh out of just a cloud of vertices...
    Leader badge
    Downloads: 46 This Week
    Last Update:
    See Project
  • 22
    Imperialism Remake

    Imperialism Remake

    Downloads for the Imperialism Remake project.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SNMP Simulator is a software that would act like a multitude of real physical devices from SNMP Manager's point of view. Simulator builds and uses a database of physical devices' SNMP footprints to respond like their real counterparts do. Project moved to GitHub: https://github.com/etingof/snmpsim
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    The MeVisLab Community project provides add-on modules that extend the functionality of the MeVisLab software. The modules are provided and maintained by the MeVisLab developer community and can be compiled with the public MeVisLab SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The General Hidden Markov Model Library (GHMM) is a C library with additional Python bindings implementing a wide range of types of Hidden Markov Models and algorithms: discrete, continous emissions, basic training, HMM clustering, HMM mixtures.
    Downloads: 6 This Week
    Last Update:
    See Project