daimonin 0.9.7
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 44
Daimonin 0.9.7
Daimonin is a isometric real-time massive multiplayer Online RPG game. more>>
Daimonin is a FREE isometric real-time massive multiplayer Online RPG. 2d/3d graphics, 3d sound effects, digital ambient music.
Fast expanding world and community. Thousands of items, spells, monsters, quests... Group playing, guilds and clans. Monster AI and factions. The game play allows great object interaction.
You can open every chest or shelf you found somewhere in the game. Torches on the wall can be turned on or off. Items have detailed and complex description.
Enhancements:
- group playing
- instance maps
- new talk interface
- complex quest system
- several times bigger game world
- about 40-50 news monsters
- more and better animations
- many hundred new objects
- new map editor
- map wizard system
- VOL/GM volunteer system
- new spells
- DPS/THAC system
- and much more including many technical changes
<<lessFast expanding world and community. Thousands of items, spells, monsters, quests... Group playing, guilds and clans. Monster AI and factions. The game play allows great object interaction.
You can open every chest or shelf you found somewhere in the game. Torches on the wall can be turned on or off. Items have detailed and complex description.
Enhancements:
- group playing
- instance maps
- new talk interface
- complex quest system
- several times bigger game world
- about 40-50 news monsters
- more and better animations
- many hundred new objects
- new map editor
- map wizard system
- VOL/GM volunteer system
- new spells
- DPS/THAC system
- and much more including many technical changes
Download (24MB)
Added: 2007-05-25 License: Freeware Price:
1336 downloads
Colonist 0.9.7
Colonist is a meta-distribution that exploits existing live CD Linux distributions by adapting them to the coLinux platform. more>>
Colonist is a meta-distribution that exploits existing live CD Linux distributions by adapting them to the coLinux platform.
Due to their optimized structure and package selections, live CD Linux distributions are very convenient to fulfill the pre-built root partition image requirement of coLinux, but they are not readily usable for this purpose.
Colonist provides an easy-to-use installer and distributes such distributions for coLinux.
Enhancements:
- Advanced settings were improved.
- A new distribution was added.
- A new configuration file format is used for passing parameters to the daemon.
- Many bugs were fixed.
<<lessDue to their optimized structure and package selections, live CD Linux distributions are very convenient to fulfill the pre-built root partition image requirement of coLinux, but they are not readily usable for this purpose.
Colonist provides an easy-to-use installer and distributes such distributions for coLinux.
Enhancements:
- Advanced settings were improved.
- A new distribution was added.
- A new configuration file format is used for passing parameters to the daemon.
- Many bugs were fixed.
Download (0.50MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1424 downloads
Dictator 0.9.7
Dictator project is a Rapid Serial Visual Presentation (RSVP) on-screen text reader. more>>
Dictator project is a Rapid Serial Visual Presentation (RSVP) on-screen text reader.
Dictator permits faster, easier on-screen reading of text using the method of Rapid Serial Visual Presentation (RSVP). Features include dynamic text flow, Unicode support, a bookmark manager, customizable Web references, customizable text import filters, fullscreen mode, and more.
The problem with these texts is that reading them on-screen the conventional way is a drag and printing them out is time-consuming, costly, and wasteful. Dictator provides an alternative approach called Rapid Serial Visual Presentation (RSVP) in which words are displayed consecutively in the same place at a user-controllable rate.
This method prevents unconscious re-reading of adjacent text and decreases the tendency of the reader to oralise the text, allowing for increased reading speeds. RSVP also permits the use of larger fonts for text display which improves text clarity. While it does take some getting used to, with a little practise you may find that reading with Dictator becomes faster and easier than reading from a book.
Main features:
- Rapid Serial Visual Presentation (RSVP) text file reading.
- Single word and multiword displays.
- Unicode support (with Unicode versions of wxPython only).
- Variable reading rate.
- Easy keyboard controls.
- Bookmark manager with automatic recall of last position in text.
- Dynamic text flow (rate related to word length, punctuation).
- Paragraph cues.
- Adjustable fonts and colours.
- Fullscreen mode.
- Text search.
- Customisable text filters allow scraping from PDF/html/Microsoft Word Documents.
- Customisable web queries on current word (e.g. look up definition).
- Open from clipboard.
- Open URL (via text filter only).
<<lessDictator permits faster, easier on-screen reading of text using the method of Rapid Serial Visual Presentation (RSVP). Features include dynamic text flow, Unicode support, a bookmark manager, customizable Web references, customizable text import filters, fullscreen mode, and more.
The problem with these texts is that reading them on-screen the conventional way is a drag and printing them out is time-consuming, costly, and wasteful. Dictator provides an alternative approach called Rapid Serial Visual Presentation (RSVP) in which words are displayed consecutively in the same place at a user-controllable rate.
This method prevents unconscious re-reading of adjacent text and decreases the tendency of the reader to oralise the text, allowing for increased reading speeds. RSVP also permits the use of larger fonts for text display which improves text clarity. While it does take some getting used to, with a little practise you may find that reading with Dictator becomes faster and easier than reading from a book.
Main features:
- Rapid Serial Visual Presentation (RSVP) text file reading.
- Single word and multiword displays.
- Unicode support (with Unicode versions of wxPython only).
- Variable reading rate.
- Easy keyboard controls.
- Bookmark manager with automatic recall of last position in text.
- Dynamic text flow (rate related to word length, punctuation).
- Paragraph cues.
- Adjustable fonts and colours.
- Fullscreen mode.
- Text search.
- Customisable text filters allow scraping from PDF/html/Microsoft Word Documents.
- Customisable web queries on current word (e.g. look up definition).
- Open from clipboard.
- Open URL (via text filter only).
Download (MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1010 downloads
LibMySequoia 0.9.7
LibMySequoia is an alternative library for MySQL API C client, using Carob to benefit from clustering. more>>
LibMySequoia is an alternative library for MySQL API C client, using Carob to benefit from clustering. So, native mysql client programs can use the Sequoia clustering solution without changing any line of code in the application.
HOW TO USE IT
Install the debian or rpm package and you are ready with the first step. Now you can try one of the following steps:
Make a symbolic link from the libmysqlclient.so.?? to libmysequoia.so
cd /usr/lib && ln -s libmysqlclient.so.15 libmysequoia.so
If this will not work (on Debian seems to work on Redhat not) then you must recompile the sources of the application. Its easy just replace every ocurence of mysql_config with mysequoia_config after that
./configure && make && make install
In the CVS there are patch files for recompiling PHP, Python and Perl for Redhat.
SEQUOIA CONFIGURATION
In the config directory you can find some sample configuration file for Sequoia. This files must be copied to $SEQUOIA_HOME/config directory. The JDBC driver must be downloaded from the MySQL site and the JAR file copied to $SEQUOIA_HOME/drivers directory.
Note for developers: before the make check you must start the Sequoia controller using the configuration files from the config directory.
<<lessHOW TO USE IT
Install the debian or rpm package and you are ready with the first step. Now you can try one of the following steps:
Make a symbolic link from the libmysqlclient.so.?? to libmysequoia.so
cd /usr/lib && ln -s libmysqlclient.so.15 libmysequoia.so
If this will not work (on Debian seems to work on Redhat not) then you must recompile the sources of the application. Its easy just replace every ocurence of mysql_config with mysequoia_config after that
./configure && make && make install
In the CVS there are patch files for recompiling PHP, Python and Perl for Redhat.
SEQUOIA CONFIGURATION
In the config directory you can find some sample configuration file for Sequoia. This files must be copied to $SEQUOIA_HOME/config directory. The JDBC driver must be downloaded from the MySQL site and the JAR file copied to $SEQUOIA_HOME/drivers directory.
Note for developers: before the make check you must start the Sequoia controller using the configuration files from the config directory.
Download (0.36MB)
Added: 2007-02-06 License: The Apache License 2.0 Price:
1035 downloads
Cryptonit 0.9.7
Cryptonit is a client side cryptographic tool which allows you to encrypt/decrypt and sign/verify files with PKI certificates. more>>
Cryptonit project is a client side cryptographic tool which allows you to encrypt/decrypt and sign/verify files with PKI (Public Key Infrastructure) certificates.
Main features:
- Encryption/decryption based on highly reliable algorithms
- Signature/verification procedures ensuring tamper-proof documents
- Use of passwords, certificates & smart (chip) cards for file encryption
- Address book for saving and organizing contacts
- Ability to import contacts and their certificates from the corporate directory (LDAP import)
- Multiple user account management
- Interfaces in both English and French
- CRL download
- RSA cryptography (public key cryptography standard)
<<lessMain features:
- Encryption/decryption based on highly reliable algorithms
- Signature/verification procedures ensuring tamper-proof documents
- Use of passwords, certificates & smart (chip) cards for file encryption
- Address book for saving and organizing contacts
- Ability to import contacts and their certificates from the corporate directory (LDAP import)
- Multiple user account management
- Interfaces in both English and French
- CRL download
- RSA cryptography (public key cryptography standard)
Download (2.4MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1252 downloads
vsa 0.9.7
VSA is a visual sound analyzer (eye candy to go along with audio) for GNOME and EsounD. more>>
vsa is a visual sound analyzer (eye candy to go along with audio) for GNOME and EsounD. vsa supports layering any number of visualization, background or filter plug-ins, in any order.
vsa - the application version
vsa_applet - the GNOME panel applet
After installation vsa should be accessible from the gnome menu under Multimedia -> Visual Sound Analyzer and the applet, panel -> Add applet -> Multimedia -> Visual Sound Analyzer.
Fullscreen mode requires a 320x240 mode line in your XF86Config file. Unless you have a very fast machine (faster than 450 mhz) modes higher than 320x240 are not recommended. But of course you can set the frame rate lower if you really want to use a higher resolution.
To add a plugin to the display list, drag it from the list of available plugins to the display list. You can channge the order by drag & dropping plugins around. To configure a plugin, double click on the plugin name in the display list, to see more information about a plugin, double click on the name in the available plugins list. To delete a plugin from the display list, just drag it back to the available plugins list.
Enhancements:
- Release version 0.9.7
- Added non-DGA fullscreen mode
<<lessvsa - the application version
vsa_applet - the GNOME panel applet
After installation vsa should be accessible from the gnome menu under Multimedia -> Visual Sound Analyzer and the applet, panel -> Add applet -> Multimedia -> Visual Sound Analyzer.
Fullscreen mode requires a 320x240 mode line in your XF86Config file. Unless you have a very fast machine (faster than 450 mhz) modes higher than 320x240 are not recommended. But of course you can set the frame rate lower if you really want to use a higher resolution.
To add a plugin to the display list, drag it from the list of available plugins to the display list. You can channge the order by drag & dropping plugins around. To configure a plugin, double click on the plugin name in the display list, to see more information about a plugin, double click on the name in the available plugins list. To delete a plugin from the display list, just drag it back to the available plugins list.
Enhancements:
- Release version 0.9.7
- Added non-DGA fullscreen mode
Download (MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1181 downloads
Avi2yuv 0.9.7
avi2yuv is a program to convert AVIs into the YUV format for input of the Berkeley mpeg_encoder. more>>
avi2yuv is a program to convert AVIs into the YUV format for input of the Berkeley mpeg_encoder. Alternatively you can use mpeg2encode by the MPEG Software Simulation Group or save the frames as single files (YUV or BMP).
The following AVI compression algorithms are supported:
MJPG created by the cards listened in section 4) (e.g. FAST FPS60)
DIB uncompressed 16, 24 or 32 bit
YVU9 Indeo RAW
Y41P Hauppauge WinTV format
The following output formats are supported:
YUV into single files (one per frame)
YUV to stdout for direct input to mpeg_encode
BMP into single truecolor files (one per frame)
The following audio output formats are supported:
PCM raw audio data
WAV audio data with WAVE header
vi2yuv is known to work with the following hardware and software:
Intel based hardware with 32 bit compiler (LSB byte order is expected)
Videocards:
FAST FPS60
FAST Movie Machine II with MJPEG extention (should work)
FAST AV Master
MIRO DC10/DC20/DC30
Matrox Rainbow Runner Studio
AVIs created with the FAST FPS60 and edited with Adobe Premiere LE 4.0.
Uncompressed 16, 24 and 32 bit AVIs created with Adobe Premiere LE 4.0.
YVU9 AVIs created with Adobe Premiere LE 4.0.
Y41P AVIs recorded with a Bt848 card (e.g. Hauppauge WinTV PCI)
Software:
Linux 1.2.13 or 2.0.33
Berkeley MPEG encoder Version 1.5b
mpeg2encode Version 1.1a
Version 3.9t of musicin
MPLEX 1.1
mpeg2encode does also work under DOS if compiled with DJGPP (tested with
version 2.5.7). It should also work with every 32 bit compiler (e.g. emx under OS/2).
avi2yuv will only work with mpeg_encode if the pipe is 8 bit clean (depends
on the compiler and the OS). It should work under DOS if compiled with DJGPP
but youll need a lot of disk space as the output of avi2yuv will be temporarely saved to disk as DOS isnt a multitasking OS (not tested).
<<lessThe following AVI compression algorithms are supported:
MJPG created by the cards listened in section 4) (e.g. FAST FPS60)
DIB uncompressed 16, 24 or 32 bit
YVU9 Indeo RAW
Y41P Hauppauge WinTV format
The following output formats are supported:
YUV into single files (one per frame)
YUV to stdout for direct input to mpeg_encode
BMP into single truecolor files (one per frame)
The following audio output formats are supported:
PCM raw audio data
WAV audio data with WAVE header
vi2yuv is known to work with the following hardware and software:
Intel based hardware with 32 bit compiler (LSB byte order is expected)
Videocards:
FAST FPS60
FAST Movie Machine II with MJPEG extention (should work)
FAST AV Master
MIRO DC10/DC20/DC30
Matrox Rainbow Runner Studio
AVIs created with the FAST FPS60 and edited with Adobe Premiere LE 4.0.
Uncompressed 16, 24 and 32 bit AVIs created with Adobe Premiere LE 4.0.
YVU9 AVIs created with Adobe Premiere LE 4.0.
Y41P AVIs recorded with a Bt848 card (e.g. Hauppauge WinTV PCI)
Software:
Linux 1.2.13 or 2.0.33
Berkeley MPEG encoder Version 1.5b
mpeg2encode Version 1.1a
Version 3.9t of musicin
MPLEX 1.1
mpeg2encode does also work under DOS if compiled with DJGPP (tested with
version 2.5.7). It should also work with every 32 bit compiler (e.g. emx under OS/2).
avi2yuv will only work with mpeg_encode if the pipe is 8 bit clean (depends
on the compiler and the OS). It should work under DOS if compiled with DJGPP
but youll need a lot of disk space as the output of avi2yuv will be temporarely saved to disk as DOS isnt a multitasking OS (not tested).
Download (0.048MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
697 downloads
MGRX 0.9.7
MGRX is a 2D graphics library derived from the GRX library. more>>
MGRX project is a 2D graphics library derived from the GRX library. GRX was originaly written by Csaba Biegl for DJ Delories DOS port of the GCC compiler. MGRX supports four platforms: DOS (DJGPPv2), Linux console, Linux X11 and Win32 (Mingw). On DOS it supports VGA and VESA compliant cards. On Linux console it uses the framebuffer. On X11 and Win32 it runs in a window.
Why MGRX
MGRX is a fork of GRX. Because I liked the GRX C API interface, I began to maintain GRX when it was orphaned at the end of 2000. But GRX has not only the C API, it has a Pascal API, a BGI compatibility API, support for Turbo C, Wattcom, MSC and some X11 implementations over mainframes. At the end it was not funny, to easy to break things I dont know (and dont want to know). So I stoped my job maintainig GRX at the end of 2003. At the time I write this, GRX is still orphaned.
But in the mean time I developed a fork for my own use, only the C API, no Pascal, no BGI, no Turbo C support, only the 4 platforms I can test. And a new (and better I think) input API. And now I have released it, only for fun.
Supported platforms:
Latest versions of OS, compiler, and key software tested:
Linux X11: linux 2.6.18, Xorg 7.2, gcc 4.1.2
Linux fb: linux 2.6.18, gcc 4.1.2
DJGPP: djdev 2.03, gcc 4.1.2
Win32: Windows XP, MinGW 3.1.0-1
<<lessWhy MGRX
MGRX is a fork of GRX. Because I liked the GRX C API interface, I began to maintain GRX when it was orphaned at the end of 2000. But GRX has not only the C API, it has a Pascal API, a BGI compatibility API, support for Turbo C, Wattcom, MSC and some X11 implementations over mainframes. At the end it was not funny, to easy to break things I dont know (and dont want to know). So I stoped my job maintainig GRX at the end of 2003. At the time I write this, GRX is still orphaned.
But in the mean time I developed a fork for my own use, only the C API, no Pascal, no BGI, no Turbo C support, only the 4 platforms I can test. And a new (and better I think) input API. And now I have released it, only for fun.
Supported platforms:
Latest versions of OS, compiler, and key software tested:
Linux X11: linux 2.6.18, Xorg 7.2, gcc 4.1.2
Linux fb: linux 2.6.18, gcc 4.1.2
DJGPP: djdev 2.03, gcc 4.1.2
Win32: Windows XP, MinGW 3.1.0-1
Download (1.2MB)
Added: 2007-07-03 License: LGPL (GNU Lesser General Public License) Price:
846 downloads
PhonoRipper 0.9.7
PhonoRipper aims to be an easy to handle, all-in-one GUI tool for creating audio CDs. more>>
PhonoRipper aims to be an easy to handle, all-in-one GUI tool for creating audio CDs from analog sources like vinyl records.
PhonoRipper uses Snack and Cdrdao (for CD writing). Features include a WAV file recorder with mixer and VU meter, automatic detection of track borders, and an intuitive dragndrop CD writing interface.
Main features:
- sound file recorder with integrated level meter and mixer
- large recordings can easily be split into several tracks ; track borders can be detected automatically or comfortably be marked in a graphical representation of the sound file.
- automatic normalizing of volumes of recordings from different sources for mix CDs
- intuitive dragndrop CD-writing gui
- integrated help browser
In addition with PhonoRipper you get :
- Snackmixer : another graphical mixer program for X-windows
- Snackrecorder : a simple graphical wav file recorder
- Snackplayer : a sound file player for X-windows with support for many file formats, like wav-, ogg- and raw- (binary) files.
<<lessPhonoRipper uses Snack and Cdrdao (for CD writing). Features include a WAV file recorder with mixer and VU meter, automatic detection of track borders, and an intuitive dragndrop CD writing interface.
Main features:
- sound file recorder with integrated level meter and mixer
- large recordings can easily be split into several tracks ; track borders can be detected automatically or comfortably be marked in a graphical representation of the sound file.
- automatic normalizing of volumes of recordings from different sources for mix CDs
- intuitive dragndrop CD-writing gui
- integrated help browser
In addition with PhonoRipper you get :
- Snackmixer : another graphical mixer program for X-windows
- Snackrecorder : a simple graphical wav file recorder
- Snackplayer : a sound file player for X-windows with support for many file formats, like wav-, ogg- and raw- (binary) files.
Download (0.15MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
801 downloads
mod_cband 0.9.7.5
mod_cband is an Apache 2 module that solves the problem of limiting users and virtual hosts bandwidth usage. more>>
mod_cband is an Apache 2 module provided to solve the problem of limiting users and virtualhosts bandwidth usage. When the configured virtualhosts transfer limit is exceeded, mod_cband will redirect all further requests to a location specified in the configuration file.
I advice for using mod_cband by hosting companies, which would like to limit data transfer for its users, such as "10 Gb of traffic per month".
There is already module mod_curb which can limit data transfer, but it doesnt work with virtualhosts and Apache 2, so I wrote my own module fully compatible with Apache 2 API and supporting per-users and per-virtualhosts bandwidth limiting.
Enhancements:
- Some memory leaks in scoreboard read/write operations and some HTML 4.0 Strict warnings were fixed.
- A truncf workaround for Solaris was added.
<<lessI advice for using mod_cband by hosting companies, which would like to limit data transfer for its users, such as "10 Gb of traffic per month".
There is already module mod_curb which can limit data transfer, but it doesnt work with virtualhosts and Apache 2, so I wrote my own module fully compatible with Apache 2 API and supporting per-users and per-virtualhosts bandwidth limiting.
Enhancements:
- Some memory leaks in scoreboard read/write operations and some HTML 4.0 Strict warnings were fixed.
- A truncf workaround for Solaris was added.
Download (0.069MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
650 downloads
librsync 0.9.7
librsync is a library for generating network deltas. more>>
librsync is a free software library that implements the rsync remote-delta algorithm. This algorithm allows efficient remote updates of a file, without requiring the old and new versions to both be present at the sending end.
The library uses a "streaming" design similar to that of zlib with the aim of allowing it to be embedded into many different applications.
librsync is currently pre-1.0, with most important functionality working.
librsync is not wire-compatible with rsync 2.x, and is not likely to be in the future.
This is a new codebase, designed to allow a fresh start on the problem and a cleaner design. It may be used in a future version of rsync or a successor project. Early steps towards that are visible in Waynes rZync prototype, and Martins superlifter design.
The librsync project was created by Martin Pool and is now being enhanced and finished by the folks you can find on the project page.
The librsync algorithm is based on the well-known and trustworthy rsync software by Andrew Tridgell.
<<lessThe library uses a "streaming" design similar to that of zlib with the aim of allowing it to be embedded into many different applications.
librsync is currently pre-1.0, with most important functionality working.
librsync is not wire-compatible with rsync 2.x, and is not likely to be in the future.
This is a new codebase, designed to allow a fresh start on the problem and a cleaner design. It may be used in a future version of rsync or a successor project. Early steps towards that are visible in Waynes rZync prototype, and Martins superlifter design.
The librsync project was created by Martin Pool and is now being enhanced and finished by the folks you can find on the project page.
The librsync algorithm is based on the well-known and trustworthy rsync software by Andrew Tridgell.
Download (0.44MB)
Added: 2005-04-14 License: LGPL (GNU Lesser General Public License) Price:
1657 downloads
Manitou-Mail 0.9.7
Manitou-Mail is a 3-part database-driven email system. more>>
Manitou-Mail is an open source database-driven mail user-agent and associated utilities. Manitou-Mail project provides a framework and programs for storing, exposing, and managing mail as organized data in a PostgreSQL database. It can be viewed as a versatile alternative to an imap-aware client using imap server storage.
Companies or organizations that use organization-wide mailboxes such as info, support, sales... and need to share the work between the people processing them, monitor and analyze the flow of messages, or even hook their other databases to the messaging system.
Experienced personal users that are willing to put a database at the center of their mail architecture, thus getting powerful retrieval capabilities, extended categorizing of messages, open representation of the mail as structured data.
The user interface runs on Unix/X11 and MS-Windows and is connected to the database, not the mail system. An independant Perl daemon process, controllable by an administrator, is responsible for fetching and sending the mail.
Enhancements:
- This release offers a revamped full text search engine, a new online help system using Qt assistant, modularized Perl code for the mail-database exchanger, along with a number of small bugfixes and enhancements.
- Also, the user interface now compiles on Solaris and BSD-based systems.
<<lessCompanies or organizations that use organization-wide mailboxes such as info, support, sales... and need to share the work between the people processing them, monitor and analyze the flow of messages, or even hook their other databases to the messaging system.
Experienced personal users that are willing to put a database at the center of their mail architecture, thus getting powerful retrieval capabilities, extended categorizing of messages, open representation of the mail as structured data.
The user interface runs on Unix/X11 and MS-Windows and is connected to the database, not the mail system. An independant Perl daemon process, controllable by an administrator, is responsible for fetching and sending the mail.
Enhancements:
- This release offers a revamped full text search engine, a new online help system using Qt assistant, modularized Perl code for the mail-database exchanger, along with a number of small bugfixes and enhancements.
- Also, the user interface now compiles on Solaris and BSD-based systems.
Download (0.038MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
1280 downloads
Ruby/LDAP 0.9.7
Ruby/LDAP is an extension module for Ruby. more>>
Ruby/LDAP is an extension module for Ruby that provides the interface to LDAP libraries such as OpenLDAP.
It provides the interface to some LDAP libraries (for example, OpenLDAP, UMich LDAP, Netscape SDK, ActiveDirectory). The common API for application development is described in RFC1823 and most libraries comply with it. Ruby/LDAP supports those libraries.
<<lessIt provides the interface to some LDAP libraries (for example, OpenLDAP, UMich LDAP, Netscape SDK, ActiveDirectory). The common API for application development is described in RFC1823 and most libraries comply with it. Ruby/LDAP supports those libraries.
Download (0.083MB)
Added: 2006-08-09 License: BSD License Price:
1177 downloads
Q2Java 0.9.7
Q2Java project allows Quake2 games to be written in Java. more>>
Q2Java project allows Quake2 games to be written in Java.
Q2Java is a game DLL for Quake2 that allows game code to be written in Java instead of C.
It currently runs on Win32, Solaris, and Linux platforms. It takes advantange of many Java features including security, cross-platform binary compatibility, internationalization, dynamic classloading, just to name a few things.
Enhancements:
- Fixed a pretty serious problem in the native implementation of Engine.getRadiusEntities() where if there were more than 32 "hits", you overran a buffer and potentially could crash the game. Even if you dont want to adopt the new Java code in this version, at least use the new DLL so you can avoid this problem.
- getMaxPlayers() to find out what is the max number of players the server is configured for.
- isValid() for finding out whether a NativeEntity is actually bound to the underlying engine, or has been freed and is kind of a ghost.
<<lessQ2Java is a game DLL for Quake2 that allows game code to be written in Java instead of C.
It currently runs on Win32, Solaris, and Linux platforms. It takes advantange of many Java features including security, cross-platform binary compatibility, internationalization, dynamic classloading, just to name a few things.
Enhancements:
- Fixed a pretty serious problem in the native implementation of Engine.getRadiusEntities() where if there were more than 32 "hits", you overran a buffer and potentially could crash the game. Even if you dont want to adopt the new Java code in this version, at least use the new DLL so you can avoid this problem.
- getMaxPlayers() to find out what is the max number of players the server is configured for.
- isValid() for finding out whether a NativeEntity is actually bound to the underlying engine, or has been freed and is kind of a ghost.
Download (1.5MB)
Added: 2006-12-12 License: Free for non-commercial use Price:
1047 downloads
massrename 0.9.7
massrename is a general-purpose utility for batch-renaming file extensions. more>>
massrename is a general-purpose utility for batch-renaming file extensions, as well as strings within the base filename (for example, "SomeblehFile.mp3" to "SomeblahFile.mp3")
Usage: /usr/bin/massrename [ ARGUMENTS ] ...
Examples:
massrename --from mp3 --to ogg # rename *.mp3 to *.ogg
massrename -f ogg -t mp3 -n # rename *.ogg to *.mp3, no logging
Operation Modifiers:
Required arguments:
-f, --from source file extension or string to rename
-t, --to output file extension or string to rename to
Optional arguments:
-b, --beginning add a string to the beginning of the filename
-c, --change-dir DIR rename files in DIR instead of the current directory
-d, --dotfiles rename hidden files too
-e, --end add a string to the end of the filename
-h, --help display this help output and exit
-i, --ignore-case ignores filenames case when searching
for files to rename
-n, --no-logs dont make a log of renamed files
-p, --perl-rename use perls rename() function instead of the systems
"mv" command
-v, --version display version information and exit
-w, --within search for string within filename instead of extension
Enhancements:
- Minor bugfixes.
- The README file has been revised.
- An optional argument "--ignore-case" has been added, allowing massrename to ignore the case of filenames to be renamed at runtime.
- Debian and Red Hat package formats have been added.
<<lessUsage: /usr/bin/massrename [ ARGUMENTS ] ...
Examples:
massrename --from mp3 --to ogg # rename *.mp3 to *.ogg
massrename -f ogg -t mp3 -n # rename *.ogg to *.mp3, no logging
Operation Modifiers:
Required arguments:
-f, --from source file extension or string to rename
-t, --to output file extension or string to rename to
Optional arguments:
-b, --beginning add a string to the beginning of the filename
-c, --change-dir DIR rename files in DIR instead of the current directory
-d, --dotfiles rename hidden files too
-e, --end add a string to the end of the filename
-h, --help display this help output and exit
-i, --ignore-case ignores filenames case when searching
for files to rename
-n, --no-logs dont make a log of renamed files
-p, --perl-rename use perls rename() function instead of the systems
"mv" command
-v, --version display version information and exit
-w, --within search for string within filename instead of extension
Enhancements:
- Minor bugfixes.
- The README file has been revised.
- An optional argument "--ignore-case" has been added, allowing massrename to ignore the case of filenames to be renamed at runtime.
- Debian and Red Hat package formats have been added.
Download (0.008MB)
Added: 2006-11-24 License: Artistic License Price:
1172 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above daimonin 0.9.7 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed