Showing 1517 open source projects for "education"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1

    MediaSyncManager

    Software handling documents distribution and collection by USB stick

    This software provides a way for teachers to give documents to students and collect their documents via USB sticks, but more widely via different removable devices. It provides a way to massively exchange documents to and from removable devices, and identify the producer of the documents. It is a fork of scolasync that was originaly developped for French Education Nationale.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    romanHunter

    romanHunter

    ROuter MAN HUNTER detects wireless attackers and captures their MAC

    romanHunter (router man Hunter) is a wireless honeypot or closer to a sinkhole that will bait a cracker, capture the MAC address, reset the WIFI password (effectively destroying their connection) and wait for the next authorized connection. The password changes happen on a round robin basis from entries in the password file (pw_list.txt).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This program calculates the resistance on pin "-" an OpAmp put infeedback resistance (Rf) and gain (|Av|)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to more than 15 programming languages are available. An easy to read...
    Downloads: 35 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    pyELib

    pyELib

    A free open source system to create and manage collections of eBooks

    pyELib is a free open source system to create and manage any collection of eBooks. Unlike other eBooks management softwares, pyELib doesn't need the user to input neither titles nor ISBNs, since it automatically analyzes the files and searches for details on the internet. Dupes and different editions are properly handled. Each book is then automatically associated to one or more category (through machine learning) and, if desired, renamed. The library is stored in a MySQL database...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DictaSim Console

    DictaSim Console

    A console-style application for brutal vocabulary memorising

    DictaSim Console is a console style application intended to be used for language vocabulary learning. It takes end-user's text files containing foreign words with translation as input and tests his/her knowledge on its content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Educational activities based on multimedia elements (images, sounds, and text). ie. associations, puzzles, counting activities... Creation and modification of the activities using XML files. Multiple language support, multiple screen resolutions (SVG
    Leader badge
    Downloads: 143 This Week
    Last Update:
    See Project
  • 8
    Autonomous Robot Simulator

    Autonomous Robot Simulator

    Physically-accurate robotics simulator written in Python

    ARS is a physically-accurate robotics simulator written in Python. It's main purpose is to help researchers with to develop mobile manipulators and, in general, any multi-body system. It is open-source, modular, easy to learn and use, and can be a valuable tool in the process of robot design, in the development of control and reasoning algorithms, as well as in teaching and educational activities.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    ZionEdit

    A light and easy to use programmer's editor for windows

    An intuitive, very configurable, uncluttered programmer's editor based on the awesome Scintilla component & wxWidgets. Supports C/C++, C#, Java, SQL, CSS, HTML(JavaScript,PHP etc), Python, Perl, Ruby, Lisp, Fortran, Assembly, Batch, Makefile --for Win32. My sincerest apologies on the old domain (that I no longer own going to some sleazy site). The new domain for ZionEdit is http://zionedit.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 10

    Language Constructor

    Complete tool for constructing/manipulating languages in digital form

    With this tool you can easily design a new language, digitize an existing one or incrementally reconstruct an ancient language. It allows for free experimentation of all aspects of the language, so it does not have to be made consistent on paper first. You can edit script, syntax, grammar, morphology, lexicon and phonology, as well as write documents in the language, as it might be too complex to be handled by current font technology. The information is stored in xml format for easy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    DANI Keyboard Tutor

    Talking keyboard tutor.

    DANI Keyboard Tutor is a keyboard practicing application. This software allows to blind people to practice in a Keyboard, providing screen reader and SAPI5 support to improve the user experience, also includes other methods to help to the user, like sounds (if the key pressed is correct or not, for example), time stats, and some interesting features. The application is written in English and Spanish, and the localization will be used according the system language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PyGAO

    Genetic Algorithm Optimization for Python

    A simple interface for performing genetic algorithm optimization for numerical problems. I am starting with a stripped-down version, where a solution can be described using a single vector of float numbers. Eventually, I will expand to more generic data structures and add multiple-species search options. For the time being, I have no plans of developing a GUI. For now, this is strictly a computational module. In addition to the standard Python libraries, PyGAO uses numpy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Chi Square Calculator

    An unlimited calculator for Chi Squared

    This Chi Squared Calculator allows the user to enter any number of rows and columns, enter the observed frequencies used in the calculation, and the program will output the answer, as well as the degrees of freedom. This program runs on Python 3.2 ## BUT NO LONGER REQUIRES PYTHON to run! (Now in .exe form!) ## Sorry for the lack of floating point (Decimal) numbers support; attempting to input decimals will crash the program. Will fix soon! If you need any help, information, my email...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    t2t-pipe

    automatic alignment pipeline for parallel treebanks

    The *Tree-to-Tree (t2t) Alignment Pipe* is a collection of python scripts, co-ordinating the process of automatic alignment of parallel treebanks from plain text files with a single call from a unix command line. Supported Languages: DE, FR, EN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    alfa+legal
    Alfa+legal: software livre para alfabetização. Desenvolvedor: Raimundo Alder Guimarães Licença: gnu/gpl Registro em http://copyright.br.com/ : Deposit number :DEP635074679449233750 Date : 22/06/2013 03:19:05 (Europa) Locarno Code :99-00 comunidade: softwarelivre.org/alfa-legal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    openfablab

    openfablab

    Open Source FabLab Project

    Software script assembly to be executed on cnc machines and robots to build, maintain and replicate open source fablab. Here software meets hardware.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Guido van Robot Educational Programming Language
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 18

    VisualRiSC

    Toolbox visualizing computations of Realizable Sign Conditions.

    This toolbox contains a set of Python procedures in order to compute examples associated with the computation of Realizable Sign Conditions (RiSC) due to the approach by Basu, Pollack and Roy. The RiSC approach is a way to solve and analyze systems of polynomial equations and inequalities over the real numbers in the field of real-algebraic geometry. The involved computations often consist of highly sophisticated notions, not easy to illustrate by hand. VisualRiSC provides implementations of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Easy Equations

    Easy Equations

    Hand Written Equation Creator

    Easy Equations is a utility using which one can write the mathematical equations. The focus of this utility is to provide user friendly access to write mathematical equations which is helpful for students, lecturers, mathematicians and Research persons who prefer using mathematical equations in a document, PowerPoint or web sites. Works on Windows as well as Linux platforms. Software Requirements: JDK 7 or higher. Linux Platform with kernel version 2.7 or higher.(for Linux users).python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    eduCommons is an Open Educational Resource (OER) repository that supports OpenCourseWare management, as well as other course based materials. It optimizes the visibility as well as enhances your content with several adttional features that raises the quality of your materials. It allows you to import and export content easily, as well as supports novel ways of reusing content in learning environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    pyespeak

    Python to eSpeak speech synthesis

    ctypes Python module for eSpeak http://espeak.sf.net speech synthesis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The purpose of this project is to create a German translation of the book <a href="http://www.byteofpython.info">"A Byte of Python"</a> originally written in English by Swaroop C H.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 23
    BookSnippets

    BookSnippets

    Store book snippets faster!

    This is a simple application where you can add, edit, delete and search for book excerpts. It is created using Python, Tkinter, and Pmw. This is recommended to students who wants to easily search through piles of books by adding any book snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DogoIDS

    DogoIDS

    Active-probing-based network IDS for wireless networks

    DogoIDS is an open-source active-probing-based network intrusion detection system (AP-NIDS) for wireless multihop networks (MANETs, Wireless Mesh Networks, Sensor Networks, etc). At this stage, DogoIDS only support the IEEE 802.11s standard for Wireless Mesh Networks. DogoIDS is now under construction in a very early stage and mainly for research purposes. However, we aim to release a stable version ready for production soon. *** IMPORTANT *** We uploaded the very first experimental...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EASER

    EASER

    Ensembl Easy Sequence Retriever

    Maldonado E, Khan I, Philip S, Vasconcelos V, Antunes A (2013) EASER: Ensembl Easy Sequence Retriever. Evolutionary Bioinformatics, 9:487-490. doi: https://doi.org/10.4137/EBO.S11335.
    Downloads: 0 This Week
    Last Update:
    See Project