Showing 45 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
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ 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
  • 1
    rustlings

    rustlings

    Small exercises to get you used to reading and writing Rust code

    This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages! Alternatively, for a first-time Rust learner, there are several other resources, like The Book, which is the most comprehensive resource for learning Rust, but a bit theoretical sometimes. You will be using this along with Rustlings! And also, Rust By Example, to learn Rust by solving little exercises! It's almost like rustlings, but online. You...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Prime number ( primenumbers )

    Benchmark for 50 000 000 prime numbers as single and multicore

    ...On Intel(R) Core(TM) i5-8600K CPU, Windows 10 20H2, i have 39 second on single core and 7,6 second on multi core. (PS: C++ multicore 6 second). Added C files for gcc compiler in Windows 10 and for Xcode C command line project in MacOS ( tested on Mac mini M2 with single core 16 to 25 sec and multicore 2,3 to 5 second by compiler -O switch). Surprise, same code in JavaScript for M2 chip in Safari, 12,5 sec single core and 3,3 sec multi core. Python version with numba and numpy on MacOS with M2, 3,78 sec.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Flashcard App

    Flashcard App

    This is an app that will help you learn and prosper in any subject!

    A lightweight but effective Flashcard based learning app to study and memorize using a reward system, built using python and the customtkinter library. Here you can create flashcards and quiz yourself on any topic you like, save the flashcards for later use or simply import one with the correct format. Give yourself hints, earn points and have fun! Play quiz with your friends see who gets the most points. Here almost anything is customizable. And forgive me if there are any bugs as there...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Personal Study Planner

    Personal Study Planner

    Python program that create a personalized study plan for your exams.

    # StudyPlanner This is a simple Python program that helps you create a personalized study plan for your exams. It calculates the number of hours and pages you need to study every day to be fully prepared for your exams. # Installation To run the program, you'll need to have Python installed on your computer. You can download it from the official website: https://www.python.org/downloads/ You'll also need to have the following modules installed: * tkinter *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    Syllog

    Syllog is a system for teaching logic, with anonymous answer logging

    Syllog is a system for teaching various forms of logic, including syllogistic logic. It consists of a student-facing Java Applet that runs in the student's browser, and a teacher-facing, server-based logging facility for recording the answers given by students. The student-facing part simply poses questions, to which the student must provide an answer. The teacher-oriented logging facility then logs the answers anonymously for further investigation by the teacher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Network Simulator (fork CORE - Live USB)

    Network Simulator (fork CORE - Live USB)

    Live DVD with CORE network simulator

    The Common Open Research Emulator (CORE) is a tool for emulating networks on one or more machines. You can connect these emulated networks to live networks. CORE consists of a GUI for drawing topologies of lightweight virtual machines, and Python modules for scripting network emulation.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    OpenTeacher
    OpenTeacher is an opensource application that helps you learn a foreign language vocabulary. Just enter some words in your native and foreign language, and OpenTeacher tests you.
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    ODS3 Virtual Machine Challenge

    ODS3 Virtual Machine Challenge

    Virtual Machine Image To Test Penetration Skills

    The ODS3 Virtual Machine Challenge are downloadable images that can be run as VMWare or VirtualBox instances. The Idea behind the challenge is to test and exercise web application penetration testing in a controlled environment. These images are great for cyber security students, penetration testers and hobbyist. Care should be taken if installed on an Internet access host as the application are purposely vulnerable to attack and exploitation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Minecraft Quiz!

    Minecraft Quiz!

    A minecraft quiz

    I'm new to python and decided to try and make a quiz type of thing. It has a score which will be displayed at the end. As of v1 there is 6 questions. See txt file for more info.(Needs winrar to open)
    Downloads: 0 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
  • 10

    Netviz

    Netviz is a Python app designed to monitor devices on the user's LAN.

    Netviz (short for NETwork VIsualiZer) is a Python program I cobbled together for a user to monitor devices on the user's LAN or a small section of the Internet. Essentially, it's a pretty interface for information on the MAC addresses and IPs of those devices. The range to search can be set either by the boundaries of the user's LAN using the "Find Range" button or through user-typed IPs. Also, there is a list of tracked MACs. If any of these tracked MACs appears on the LAN, the program...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    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
  • 12
    ``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
  • 13
    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
  • 14

    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
  • 15

    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
  • 16
    Small, terminal-based quiz program written in Python. Outputs time statistics and has many options. Under Unix, it can read man pages to help you memorize program options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PLA-Typus

    PLA-Typus

    Project of Adaptative Languages "PLAtypus"

    PLAtypus's goal is to give people with poor communications skills an opportunity to learn and improve. With the guidance of a tutor, people will be able to learn new signs, sounds or icons and associate them with real life concepts that will, hopefully, help them to better express they needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Collection of simple expandable C# (.net 2.0) learning tools for children and handicaped people. The package includes example pictures from openclipart and german spoken sounds for spelling. .NET 2.0 or higher NEEDED! Working on a nicer/enhanced vers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Wizard to learn words is a very basic program to learn words. It is designed to ask you words in a random order, which you can organize in quiz. The words are divided in three stages this way you can measure your success.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Vokabeltrainer Makro für MS Excel. Bietet integrierten csv-Import. Mittels configfile/config-Dialog einrichtbares Formatierungstool verfügbar. *Working on PyGTK Version with multi-language support*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Intervalence is a very simple, minimalistic program for musicians, designed to test their ability to correctly spell musical intervals. Question: What is a perfect 5th above A#? Answer: E#
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This flashcard application can be used as a learning aid for vocabularies, sentences and any kind of data in a question and answer format. It is aimed to run on all PyGTK platforms like desktops, laptops and especially hand held devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DSO screenshot
    This project goal is to provide a way to get screenshot and channels data from digital storage oscilloscope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Proyecto de Demostración para los estudiantes de la asignatura Laboratorio II, de la Carrera de Ingeniería en Informática, de la Universidad Centroccidental "Lisandro Alvarado".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Software for improving your english vocabulary. Also useful if preparing for GRE, GMAT, SAT or any other vocabulary intensive examinations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next