bin to hex
Backup To The Web (Linux) 5.2.2.5
What would you lose if your computer crashed right now? Are your tax records, photos and other important documents safe from fire or theft? Backup ... more>> <<less
Civilization: Call to Power Demo
Civilization: Call to Power is the latest in the line of the Civilization games. more>>
The return of a classic! Civilization: Call to Power is the latest in the line of the "Civilization" games. Build up your civilization from the dawn of the Stone Age until it reaches for the stars--and beyond.
Through conquest, cooperation, skulduggery and innovation, you can build a civilization for the ages--or land on the scrapheap of history. If youre feeling invincible, you can test your mettle online or over a network against multiple players. For strategy game fans, this is a must-have.
Now Activisions classic is available for Linux from Loki. Ported to Linux 2.x and glibc2, and with its own open-source MPEG player from Loki, Civilization: Call to Power will enthrall you with its graphics and interactive play.
Java Serialization to XML 2.2.6.0
Java Serialization to XML (JSX in short) translates between Java and XML. more>>
Your data can be migrated to new application versions, to C++, and to other applications by transforming the XML. Unlike other Java XML serializers, JSX is accurate for all objects.
Main features:
Works for all objects
- JSX avoids the problem of NotSerializableExceptions, now and in the future, because it serializes all objects, Serializable or not. ( read more... )
Nested and recursive objects
- JSX can create an instant file format for your data, which you can then configure manually with a plain text editor. Manually coding such a format is a lot of tedious work - and you also have to write the parsing code. This coding is especially unpleasant when your objects have a nested or recursive structure. Java Object serialization (JOS) also works well for this task, except that you cannot see or edit the resulting binary. JOS also requires objects to implement the Serializable interface, and so wont work with all objects. JSX does not have this restriction, and works for objects whether they implement Serializable or not. Here is a case study. ( read more... )
Human readable
- XML is easy to check and verify; and automatic serialization eliminates human error in the mapping code. JSX is an instant solution, and removes the error-prone tedium of writing and mantaining externalization code by hand.
Version restrictions:
- 30 days trial
You should you buy JSX if:
- JSX costs less than reinventing and maintaining your own solution in-house
- JSX meets your needs better than alternative products
- you need a proven solution that definitely works
- you need it today
- you need the intellectual property rights assurance of an IP indemnity
If JSX is not what you need, then you should stop using it after 30 days and delete it from your system.
Return To Castle Wolfenstein 1.4.1b
Return To Castle Wolfenstein is the awesome follow-up to the original Wolfenstein 3D. more>>
This is the follow-up to the old Wolfenstein 3D game, and it does not disappoint. Gorgeous graphics, wonderful sound, and awesome gameplay. Killing Nazis is fun!!! When youve finished the single player missions, go online and check out the rich multiplayer options.
You are B.J. Blazkowicz, [You are B.J. Blazkowicz, a highly decorated Army Ranger recruited into the Office of Secret Actions (OSA) tasked with escaping and then returning to Castle Wolfenstein in an attempt to thwart Heinrich Himmlers occult and genetic experiments.
Himmler believes himself to be a reincarnation of a 10th century dark prince, Henry the Fowler, also known as Heinrich. Through genetic engineering and the harnessing of occult powers, Himmler hopes to raise an unstoppable army to level the Allies once and for all.
There are playable single- and multi-player demos at the download site.
DROD: Journey to Rooted Hold 2.0.15.1
DROD: Journey to Rooted Hold is packed with new rooms, monsters, obstacles, and other elements. more>>
You will push on to see the next tricky room, but also to learn what happens next in the story, which is full of events and characters to keep you entertained.
Swordplay and puzzles combine in this thinking mans dungeon crawl. Its simple to learn, with just a handful of commands to master. But the unique gameplay provides an amazing depth.
A detailed overhead view shows monsters, obstacles, and other game elements. You have as much time as you like to contemplate your next move. So this is a good game for relaxing, but also terrifically involving once you get started. Youll be hooked by the story of Beethro and his troublesome nephew, Halph.
Our heroes set off on a harmless jaunt, but end up far below the surface, chased by a clownish madman. They begin to uncover a vast, underground bureaucracy, and things only get stranger the further they delve.
Youve got over 350 rooms ahead--each one a singular challenge for you to conquer. A level editor, online features, and enthusiastic player community make this a game you can play for years.
Main features:
- 25 sprawling levels with over 350 rooms.
- 17 types of monsters with greatly varying abilities and behavior.
- 11 different characters, some of which contribute to puzzles as well as story development.
- 15 other game elements including obstacles, potions, explosives, and tunnels.
MIB Views 1.3.2
MIB Views is an entry-level SNMP management application providing an easy to use tabbed interface with several SNMP Tools. more>>
The suite includes MIB Browser (Tree View), SNMP Query, Table View, SNMP Walk and Trap Watch tools, with more tools and plugin features in the works. MIB Views supports SNMPv1, SNMPv2c and SNMPv3 with MD5 and SHA authentication and DES encryption.
Featured Tools:
- Tree View - Tree-based MIB Browser interface.
- SNMP Query - Send custom set, get, get-next, and get-bulk requests.
- SNMP Walk - Walk a specific subtree or an entire agent.
- Table View - Examine a table in whole or in part.
- Trap Watch - Monitor incoming notifications (traps and inform requests) from SNMP agents.
Main features:
- Manage multiple agents at the same time.
- Jump to desired data quickly with the web browser-like "goto" entry.
- Filter lists and tables instantly with substring matching.
- Examine hex dumps of sent and received SNMP packets in realtime
- Supports community-based SNMPv1, SNMPv2c, and SNMPv3
- HMAC-MD5-96 and HMAC-SHA-96 Authentication
- CBC-DES Privacy (encryption)
Version restrictions:
- 15-Day Evaluation
Enhancements:
- This release fixes a bug in the Trap Watch tool that caused an error upon reaching the threshold for dropping old events (to keep the event list from growing without bound).
Thin Image Upload 2.0 Beta
Thin Image Upload is a drag and drop image uploader for embedding in Web pages. more>>
Files that are not images can be filtered out to save bandwidth. The applet is equipped with a progress monitor that will display a thumbnail of each image as its uploaded.
Thin Image Upload is compatible with a wide range of server-side scripting languages. Before you begin the installation please make sure that your scripting engine has been correctly configured and your server is capable of accepting a file upload.
With PHP
Place the test.html page and upload.php (included in the zip file) on your webserver. Point your browser at test.html and carry out a form based file upload. It will help to ensure that your server is correctly configured to accept file uploads.
Open thinupload.properties in your text editor. Change the url property so that it points to the upload.php you placed on your server. Now move this file along with ThinImageDemo.jar and applet.php into a folder in your webspace.
Edit upload.php and set the save path for your uploaded files. Make sure the webserver has permissions to write to this directory. Thats it.
The upload.php is a sample PHP script provided to get you started on drag and drop file upload. You may need to modify the script for a better fit with your website or web application.
With Perl
Please copy upload.cgi to your /cgi-bin/ directory and change its permissions to 755. Move test-perl.html to a folder outside the cgi-bin and open it using your browser and test your server configuration by trying out a form based file upload.
Edit thinupload.properties so that the url parameter now points to the upload.cgi script inside the cgi-bin folder. Now move japplet.html, ThinUploadDemo.jar and thinupload.properties to your server. change the upload.cgi to set the save path.
With Other Technologies
Thin upload will work with any scripting/programming language that can accept a file upload. If you are using a techonology other than perl or PHP, please follow the instructions in your developers manual to set up file uploading. Then simply replace the html form with japplet.html. Make sure to edit the properties file so that the url property points to the script that will accept the incoming files.
Whats New in 1.04 Stable Release:
- A minor bug related to client side image resizing was fixed.
Whats New in 2.0 Beta Development Release:
- Photos can be watermarked.
- Interrupted uploads can be resumed.
- A new progress monitor has been added, and the applet can be more easily configured.
VNC Enterprise Edition 4.3.1 (Server)
VNC stands for Virtual Network Computing. more>>
VNC is in widespread active use by millions throughout industry, academia and privately. There are several versions to choose from, including a free version and some substantially enhanced commercial versions.
This package contains the following VNC modules:
- vncviewer - The VNC Viewer for X
- vncserver - The VNC Server for X
- vncconfig - Configuration tool for VNC Server.
- vncpasswd - VNC Authentication password tool for VNC Server.
- vnckeygen - Cryptographic key generator for VNC Server.
- vnclicense - License management tool for VNC Server.
- x0vncserver - Polling VNC Server for existing X sessions.
- Xvnc - X VNC Server, used internally by vncserver.
In addition to these standalone programs, on Linux platforms this distribution can also be used to turn a native XFree86 version 4 X server into a VNC server. This is done using a module loaded at run-time, which is normally installed to the /usr/X11R6/lib/modules/extensions directory. The module can then be enabled like any other module by adding a SubSection "vnc" block to the Module section of XF86Config. The parameters listed in the Xvnc manual page can be set as options in XF86Config in the "vnc" sub-section of the Module section, e.g. Option "passwordFile" "/root/.vnc/passwd".
In order to run VNC servers you will need a reasonably recent version of the X window system installed. This come as standard with most unix machines. If you dont have it installed, see http://www.xfree86.org or http://www.x.org
VNC Viewer for Java is provided in-built to VNC Server, but newer viewer versions can be used if required by placing the files in a suitable directory, e.g. /usr/local/vnc/classes and setting VNC Servers httpdir parameter. By default, VNC Servers httpdir parameter will default to < inbuilt >.
The default settings used by VNC Server can be modified by editing the system-wide defaults file at /etc/vnc/config, or the users own overrides at %HOME/.vnc/config. This includes both VNC settings e.g. PasswordFile, and X server settings, e.g. geometry. Settings can also be overridden for a specific instance of vncserver only, by providing them on the command-line.
Installing from the tar file:
You should copy the programs to some directory which is in your PATH environment variable, such as /usr/local/bin. You can use the vncinstall script to do this for you:
% ./vncinstall /usr/local/bin
This will also attempt to install the manual pages in an appropriate directory. You can specify an alternative directory as a second argument to vncinstall:
% ./vncinstall /usr/local/bin /usr/local/man
It will also try to install the vnc.so XFree86 version 4 module if appropriate.
Version restrictions:
- A version of the Software is available for a limited trial period as set out in the Website. It will perform for only a limited period of time. THE LIMITED TRIAL SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY WARRANTY OR LIABILITY TO YOU WHATSOEVER.
- This software requires a license key
How To Unzip On Server - ZipDeploy 2.2
FTP Zip and Unzip on server.FTP replication.ZipDeploy is an FTP upload accelerator. It enables you to unzip big packages on your remote host. Depending on package size, 2 to 10 times faster deploy times than regular FTP transfers can be achieved. more>>
How To Unzip On Server - ZipDeploy - FTP Zip and Unzip on server.FTP replication.ZipDeploy is an FTP upload accelerator. It enables you to unzip big packages on your remote host. Depending on package size, 2 to 10 times faster deploy times than regular FTP transfers can be achieved.The Problem : multiple files ... The Solution: ZipDeploy ! Uploading multiple files to a web site hosted remotely, somewhere on the Internet, can be a disgusting job. Transfer speed is not the issue: the actual number of files to be transferred is. The same problem with emails: do you spend time to attach multiple (say, 100) files to send them to a friend? I guess not. You probably Zip them. So, why shouldnt one do the same with FTP transfers? Upload, and FTP unzip them. Unzip server side : Unzip on server. ZipDeploy is different from the normal FTP transfer program. For a start, its as simple as possible. Its a wizard. It lets you unzip through FTP - simply said- upload and unzip, or unzip via FTP.
Enhancements:
Version 2.2
FTP replication available
System Requirements:Modern Windows or Linux<<less
Pyrism 1.25
Pyrism the ultimate puzzle strategy Game, Linux Version. Outsmart one to five computer players while attempting to capture hexes on a map. Several m... more>> <<less
License:Shareware
mnoGoSearch Pro Standard 3.2.43
Advanced free search engine for Internet and Intranet sites more>> mnoGoSearch Pro Standard 3.2.43 provides you a powerful search engine for Internet and Intranet sites which is created to organize search within a website, number of websites, intranet or local system. To search through documents you have to index them first using the indexer component of mnoGoSearch. Indexer is a spider that reads the documents you specify and stores information about words it finds in tables in a built-in database.
You can specify what kind (format) of documents to index, location of documents (a website, a directory on server, single webpage, etc.). You can define the level of importance (weight) of various document properties and parts that are taken into account during searching.
mnoGoSearch for Windows PRO is designed to handle large amount of data. It stores data in a SQL database using an ODBC driver.
This version also features NT Service for scheduling indexations and remote administration. mnoGoSearch Pro is designed for Windows NT/2000/XP only and will not run on Windows 9x.
How to install:
- Installing mnoGoSearch for Windows
- Run setup.exe to install mnoGoSearch and follow on-screen instructions.
- Indexing
- To index your site you have to configure mnoGosearch with your database. To do so, press the Wizard button in mnoGoSearch main window and follow the on-screen instructions.
- Configure server you wish to index by going to Server tab, press New Server button and enter your server URL (e.g. http://www.mnogosearch.org/ ), dont forget slash at the end.
- To start indexing please go to Indexer tab, select Index in Action menu and press Start button. You can stop or pause indexing any moment you wish.
- Adding search to your site
- mnoGoSearch is supplied with search page template search.htm, that you can customize according to your needs. lace search.exe to cgi-bin directory of your server.
- To perform search, open the search page at http://www.yourserver.tld/cgi-bin/search.exe , enter words or phrase to search for and press Search button. After that that front-end (search.exe) will check database for words you entered and will display links to pages containing the words.
Enhancements:
- Minor indexing performance improvements were done.
- "Indexer is selecting wrong Content-Type" was fixed.
- "Clear database limitations do not work: error ORA-01795" was fixed.
- "-Ewordstat: incorrect unicode sequence" was fixed.
- "invalid UTF-8 byte sequence detected when INSERT INTO dictXX" was fixed. This error happened when indexing into PostgreSQL with DBMode=multi. The "intag" column type was changed from TEXT to BYTEA in the tables "dict00".."dictFF".
- "Indexer crashes with -a -y content/type" was fixed.
- "DateFactor does not work with DBMode=blob" was fixed.
- "ORA-01785: maxinum number of expressions in a list is 1000" was fixed.
- "Cannot run -Ewordstat, ORA-01400: cannot insert NULL" was fixed.
Requirements:
- i486 processor or higher
- 16 Mb RAM
- 5 Mb free HDD space for installation, more required for database
- Limitations:
- 30-day trial
- In this version indexation is limited to first kilobyte of any document.
Super Flexible File Synchronizer Linux 1.04
Flexible File Synchronization / Backup Tool With Scheduler, Many Unique Features more>> This software is used to back up data and to synchronize PCs, servers, and notebooks. Users can choose the user interface that suits them best: Wizard Mode or Advanced Mode. The settings are stored in multiple profiles, and the software comes with support for FTP and secure FTP servers, SSH, WebDAV, Amazon S3, http, partial file updating, ZIP compression, data encryption, and a scheduler for automated backups. On Windows NT/2000/XP/Vista, or 2003 Server, the scheduler can run as a service without users having to log on. On Windows XP or later, locked files can be copied using the Volume Shadow Service. This program features the ability to freely select files and folders across the whole folder hierarchy in a tree view, and it has support for e-mail notification, profile categories, and various filters.
The software also supports Unicode characters in file names, file paths as long as 32767 characters, and much more.
Features
Synchronizes or Backs Up Files
Includes a scheduler
Internet Support
Compression and Encryption Support.
Detects Moved Files
SmartTracking
Unattended Mode
Exact Mirror Mode
Copy Locked Files
Versioning
Database-safe mode
Partial File Updating
Can Use Recycle Bin
File Masks & Filters
Daylight Savings Time / Time Zones
Easy Resuming On Disk Full
Obsolete File Folders<<less
aWebDap 1.8b
aWebDap is an easy to use and flexible Web front end to OpenLDAP version 2. more>>
AWebDap supports HTML web browsers but also offers unique support for web enabled cell phones using WTAI for dialing and address book interface features. It supports LDAP URLs which will interface with the address book in MS/Outlook.
The native LDAP server capabilities are unchanged and will interface with address clients in their usual fashion. It also supports vCARD which works very well for some cell phones, personal organizer applications and the Netscape 4.X address book.
Unlike other web front-ends, use of the aWebDap front-end was intended for the non-techie and presents an interface which is intuitive. (i.e. you dont have to understand LDAP jargon like dn statements) Even your mother will like it!
aWebDap is a CGI executable which provides a friendly web front-end to an LDAP database for users and administrators. The aWebDap system is comprised of three files, (1) an executable which can be placed in your "/cgi-bin/" directory, (2) an HTML form to interface with the CGI, and (3) the configuration file /etc/awebdap.conf.
The power and flexibility of aWebDap comes from the configuration file which presents many options to the user from a fully featured web pressentation for web browsers and a low weight pressentation for PDA and cell phone web access. Awebdap also supports https secure connections.
Enhancements:
- Support for specifying language and charset was added.
- AWebDap now supports Yahoo map URLs.
Project LRNJ: Slime Forest Adventure Build 73
Project LRNJ: Slime Forest Adventures goal is to make LeaRNing Japanese fun and easy with a retro-style RPG: Slime Forest. more>>
The game is still under development, but many students already find it useful, and it can currently teach you katakana, hiragana, and over a thousand kanji, essential character recognition for reading Japanese.
Instalaltion:
Theres no real installation procedure, this game is ready to run as soon as you unpack it.
In Linux use "runwin" or "runfs" (you may find it useful to edit one these files to point to the right path and copy it to ~/bin/sfa ).
Enhancements:
- The game has been split into free and registered versions.
- A new story episode and hundreds of kanji have been added to the registered version.
- Page: 1 of 1
- 1