Showing 677 open source projects for "compiler python linux"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 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
  • 1

    Assignment Collector/Grader

    A webapp that collects and grades student labs

    Assignment Collector/Grader (what a mouthful!) was conceived in 2010 as a way to reduce the workload of an over-worked professor teaching a CS data structures class. It proved not only to reduce the grading workload, but also improved the lab completion rates among students, and grades overall improved as a result. Since it has turned out to be such a successful tool, it is now released under the AGPL license for others to use in their classrooms. Planned improvements include: automatic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Biblio is a school-library-management-system, written in Python, featuring the management of multiple book-copies as common in school-libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PyBooklet

    PyBooklet

    Converts PDFs to booklets

    converts PDFs into 2 pages-per-sheet / double sided booklet ready for printing. developed with Python and uses PySide
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    swiginac is a Python interface to the GiNaC (GiNaC is not a CAS) C++ library, built with SWIG. The aim of swiginac is to make all the functionality of GiNaC accessible from Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 5
    FreeSpeak is a free (as in freedom, developed and released under the terms of GPL) frontend to online translator engines (such as Google, Yahoo, etc.). It is written in Python, it uses the GTK toolkit and some GNOME infrastructure features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ``Nihongo conjugator" will be a multi-platform tool, written in Python, to conjugate Japanese verbs of type Ichidan, Godan or irregular, then verbal adjectives. This program will use the GTK+ interface with PyGTK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Extemp is a program which non-interactively downloads online newspaper articles into a searchable sql database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ``Kana no quiz" is a little tool to memorize japanese kana (katakana & hiragana) presented as a quiz. As other projects of the Choplair-network, this program is written in Python and uses the GTK+ interface (with PyGTK) for a nice rendering!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QA Assistant is a GNOME-Python program that aids in Quality Assurance. It creates a graphical checklist from an XML description. A reviewer fills in the checklist and then the program outputs a gpg-signed review for submittal to a tracking system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A learning-by-testing program to learn quickly, mostly memorizing tasks like vocabulary. Quizdrill supports multiple choice, simple quiz as well as flashcard testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Machbarkeitsstudien zur praktischen Umsetzung von verschiedenen Konzepten und Techniken für die zukünftige Version 5 des Schulservers "Arktur"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    eduMagnet can search and access online videos (YouTube, TeacherTube, etc). Students can create playlists and watch educational content using an embedded video player. The software is developed for the OLPC but can be used in other Linux environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A suite of programs written specifically to address the management of school reports in Waldorf (Rudolf Steiner) schools. It includes a WYSIWIG editor, database storage, and various administration utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A FUSE file system and a Java J2ME Uploader for Samsung mobile phones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AnyKiosk - a Point-and-Click tool for Linux system administrators to enable KIOSK features ( settings in various menu becomes fixed and disabled) for various programs. ... moved to https://gitorious.org/anykiosk/ due Berlios closing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Revisaid

    Revisaid

    Libre software to help remember visual and verbal facts.

    Revisaid allows you to enter information, including image files, then quizzes you on what you have entered. These quizzes can be saved for future use, and passed on to friends who may also find them useful. It is currently supported on Windows and Linux 2.6+, but in theory should work on any machine with a Python interpreter (and wxPython) installed. Please send feedback/bug reports to revisaid@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PyQuiz "L'eredità"

    Quiz simile a "L'eredità" in python

    Quiz simile a "L'eredità" in python, usato pygame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Four In Row Arena

    Implement your player strategy and compete with other strategies.

    A generic framework for Four in A Row or Five In A Row or X In A Row game, with the possibility to develop different strategies and compare them in tournaments. To implement more players, create new class inherited from PlayerStrategy, and implement the move() method to chose best move, by utilizing different methods provided with Table object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Pythree

    Permite resolver teoremas matemáticos

    Una aplicación educativa orientada al área matemática diseñada para la resolución del cálculo de los lados y ángulo de un triángulo mediante la utilización de los teoremas: Seno, Coseno y Pitágoras.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    classification system
    The SLiCproject is the manuscript map for the original rendition of an information classification system designed with the intention of meeting a standard of scientific ordering of all of human knowledge. The system is designated, "Secular Library Classification." The mind maps downloads are currently in .mm format for Freeplane and Freemind applications. Other media forms are expected pending further development, and distribution necessities. The downloads are not completely...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The 'TIGCC for Linux' project aims to develop a C compiler for TI Graphing Calculators based on a M68000 processor. The target can be a TI89/89Ti/TI92+/V200 calculator. A such compiler already exists under Windows but this one is for Linux users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    pissenlit
    [EN] Pissenlit is a web/LaTeX server. Visitors can only view, search and download tex/ps/pdf files. Admin can upload, modify and compile tex files (with dependances). Entries can be hidden to visitors. Entries are classified by year, class and type. It was done for hosting my LaTeX pedagogical materials. [FR] Pissenlit est un serveur web/LaTeX. Les visiteurs ne peuvent que voir, faire des recherches et télécharger les fichiers tex/ps/pdf ainsi que les dépendances...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a simple quiz game for arch linux. User asked question about installed packages on their system. Project uses PyQt4, Python 3 and pyalpm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    L.E.I.C.A. (Long Exposure Internet CAmera) is an application that takes input from your webcam, or v4l2 device, and makes a long-exposure image. Until now there's only a python binding for this app, soon there will be a C/C++ SDL one
    Downloads: 0 This Week
    Last Update:
    See Project