95 projects tagged "Windows"
EAsea Specification of Evolutionary Algorithms (EASEA), is a high-level language dedicated to the specification of evolutionary algorithms. The language and compiler are quite mature. EASEA compiles .ez specification files into C++ or Java object files, using existing evolutionary libraries. Supported C++ libraries currently are GALib or EO.
BitTorrent is a tool for copying files from one machine to another. FTP punishes sites for being popular. Since all uploading is done from one place, a popular site needs big iron and big bandwidth. With BitTorrent, clients automatically mirror files they download, making the publisher's burden almost nothing.
freeglut is intended to be a 100% plug-compatible clone, and is released under the Xfree license. The GLUT (OpenGL Utility Toolkit) is a widely used library for doing window control, keyboard, and mouse input, and other basic functions for OpenGL programs. However, GLUT is not OpenSourced - although it's source code is available under a somewhat ill-defined set of restrictions. Hence, 'freeglut'.
makethumbs is a Bourne shell script which creates static HTML image galleries suitable for web or CDROM presentations. It is designed for portability and depends on the fewest possible helper programs. You can simply run makethumbs in a directory of JPEGs and get a usable set of web pages. If you have the time, you can add captions, descriptions, and create a dotrc file to completely change the look and feel of the generated gallery. A small helper script, rotate.sh, is also available to easily fix rotated images.
The sigslot library is a portable, type-safe, thread-safe implementation of the signal/slot paradigm written entirely as a C++ template library. No preprocessor is required. The library can coexist with other C++ libraries, notably the Microsoft Foundation Classes (MFC), adding Qt-like functionality to any suitably instrumented classes. The library should work fine with any reasonably standards compliant C++ compiler that supports the STL and templates with optional template parameters. Partial template specialisation is NOT required.