0.2.0 alpha
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 796
dc-qt 0.2.0 Alpha
Dc-qt is a C++/Qt/STL front-end for the linux DirectConnect client DCTC. more>>
dc-qt is a graphical user interface for a direct connect client called DCTC which is available for Linux and other flavours of UNIX. As the name suggests, it is written using Qt. dc-qt is currently under development and should be considered beta software. dc-qt project is already quite usable, though.
The important features of DCTC are supported (except for virtual share -- we will never support that). Some included features are completely unrelated to DCTC, but are useful and convenient in your day-to-day file sharing activities. Exactly what is implemented and not is for us to know and you to find out (and wish for); the feature list changes quickly.
<<lessThe important features of DCTC are supported (except for virtual share -- we will never support that). Some included features are completely unrelated to DCTC, but are useful and convenient in your day-to-day file sharing activities. Exactly what is implemented and not is for us to know and you to find out (and wish for); the feature list changes quickly.
Download (3.0MB)
Added: 2006-05-20 License: GPL (GNU General Public License) Price:
1255 downloads
RemoteJ 0.2.0 Alpha
RemoteJ is an application for adding Bluetooth remote control capability to Sony Ericssons mobile phones. more>>
RemoteJ is an application for adding Bluetooth remote control capability to Sony Ericssons mobile phones such as the K750, W800, Z520, W600, W550, and W900 series.
RemoteJ project offers an extendable, configurable interface system that uses XML configuration files.
It can be used to control your music player, video player, or PC-TV using a menu appearing in your mobile phones menu.
Whats New in 0.1.6 Stable Release:
- Log cleanup (the info level is much cleaner).
- Some bugs have been fixed (global event triggering and event heaping).
- There is some Gnome flavor addition/cleanup in menu.xml.
- build.xml has been added for developers.
Whats New in 0.2.0 Alpha Development Release:
- SE t610 (and alike maybe: T68, T68i, T300, T310, T610, Z600, T230/T238/T226, T630, T290, K700i) support added (alpha testing phase)
<<lessRemoteJ project offers an extendable, configurable interface system that uses XML configuration files.
It can be used to control your music player, video player, or PC-TV using a menu appearing in your mobile phones menu.
Whats New in 0.1.6 Stable Release:
- Log cleanup (the info level is much cleaner).
- Some bugs have been fixed (global event triggering and event heaping).
- There is some Gnome flavor addition/cleanup in menu.xml.
- build.xml has been added for developers.
Whats New in 0.2.0 Alpha Development Release:
- SE t610 (and alike maybe: T68, T68i, T300, T310, T610, Z600, T230/T238/T226, T630, T290, K700i) support added (alpha testing phase)
Download (0.33MB)
Added: 2007-01-28 License: GPL (GNU General Public License) Price:
1003 downloads
The Featurific File Manager 0.2.0 ALPHA
The Featurific File Manager is a file manager with many useful features. more>>
The Featurific File Manager is a file manager with many useful features.
It allows a user to filter, sort, view, learn info about, and use files very easily and quickly.
It relies on plugins to supply views of a directory and is intended to be powerful and easy to use.
Enhancements:
- Uses GTK+ 2.0, requiring you to install the new libraries
- The 4 configuration files are now condensed to 2.
- Fairly major interface additions, including ability to create new files, a menu bar, and the ability to configure most variables that are dynamic
- FFM also determines the type by the files name
- Sorting and filtering are in the configuration window, and work very well.
<<lessIt allows a user to filter, sort, view, learn info about, and use files very easily and quickly.
It relies on plugins to supply views of a directory and is intended to be powerful and easy to use.
Enhancements:
- Uses GTK+ 2.0, requiring you to install the new libraries
- The 4 configuration files are now condensed to 2.
- Fairly major interface additions, including ability to create new files, a menu bar, and the ability to configure most variables that are dynamic
- FFM also determines the type by the files name
- Sorting and filtering are in the configuration window, and work very well.
Download (0.15MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1121 downloads
Cross Platform Toolkit Library (xtklib) 0.2.0 Alpha
Cross Platform Toolkit Library(xtklib) is a C++ based framework for highly object-oriented cross-platform programming. more>>
Cross Platform Toolkit Library (xtklib) is a C++ based framework for highly object-oriented cross-platform programming.
In particular, the library provides a full abstraction layer between its API and the main services offered by the underlying operating system(Thread, processes,GUI,Filesystem,etc.) plus a set of generic utilities (Strings,Data structures,etc.).
Unlike other famous libraries, xtklib makes full use of all features of C++ like RTTI, Templates, Exceptions thus obtaining a strongly object-oriented design with a Java-like sensation.
The library is composed by two main modules: "Base" and "Widgets". The target operating systems are Windows and Unix(Linux and BSD in primis) with a plan to move also towards other systems.
Main features:
- Use of modern C++ - use of many powerfull features offered by modern C++ like exceptions,RTTI,templates and namespaces allows faster development,improves code readability,and reduces programming errors.
- Strong Object-Oriented design - designed to meet requirements of modern software industry: modularity, low coupling, high cohesion,information hiding. Design patterns and advanced class hierarchies are extensively used in all the library.
- Ease of use - Clean and intuitive programming interface with a Java-like sensation.
- Complete - Features supported includes:
- Basic services: Thread, Synchronization, Filesystem access, Processes, Networking.
- Advanced services: I/O Streams, Logging.
- Debugging tools: Stack tracing, Memory Leak detection.
- Gui widgets (Work in progress): Windows,Frames,Layout managers,common controls,advanced controls.
- Generic utilities: complete data structures framework, String class with unicode support.
- Full unicode support: native support to unicode, conversion to/from different charsets.
- And many others: the list is too much long to enumerate all minor but extremely usefull features.
- Cross Platform - Supports various systems and compilers.
- XTKlib is known to work under:
- Windows XP (x86)
- Visual C++ versions 7.1, 8.0
- MinGW32
- Linux (x86, x86_64)
- GCC 3.4
- Compatibility with other platforms and compilers are not excluded.(If you can compile/use xtklib with a non listed compiler/platform let us know about that, thanks)
- Fast - Although performance are not the main goal of this library (exceptions and RTTI have a tradeoff in this meaning), code agility and execution speed are often taken in consideration during development, thus leaving a performance advantage compared to interpreted programming languages(eg. Java,C#) or scripting languages(eg. Python,Ruby,Perl).
Enhancements:
- This is the first release with a working "Widgets" module, although it has only basic features.
- This release is provided for testing and development only.
<<lessIn particular, the library provides a full abstraction layer between its API and the main services offered by the underlying operating system(Thread, processes,GUI,Filesystem,etc.) plus a set of generic utilities (Strings,Data structures,etc.).
Unlike other famous libraries, xtklib makes full use of all features of C++ like RTTI, Templates, Exceptions thus obtaining a strongly object-oriented design with a Java-like sensation.
The library is composed by two main modules: "Base" and "Widgets". The target operating systems are Windows and Unix(Linux and BSD in primis) with a plan to move also towards other systems.
Main features:
- Use of modern C++ - use of many powerfull features offered by modern C++ like exceptions,RTTI,templates and namespaces allows faster development,improves code readability,and reduces programming errors.
- Strong Object-Oriented design - designed to meet requirements of modern software industry: modularity, low coupling, high cohesion,information hiding. Design patterns and advanced class hierarchies are extensively used in all the library.
- Ease of use - Clean and intuitive programming interface with a Java-like sensation.
- Complete - Features supported includes:
- Basic services: Thread, Synchronization, Filesystem access, Processes, Networking.
- Advanced services: I/O Streams, Logging.
- Debugging tools: Stack tracing, Memory Leak detection.
- Gui widgets (Work in progress): Windows,Frames,Layout managers,common controls,advanced controls.
- Generic utilities: complete data structures framework, String class with unicode support.
- Full unicode support: native support to unicode, conversion to/from different charsets.
- And many others: the list is too much long to enumerate all minor but extremely usefull features.
- Cross Platform - Supports various systems and compilers.
- XTKlib is known to work under:
- Windows XP (x86)
- Visual C++ versions 7.1, 8.0
- MinGW32
- Linux (x86, x86_64)
- GCC 3.4
- Compatibility with other platforms and compilers are not excluded.(If you can compile/use xtklib with a non listed compiler/platform let us know about that, thanks)
- Fast - Although performance are not the main goal of this library (exceptions and RTTI have a tradeoff in this meaning), code agility and execution speed are often taken in consideration during development, thus leaving a performance advantage compared to interpreted programming languages(eg. Java,C#) or scripting languages(eg. Python,Ruby,Perl).
Enhancements:
- This is the first release with a working "Widgets" module, although it has only basic features.
- This release is provided for testing and development only.
Download (0.25MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1383 downloads
IKEv2 1.0 / 2.0 Alpha 1
IKEv2 provides an implementation of the Internet Key Exchange protocol version 2. more>>
IKEv2 provides an implementation of the Internet Key Exchange protocol version 2.
IKEv2 is an implementation of the Internet Key Exchange protocol version 2. It is still in development, and currently targeted/developed on Fedora Core 3. Other Unix-like operating system are left for a later stage of development.
<<lessIKEv2 is an implementation of the Internet Key Exchange protocol version 2. It is still in development, and currently targeted/developed on Fedora Core 3. Other Unix-like operating system are left for a later stage of development.
Download (0.51MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
856 downloads
CosmoPBX 1.0 / 2.0 Alpha
CosmoPBX is Linux live CD based on Knoppix Linux. more>>
CosmoPBX project is Linux live CD based on Knoppix Linux. CosmoPBX is released as open source under the GNU General Public License (GPL) and is available for download free of charge. With CosmoPBX, it is possible to get a PBX system up and running within 2 minutes without installing anything! CosmoPBX is designed to reduce the time spent in installation and setup of typical PBX system with Asterisk.
CosmoPBX is built from Knoppix which has solid Debian Linux foundation. CosmoPBX is bundled with latest Asterisk 1.4.0 and Asterisk-GUI Beta. With Asterisk and Asterisk-GUI installed, one doesnt have to worry about installing Operating System, dependencies and all necessary packages to get the IP PBX system running with Asterisk PBX.
Whats New in 1.0 Stable Release:
- This is the first stable version of installable CosmoPBX Live CD. This version has several performance enhancements as well as some bug fixes. This version of CosmoPBX Live CD can be installed to local hard disk with simple installation wizard. Feel free to report bugs and feature requests to sourceforge forums and trackers.
Whats New in 2.0 Alpha Development Release:
- Java SSH, SugarCRM, Flash Operator Panel, PHPMyAdmin, Webmin for Server Control, A2Billing, support for saving configuration data to hard drive or other media when running from a live CD, a PHPInfo page, a backup and restore feature, a Web GUI for Asterisk CLI, the ability to view syslog, the ability to view asterisk log files, the ability to shutdown and reboot the server, the ability to control asterisk from a GUI, support for changing date/time, and support for changing timezone were added.
<<lessCosmoPBX is built from Knoppix which has solid Debian Linux foundation. CosmoPBX is bundled with latest Asterisk 1.4.0 and Asterisk-GUI Beta. With Asterisk and Asterisk-GUI installed, one doesnt have to worry about installing Operating System, dependencies and all necessary packages to get the IP PBX system running with Asterisk PBX.
Whats New in 1.0 Stable Release:
- This is the first stable version of installable CosmoPBX Live CD. This version has several performance enhancements as well as some bug fixes. This version of CosmoPBX Live CD can be installed to local hard disk with simple installation wizard. Feel free to report bugs and feature requests to sourceforge forums and trackers.
Whats New in 2.0 Alpha Development Release:
- Java SSH, SugarCRM, Flash Operator Panel, PHPMyAdmin, Webmin for Server Control, A2Billing, support for saving configuration data to hard drive or other media when running from a live CD, a PHPInfo page, a backup and restore feature, a Web GUI for Asterisk CLI, the ability to view syslog, the ability to view asterisk log files, the ability to shutdown and reboot the server, the ability to control asterisk from a GUI, support for changing date/time, and support for changing timezone were added.
Download (605MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
849 downloads
kNeu 0.2 alpha
kNeu is a port from the DLG Neu Icon Theme. more>>
kNeu is a brand new Icon Theme based entirely on Sivestre Herreras DLG Neu Icon Set.
kNeu intends to be some cartoonish, but not stupid. Quiet, but not silent. Shiny, but not scandalous.
When you look at your screen, this icon set intends to say: "hey. they look really nice in my KDE!"
Right now this icon set is in alpha state, wich means that it can have some errors, and, of course, therere a lot of icons missing, and im working to complete this set.
Alpha 0.2 is available, i created a lot of new icons from the original gnome release... hope you like it..
Enhancements:
- Second release, some minor errors fixed, some icons added, like kgpg iconset and a new konqueror icon.
<<lesskNeu intends to be some cartoonish, but not stupid. Quiet, but not silent. Shiny, but not scandalous.
When you look at your screen, this icon set intends to say: "hey. they look really nice in my KDE!"
Right now this icon set is in alpha state, wich means that it can have some errors, and, of course, therere a lot of icons missing, and im working to complete this set.
Alpha 0.2 is available, i created a lot of new icons from the original gnome release... hope you like it..
Enhancements:
- Second release, some minor errors fixed, some icons added, like kgpg iconset and a new konqueror icon.
Download (5.6MB)
Added: 2005-10-01 License: GPL (GNU General Public License) Price:
1483 downloads
rimo 0.2 alpha
rimo is a tool that runs from cron and executes commands when an email from a known address is sent to an IMAP4 account. more>>
rimo lets you execute commands on Unix based systems via an email from a known address sent to an IMAP4 account.
rimo is designed to be run as a cron process; rimo scans the IMAP4 account for new rimo email messages and executes the command specified in them.
The scanned email messages have their flags set to "seen" so that subsequent scans will not re-execute the commands.
The intent of rimo is to allow for job dispatch and control via non-traditional clients such as a cell phone.
<<lessrimo is designed to be run as a cron process; rimo scans the IMAP4 account for new rimo email messages and executes the command specified in them.
The scanned email messages have their flags set to "seen" so that subsequent scans will not re-execute the commands.
The intent of rimo is to allow for job dispatch and control via non-traditional clients such as a cell phone.
Download (0.008MB)
Added: 2005-10-27 License: Python License Price:
1458 downloads
TRIPP 0.2 Alpha
TRIPP is a utility to rewrite incoming and outgoing IP packets. more>>
TRIPP is a utility to rewrite incoming and outgoing IP packets. Since it can rewrite both headers and payload, it can be used to configure the tcp/ip stack behavior in order to perform various tasks mainly intended for network tests, simulations and development.
It is configured via a small rule-based language, which allows the user to intercept packets, set arbitrary header values, increment or decrement numeric header fields, set an arbitrary payload, rewrite parts of the payload, or fragment, multiply, or drop packets.
TRIPP project is totally user-level and doesnt require any kernel module.
<<lessIt is configured via a small rule-based language, which allows the user to intercept packets, set arbitrary header values, increment or decrement numeric header fields, set an arbitrary payload, rewrite parts of the payload, or fragment, multiply, or drop packets.
TRIPP project is totally user-level and doesnt require any kernel module.
Download (0.20MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
pdb 1.0 Alpha
pbd is a simple database management system for PHP programs. more>>
pbd is a simple database management system for PHP programs.
This DBMS can be used to create a Web site that dynamically stores data even if you cant afford a Web hosting service that offers MySQL.
pdb is simple and easy to use.
<<lessThis DBMS can be used to create a Web site that dynamically stores data even if you cant afford a Web hosting service that offers MySQL.
pdb is simple and easy to use.
Download (0.011MB)
Added: 2007-01-16 License: Other/Proprietary License Price:
1016 downloads
S65sox 0.2 alpha
S65sox is a little application that converts audio files into a wav-format suitable for Siemens x65 mobile phones. more>>
This little application converts audio files into a wav-format suitable for Siemens x65 mobile phones.
The current Siemens mobile phones dont support mp3 yet, thats why ive developed this tool to ease the process of converting an audio file into a wav-file that your phone can play.
The program calls sox and you need it compiled with mp3 support if you want to convert *.mp3 into *.wav.
<<lessThe current Siemens mobile phones dont support mp3 yet, thats why ive developed this tool to ease the process of converting an audio file into a wav-file that your phone can play.
The program calls sox and you need it compiled with mp3 support if you want to convert *.mp3 into *.wav.
Download (0.32MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1555 downloads
mp3plot 0.4.0 Alpha
mp3plot project prints out a plot of the bitrate distribution of a VBR MP3 file. more>>
mp3plot project prints out a plot of the bitrate distribution of a VBR MP3 file (it will also do it for CBR files although it isnt very meaningful).
It should be architecture independent but I havent tested beyond PCs.
Theres a much more mature tool that does the same and more: mp3stat at signal-lost.homeip.net/projects. mp3stat refuses to work on my system(s) and having an interest in mp3s internal structure I gave a shot at it with mp3plot.
<<lessIt should be architecture independent but I havent tested beyond PCs.
Theres a much more mature tool that does the same and more: mp3stat at signal-lost.homeip.net/projects. mp3stat refuses to work on my system(s) and having an interest in mp3s internal structure I gave a shot at it with mp3plot.
Download (0.030MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
878 downloads
AFoC 0.2 Alpha 1
AFoC is a website framework written in python and geared towards content management. more>>
AFoC is a website framework written in Python and geared towards content management. It is free software and extremely modular, meaning that it is designed to make almost every component optional and replaceable.
The standard AFoC download consists of only a small, minimal website system that can be extended with a variety of easily installable modules, to create sites like this one, for example.
Enhancements:
- AFoC is now completely and utterly modular, in the sense that the download only contains a common core onto which modules can easily be installed.
<<lessThe standard AFoC download consists of only a small, minimal website system that can be extended with a variety of easily installable modules, to create sites like this one, for example.
Enhancements:
- AFoC is now completely and utterly modular, in the sense that the download only contains a common core onto which modules can easily be installed.
Download (0.62MB)
Added: 2007-08-14 License: GPL v3 Price:
801 downloads
DIMP 1.0 Alpha
DIMP software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience. more>>
DIMP software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience (thus DIMP... Dynamic IMP).
If you are interested in helping develop DIMP, or just want to ask questions and keep an eye on its progress, be sure to join our mailing list.
<<lessIf you are interested in helping develop DIMP, or just want to ask questions and keep an eye on its progress, be sure to join our mailing list.
Download (0.30MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
810 downloads
Deck 0.1 Alpha
Deck is a JavaScript library that aims to provide AJAX-based search and authentication for Horizon Information Portal (HIP). more>>
Deck is a JavaScript library that aims to provide AJAX-based search and authentication for Horizon Information Portal (HIP) on-line public access catalog systems.
Deck is currently alpha-quality, but it is under active development and it can
already be used to build functional web applications.
Enhancements:
- This release provides basic browse and keyword search capability as well as user authentication.
<<lessDeck is currently alpha-quality, but it is under active development and it can
already be used to build functional web applications.
Enhancements:
- This release provides basic browse and keyword search capability as well as user authentication.
Download (0.16MB)
Added: 2006-09-07 License: LGPL (GNU Lesser General Public License) Price:
1844 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 0.2.0 alpha 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