1.2.1

Netcraft Toolbar 1.2.1
Netcraft Toolbar offers users a brilliant tool which can protect your savings from Phishing attacks and help defend the Internet community from fraudsters more>> <<less

Vision Egg 1.2.1
High level interface between Python and OpenGL. It is also useful for anyone wishing to make use of the features of todays graphics cards. more>>
Vision Egg 1.2.1 brings users the convenience of a high level interface between Python and OpenGL. In addition to methods for automatic generation of traditional visual stimuli such as sinusoidal gratings and random dot patterns, it has a number of functions for moving numeric data, images, movies, text, and 3D objects to and from your video card and allowing use of some of its features like perspective distortion. Therefore, it is also useful for anyone wishing to make use of the features of today's graphics cards.
By harnessing the power of today's consumer graphics cards, producing visual stimuli of research quality now requires no specialized hardware beyond a relatively recent computer and graphics card.
Based on open standards, it runs on anything from cheap PCs to expensive special hardware for special needs. For example, running on some platforms, such as SGI workstations, the Vision Egg has a 10-bit luminance dynamic range (both pixel depth and DAC) and precise frame-by-frame control.
The Vision Egg is open source software (GNU LGPL). Therefore, you can be assured of a product that meets your needs but does not lock you in. Download it today and give it a try!
Major Features:
- Perform experiments using an inexpensive PC and standard consumer graphics card
- Perform experiments using a graphics workstation if special features needed
- Data acquisition and other realtime hardware control capabilities useful in electrophysiology and fMRI experiments, including gaze-contingent stimuli
- Dynamically generated stimuli can be changed in realtime via software or external hardware
- Produce traditional stimuli to replace legacy systems
- Produce stimuli not possible using other hardware
- Demo programs to get you started right away
- Run stimuli on your laptop - great for talks
- Free, open-source software
trytond_sale 1.2.1
trytond_sale 1.2.1 is designed as a professional Python module that helps users to define sale order or add to product sale information more>> <<less
trytond_product 1.2.1
Define products, categories of product, units of measure and more... more>> trytond_product 1.2.1 is designed as a helpful product which enables users to define products, categories of product, units of measure.
Requirements:
- Python
trytond_country 1.2.1
Define all countries and subdivisions. more>> trytond_country 1.2.1 is created as a Python module to define all countries and subdivisions.
Requirements:
- Python
trytond_analytic_account 1.2.1
Financial and Accounting Module more>>
trytond_analytic_account 1.2.1 is a useful software created as financial and accounting Module with analytic accounting with any number of analytic charts and analytic account balance.
Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as database engine.
It is the core base of a complete business solution providing modularity, scalability and security.
Requirements:
- Python
More Tools Menu 1.2.1
An extension which moves new items to More Tools menu more>>
Enhancements: Rewrite tools moving logic again, this time taking compatibility with toolbar customization into account. (#290)
Yellowpipe Lynx Viewer 1.2.1
RightLynx, a Firefox extension, displays a Lynx view of a web page via right-click, toolbar button or Tool menu. With just one click and without leavi... more>> <<less

WendzelNNTPd 1.2.1
The WendzelNNTPd is a very tiny Usenet server. more>> Welcome on Wendzel.de, the home of the WendzelNNTPd -- an open source Usenet server software for Linux, BSD and Windows written by Steffen Wendzel.The WendzelNNTPd is a very tiny Usenet server. While being very secure it only supports the most important NNTP commands. It is IPv6-ready, runs on *nix-like systems and Win32 too. It also includes an Qt based GUI.
Features
* Free & Open
o GPLv3 Licensed Open Source Software
o Binary download, source code download and WebSVN available
* Portability
o runs on 32-Bit Windows 2000/XP systems (Vista not tested)
o runs on Linux
o runs on BSD
* Tiny
o does only implement the most important NNTP commands + authentication commands
o only about 3.800 lines of C and C++ code (for everything: the daemon, the admin tool and the GUI)
o designed for small environments (at home, small companies, workgroups, customer support)
o based on SQLite3 (MySQL or PostgreSQL support for medium/big size environments in planing)
* Easy to Use
o The main target on the development of the WendzelNNTPd was to create an Usenet server everybody can use.
o Qt GUI is available
* Other Features
o IPv6-ready (not the Windows version since Microsoft has no real IPv6 support)
o Can produce RSS overview output of the latest postings for easy website integration and such things!
* Hints
o Try out my Korallenriff software if you like WendzelNNTPd. Korallenriff can fetch NNTP messages and stores them in a database what makes web archives of NNTP postings and the like possible!<<less
plus4emu 1.2.1
plus4emu is a portable emulator of the Commodore Plus/4 computer. more>>
The project implements accurate, high quality hardware emulation, but the system requirements are higher than that of most other emulators.
Enhancements:
- TED emulation improvements were made.
- The frame rate in full speed mode is now limited to a maximum of 50 Hz to improve performance.
- Some minor bugs were fixed.
Babeldoc 1.2.1 / 1.2.2 RC1
Babeldoc is a flexible linear document processor with support tools. more>>
The Open Source tool for business-to-business and systems-integrators and enterprises wishing to connect data and documents centers.
This software is intended for systems integrators and EAI projects.
Main features:
- is a Java framework for processing documents in linear stages.
- tracks documents and can reintroduce documents back into into the pipelines.
- is monitorable and configurable through a number of interfaces.
- can be run standalone, in server processes or in application servers.
- can be reconfigured dynamically by text files and database tables.
- Is ready for the web services revolution.
Gogh 0.1.2.1
Gogh is a graphical editor designed for pressure-sensitive input devices. more>>
Gogh is a bitmap graphical editor implemented in Python.
Gogh allows multi-layered images and multiple undo-redo of any action that affects the image.
Main features:
- Support for pressure sensitive devices - brush width and opacity may vary with pressure.
- Eraser input tool works as eraser
- Multiple layers with adjustable opacity
- Image resize (trim/append, no scaling yet)
- Almost every action is undoable - even resizing the image and deleting layers
- Images can be saved in Gogh format, or converted to PNG and JPEG formats
- Color picker
DNS name parser 1.2.1
DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. more>>
Synopsis
import su.netdb.parser.*;
Parser parser = new Parser();
Hashtable result = parser.parse(str);
System.out.println("string: "+result.get("string"));
System.out.println("hw: "+result.get("hw"));
System.out.println("name: "+result.get("name"));
System.out.println("domain: "+result.get("domain"));
System.out.println("ip_low: "+result.get("ip_low"));
System.out.println("ip_high: "+result.get("ip_high"));
"DNS name parser" is an utility library created to be used in a search application. Given a single input field its function is to differentiate between several types of possible input strings. Namely if it a dns name, IP address (exact, ip range or ip with wildcards) or hardware address. The result of the parsing is a Hashtable with possible keys "string", "hw", "name", "domain", "ip_low" and "ip_high".
