Showing 184 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
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 1
    Pretty Damn Quick (PDQ) analytically solves queueing network models of computer and manufacturing systems, data networks, etc., written in conventional programming languages. Generic or customized reports of predicted performance measures are output.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    FRODO 2

    Open-Source Framework for Distributed Constraint Optimization (DCOP)

    FRODO is a Java platform to solve Distributed Constraint Satisfaction Problems (DisCSPs) and Optimization Problems (DCOPs). It provides implementations for a variety of algorithms, including DPOP (and its variants), ADOPT, SynchBB, DSA...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Web Security Dojo

    Web Security Dojo

    Virtual training environment to learn web app ethical hacking.

    Web Security Dojo is a virtual machine that provides the tools, targets, and documentation to learn and practice web application security testing. A preconfigured, stand-alone training environment ideal for classroom and conferences. No Internet required to use. Ideal for those interested in getting hands-on practice for ethical hacking, penetration testing, bug bounties, and capture the flag (CTF). A single OVA file will import into VirtualBox and VMware. There is also an Ansible...
    Leader badge
    Downloads: 144 This Week
    Last Update:
    See Project
  • 4
    Calypte

    Calypte

    Calypte Cache

    Calypte é um sistema de cache de propósito geral com suporte transacional. É extremamente rápido, trabalha de forma eficiente com pouca memória e permite o armazenamento de dados em memória secundária.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    Pardus Topluluk Sürümü

    Pardus Topluluk Sürümü

    Pardus Topluluk Sürümü - Pardus Community Edition

    Pardus Topluluk Sürümü Nedir? Pardus Topluluk Sürümü, TÜBİTAK/ULAKBİM’den bağımsız olarak geliştirilen bir GNU/Linux dağıtımıdır. TÜBİTAK/ULAKBİM’den isim hakkı için izin alınmıştır. Topluluk sürümü ile herkese hitap eden, kolay kurulan, çok dilli ve kendine özgü araçlara sahip bir dağıtım yapılması hedeflenmektedir. Çalışmalarda Debian GNU/Linux alt yapısı kullanılmaktadır. What is Pardus Community Edition? Pardus Community Edition, is a GNU/Linux distribution which is being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NO LONGER MAINTAINED, NO LONGER SUPPORTED Digital Preservation Software Platform (DPSP) consists of a number of open source products such as Xena and Digital Preservation Recorder. This installs and configures the complete platform for preserving digital records - just install and use!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Madara

    Middleware for distributed applications

    The purpose of the project is to develop a portable programming framework that facilitates distributed and multi-threaded programming for C++, Java, and Python. MADARA was originally developed as an agent-based middleware specifically for real-time, distributed artificial intelligence, but is now more general purpose for distributed timing, control, knowledge and reasoning, and quality-of-service. MADARA is composed of several tools and middleware, and the main entry point into the system...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Open HPI is an open source implementation of the SA Forum's Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers. The new location for the project is https://github.com/open-hpi/openhpi
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 9

    Apache GUI

    A free open sourced Apache Http Server GUI developed with Java.

    This project is used to provide a free java based open source Apache Http Server GUI. The solution is deployed as a web application that is accessible through a web browser. The solution is designed to be compatible with modern Windows and IX operating systems. Source code for this project is hosted on github https://github.com/jrossi227/ApacheGUI
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    Elliott 803 Simulation
    A simulation of the Elliott 803B computer from the 1960's.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    SmartMuseum

    SmartMuseum

    Software for work with Corpus of Everyday life history Sources

    Everyday life history is becoming of high interest due to the growing amount of various historical sources related to common human being. Analysis of such sources needs considering them as interrelated. Evaluation of such relations leads to meaningful results for different groups of information consumers: from professional historians and experts from close humanitarian sciences to common people, interested in everyday community life. Corpuses of everyday life history sources are being...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    xpd-ebike

    xpd-ebike

    Infineon e-bike controller setup tool

    XPD (stands for "eXtended Parameter Designer") is an alternative to "KeyWin e-Bike Lab Parameter Designer" software used to program the so-called "Infineon" e-bike controllers. * It provides some additional features missing in the original program, and is generally easier to use. * It is opensource so you can learn how it works and add unique features to it or customize to suit your own needs. * It is cross-platform: works on Linux, Windows and Android.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 13

    JAsyncSocket

    Java asynchronous socket library

    Basic Java infrastructure for asynchronous socket service clients and servers. Inspired by asyncore Python module. See doc/TestServer.java for a server implementation example. See doc/TestClient.java for client implementation examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level information in Java, Perl and .NET.
    Leader badge
    Downloads: 56 This Week
    Last Update:
    See Project
  • 15
    DCMLinux - Dicom Linux Distribution

    DCMLinux - Dicom Linux Distribution

    Dicom PACS solution for free.

    DCMLinux is a complete PACS system, free of charge. Its core is an Ubuntu 14.04 system fully updated and it contains the DCM4CHEE as its PACS server. In the near future it will contain many other addons such as Weasis, Oviyam, Care2x, etc. Just download the iso, burn it to a CD and boot it up. No need to configure any files of dcm4chee, DCMLinux installer asks for everything it needs to configure a running PACS in minutes. Project Wiki : http://wiki.dcmlinux.org Project Forums:...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    YoMo

    YoMo

    You Only Meter Once - The open hardware smart metering system

    Researches have shown that immediate feedback can increase energy saving dramatically. YoMo aims to empower people using low-cost open hardware smart meters in their household. The metering system consists of a coordination unit, a raspberry pi, and several smart meters, arduino boards equipped with communication shields and our self-designed yomo metering shield. The smart meters are attached to household devices and monitor their energy consumption. The gathered data is timestamped and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    MUSCLE

    Client-server networking library

    The MUSCLE system is a fast, portable, flexible client-server system for distributed applications. Clients send BMessage-like PortableMessages to each other either directly or via a centralized server (with built-in database and 'live query' support).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Administrative WebSphere library. Designed as a foundation library (providing a wsadmin.sh wrapper) following Object Oriented approach for WebSphere administrators who are used to develop Python scripts to do WebSphere adrministrative tasks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Turbo Editor

    Turbo Editor

    Simple and powerful File Editor for Android

    Simple, powerful and Open Source text editor for Android licensed under the GPLv3 license.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    nosql-mongodb2013

    nosql-mongodb2013

    10gen Education / MongoDB University courses of 2013

    10gen Education / MongoDB University courses of 2013: "M101P: MongoDB for Developers", "M102: MongoDB for DBAs" and "M101J: MongoDB for Java Developers" - My code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Indian Linux Project Goal is to build a Indian language enabled Linux distro & applications with support for Indian Languages
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 22
    OVNI

    OVNI

    Open Virtualization Nodes Infrastructure

    OVNI is, first of all, an AJAX web-application to create and manage Virtual Machines on KVM nodes. it's developed under WaveMaker and rely on Libvirt to be compatible with other tools such as virsh. In the future, the project aims to provide a complete virtualization environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The goal of this project is to make possible to access Progress database from any external program that can use sockets. The server (broker and agents) are written in Progress 4GL and made use of sockets capabilities of Progress V9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cyclone - Task Automation

    Cyclone - Task Automation

    Task Scheduler for Java, Groovy, Javascript, python & ruby

    ... of fascinating features Real-time progress and status montoring for jobs Pause, resume and stop an executing job Multi-user environment with in-built authentication and authorization modules Polygot - jobs can be implemented in java, groovy, ruby, javascript and python Easy administration and configuration - user management etc. Extensible security module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a apache v2.0 authentication module. Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple "Single Signe-On" (SSO). All the code source and the bug tracking has migrated to github: https://github.com/ZenProjects/Apache-Authmemcookie-Module All the documentation are here: https://zenprojects.github.io/Apache-Authmemcookie-Module/
    Downloads: 2 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.