The Flixel Power Tools are a set of plug-ins for Flixel 2.5+
...It’s designed to be dropped into a Flixel project to give you extra tools beyond the core engine. The Flixel Power Tools come with a comprehensive Test Suite. Use it to visually see the tools in action, and then learn from the source code and comments within. Documentation is also provided for the classes. AS3 IDEs such as FlashDevelop will provide context-sensitive help for all classes and functions in the Flixel Power Tools.
Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis on the code and building the lock graph. Jlint is fast, easy to learn, and requires no changes in the class files to be checked.
WUU was a program to keep your World of Warcraft UI addons updated with the most popular mod sites.
It is no longer updated, and the domain used in the source code for updates is no longer owned by the maintainers. As such, the released files were deleted - but the source is still here, in case there's something to learn from it.
Simple QBASIC Interpreter written in C++.I am developing this interpreter for self-learning purposes,don't take it serious.I will try to follow syntax of QBASIC as close as I can. The source code could be useful for those who learn C++.
Qt GUI is in very raw state.
Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.
Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
An Error Handler for C/C++ funtions, focused on code readability. It allows a clear control flow, adding Ignore, Retry, Jump, and Back functionality when a function returns error. It's macro based, written in C and targeting embedded systems.
A web application that helps students learn Java. Students can submit their solutions to programming exercises and get immediate feedback through automated tests. The application is built with Scala and Lift.
LSGTL means LLX’s Static Graph Template Library which is a light-weighted header-only template library developed mainly for static graph analysis. LSGTL is expected to be used in laboratories for research purposes mostly.
A C++ library of random useless functions that might make life easier. Project is basically for practice, though you might find the code useful and you could always learn from it.
Generate a parser at runtime from a collection of C++ objects. Concisely state a parser specification in ordinary C++ code. Learn from a parser generator with an object-oriented design.
Nanon is a web page manager, ideal for simple sites with no server generated content. It lets you define templates and reusable html code blocks like menus and ad sections. Nanon is a spiffy command line tool that you can learn how to use in minutes.
RCLayout is a Java LayoutManager that is flexible like GridBagLayout but intuitive like GridLayout. RCLayout achieves maximum results with minimum code by using a parameter hierarchy. This layout manager is easy to learn and makes designing GUIs easy.
Stackful is a web-based programming environment for beginners inspired by Hypercard. Users can create web pages live by dropping in page elements, positioning them, and writing the code behind them. Everyone should learn a little programming.
Reviewer adds comments on code which developer has to follow up. Useful for managing code quality and determining the quality of work delivered by a developer. Most of all it provides a place where developers can learn from their previous mistakes.
TRASHY - Tags Resized and Alternative Syntax for Html by Yayo (php version)
A php function which uses tags and attribs aliases to let you shrink html in your php code: 1 char per tag, 1/3 chars per attrib. Short, clean, easy to manage and to learn.
This game demo is a tool to learn the basics of J2ME and a few graphic tricks.<br> It uses an Ant script for both code related operations and distribution management.<br> It also makes good use of great Java tools (Antic, ProGuard, MPowerPlayer).
DukeBot is a small but powerfull learning/teaching GUI-comp for pubils and students to learn "How to code". It´s a gameing-style Java-Component for training every kind of programmingproblem. The Bot knows different orders and sensors.
The FileSystem TreeModel for Java project aims to provide a simple to learn TreeModel API that allows TreeModel viewers to show a file system without needing to code anything.
Native Java parser framework, no (pre-)compilers needed. Closely follows BNF syntax. Optimized for performance and low overhead. Highly flexible and extendable using a streamlined API. Integrate semantics, tracing and even context sensitive parsers.
Not C Sharp. Four goals: 1. Create a CSharp compiler written in C# and CUP Parser Generator. 2. Learn how to write a compiler. 3. Encourage compiler experimentation by anyone who is interested.
Sagüim is a powerful, intuitive and easy to learn 2D game programming library. Sagüim allows you to create a simple game with only a few lines of code and has powerful features that facilitates the management of complex projects.