J2EE Polls component using the Struts framework and the Spring Framework. It is easy to install and easy to integrate with existing applications. The goal is to illustrates some of Struts\' and Spring's potential with a simple real-life example.
GameBlade is a set of C++ functions and classes simplifying the most common functions of SDL. GameBlade is treated and used as if it was your own code. It is very small, cleanly written and well documented, including many examples.
PHP Button Generator - A Dynamic Button Engine for Web Site.
Using button templates, windows True Type fonts(TTF), small icons to dynamic generate buttons for your web pages. Use it with Cascading Style Sheets(CSS) to let user to choose their web skin.
sjgui is a gui framework for use in interactive OpenGL applications. The main goal is to provide very easy and fast way to develop portable interactive interfaces, using object-oriented approach. It is easily extendable to suit your needs and is platform
A Java class library for visualizing quantitative data using two-dimensional category charts [pie, line, vertical bar, horizontal bar, scatter-plot (dot), combination, and overlay charts]. Charts are of type JComponent and BufferedImage.
spyGLass is an OpenGL call tracer and debugger. It goes a step further than simply using ltrace because it knows what the arguments to the various gl* calls are, and it also knows about OpenGL's error flag.
PHP-NetPBM is a PHP class that interact with NetPBM. Main goal is to decrease the pain of using the NetPBM library when working with images in different formats. Featured with macro commands to perform manipulations on many files.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
html2fo is a converter from html to xsl:fo. The html code could be written with StarOffice or other WYSIWYM editors and must not be 100% valid html code. html2fo is designed to produce a valid xsl:fo for using FOP from Apache.
This module provides a Perl interface to layout and image generation of
directed and undirected graphs in a variety of formats (PostScript,
PNG, etc.) using the "dot" and "neato" programs from the GraphViz
project (http://www.graphviz.org/).
The GLOW Toolkit is a cross-platform user interface framework for building interactive applications using OpenGL or similar APIs. It provides an object-oriented API and an extensible library of cross-platform widgets.
Javascript animation authoring environment.
A WYSIWYG cross-platform desktop application using jQuery to animate XHTML and HTML elements. Its built in XUL.
Intended to be a cross-platform 3D engine and toolkit using the Tao framework and allowing C#/F#/.NET developers to target Mac OS X and Windows with a single build.
Also includes accessory tools for managing builds and ports of your game product.
libGo is a C++ class library containing all kinds of
things that proved useful to me.
Included are:
- Linear algebra, using LAPACK and CBLAS
- V4L(1) image grabber
- Multithreading
- Image containers (up to 3D)
- Some simple optimisation code
- Python embedding helper
- Matlab interface
- .. and other things, have a look at the HTML documentation!
golib grew over many years, things I had use for have been added now and then.
Some parts are better taken care of than others.
If...
This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it.
2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe.
Look at "Debunking the 100X GPU vs. CPU Myth: An Evaluation of Throughput...