start your own
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4652
Create Your Own Adventure 0.4 Beta
Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. more>>
Create Your Own Adventure project is an interactive adventure in which the users themselves write the adventure. When the user reaches the end of the adventure, the user will be given the option to continue writing the next part of the adventure.
The user can upload a picture (in any format supported by Web browsers) and define how many choices the player will have. Its possible to connect choices to other parts of the story simply by selecting the chapter number from the dropdown list next to the choice.
<<lessThe user can upload a picture (in any format supported by Web browsers) and define how many choices the player will have. Its possible to connect choices to other parts of the story simply by selecting the chapter number from the dropdown list next to the choice.
Download (0.014MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
851 downloads
JsTester 1.4
JsTester allows validation of JavaScript code inside Java. more>>
JsTester allows validation of JavaScript code inside Java.
JsTester provides a group of assert methods like JUnits Assert, and it supports validation by Douglas Crockfords Remedial JavaScript. You can also use your own validations.
<<lessJsTester provides a group of assert methods like JUnits Assert, and it supports validation by Douglas Crockfords Remedial JavaScript. You can also use your own validations.
Download (0.009MB)
Added: 2007-05-26 License: The Apache License 2.0 Price:
881 downloads
SUM - Start-up Manager 1.0.10
SUM - Start-up Manager software is a gui tool for changing settings in the bootloader and splash screen in Ubuntu. more>>
SUM - Start-up Manager software is a gui tool for changing settings in the bootloader and splash screen in Ubuntu.
Main features:
Change:
- Grub timeout, default boot title, number of kernels in bootloader menu, enable/disable boot option for memtest86, enable/disable boot option for "rescue mode", if the default boot option should be automatically updated, bootup resolution and color depth, grub menu colors and background, and usplash theme.
- Create "rescue floppy"
Change visibility of:
- Grub menu, colors, background image, usplash and usplash text.
Password protection:
- Password protect grub menu from editing
- Password protect "alternate" boot options
- Password protect old boot options
Themes:
- Install new grub backgrounds(either from a png, or a correctly sized and colored .xpm or xpm.gz)
- Remove grub backgrounds
- Install new usplash themes(from a correctly made .so file)
- Remove Usplash themes
Enhancements:
- Translations added
<<lessMain features:
Change:
- Grub timeout, default boot title, number of kernels in bootloader menu, enable/disable boot option for memtest86, enable/disable boot option for "rescue mode", if the default boot option should be automatically updated, bootup resolution and color depth, grub menu colors and background, and usplash theme.
- Create "rescue floppy"
Change visibility of:
- Grub menu, colors, background image, usplash and usplash text.
Password protection:
- Password protect grub menu from editing
- Password protect "alternate" boot options
- Password protect old boot options
Themes:
- Install new grub backgrounds(either from a png, or a correctly sized and colored .xpm or xpm.gz)
- Remove grub backgrounds
- Install new usplash themes(from a correctly made .so file)
- Remove Usplash themes
Enhancements:
- Translations added
Download (0.061MB)
Added: 2007-08-19 License: GPL (GNU General Public License) Price:
809 downloads
SQL::Generator 0.02
SQL::Generator is a Perl module to generate SQL-statements with oo-perl. more>>
SQL::Generator is a Perl module to generate SQL-statements with oo-perl.
SYNOPSIS
use SQL::Generator;
With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI).
Later you start writing your own functions for every statement and every sql-dialect (RDBMS use to have their own dialect extending the general SQL standard). This SQL::Generator module is an approach to have a flexible abstraction above the statement generation, which makes it easy to implement in your perl code. Its main purpose is to directly use perl variables/objects with SQL-like code.
<<lessSYNOPSIS
use SQL::Generator;
With this module you can easily (and very flexible) generate/construct sql-statements. As a rookie, you are used to write a lot of sprintf`s every time i needed a statement (i.e.for DBI).
Later you start writing your own functions for every statement and every sql-dialect (RDBMS use to have their own dialect extending the general SQL standard). This SQL::Generator module is an approach to have a flexible abstraction above the statement generation, which makes it easy to implement in your perl code. Its main purpose is to directly use perl variables/objects with SQL-like code.
Download (0.013MB)
Added: 2007-04-05 License: Perl Artistic License Price:
932 downloads
Script for a dual-homed firewall 0.86
Script for a dual-homed firewall script is intended to setup a masquerading firewall based on the IPTABLES (Net)filter-machanism more>>
Script for a dual-homed firewall script is intended to setup a masquerading firewall based on the IPTABLES (Net)filter-machanism of Linux 2.3.15+
Syslogging matches fireparse for graphical output (see http://www.fireparse.com)
Normally this script will work out-of-the-box, but you should adapt it to your own needs (At least you should set the correct default interfaces --> see Default-Interfaces section)
Syntax to invoke script: firewall (start|stop|restart|status) EXTIF INTIF
Example: "firewall start ppp0 eth0"
Enhancements:
- Added a few comments
<<lessSyslogging matches fireparse for graphical output (see http://www.fireparse.com)
Normally this script will work out-of-the-box, but you should adapt it to your own needs (At least you should set the correct default interfaces --> see Default-Interfaces section)
Syntax to invoke script: firewall (start|stop|restart|status) EXTIF INTIF
Example: "firewall start ppp0 eth0"
Enhancements:
- Added a few comments
Download (MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
984 downloads
Virtual server monitor 0.5
Virtual server monitor (vsmon) is a monitoring tool for Linux-VServer. more>>
Virtual server monitor (vsmon) is a monitoring tool for Linux-VServer that gives a system administrator a global view of all vservers running on his park.
For now, it does not offer control over the vservers life cycle (e.g. provisioning, start, stop, and restart operations). To use vsmon, you must deploy one backend on each vserver host and one frontend, preferably in its own vserver.
Enhancements:
- The frontend was reworked to display a summary of all hosts.
- An owner can be assigned to each vserver.
- The backend can be used on hosts without Linux-VServers, and it no longer obtains IP addresses.
- The libdnet dependency was removed.
- The parsing of /proc/"pid"/stat now works for kernel 2.6.18.
- A Nagios plugin was added, which enables the use of the vsmon backend to monitor a host disk, memory, and swap.
- The plugin monitors all mount points according to an "intelligent" algorithm, which determines warning and critical thresolds as a function of the total size of the partition.
<<lessFor now, it does not offer control over the vservers life cycle (e.g. provisioning, start, stop, and restart operations). To use vsmon, you must deploy one backend on each vserver host and one frontend, preferably in its own vserver.
Enhancements:
- The frontend was reworked to display a summary of all hosts.
- An owner can be assigned to each vserver.
- The backend can be used on hosts without Linux-VServers, and it no longer obtains IP addresses.
- The libdnet dependency was removed.
- The parsing of /proc/"pid"/stat now works for kernel 2.6.18.
- A Nagios plugin was added, which enables the use of the vsmon backend to monitor a host disk, memory, and swap.
- The plugin monitors all mount points according to an "intelligent" algorithm, which determines warning and critical thresolds as a function of the total size of the partition.
Download (MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1015 downloads
Patra 1.2
Patra is a Java password tracker. more>>
Patra is a Java password tracker.
Password Tracker is an application to keep your passwords in an encrypted file on disk, protected by a pass phrase so that they are safe.
Even if the file containing your passwords falls in the wrong hands, the pass phrase is needed to decrypt it. The application uses the unpatented Blowfish encryption algorithm which was invented by Bruce Schneier.
The encryption is reasonably safe. The application is based on the Password Safe application from Bruce Schneier, it aims to be compatible with it.
I started using the original Password Safe application from Bruce Schneier, which was a native windows application, and I still find it very useful. I try to maintain a number of different computers running different OSs. On Linux I am using WINE to run password safe. I didnt want to be "locked in" in an old format that I didnt understand, I was afraid my data would get lost at some point. Therefore, I wanted to be able to decode the file format myself to be able to recover my data if this would be necessary. Some things were bothering me a little bit regarding the application.
- No easy buttons to copy uid/pwd (both, not only the password).
- Cross platform - no dependency on WINE - PC, Linux, OSX.
- New password safe format 2.0.
- Import/export to plain text to prevent lock-in.
- Changing the password generating stuff, sometimes I need longer/shorter passwords with other requirements.
The current Password Safe project hosts a Java version as well but I decided not to investigate this solution further. I noticed that there has been progress on the Java version since I started my own implementation, but I did not investigate it further. These remarks are probably not valid anymore at this point in time.
- Code not clear and clean.
- I am a Java developer myself.
- Dependency on external libs.
So I decided to rewrite the complete application from scratch without reusing code. Simple to install, clean lean interface, a handy polished tool.
<<lessPassword Tracker is an application to keep your passwords in an encrypted file on disk, protected by a pass phrase so that they are safe.
Even if the file containing your passwords falls in the wrong hands, the pass phrase is needed to decrypt it. The application uses the unpatented Blowfish encryption algorithm which was invented by Bruce Schneier.
The encryption is reasonably safe. The application is based on the Password Safe application from Bruce Schneier, it aims to be compatible with it.
I started using the original Password Safe application from Bruce Schneier, which was a native windows application, and I still find it very useful. I try to maintain a number of different computers running different OSs. On Linux I am using WINE to run password safe. I didnt want to be "locked in" in an old format that I didnt understand, I was afraid my data would get lost at some point. Therefore, I wanted to be able to decode the file format myself to be able to recover my data if this would be necessary. Some things were bothering me a little bit regarding the application.
- No easy buttons to copy uid/pwd (both, not only the password).
- Cross platform - no dependency on WINE - PC, Linux, OSX.
- New password safe format 2.0.
- Import/export to plain text to prevent lock-in.
- Changing the password generating stuff, sometimes I need longer/shorter passwords with other requirements.
The current Password Safe project hosts a Java version as well but I decided not to investigate this solution further. I noticed that there has been progress on the Java version since I started my own implementation, but I did not investigate it further. These remarks are probably not valid anymore at this point in time.
- Code not clear and clean.
- I am a Java developer myself.
- Dependency on external libs.
So I decided to rewrite the complete application from scratch without reusing code. Simple to install, clean lean interface, a handy polished tool.
Download (1.6MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1384 downloads
Sound 1.4
Sound lets you mathematically create sounds in Java. You define your sounds in terms of 16-bit linear code for the waveform, -- an array of samplings. The U_Law.class will then convert that to (or from) *.AU mu-law 8-bit encoding format which you can then play with AudioPlayer.player.start(bis) in an application or with Applet.getAudioClip in an Applet. This is just a sample program. You would insert your own mathematical functions. more>>
Sound - Sound lets you mathematically create sounds in Java.
You define your sounds in terms of 16-bit linear code for
the waveform, -- an array of samplings. The U_Law.class will
then convert that to (or from) *.AU mu-law 8-bit encoding
format which you can then play with
AudioPlayer.player.start(bis) in an application or with
Applet.getAudioClip in an Applet.
This is just a sample program. You would insert your own mathematical
functions or cannibalise parts of the code.
Use winzip to extract U_Law.java and Sound.java with
folder names into the commindprodsound directory.
java com.mindprod.sound.Sound
Enhancements:
Version 1.4
add pad and icon
System Requirements:<<less
Download (502Kb)
Added: 2007-05-23 License: Free Price: Free
15 downloads
rstudio 0.6
rstudio is a GTK+ GUI that controls programs used in recording, CD mastering, and managing a SHOUTcast server. more>>
rstudio project is a GTK+ GUI that controls programs used in recording, CD mastering, and managing a SHOUTcast server.
The "Radio Station" referred to here is a Shoutcast server. Before you can play any music on the station, you need to either record your own, or use a Peer-to-Peer program or other source to download some music.
The GTK-Gnutella button starts a peer to peer fileshareing program called GTK-Gnutella where you can get a wide variety of music free.
Start Radio station starts up the shoutcast server and its source client, which feeds an mp3 playlist to the server for broadcast.
The playlist file is created when you press the "Close" button in the playlist manager. The playlist manager lets you view either the downloaded files from GTK-Gnutella, or the permanent collection of files. You can select a file, then move it to the permanent collection, only if you are viewing the downloaded files. For either set, you may delete a file, or play it.
Audacity is a very versatile recording tool that can be used to create original content, or to record from other sources, such as a Shoutcast.com station, (or even your own shoutcast station).
Shoutcast.com button starts firefox, with the url of http://www.shoutcast.com so that you may listen to other shoutcast stations, or your own.
Kill XMMS stops any running xmms.
Quit exits rstudio.
GTK-Gnutella starts the P-2-P filesharing system.
K3B can be used to master audio CDs, or even mp3 data CDs that can be played on an mp3-compatible cd player or dvd player.
Enhancements:
- A shuffle playlist button was added.
- The audio player was changed to Audacious since Gentoo does not support XMMS.
- This version was tested on Gentoo AMD64 and Kubuntu 386.
<<lessThe "Radio Station" referred to here is a Shoutcast server. Before you can play any music on the station, you need to either record your own, or use a Peer-to-Peer program or other source to download some music.
The GTK-Gnutella button starts a peer to peer fileshareing program called GTK-Gnutella where you can get a wide variety of music free.
Start Radio station starts up the shoutcast server and its source client, which feeds an mp3 playlist to the server for broadcast.
The playlist file is created when you press the "Close" button in the playlist manager. The playlist manager lets you view either the downloaded files from GTK-Gnutella, or the permanent collection of files. You can select a file, then move it to the permanent collection, only if you are viewing the downloaded files. For either set, you may delete a file, or play it.
Audacity is a very versatile recording tool that can be used to create original content, or to record from other sources, such as a Shoutcast.com station, (or even your own shoutcast station).
Shoutcast.com button starts firefox, with the url of http://www.shoutcast.com so that you may listen to other shoutcast stations, or your own.
Kill XMMS stops any running xmms.
Quit exits rstudio.
GTK-Gnutella starts the P-2-P filesharing system.
K3B can be used to master audio CDs, or even mp3 data CDs that can be played on an mp3-compatible cd player or dvd player.
Enhancements:
- A shuffle playlist button was added.
- The audio player was changed to Audacious since Gentoo does not support XMMS.
- This version was tested on Gentoo AMD64 and Kubuntu 386.
Download (1.1MB)
Added: 2007-04-01 License: GPL (GNU General Public License) Price:
941 downloads
KaDoSu Alpha
Kadosu indexes all documents in an archive and let you search in the index. more>>
Kadosu indexes all documents in an archive and let you search in the index. KaDoSu automatically categorizes the search results and let the user manually categorize a document.
It visualises the search results textual and graphical. The Eclipse RCP is used to programm Kadosu. Kadosu is written in Java and easily extentable.
For starting kadosu you need a eclipse installation. I used 3.0.2 but older 3.0.x
versions should work too.
Unpack the files in this package to its own directory.
Copy the startup.jar file of your eclipse installation to the root directory of
kadosu. Now copy the following plugins from eclipse to the plugins directory of
kadosu:
org.eclipse.core.expression_3.0.0
org.eclipse.core.runtime_3.0.2
org.eclipse.help_3.0.0
org.eclipse.jface.text_3.0.2
org.eclipse.jface_3.0.2
org.eclipse.osgi_3.0.1
org.eclipse.swt.gtk_3.0.2
org.eclipse.swt.win32_3.0.2 --> only one of this is necessary it depends on your os
org.eclipse.swt_3.0.2
org.eclipse.text_3.0.2
org.eclipse.ui_3.0.2
org.eclipse.ui.workbench_3.0.2
org.eclipse.update.configurator_3.0.0
The version strings on these plugins represent the versions I have tested it with.
Other version may work too.
The last think to do is calling one of the start scripts in the kadosu directory
to start kadosu.
Thanks for tgiving kadosu a try and a lot of fun.
<<lessIt visualises the search results textual and graphical. The Eclipse RCP is used to programm Kadosu. Kadosu is written in Java and easily extentable.
For starting kadosu you need a eclipse installation. I used 3.0.2 but older 3.0.x
versions should work too.
Unpack the files in this package to its own directory.
Copy the startup.jar file of your eclipse installation to the root directory of
kadosu. Now copy the following plugins from eclipse to the plugins directory of
kadosu:
org.eclipse.core.expression_3.0.0
org.eclipse.core.runtime_3.0.2
org.eclipse.help_3.0.0
org.eclipse.jface.text_3.0.2
org.eclipse.jface_3.0.2
org.eclipse.osgi_3.0.1
org.eclipse.swt.gtk_3.0.2
org.eclipse.swt.win32_3.0.2 --> only one of this is necessary it depends on your os
org.eclipse.swt_3.0.2
org.eclipse.text_3.0.2
org.eclipse.ui_3.0.2
org.eclipse.ui.workbench_3.0.2
org.eclipse.update.configurator_3.0.0
The version strings on these plugins represent the versions I have tested it with.
Other version may work too.
The last think to do is calling one of the start scripts in the kadosu directory
to start kadosu.
Thanks for tgiving kadosu a try and a lot of fun.
Download (4.5MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1088 downloads
mroovca stats 0.5.3
mroovca stats is a Web site statistics generator with various functions and tables. more>>
mroovca stats is a Web site statistics generator with various functions and tables. mroovca stats is simple, configurable, and provides an administrative interface.
It can measure statistics concerning the client browser, geolocalization, connection type, and referers. It can also recognize Polish towns.
In 2001 ive started to write my own version of web-site(s) statisics, since that time i had to change my name, changed from flat-file to datadase and finally rewrite whole code to be more flexible.
To work with databases it uses "dbx" functions module from PHP. At this moment its tested only with MySQL and prepared to work with this db engine. But in close future i will provide installer, updater and support for other database engines.
But its not end. im working for more enchancements and statistics including tables, charts, maps, etc.
Just download, extract from archive, configure and use it!!
Main features:
- easy instller/updater (for versions >=0.4.4)
- language support - english and polish at this time
- prepared for work with more than one websites/accounts
- root panel for adding and removing accounts
- admin panel for accounts
- all accounts have their own password
- access for viewing stats for all or on passowrd
- showing stats with or without reloads
- timezone correction
- excluded hosts or (sub)domains
<<lessIt can measure statistics concerning the client browser, geolocalization, connection type, and referers. It can also recognize Polish towns.
In 2001 ive started to write my own version of web-site(s) statisics, since that time i had to change my name, changed from flat-file to datadase and finally rewrite whole code to be more flexible.
To work with databases it uses "dbx" functions module from PHP. At this moment its tested only with MySQL and prepared to work with this db engine. But in close future i will provide installer, updater and support for other database engines.
But its not end. im working for more enchancements and statistics including tables, charts, maps, etc.
Just download, extract from archive, configure and use it!!
Main features:
- easy instller/updater (for versions >=0.4.4)
- language support - english and polish at this time
- prepared for work with more than one websites/accounts
- root panel for adding and removing accounts
- admin panel for accounts
- all accounts have their own password
- access for viewing stats for all or on passowrd
- showing stats with or without reloads
- timezone correction
- excluded hosts or (sub)domains
Download (0.29MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1264 downloads
Registry Diagnosis & Repair Tool 3.5
Is your computer freezing all the time? Do you get illegal operation errors? Does your PC take forever to start? You dont need to take your slow r... more>> <<less
Download (15KB)
Added: 2009-04-20 License: Freeware Price: Free
193 downloads
MeteoSat 0.43
Meteosat is a superkaramba theme that integrate latest meteosat image in the desktop. more>>
Meteosat is a SuperKaramba theme that integrate latest meteosat image in the desktop.
The fetched image is processed by imagemagick (required), to obtain a "soft start border", through png opacity.
<<lessThe fetched image is processed by imagemagick (required), to obtain a "soft start border", through png opacity.
Download (0.044MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1224 downloads
EZtorrent 1.3
EZtorrent is a tool that simplifies the process of publishing content via BitTorrent. more>>
EZtorrent project is a program that simplifies the process of publishing content via BitTorrent.
EZtorrent automates the process of generating .torrent metainfo files, as well as starting trackers and seeders.
Although its very easy to download files BitTorrent, distributing your own files via BitTorrent yourself is not a comparatively straightforward process. You need to carefully generate .torrent metainfo files, start a tracker process, then start a seeder process for each individual .torrent file. EZtorrent combines all of this into one, easy step. Heres a "Quick Start" version of how easy it is to distribute BitTorrent content with EZtorrent:
Download and install BitTorrent according to its instructions.
Download EZtorrent, unpack the source code, run ./configure, make, and make install. See the INSTALL file for more information.
Run the following commands:
ezt create mytorrents /var/www/html/torrents /var/mytorrents
www.example.com 6969
Now, copy some files into /var/mytorrents
ezt start # Or "ezt restart", if ezt is already running
Thats it. ezt reads a list of all the files in /var/mytorrents. For each file, a corresponding .torrent file is created and placed in /var/www/html/torrents. Presumably this directory is published over the web with Apache, or some other HTTP server, where others can find them. Then, ezt starts a tracker process running on TCP port 6969 (the above example uses www.example.com as the DNS name of the machine running EZtorrent). Finally, ezt starts a seeder for each .torrent file.
New files can be added to, or removed from, /var/mytorrents at any time. After adding or removing files, run "ezt restart". ezt takes care of creating any new .torrents that need to be created, removing any obsolete .torrents of removed files, and starting or stopping the corresponding seeders. It is also possible to create different directories for different sets of files. You just need to specify a separate TCP port for each directory; ezt also takes care of starting (or stopping) a separate tracker process for each configured directory and port.
Although this is all that you need to know about using EZtorrent, be sure to review some additional important information in INSTALL and NEWS files, and EZtorrents manual page.
<<lessEZtorrent automates the process of generating .torrent metainfo files, as well as starting trackers and seeders.
Although its very easy to download files BitTorrent, distributing your own files via BitTorrent yourself is not a comparatively straightforward process. You need to carefully generate .torrent metainfo files, start a tracker process, then start a seeder process for each individual .torrent file. EZtorrent combines all of this into one, easy step. Heres a "Quick Start" version of how easy it is to distribute BitTorrent content with EZtorrent:
Download and install BitTorrent according to its instructions.
Download EZtorrent, unpack the source code, run ./configure, make, and make install. See the INSTALL file for more information.
Run the following commands:
ezt create mytorrents /var/www/html/torrents /var/mytorrents
www.example.com 6969
Now, copy some files into /var/mytorrents
ezt start # Or "ezt restart", if ezt is already running
Thats it. ezt reads a list of all the files in /var/mytorrents. For each file, a corresponding .torrent file is created and placed in /var/www/html/torrents. Presumably this directory is published over the web with Apache, or some other HTTP server, where others can find them. Then, ezt starts a tracker process running on TCP port 6969 (the above example uses www.example.com as the DNS name of the machine running EZtorrent). Finally, ezt starts a seeder for each .torrent file.
New files can be added to, or removed from, /var/mytorrents at any time. After adding or removing files, run "ezt restart". ezt takes care of creating any new .torrents that need to be created, removing any obsolete .torrents of removed files, and starting or stopping the corresponding seeders. It is also possible to create different directories for different sets of files. You just need to specify a separate TCP port for each directory; ezt also takes care of starting (or stopping) a separate tracker process for each configured directory and port.
Although this is all that you need to know about using EZtorrent, be sure to review some additional important information in INSTALL and NEWS files, and EZtorrents manual page.
Download (0.40MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1246 downloads
Claros Chat 1.0
Claros Chat is a web based (fully Ajax) instant messaging client which is capable of talking with the Jabber protocol. more>>
Claros Chat is finally ready. It is a web based (fully Ajax) instant messaging client which is capable of talking with the Jabber protocol. Claros Chat is well tested with Google Talk and it supports all major browsers such as Internet Explorer, Firefox, Safari, Mozilla.
The project has a minimalistic and an elegant user interface which looks much like a desktop application. Anyone interested in the application can test drive it at http://www.claros.org/chat.
Main features:
- Works with any Jabber server, including Google Talk.
- No setup needed on the client machine, works 100% within the browser, no plugins required.
- It is a 100% Ajax application, with a clean and nice user interface.
- Supports all major browsers.
- It can display user avatars including your own.
- Supports many of the emotions with MSN like smileys.
- All features such as changing status, changing status text, loading buddy list, adding/removing new buddy are all implemented.
- Can chat with as many users as you like.
- Users can set auto away at the preferences screen.
- Much words are useless, youve got to see it yourself, "it is one of the best looking and usefull open source instant messaging applications(or simply the best) in the world". See and believe for yourself. Just try the demo to see.(Login with your own Google username/password)
- You can start your own corporate chat network. Download a Jabber server from http://www.jabber.org and use Claros Chat to chat with your collegues.
- You can connect and chat with MSN, AOL, ICQ, Yahoo chat networks providing that you have your own Jabber server with a suitable gateway installed.
- It is open source and completely free software.
<<lessThe project has a minimalistic and an elegant user interface which looks much like a desktop application. Anyone interested in the application can test drive it at http://www.claros.org/chat.
Main features:
- Works with any Jabber server, including Google Talk.
- No setup needed on the client machine, works 100% within the browser, no plugins required.
- It is a 100% Ajax application, with a clean and nice user interface.
- Supports all major browsers.
- It can display user avatars including your own.
- Supports many of the emotions with MSN like smileys.
- All features such as changing status, changing status text, loading buddy list, adding/removing new buddy are all implemented.
- Can chat with as many users as you like.
- Users can set auto away at the preferences screen.
- Much words are useless, youve got to see it yourself, "it is one of the best looking and usefull open source instant messaging applications(or simply the best) in the world". See and believe for yourself. Just try the demo to see.(Login with your own Google username/password)
- You can start your own corporate chat network. Download a Jabber server from http://www.jabber.org and use Claros Chat to chat with your collegues.
- You can connect and chat with MSN, AOL, ICQ, Yahoo chat networks providing that you have your own Jabber server with a suitable gateway installed.
- It is open source and completely free software.
Download (3.6MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1139 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 start your own 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