Java database mapper
Depeche enables you to work with databases using data structures. It strives to be very simple and easy to use, avoiding both the tediousness of using JDBC directly and the heaviness of a full-blown ORM. It currently supports PostgreSQL, MySQL, H2, SQLite, MS SQL Server and FileMaker; support for other databases can be added easily. A simple ORM based on Depeche is also under development.
A simple way to produce user interfaces for desktop apps.
Separating the way a desktop app looks from how it works makes your code cleaner and Compositor makes this easy. You describe your UI and you write an application to handle UI input. The descriptor is XML and the application is a Java/Groovy/Scala/Kotlin class. NEWS: 0.4 released
The Most Advanced Youtube Downloader ever made!
Advanced Youtube Client - AYC is a Console frontend for the popular program youtube-dl with additional tools like aria2c and FFmpeg added in the package for extra functionality and faster downloads. Advanced Youtube Client - AYC v2.71.0 Due to constant flagging from Antivirus solutions and multiple reports from users, AYC from v2.71.0 onward will be released as the batch file it was originally intended to be. This is the first release to start that change, so there are a lot to fix. If this program helped you in some way please consider donating. Source code for this particular build can be downloaded at: https://sourceforge.net/projects/advanced-youtube-client-ayc/files/Source/v2/v2.71.0/v2.71.0.bat.txt/download Donations: https://www.paypal.me/SMS938 AYC simplifies the experience of youtube dl's advanced features by using pre-written commands and combines it with your input to make it one of the fastest and most advanced Youtube Downloader and Converter
Universal manga downloader
Please, download this program from https://github.com/yuru-yuri/manga-dl Thanks!
Fisheries acoustics data processing software
# What is ESP3? ESP3 is an open-source software package for visualizing and processing fisheries acoustics data, developed by the deepwater fisheries acoustics team at NIWA (Wellington, New Zealand). # What can ESP3 do? ESP3 is designed for single-beam and split-beam data. Currently supported data formats are SIMRAD (.raw) and a small number of other formats. The software allows calibration and echo-integration and a number of algorithms are coded in, including bad pings identification, automated bottom detection, single targets identification and tracking, schools identification, etc. Installation instructions and more informations can be found here: https://sourceforge.net/p/esp3/wiki/ESP3/
Framework for producing web-based database applications
Sophisticated environment for developing web-based applications. It includes lots of handy low-level components including: 1/ mySql interface, including table creation, tables as class, query as iterator 2/ html generation 3/ multi-lingual ability 4/ html form field handling 5/ etc. On top of this is a high-level framework that allows rapid development of database apps including seach/create/display/update, user navigation between related entities and much more. Included, as a sample application, is FAMTREE: a Family Tree maintenance system. This uses most of the features of CFE and can be used as-is or as a model for developing other applications. Also included is BRIDGE. This allows one or more users to play this card game
Windows desktop console application to manage customers.
Windows desktop software only with a terminal whose the principle is to manage a customer list from a local database (Microsoft Access) and to create spreadsheets (CSV, ODS & XLS files) which contains customers from the database.
Lightning fast no database CMS without layout limitations.
Mission Statement NOTE: responsive styling with bootstrap recently removed which greatly speeds up site downloads. Phone compatibility is now entirely from internal CSS NOTE TOO: robopages is fast. Very fast. Robopages provides a no complexity or layout restrictions way to build websites--without a database. The speed tests are barely slower than static html. HTML fragments are stored in a hierarchical directory system of your design. Database-driven content generator plugins can be added but are not required. Layouts are defined in XML files that map plugin content generators to individual block elements. Robopages is a small footprint rapid-application CMS without graphical or content complexity limitations, geared primarily toward unix-savvy developers. Experienced developers can mock up a complex website faster--with Robopages--than with
Stand-alone application and Python tools for interactive and/or batch processing analysis of X-Ray Fluorescence Spectra. Graphical user interface (GUI) and batch processing capabilities provided.
An innovative GWAS procedure for studies on germplasm population and plant breeding
dropfile upload
You will be able to upload (videos, image, zip) etc ... Share your uploads files for 24 hours and remove it easily
A simulator for biological and physiological models
Flint is a simulator for biological and physiological models written in CellML, PHML and/or SBML.
An implementation of the curses library for Windows, DOS, OS/2, X11 and SDL.
The live version of Debian Testing Distribution
One activity - one application. The live version of Debian Testing contains these necessary applications: - Lightweight desktop environment - One browser - One IM client - One office suite - One video player - One music player - One scanning tool - One printing tool - One remote desktop client - A wi-fi and bluetooth cards support - A persistent user data and system settings saving You can ISO image burn to CD or unpack to flash disk using Unetbootin. The i386 ISO image doesn't support UEFI, only booting in BIOS (Legacy) Mode. Author: Marek Kočvara
Portable Scientific Python 2/3 32/64bit Distribution for Windows
WinPython is a free open-source portable distribution of the Python programming language for Windows XP/7/8, designed for scientists, supporting both 32bit and 64bit versions of Python 2 and Python 3. Since September 2014, Developpement has moved to https://winpython.github.io/
lightweight portable vi compatible editor
syncped is a SYNChronizing Portable EDitor supporting more than 100 programming languages, is available under Windows, Linux and OSX, has a vi compatibility mode, and can be configured to work with most version control systems.
MkTrk (Make Track)
MkTrk incorporates Quantum Theory Concept for making sound Music Track. J. Conway Cellular automate the stack. An preview of this concept/version is active on http://localhost/5.php . Giving you insights as much as here above said
a wow model explorer
a WPF and Directx9, Directx11, OpenGL implementation of model explorer of world of warcraft. Multi locale(not only zhCN), English and Chinese UI Interface, Warlords of Draenor 6.0 Support, running on Windows x86, x64 version(xp and later).
CloudI is an open-source private cloud computing framework for efficient, scalable, and stable soft-realtime event processing.
Minimum bare bones portable python distribution with PyScripter as development environment. Contains no additional packages other than those provided with the official python setup from python.org NOTE: This project is NOT affiliated with portablepython.com though this project is inspired by it.
Demonstrates a quadtree for spatial indexing of triangles
This C++ demo allows users to interactively explore a quadtree's behavior. For this purpose the demo uses a quadtree data structure based on axis-aligned bounding boxes to speed up the search for triangles in a mesh. Depending on a search point all triangles of a quadtree's region are retrieved and relevant information about the search is shown. Quadtree creation can be parametrized by three parameters: - Maximum tree depth. - Maximum number of triangles per region. - Percentage of total number of triangles per region. The OpenGL graphics library is used to render the results, regions as well as the underlying triangle mesh. Navigation (i.e. zooming, moving) is available by keyboard and mouse. Example meshes are provided in wavefront *.obj format and can be opened from inside the program.
Build Cross-platform Applications
Magic Lantern is a framework for developing multimedia applications. It is designed to be a cross-platform solution for multiple targets such as desktops, game consoles, mobile devices and set-top boxes.
JAGS is Just Another Gibbs Sampler. It is a program for the statistical analysis of Bayesian hierarchical models by Markov Chain Monte Carlo.
Common classes for Java developers needed by most projects.
The library currently contains these classes: Log - simplified logging. This class depends on java.util.logging class. SafeCollections - Multithread-safe collections include SafeMap, SafeQueue and SafeSet Settings - a class that manages single or multiple settings files.