0.3 beta
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1968
Klang 1.0.3 Beta
Klang is a free language learning package for KDE/QT. more>>
Klang project is a free language learning package for KDE and QT.
Klang interface currently provides:
- Vocabulary trainer.
- Questionnaire trainer.
Also there is Kedit, and editor for adding your own content to Klang.
Since its still at development stage there might be changes to the database structure, so dont thrust that there will be cross-compatibility between this version and the next, as of yet!
I guess I will make some import/extract tools later, but now I have to focus on the basic structure first. See the screen shots for an idea of the application.
Enhancements:
- The new version has removed its dependencies on ODBC and compiles directly with MySQL.
- The new version features sound support with OSS, integration plugin for LingoTeach.xml files (klang-edit) and serveral fixes form the previous version
<<lessKlang interface currently provides:
- Vocabulary trainer.
- Questionnaire trainer.
Also there is Kedit, and editor for adding your own content to Klang.
Since its still at development stage there might be changes to the database structure, so dont thrust that there will be cross-compatibility between this version and the next, as of yet!
I guess I will make some import/extract tools later, but now I have to focus on the basic structure first. See the screen shots for an idea of the application.
Enhancements:
- The new version has removed its dependencies on ODBC and compiles directly with MySQL.
- The new version features sound support with OSS, integration plugin for LingoTeach.xml files (klang-edit) and serveral fixes form the previous version
Download (0.61MB)
Added: 2006-01-23 License: GPL (GNU General Public License) Price:
1370 downloads
Channel 0.3 Beta
Channel is a generic/simple facility with the purpose of making message passing and event dispatching. more>>
Channel is a generic/simple facility with the purpose of making event dispatching and message passing as straightforward to use as data structures:
Channel is a template library, with its major components configurable as template parameters:
template
<
class Id_Type,
class Id_Trait = IdTrait ,
class SynchPolicy = ACE_MT_SYNCH,
class AllocPolicy,
class Router = MapRouter
>
class Channel
By replacing Id_Type, Id_Trait and Router with various concrete classes, Channel can support table/linear message routing, hierarchical routing and associative routing (Linda style) at the demand of user. The same way, we can use integer, string, POD structs or any class as message ids (provided that proper operations are defined with Id_Trait)
Channel provides complete publish/subscribe interface for channel members (peer threads in message passing and objects in event dispatching) to pub/sub message/event ids/types and send/receive messages/events
Channels are process local entities which can be "connected" to allow transparent distributed communication between members in different channels (Connectors based on tcp socket and unix domain socket are provided as samples)
Namespace control:
The ids published/subscribed by channel members constitute channels namespace.
Channel provides publish/subscribe scope control; When ids are published/subscribed, peers can specify desired scope (LOCAL, REMOTE, GLOBAL)
When 2 channels are connected, their namespaces are automatically "merged", which is transparent to both channel members and programmers. Members can communicate with members in remote channels the same way as with local members (by pub/sub ids).
Namespace merge/integration is controlled by:
Id scope specification
filters and translators defined at channel connections
Channel communication are peer-2-peer; there are no central daemons required for message passing.
Channel support both asynchronous message passing and synchronous event dispatching models.
Channel is built on top of
ACE (Adaptive Communication Environment) to gain platform independence.
Enhancements:
- The framework was ported to Windows XP with VC8.
- Dispatching policy was added as a Channel template parameter to support various dispatching algorithms.
- Broadcast and simple RoundRobin dispatching policies were implemented for testing.
- Callback was changed to functor style so that normal functions and functors can be directly used as callbacks.
<<lessChannel is a template library, with its major components configurable as template parameters:
template
<
class Id_Type,
class Id_Trait = IdTrait ,
class SynchPolicy = ACE_MT_SYNCH,
class AllocPolicy,
class Router = MapRouter
>
class Channel
By replacing Id_Type, Id_Trait and Router with various concrete classes, Channel can support table/linear message routing, hierarchical routing and associative routing (Linda style) at the demand of user. The same way, we can use integer, string, POD structs or any class as message ids (provided that proper operations are defined with Id_Trait)
Channel provides complete publish/subscribe interface for channel members (peer threads in message passing and objects in event dispatching) to pub/sub message/event ids/types and send/receive messages/events
Channels are process local entities which can be "connected" to allow transparent distributed communication between members in different channels (Connectors based on tcp socket and unix domain socket are provided as samples)
Namespace control:
The ids published/subscribed by channel members constitute channels namespace.
Channel provides publish/subscribe scope control; When ids are published/subscribed, peers can specify desired scope (LOCAL, REMOTE, GLOBAL)
When 2 channels are connected, their namespaces are automatically "merged", which is transparent to both channel members and programmers. Members can communicate with members in remote channels the same way as with local members (by pub/sub ids).
Namespace merge/integration is controlled by:
Id scope specification
filters and translators defined at channel connections
Channel communication are peer-2-peer; there are no central daemons required for message passing.
Channel support both asynchronous message passing and synchronous event dispatching models.
Channel is built on top of
ACE (Adaptive Communication Environment) to gain platform independence.
Enhancements:
- The framework was ported to Windows XP with VC8.
- Dispatching policy was added as a Channel template parameter to support various dispatching algorithms.
- Broadcast and simple RoundRobin dispatching policies were implemented for testing.
- Callback was changed to functor style so that normal functions and functors can be directly used as callbacks.
Download (5.5MB)
Added: 2006-03-16 License: MIT/X Consortium License Price:
1318 downloads
PKSampler 0.3 Beta
PKSampler project is a live-dj tool. more>>
PKSampler project is a live-dj tool. It is different from other "live DJ tools" in that it focuses on allowing the user to mix lots of samples at once. The focus is on a simple touchscreen interface that allows quick access to user supplied loops and samples.
<<less Download (7.8MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1346 downloads
Backpack 0.3 Beta
Backpack Programmers LiveCD is a live-cd designed with two things in mind. more>> <<less
Download (642MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1641 downloads
Kompile 0.3 Beta 3
Kompile is a KDE interface for automatic execution of configurations, compilation and installation of source tarball. more>>
Kompile project is a KDE interface for automatic execution of configurations, compilation and installation of source tarball.
When you compile and install Kompile sources (with normal steps "configure && make && make install") sone new voices are added to konqueror action menu for tar-based compressed archives (.tar, .tar.gz, .tar.bz, .tar.bz2).
Main features:
- One-click tarball installation with default commands (decpression -> compile && make && make install).
- One-click uninstall of installed application from tarball with default commands (decompression -> compile && make uninstall).
- Integration in Konquerors actions menu for commons source archives.
- System traybar minimization.
- Informations about installation progress from trybar icon.
- Console output view for optional check installation progress details.
Usage
Instead to command line usage you can selct operations directly form konqueror action menu voices:
- Automatic package install : Install package with default configuration and bulding options (defaults are "configure && make && make install). Its equivalent to type ~]#kompile /archive/path/sourcetarball.tar.bz2
- Automatic package uninstall : Unnstall package with default configuration options (defaults are "configure && make uninstall); Its equivalent to type ~]#kompile --uninstall /archive/path/sourcetarball.tar.bz2
Enhancements:
- Profiles managemnt dialog redesigned.
- Performance improved.
- Corrected some bugs in profle creation for default install operation.
- Fixed sintax problems in checkinstall invocation.
- Minor bugs fixing
- Polish language translation (Thanks to Bogusz Linda)
<<lessWhen you compile and install Kompile sources (with normal steps "configure && make && make install") sone new voices are added to konqueror action menu for tar-based compressed archives (.tar, .tar.gz, .tar.bz, .tar.bz2).
Main features:
- One-click tarball installation with default commands (decpression -> compile && make && make install).
- One-click uninstall of installed application from tarball with default commands (decompression -> compile && make uninstall).
- Integration in Konquerors actions menu for commons source archives.
- System traybar minimization.
- Informations about installation progress from trybar icon.
- Console output view for optional check installation progress details.
Usage
Instead to command line usage you can selct operations directly form konqueror action menu voices:
- Automatic package install : Install package with default configuration and bulding options (defaults are "configure && make && make install). Its equivalent to type ~]#kompile /archive/path/sourcetarball.tar.bz2
- Automatic package uninstall : Unnstall package with default configuration options (defaults are "configure && make uninstall); Its equivalent to type ~]#kompile --uninstall /archive/path/sourcetarball.tar.bz2
Enhancements:
- Profiles managemnt dialog redesigned.
- Performance improved.
- Corrected some bugs in profle creation for default install operation.
- Fixed sintax problems in checkinstall invocation.
- Minor bugs fixing
- Polish language translation (Thanks to Bogusz Linda)
Download (0.40MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
868 downloads
Scratchlib 0.3 Beta
Scratchlib is a open source platform independent C++ library to detect the position, speed and direction of timecode records. more>>
Scratchlib is a open source platform independent C++ library that can detect the position, speed and direction of Final Scratch timecode records.
Is there a simple example how to use it ?
Yes, just download the sources, compile it and see how it works.
Can i use other timecode records with this library ?
By reason of lack of time there are currently no plans to do this even though we have an idea how to support other systems.
Project state:
There is one console example which dump the timecode position and the speed.
This example use RtAudio for recording but the library is independent.
Enhancements:
- Scratchlib example with: - improved peak detection - Mixvibes v.1 support
<<lessIs there a simple example how to use it ?
Yes, just download the sources, compile it and see how it works.
Can i use other timecode records with this library ?
By reason of lack of time there are currently no plans to do this even though we have an idea how to support other systems.
Project state:
There is one console example which dump the timecode position and the speed.
This example use RtAudio for recording but the library is independent.
Enhancements:
- Scratchlib example with: - improved peak detection - Mixvibes v.1 support
Download (0.90MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1270 downloads
Fastdeploy 0.3 Beta
Fastdeploy is a Web-based system that works with various operating systems automated installer scripting and/or semantics. more>>
Fastdeploy is a Web-based system that works with various operating systems automated installer scripting and/or semantics (e.g., Kickstart, Preseeding, Windows Unattended, etc.) to completely automate the process of installing operating systems and related server software.
The project is designed to work using PXE network booting rather than CD/DVD based solutions so you can fully automate your infrastructure without needlessly burning CDs.
How does it work?
FastDeploy focuses most of its efforts at supporting the automation capabilities inherent with the installer mechanisms available with each operating system. This means we support Kickstart, Preseeding, and the unattended features of Windows. Its highly probable just about any other automated scripting can be supported.
Using a Web-based interface you can choose the options you want to automatically install (e.g., hostname, domain, IP address, server software to install/configure, etc.) then you PXE boot off your network card and the installation process occurs automatically, without user intervention.
<<lessThe project is designed to work using PXE network booting rather than CD/DVD based solutions so you can fully automate your infrastructure without needlessly burning CDs.
How does it work?
FastDeploy focuses most of its efforts at supporting the automation capabilities inherent with the installer mechanisms available with each operating system. This means we support Kickstart, Preseeding, and the unattended features of Windows. Its highly probable just about any other automated scripting can be supported.
Using a Web-based interface you can choose the options you want to automatically install (e.g., hostname, domain, IP address, server software to install/configure, etc.) then you PXE boot off your network card and the installation process occurs automatically, without user intervention.
Download (1.1MB)
Added: 2007-04-19 License: BSD License Price:
918 downloads
KDEVisualBoyAdvance 0.3 Beta
KDEVisualBoyAdvance software is based on other front-ends such as kvba, qtvba, and vbaexpress. more>>
KDEVisualBoyAdvance is a front-end for VisualBoy Advance.
KDEVisualBoyAdvance software is based on other front-ends such as kvba, qtvba, and vbaexpress.
<<lessKDEVisualBoyAdvance software is based on other front-ends such as kvba, qtvba, and vbaexpress.
Download (0.98MB)
Added: 2006-02-07 License: GPL (GNU General Public License) Price:
1356 downloads
Browsershots 0.3 Beta 1
Browsershots project is a free online platform where you can test your web design in different browsers. more>>
Browsershots project is a free online platform where you can test your web design in different browsers. When you submit your web address, it will be added to the job queue.
A number of distributed computers will automatically open your website in their browser. Then they will make screenshots and upload them to the central server here.
<<lessA number of distributed computers will automatically open your website in their browser. Then they will make screenshots and upload them to the central server here.
Download (0.15MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
876 downloads
C2::Newsletter 0.3 beta
C2::Newsletter is a tool to send MIME-encoded newsletters. more>>
C2::Newsletter is a simple tool for sending newsletters to your visitors. It allows you to create multiple newsletters, so your visitors can select which topics they want to receive.
There is an admin interface to add/edit newsletters and recipients, and send in plain text or MIME-encoded. It is easy to use, but currently only in German (English will be available soon).
Enhancements:
new Features
- Verification email is now configurable (plain text only)
- Supports now the admin as recipient for verification emails
fixed Bugs:
- Admin interface allows to list the recipients of a specified newsletter
- Config page => cancel button now works
- deleting a newsletter deletes also items in c2_mail_newsletter_selections
- holds email when adding a new recipient record
- verification of new recipients now works
performance:
- function GetConfig()
<<lessThere is an admin interface to add/edit newsletters and recipients, and send in plain text or MIME-encoded. It is easy to use, but currently only in German (English will be available soon).
Enhancements:
new Features
- Verification email is now configurable (plain text only)
- Supports now the admin as recipient for verification emails
fixed Bugs:
- Admin interface allows to list the recipients of a specified newsletter
- Config page => cancel button now works
- deleting a newsletter deletes also items in c2_mail_newsletter_selections
- holds email when adding a new recipient record
- verification of new recipients now works
performance:
- function GetConfig()
Download (0.024MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
NetDirector 0.3 BETA (Kerberos plugin)
NetDirector is an open and extensible management framework for managing configurations of common open source network services. more>>
NetDirector is an open and extensible management framework for managing configurations of common open source network services.
NetDirector offers both form driven and fine-grained control of server configuration files with many added benefits including rollback and policy-based access. It can manage both Linux and most any flavor of Unix. However, the preferred platform to host NetDirector Server Manager on is Linux.
What can you manage with NetDirector?
Today you can manage the following configurations through an easy-to-use form based web console. Or you can edit the entire configuration file in an editor manually but with the added advantage of automated version control.
- HTTP (Apache)
- DNS (BIND)
- DHCP
- File and Print Services (Samba, NFS)
- Email (Postfix, Sendmail)
- FTP (VSFTP)
- Users and Groups (mass add users to multiple servers at once.
- Network Interfaces
- Numerous System files
What else can NetDirector do beyond configuration management?
NetDirector is more than just a configuration tool, NetDirector has additional features including the following:
- Rollbacks (Revision Control) of each change made to a service accross any number of servers
- Troubleshooting/Logs
- Schedule Changes to occur anytime in the future
- Server configuration cloning.
- Intuitive integrated support for managing clustered servers and disaster recovery configurations.
- Track Past or Scheduled Changes to be done
- Track who made what changes and when
- Granular Role based user management
These capabilities can be applied to other server functions. For example, you could adapt NetDirector to schedule and run shell scripts on servers under management. Or, you could develop a module to provide system backups using Amanda as or simply use NetDirector as a way to front-end access to all servers, giving you the ability to tighten the points of authentication to servers and add an additional layer of security.
<<lessNetDirector offers both form driven and fine-grained control of server configuration files with many added benefits including rollback and policy-based access. It can manage both Linux and most any flavor of Unix. However, the preferred platform to host NetDirector Server Manager on is Linux.
What can you manage with NetDirector?
Today you can manage the following configurations through an easy-to-use form based web console. Or you can edit the entire configuration file in an editor manually but with the added advantage of automated version control.
- HTTP (Apache)
- DNS (BIND)
- DHCP
- File and Print Services (Samba, NFS)
- Email (Postfix, Sendmail)
- FTP (VSFTP)
- Users and Groups (mass add users to multiple servers at once.
- Network Interfaces
- Numerous System files
What else can NetDirector do beyond configuration management?
NetDirector is more than just a configuration tool, NetDirector has additional features including the following:
- Rollbacks (Revision Control) of each change made to a service accross any number of servers
- Troubleshooting/Logs
- Schedule Changes to occur anytime in the future
- Server configuration cloning.
- Intuitive integrated support for managing clustered servers and disaster recovery configurations.
- Track Past or Scheduled Changes to be done
- Track who made what changes and when
- Granular Role based user management
These capabilities can be applied to other server functions. For example, you could adapt NetDirector to schedule and run shell scripts on servers under management. Or, you could develop a module to provide system backups using Amanda as or simply use NetDirector as a way to front-end access to all servers, giving you the ability to tighten the points of authentication to servers and add an additional layer of security.
Download (0.19MB)
Added: 2006-08-09 License: MPL (Mozilla Public License) Price:
1172 downloads
Ah3 Beta 3
Ah3 project is an invoicing and inventory system for repair shops. more>>
Ah3 project is an invoicing and inventory system for repair shops. Out of the box it is focused towards autmotive repair shops but can be readily changed for any sort of shop without any knowledge of coding or recompiling the application.
Main features:
- Customer and vehicle database
- Inventory management
- Customizable invoice generation
- Forms which can be redily customized without code changes
- Minimal data changes from Ah2
- Building on MS Windows is possible
<<lessMain features:
- Customer and vehicle database
- Inventory management
- Customizable invoice generation
- Forms which can be redily customized without code changes
- Minimal data changes from Ah2
- Building on MS Windows is possible
Download (0.003MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
796 downloads
TorK 0.18 Beta
TorK project is a Tor Controller for KDE. more>>
TorK project is a Tor Controller for KDE.
TorK allows you to configure, run and update Tor. It also allows you to view the Tor network and choose how you would like to interact with the network.
TorK is very much in an alpha state.
<<lessTorK allows you to configure, run and update Tor. It also allows you to view the Tor network and choose how you would like to interact with the network.
TorK is very much in an alpha state.
Download (0.75MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
817 downloads
phpDEV 0.1e Beta
phpDEV project provides a framework for any php development. more>>
phpDEV project provides a framework for any php development. It includes users, setting, session, elements and template management as a base to build upon. All base functionality has full web based management included, where you take it from there is up to you.
Enhancements:
- Bus fixes and large amount of polishing
<<lessEnhancements:
- Bus fixes and large amount of polishing
Download (0.071MB)
Added: 2007-06-06 License: BSD License Price:
875 downloads
axWebEd 0.4 Beta
axWebEd is a PHP script which creates backups from a mySQL-Database at given time intervals. more>>
axWebEd is a PHP script which creates backups from a mySQL-Database at given time intervals.
phpMyBackup creates backups from a mySQL-Database at given time intervals and stores them in a gz-compressed file on your webserver. An interface to restore the database is included.
<<lessphpMyBackup creates backups from a mySQL-Database at given time intervals and stores them in a gz-compressed file on your webserver. An interface to restore the database is included.
Download (0.004MB)
Added: 2007-04-18 License: Freeware Price:
919 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.3 beta 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