Showing 282 open source projects for "school-software"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 1
    A C++ class that implements a Lua state. Load Lua scripts into an instance of this class, and use intuitive methods from your C++ code to access and manipulate the Lua script environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A World of Warcraft API emulator, including WoW UI XML file parser, implemented wholly in Lua, for faster offline development and to gain debugging capabilities. Among other things, it supports logging in multiple, separate users that can communicate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An attempt at a Xanalogical Web, comprised of a CGI system with both native and HTML interfaces, a set of standards, a backend supporting Transclusion, versioning, and a custom browser with support for Transpointing and editing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Robot Warfare is a real-time strategy game that gives the user an opportunity to manage and program a team of battling robots that autonomously face opposing teams in a network-enabled environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Alt-IDE is a Lua powered scriptable IDE. It provides the possibility to add support for any compiler! For the latest news and versions please visit the alt-ide website at www.alt-ide.net as updates on SF.net are sparse!
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    Layered and skinned G.U.I. , alpha blending, plugins system, embedded script engine, signal & slot, xml & xslt, unicode string
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Libhufu is a library for generating of toolkit independent scriptable forms from xml description. The main package contains the main library in addition to a lua scripting interface and a gtk widget. Qufu is a qt widget.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NiL is a modular multi-purpose gaming engine including a multiplayer worm game a little like quake, except it's 2d and a little like worms except it's realtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CppLua is an object oriented framework to deal with Lua objects and functions in C++. Member functions can be registered into Lua and Lua functions and tables can be used in C++ code with a very simple and intuitive syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Lua and toLua porting for Symbian OS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TacitPixel is a scalable C++ framework for building application prototypes for interactive collaborative VR/AR applications. It provides a number of features that make prototyping fast and portable. TacitPixel is the successor of the TAP and Twisted Pair engines.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Lixoo is a extensible, fast and small 2D point'n'click adventure game engine. It features the engine itself and an IDE that let you create full-featured games just by writing the essential code of the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GUI IDE for developing games with the Stratagus engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LuaEclipse is an IDE for the Lua language based on the Eclipse platform. It features syntax highlighting, content assistant, code running, integrated documentation and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The MAD Project is an attempt to create a powerful, flexible game engine, which is specifically designed for graphical adventure games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An OTserv project based on otserv, with custom codes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Leadwerks Arena is an open source first-person/third-person arena game for online play between players. It is a community created tech demo for the Leadwerks Engine 2.1 and showcase of Phoenix.Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Lua4Pas

    Lua wrapper and binding for Object-Pascal

    The goal of this project is to allow Pascal Developers to use Lua without needing to understand C and the binding process. Bringing Lua to native Pascal types for simple usage and management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    I think it will be the brother of dogengine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Lua implementation for the Symbian OS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project implements Virtual Machine/Virtualized Debugger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple Game Engine framework to simplify games development with DirectX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    While waiting of OllyDbg2 to come out I've decided to develop a new version of OllyScript. This time the plugin will be based on an existing technology, a scripting language called Lua.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Lua Console User Interface aims to provide a framework to build console based applications using the Lua language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Luanium

    A Lua-based crawling scripting language and leveraging selenium

    I needed a way to crawl a site, crawling using commands. I would put commands in a file or DB to use selenium to interpret the HTML and Javascript. The best would be to have a complete language with conditionals and looping. I'm a java developper and I needed that the crawler to run in a Spring-Boot application. So I decided to use a Lua interpreter in Java to build a crawling tool based on Selenium. The trick here is to add the crawling commands into the Lua interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB