Showing 2292 open source projects for "compiler python linux"

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
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 1
    IMPORTANT: The project moved over to github! You can find it at: https://github.com/exhuma/python-cluster
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    nwbas2ecce

    nwbas2ecce converts nwchem basis set files to the ECCE format

    The basis sets included with ECCE have -- as far as I can tell -- not been updated for many years. In addition, many of the newer basis sets that come with nwchem aren't included, such as the def2- series. nwbas2ecce is a python script that aims to automate as much as possible of the conversion process of a nwchem basis set file into the files necessary for ECCE to included it in the basis set tool. The process isn't completely automatic, but I also believe that it shouldn't be to avoid...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An active filter design assistant. Electrical engineers can use it to design and simulate analog active filters.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    The ASN.1 Compiler

    Go to github.com/vlm/asn1c for the latest version.

    This ASN.1 compiler turns ASN.1 specifications into C code. The asn1c is shipped together with conformant BER/DER/XER/PER codecs. The X.509, GSM TAP3, MEGACO, RRC and LDAP encoding and decoding examples are part of the source code distribution. NOTE: THE asn1c PROJECT HAS LARGELY MOVED TO GITHUB: http://github.com/vlm/asn1c
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
  • 5
    A High-Order Multi-Variate Approximation Scheme for Arbitrary Data Sets, C implementation of the method described in http://web.mit.edu/qiqi/www/paper/interpolation.pdf, with Python and Fortran interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SDEdumper

    SDEdumper

    Copy multiples feature classes in ArcSDE to a local file geodatabase

    Why use it? You can create your own Python script using model builder, but you have to modify the script everytime you want to dump different tables. Using this script you only need to have a CSV with all the table names, that’s it. Purpose: It can be used as an archival and historical database It will make you ArcSDE database portable and shareable
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Abandoned version of qbc. DOES NOT WORK properly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SLiMScape

    A Protein Short Linear Motif Analysis Plugin for Cytoscape

    SLiMScape adds Short linear motif discovery tools to Cytoscape, transforming it into a SLiM discovery platform. A tutorial is available at the following URL: http://bioware.ucd.ie/slimscape/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    hrefinder

    Detection of homologous recombination events from SNP data

    This software detects homologous recombination events (HREs) from SNP data. Based on SNP alleles calls and locations, it breaks the genomes into locally colinear blocks, and looks for cases where SNPs do not agree with the vertical pattern of inheritance in a phylogeny. It applies a dynamic programming algorithm to model whether changes within a block are likely a result of mutations, sequencing errors, or HRE. We use information from the nearby SNPs, so that if 1-2 alleles in a series of...
    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.
  • 10

    Planets

    A program for approximate simulation of planetary systems

    With Planets you can create and simulate planetary systems on your computer using Newton's law of universal gravitation. This program can be used in schools for illustration and students can experiment with it themselves. I created this project as part of the German Abitur exam, which is why the help documents are currently only available in German. Requirements: - Python 2.7 - Windows 7, Windows XP, Ubuntu Other operating systems may work but were not tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A collection of pure Python algorithms and data structures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Physical modelling of water transport in plants
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    RSAT

    RSAT

    A script to perform SAT attacks on RSA

    SAT solvers are being used more and more in partial key exposure attacks. The scope of this script is to show that SAT solvers can be used in partial key exposure attacks of RSA with very good results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    slumo

    slumo

    Software and Library for USB2AD device

    SLUMO is a software and library for USB2AD module. Project has two parts. The first is stand alone measurement software with GUI using GTK3+ and python 3. The second is a library that handle all comunication with device, so you can create your own scripts for custom measuring in a very easy way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    PyRoboSim2D

    Python+Pygame robot simulator 2D

    2D robotic simulator in Python 2.x, tested in 2.6 and 2.7, under Win7(64) and Ubuntu 10.04 (Lucid). Needs the matching version of Pygame installed! (www.pygame.org) Download the .py file and two .bmp files: -->back2_800_600 for background -->any of the robo1.bmp through robo4.bmp for robot image (different colors). The map of the "room" can be changed by modifying the list of obstacles. Read more in ReadMe.txt and in the .py file comments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Cern Root debs for Ubuntu/64 and 32bits
    FOR DETAILED INFORMATION GO TO http://cernrootdebs.sourceforge.net Packages of Cern Root software for Ubuntu/64/32bits. This package is going to be installed on /usr/local. Enabled: minuit2 roofit unuran tmva from 5.34.01 Enabled support for asimage, astiff, builtin_afterimage, builtin_lzma, cintex, explicitlink, fftw3, fitsio, gviz, genvector, krb5, ldap, mathmore, memstat, minuit2, mysql, opengl, python, reflex, roofit, shadowpw, shared, ssl, tmva, unuran, x11, xft, xml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MyNook

    MyNook

    A machine learning system for supervised document classification

    An open source system for supervised document classification based on statistical machine learning techniques. On the contrary of the state of art classification techniques, MyNook just requires the title of the document, not the content itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LibCPIXE is a library for simulation of Particle Induced X-ray emission spectra.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ReferenceFree

    Scripts for reference free genomic analysis

    These are Python scripts plus C/C++ programs for automating the reference free genomic analysis described in: Kua C-S, Ruan J, Harting J, Ye C-X, Helmus MR, et al. (2012) Reference-Free Comparative Genomics of 174 Chloroplasts. PLoS One 7(11). http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0048995 Analytical concept conceived by CHCannon and CSKua. Original script written in Mathematica by CHCannon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The goal of the NHI1 project is to create an artificial (non human) intelligence until 2040. The core is available for C, C++, C#, JAVA, Perl, PHP, Python, Ruby, Tcl and VB.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    eemod_dnsmod

    A detailed nitrogen model inside of a simple ecological model

    This is an simple ecological model for lakes and reservoirs that contains a very detailed description of the most relevant nitrogen processes. The model is not very complete, but the main intention is to develop a library to be coupled with other models and use the full-mixed model as a testing version. A lot of things can be improved. I will read all the suggestions but I cannot promise that I will include all of them. Every new part of the code will contain the name of the author. If...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    libfgen

    Library for optimization using a genetic algorithm or particle swarms

    libfgen is a library that implements an efficient and customizable genetic algorithm (GA). It also provides particle swarm optimization (PSO) functionality and an interface for real-valued function minimization or model fitting. It is written in C, but can also be compiled with a C++ compiler. Both Linux and Windows are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    sigrok
    The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers, function generators, power supplies, GPIB interfaces, and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A simple python script for aquarists that figures tank volume, salinity, converts temp & volume, and calculates substrates based on their specific gravity.
    Downloads: 1 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.