anonymity 1.5
Claros Anonymity 1.5
Claros Anonymity is a servlet that allows anonymous browsing. more>>
Claros Anonymity also enables the user to bypass a URL/IP based corporate firewall, as the requests are all directed to the machine running the servlet.
Installation:
For Tomcat Users :
Copy the war file to $TOMCAT_INSTALL_DIR/webapps folder
Start Tomcat
For other application servers, you shall know what to do with a war file. If war extension means nothing to you, just unzip is it, if it was a regular zip archive.
Claros Anonymity is an out of box application and no configuration is needed. If you want further assistance details are bundled with the readme.txt file.
Enhancements:
- Many bugs have been fixed.
- HTML Forms are working.
- HTTP POST is also supported.
- There is a brand new modern look and feel.
AIM 1.5
AIM is an instant messenger. more>>
This program allows Internet users to communicate via private, personalized text messages.
The program indicates when friends, family members, and business colleagues are online, making Internet communications faster, easier, and more efficient.
AOL Instant Messenger combines AOL`s popular Buddy List and Instant Message features, enabling users to send and respond to messages immediately."
Enhancements:
- Improved Popups Preferences
- Support for @mac.com addresses
- The wireless icon is the visual indication on the buddy list that a buddy is using a mobile device.
- File Transfer (with Drag&Drop support)
- Displays idle time
- Ability to install anywhere. (Extract everything into a single directory and then run aim with option "--install_dir %path" where %path is the path to directory containing all the libraries)
blog_my 1.5
blog_my is a weblog software. more>>
Main features:
- It doesnt use a database. Everything is stored in files.
- World-class file upload & management interface. (uses SWFUpload)
- It uses web.py for clean, fast operation.
- It uses MochiKit for javascript goodness.
- The "admin" interface is the regular interface. When you login, "edit" links appear by things that are editable.
- People can edit their comments later
- Edits in progress are autosaved every 10 seconds.
- Javascript is used whenever possible to avoid page reloads when changing state.
- The javascript does not break search engine indexing. Pages & links look good to googlebot.
- It supports wiki-style "pages" (youre reading one now)
- Markdown is used for formatting. Raw html can be used too. Theres no WYSIWYG editor.
- Its pretty extensible. Different types of "things" (besides the default posts, quotes, books) can be added without changing any existing code.
- Configuration & customization is simple:
- 1 config file
- 1 css file
- 1 template file
- Fairly lightweight. About ~1000 lines of python + ~1000 lines of javascript. (though the size increases about 20x when you add MochiKit & web.py & SWFUpload).
Keyano 0.1.5
Keyano has the ability to turn your PC into a Musical Keyboard. more>>
It also includes vocal dictionary and text reader capabilities, as well as a spelling Tutorial (alphabet mode: type "A B C" and it says them out loud while it shows letters on screen).
Keyano is a toy, a musical instrument and an educational tool all rolled into one. yet it remains simple enough to be used by people of all ages.
Keyano is currently under heavy development with new features added with each release. We still have several features planned for future releases so stay tuned for updates.
Ogmtools 1.5
Ogmtools allow information about (ogminfo) or extraction from (ogmdemux) or creation of (ogmmerge) OGG media streams. more>>
Installation is very simple to do. Run ./configure followed by make and make install. If, for some reason, there is no configure script then run ./autogen.sh which will recreate it.
The full documentation for each command is now maintained in its man page only. Type ogmmerge -h to get you started.
This code comes under the GPL (see www.gnu.org or the file COPYING). Modify as needed.
The newest version can always be found at http://www.bunkus.org/videotools/ogmtools/index.html
Enhancements:
- dvdxchap accepts a range of chapters to output and adjusts the timestamps. Patch by Olivier Rolland.
- ogmcat accepts files that contain a single track whose serial nubmers dont match. This is the case for audio-only Ogg files.
Ncohafmuta 1.5.3
Ncohafmuta is a text-based chat server that is designed for access from a telnet client. more>>
It allows students, academic staff, businesses, or any other people on the net to talk to each other in real-time, via a telnet-based client or java applet embedded in a web page.
Boyer 1.5
Fast string search (indexOf) using the Boyer-Moore algorithm. Incorporate this class into your own Java programs to rapidly search strings. Boyerr-Moore is about twice as fast as String.indexOf when the string you are searching in is 2K or over and the pattern you are searching for is 4 characters or longer. more>>
Boyer - Fast string search (indexOf) using the Boyer-Moore
algorithm. Incorporate this class into your own Java
programs to rapidly search strings.
use:
import com.mindprod.Boyer.Boyer;
...
Boyer b = new Boyer("dogcatwombat");
int where = b.indexOf("cat");
or
int where = Boyer.indexOf("dogcatwombat","cat");
Boyer-Moore is about twice as fast as String.indexOf when
the string you are searching in is 2K or over and the
pattern you are searching for is 4 characters or longer.
String.indexOf is particularly slow when the pattern begins
with a common letter such as "e". Boyer-Moore is fastest
when the pattern is long and composed only of uncommon
letters, e.g. "z" or "^". If you use a char[] instead of
String for your text to be searched, it will run an
additional 33% faster.
Boyer automatically reverts to String.indexOf when that
would be faster.
Enhancements:
Version 1.5
add icon and pad file
System Requirements:<<less
MayaVi 1.5
MayaVi is a free, cross platform, easy-to-use scientific data visualizer. more>>
It provides a GUI written using Tkinter. MayaVi is free and distributed under the conditions of the BSD license. It is also cross platform and should run on any platform where both Python and VTK are available (which is almost any *nix, Mac OSX or Windows).
Main features:
- An easy to use GUI.
- Can be imported as a Python module from other Python programs and can also be scripted from the Python interpreter.
- Provides modules to:
- Visualize computational grids.
- Visualize scalar, vector and tensor data.
- Quite a few data filters are also provided.
- Supports volume visualization of data via texture and ray cast mappers.
- Support for any VTK dataset using the VTK data format. Works for rectilinear, structured, unstructured grid data and also for polygonal data. Both the original VTK data formats and the new XML formats are supported.
- Support for PLOT3D data. Only the binary structured grid format works because of current limitations in VTKs vtkPLOT3DReader. Simple support for multi-block data is also incorporated.
- Support for EnSight data. EnSight6 and EnSightGold formats are supported. Only single parts are supported at this time.
- Multiple datasets can be used simultaneously. Multiple modules can be viewed simultaneously.
- Support for data files belonging to a time series.
- A pipeline browser with which you can browse and edit objects in the VTK pipeline. A segmented pipeline browser is used to make it easier to look at parts of the VTK pipeline.
- Support for importing a simple VRML or 3D Studio scene. Texturing in VRML is not yet supported due to limitations in VTKs vtkVRMLImporter.
- A modular design so you can add your own modules and filters.
- A Lookup Table editor to customize your lookup tables easily while visualizing data!
- An interactive data picker that lets you probe your data interactively.
- A light manipulation kit that lets you modify the lighting of the visualization.
- The visualization (or a part of it) can be saved and reused in the future.
- Export the visualized scene to a Post Script file, PPM/BMP/TIFF/JPEG/PNG image, Open Inventor, Geomview OOGL, VRML files, Wavefront OBJ or RenderMan RIB files. It is also possible to save the scene to a vector graphic via GL2PS. This is only available if VTK is built with GL2PS support.
- And a lot more! MayaVi can be easily modified to do things differently.
Enhancements:
- This release added a new LUT editor, support for user defined sources, a vorticity filter, support for the VolumeProMapper, and support for VTK-CVS and VTK-5.x.
- A new utility script for searching the VTK documentation using a GUI was included.
- A severe bug in opening data files belonging to a time-series under Win32 was fixed.
- There were also other miscellaneous bugfixes and enhancements.
Glom 1.5.2
Glom allows you to design database table definitions and the relationships between them. more>>
The design is loosely based upon FileMaker Pro, with the added advantage of separation between interface and data. It attempts to provide a simple generic framework sufficient to implement most database applications. These systems normally consists of lots of repetitive, unmaintainable code.
Glom-specific data such as the relationship definitions is saved in the Glom document. Glom re-connects to the database server when it loads a previous Glom document. The document is in XML format.
Glom uses the PostgresSQL database backend but it can not edit databases that it did not create, because it uses only a simple subset of Postgres functionality.
snif 1.5.2
snif is a project which creates simple and nice directory listings. more>>
snif (simple and nice index file) is a single PHP file that creates a nice directory listing of whichever directory you put it in.
Translations are available for English and German, and others can be added very easily.
Snif does not require any other files or special installation, and supports file and directory descriptions, sub-directories, sorting, automatic thumbnails, file icons, directory splitting, and hidden files wildcards.
Output is valid XHTML and CSS.
Main features:
- ready to run: you dont have to change anything, just put snif into a directory and let it do its job
- single file, doesnt clutter your directories
- file and directory descriptions
- automatic thumbnails for image files
- thumbnail caching
- fully translatable, translation is used for foreign visitors automatically. 16 translations are included: Brazilian Portuguese, Czech, Danish, Dutch, English, French, German, Greek, Hungarian, Italian, Japanese, Norwegian, Polish, Russian, Spanish, and Swedish.
- download files instead of opening
- listing sortable by name, size or date
- display sub directories and handle direct requests to them gently
- built-in file icons
- optional: use external icons instead of built-in ones
- customizable using an external CSS file
- configuration can be shared among multiple instances
- conforms to XHTML 1.1 and CSS 2.0
Enhancements:
- added a Czech translation (thanks to Jan Pinkas)
- added an Italian translation (thanks to Luca Soltoggio)
- fixed an XHTML glitch in thumbnail tags
AuthPG 1.5
AuthPG is a PostgreSQL Authentication Module. more>>
PostgreSQL Authentication Module (AuthPG) enables Apache to authenticate users with the information stored in PostgreSQL database. This module gets a username and password pair in the standard way or from a cookie, and you can choose your preferred method.
Usage:
There are two ways to use mod_auth_pg. The one is to make .htaccess file in the directory which requires user authentication, and the other is to edit httpd.conf.
.htaccess
Apache doesnt recognize .htaccess at default. You must edit httpd.conf to enable .htaccess. Open httpd.conf and you will find the line < Directory /any/path >. Between < Directory /any/path > and < /Directory > there is a line which starts with AllowOverride.
The value of this item should contain AuthConfig or All. Edit and save it. Now restart Apache or give the signal with kill to reload httpd.conf.
Open .htaccess in the directory requiring user authentication, and write whatever directives you need.
AuthName my_auth
AuthType Basic
AuthPGHost my.database.server
AuthPGDatabase my_db
AuthPGUserTable user_table
require valid-user
If you specify the name of host after AuthPGHost directive, Apache will try to connect to PostgreSQL using internet domain socket, which means you should run postmaster with -i option, and edit configuration file to allow this type of access. When omit AuthPGHost directive, postmaster and httpd should run on the same machine.
Consult mod_auth_pg.html for the usage of each directive.
Apogee 1.5
These are drivers for the range of scientific CCD cameras manufactured by Apogee Instruments Inc. more>>
The .tgz binary can be installed using the following commands
cd /
tar -xvzPf /path-to-archive/apogee-driver-1.5.tgz
/opt/apogee/apogee-post
/opt/apogee/modinstall
Whichever distribution is installed, the camera driver needs to be prepared (per-user) before use. Log in with the username you will be using to operate the camera, the open an xterm and type
/opt/apogee/install
Prompts for the type of camera, and I/O port will appear. In the event that the .ini file for your camera is not listed, you may need to obtain the latest version from Apogee. (alternatively, examine the new .ini file format, and edit your current .ini file to conform to the same parameter names). Once the driver is setup, the GUI interface can be started using the command
~/startapogee
Main features:
- Support for all ALTA-E and ALTA-U models
- Support for parallel port and PCI, and ISA interface models
- Full-frame, binned, and sub-region readout
- Image read/write to FITS format disk files
- In memory buffering of an arbitrary number of images
- Automatic image display using DS9 image viewer
- Calibration image library construction
- On-the-fly calibration
- Drift-scan mode
- Focus frame readout
- Graphical User Interface to major functions
- Tcl level scripting interface to all aspects of driver
- Tcl level scripting interface to image buffer management
- Tcl level scripting interface to manage FITS images, tables, headers
Enhancements:
- Add support for ApnCamData_CCD models
- Update codebase for 2.0.43_57 changes
filofant 1.1.5
filofant project is a mail archiving and document indexing software. more>>
Installation:
Currently there is no installscript, so you have to do all at your own...
1) Binaries
configure && make & make install
in the src directory.
It is recommended to provide an prefix for the installation like --prefix=/opt/filofant
2) CGIs
The CGIs will be installed in $PREFIX/bin/cgi-bin. If this is not the cgi-directory of your webserver, you should move them there.
3) Environment
filofant needs the variable FILOFANT_HOME to declared, to find its config and binary files. It this variable is not defined, the base config has to be stored at /etc/filofant.rc
This variable has to be set for the CGI also, eg in Apache you could set it with the SetEnv directive.
4) System
Create a systemuser for the filofant (eg. filofant). The user has to be access to the base directory ($FILOFANT_HOME) of the installation.
5) Database
PostgreSQL: Create a database with the createdb command, create an user of the same name as the system user with the createuser command (This user has to be database administrator).
su to the filofant user. Insert database schema from the file filofant.sql (in directory sql) If you have nonstandard system user for the webserver or the filofant, please correct the grants in the sql file before inserting it.
6) Base configuration
The file filofant.rc has to be located in the directory $FILOFANT_HOME/etc. Edit (or create) this file and enter the following lines:
BaseDir=/opt/filofant
User=filofant
DBUser=filofant
DBName=filofant
Fill in the appropriate data. I you have password protection at the database or the database is not at the same machine, add the following lines:
DBPwd=
DBPort=
DBHost=
Enhancements:
- A new binary for resolving system variables without password query changes access to system settings in scripts for cronjobs.
- This allows a tighter security setting for the database.
- Internal references in HTML previews will now be translated correctly to the filofant preview page.
- A bug regarding the embedding of images in HTML previews has been fixed.
- When using the fulltext search engine with more than one stopword, only the first was detected.
- This has been fixed.
SFM 1.5
SFM is a simple file manager for X11. more>>
Main features:
- Manage files (copy, paste, delete, permissions, properties, link)
- Drag and drop support
- Floppy disk mounting
- Trash
- Choice of colors
- Muitiple file browsers
- Open files and launch applications
- Find file
Mixxx 1.5.0
Mixxx is a digital DJ system, where wave, ogg and mp3 files can be mixed on a computer for use in live performances. more>>
Mixxx is designed for DJing for both professional and semi-professional users. Mixxx was started in early 2001 as one of the first digital DJ systems. Today Mixxx includes many features common to digital DJ solutions, but also some very unique features: It is free, and runs on all major desktop operating systems. Futhermore Mixxx has a number of key features to help the DJ in the live mix: Beat estimation, parallel visual displays, and support for many DJ input controllers.
At the moment we are working on Mixxx 2.0 bringing some major new features, including waveform summary displays, new sound effects, and support for pitch independent time stretch.
Enhancements:
- Pitch independant time stretch
- Less bugs! (we hope :)
- Support for ASIO on windows
- Lots more...