helidb 1.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1242
HeliDB 1.1
HeliDB 1.1 offers you a simple and fast Java database for persisting key—value pairs from a Java program. more>> <<less
Added: 2009-07-27 License: LGPL Price: FREE
downloads
ceODBC 1.1
ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API. more>>
ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API 2.0 specifications with a few exceptions.
For more information on the database API specification, see here. Use the provided setup.py to build and install the module which makes use of the DistUtils module made available in Python 2.0 and up.
Enhancements:
- This release adds support for searching the catalog of a data source for tables, procedures, columns, privileges, foreign keys and primary keys.
- It also adds support for getting and setting the autocommit flag for a connection and the name for a cursor.
<<lessFor more information on the database API specification, see here. Use the provided setup.py to build and install the module which makes use of the DistUtils module made available in Python 2.0 and up.
Enhancements:
- This release adds support for searching the catalog of a data source for tables, procedures, columns, privileges, foreign keys and primary keys.
- It also adds support for getting and setting the autocommit flag for a connection and the name for a cursor.
Download (0.044MB)
Added: 2007-08-13 License: Perl Artistic License Price:
804 downloads
LibTMCG 1.1.1
LibTMCG is a general purpose C++ library for creating secure electronic card games. more>>
LibTMCG is a general purpose C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary.
To emphasize this point again: With the present library there is no need for an independent referee, because the applied protocols provide a basic level of confidentiality and fairness by itself. Consequently, the library is well-suited for peer-to-peer (P2P) environments where no TTP is available.
Of course, we cannot avoid that malicious players share information about their private cards, but the protocols ensure that the shuffle of the deck is performed randomly (presumed that at least one player is honest) and thus the cards will be distributed uniformly among the players.
Further, no coalition can learn the private cards of a player against his will (except for trivial conclusions). The corresponding cryptographic problem, actually called Mental Poker, has been studied since 1979 (Shamir, Rivest, and Adleman) by many authors (see the first section of [St05] for a short survey). LibTMCG provides the first practical implementation of such protocols.
The implementation relies on advanced cryptographic techniques---the so-called zero-knowledge proofs. Using these building blocks the high-level protocols minimize the effect of coalitions and preserve the confidentiality of the players strategy, i.e. the players are not required to reveal their cards at the end of the game to show that they did not cheat.
Enhancements:
- A major security bug was fixed.
- This bug allows an adversary to choose trivial group generators.
- This flaw has a crucial impact on the confidentiality of private cards.
- Thus, all users are strongly recommended to update LibTMCG as soon as possible.
<<lessTo emphasize this point again: With the present library there is no need for an independent referee, because the applied protocols provide a basic level of confidentiality and fairness by itself. Consequently, the library is well-suited for peer-to-peer (P2P) environments where no TTP is available.
Of course, we cannot avoid that malicious players share information about their private cards, but the protocols ensure that the shuffle of the deck is performed randomly (presumed that at least one player is honest) and thus the cards will be distributed uniformly among the players.
Further, no coalition can learn the private cards of a player against his will (except for trivial conclusions). The corresponding cryptographic problem, actually called Mental Poker, has been studied since 1979 (Shamir, Rivest, and Adleman) by many authors (see the first section of [St05] for a short survey). LibTMCG provides the first practical implementation of such protocols.
The implementation relies on advanced cryptographic techniques---the so-called zero-knowledge proofs. Using these building blocks the high-level protocols minimize the effect of coalitions and preserve the confidentiality of the players strategy, i.e. the players are not required to reveal their cards at the end of the game to show that they did not cheat.
Enhancements:
- A major security bug was fixed.
- This bug allows an adversary to choose trivial group generators.
- This flaw has a crucial impact on the confidentiality of private cards.
- Thus, all users are strongly recommended to update LibTMCG as soon as possible.
Download (0.63MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
900 downloads
EL4J 1.1.1
EL4J, the Extension Library for the J2EE, adds incremental improvements to the Spring Java framework. more>>
EL4J, the Extension Library for the J2EE, adds incremental improvements to the Spring Java framework.
Main features:
- The ability to split applications in modules
- A module can consist of code, jar-files and configurations
- There can be transitive dependencies between modules
- A module can automatically enable its spring configuration when it is present
- The order and the location of configuration-information works accross various J2EE containers
- Simplified remoting
- Optional implicit context passing to cleanly add technical context with remote method invocations (e.g. to add a security principal or the sub-company on whose behalf a request is being made)
- Remote a POJO as SLSB or SFSB, remote a POJO via SOAP
- Clean remoting support for interfaces that lack a RemoteException in their interface where its required
- A light daemon manager service
- Various improvements
- Make the active beans and their configuration visible in JMX
- A light exception handling framework that implements a safety facade
- Simplified configuration of attribute-interceptor mappings
Enhancements:
- Many clean-ups in the build infrastructure and in the file organization
- Added a database plugin that allows to execute SQL scripts on the database.
- It can optionally launch an embedded database (Derby for now).
- Added a dependency plugin that illustrates the dependencies between modules graphically.
- Added a basic EL4J archetype to get started more easily
- We provide a mechanim to override the configuration files that are in the automatic Tomcat download (files etc/tomcat are copied to Tomcat).
- Test run now in the maven integration phase (in order for us to launch the database in the right moment).
- Some issues in the site-generation were fixed.
- Added an experimental version plugin that checks whether there are new versions available of existing maven plugins or of other jar-files a project depends on.
- Provided fixes for the external exec plugin
- Upgrade to some newer maven plugins: eclipse, javadoc, deploy.
<<lessMain features:
- The ability to split applications in modules
- A module can consist of code, jar-files and configurations
- There can be transitive dependencies between modules
- A module can automatically enable its spring configuration when it is present
- The order and the location of configuration-information works accross various J2EE containers
- Simplified remoting
- Optional implicit context passing to cleanly add technical context with remote method invocations (e.g. to add a security principal or the sub-company on whose behalf a request is being made)
- Remote a POJO as SLSB or SFSB, remote a POJO via SOAP
- Clean remoting support for interfaces that lack a RemoteException in their interface where its required
- A light daemon manager service
- Various improvements
- Make the active beans and their configuration visible in JMX
- A light exception handling framework that implements a safety facade
- Simplified configuration of attribute-interceptor mappings
Enhancements:
- Many clean-ups in the build infrastructure and in the file organization
- Added a database plugin that allows to execute SQL scripts on the database.
- It can optionally launch an embedded database (Derby for now).
- Added a dependency plugin that illustrates the dependencies between modules graphically.
- Added a basic EL4J archetype to get started more easily
- We provide a mechanim to override the configuration files that are in the automatic Tomcat download (files etc/tomcat are copied to Tomcat).
- Test run now in the maven integration phase (in order for us to launch the database in the right moment).
- Some issues in the site-generation were fixed.
- Added an experimental version plugin that checks whether there are new versions available of existing maven plugins or of other jar-files a project depends on.
- Provided fixes for the external exec plugin
- Upgrade to some newer maven plugins: eclipse, javadoc, deploy.
Download (1.2MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
977 downloads
DBFW 1.1.2
DBFW is a PHP-based database framework for rapid application development and rapid prototyping. more>>
DBFW is a PHP-based database framework for rapid application development and rapid prototyping.
DBFW project allows the creation of almost complete Web/database-based applications in no more than few hours, as well as faster development cycles.
It uses automatic DB schema discovery with XML configuration files to automatically implement a basic user interface that can be extended through the use of ad-hoc PHP code.
This framework aims to provide the developer with a tool that can be used first to iron out the database structure through as many iterations as required, but without forcing the developer to rewrite everything at every iteration.
It provides many features aimed to reduce this round-trip in the requirement and specification analisys phase, thanks to its ability to provide an auto-updating and working prototype of the user interface that can be used to access data from the DB under construction.
Main features:
- autodetection of the entire DB schema. The framework engine will retrieve all required informations from the DB itself (like all user visible tables, foreign keys, column types, and so on). It will cache the discovered infos in a file under the directory cache/ of the application. If you change the schema, the tables, add/remove columns and so on, you will just need to remove the cache file and the framework will redo the discovery process.
- XML-based User Interface specification. The user interface of the application is specified through a set of XML files, which will contain the templates for the application forms and browsers as well as the application menus, the reports and so on....
- automatic handling of CRUD functionality. By default, it is able to provide support for creation, read, update and delete of records from all your tables.
- automatic handling of Foreign Keys. The framework knows all foreign keys defined among tables, and it will allow its automatic handling whenever you will say so. The automatic handling means navigable html links during the browsing of records from a given table as well as search or select widgets in the editing forms.
- multi database support. The framework uses a driver based interface for DB access, which means that new databases backend may be added later, by simply creating the related driver. The framework currently supports the following DB:
- PostgreSQL 7.3.X and later (The 8.X needs more tests, thought)
- MySQL 4.1.X and later (Check the driver specifications for known limitations)
- Oracle 9i and later (it should work, even if it hasnt been used by few years)
- The framework uses the PEAR library for DB access, so the its internal driver will add only the functionality required by the discovery process and few others not directly provided by the PEAR driver.
- simple creation of Reports. You can create a Report (or a group of Reports) simply by specifying the SQL query which generate the data and by choose the output, be it a textual one using a template, or a graphical one, using the GD library or a SVG generator. It supports the following output formats: HTML, PDF (still under development, thought), TSV (tab Separated Values) and XLS (Excel Spreadsheets);
- DHTML forms: hierarchical forms are implemented using DHTML so they are handled by the web client for the most part, avoiding unnecessary round-trips. (It should work with almost all recently web browsers).
- form nesting. This allows you to create nested forms for editing of related sets of records. All modifications to the set will be committed as a unique transaction, so they will fail or success as a whole.
- form validation and error handling: all forms will be validated before their use, and all errors will be notified to the user. The framework uses the exernal JavaScript library overlib to handle tooltips as well as error notifications ( you may find more info at http://www.bosrup.com/web/overlib/ )
- support for record history. You may create two additional columns in your tables (a start-of-validity one and a end-of-validity one), tell the framework of them and then it will handle all modifications as storicized modifications (i.e. the records will not be really deleted, just marked as expired).
- integrated support for PDF generation, through the external library html2ps based on FPDF
- javascript calendar for web client date handling (a really wonderful JavaScript library. Check it out at http://students.infoiasi.ro/~mishoo/site/calendar.epl
- dynamically generated menus: you can generate menus dinamically using SQL queries.
- internationalization: it supports full internationalization for both framework and applications using Gettext. They may be handled separately, so you can maintain your application messages indipendently from those of the framework.
- privileges: the framework will respect all privileges defined on the DB tables, as well as it will enforce additional privileges, like record based ones (yes, really record based... I need to document how they work, though... )
- automatic generation of user documentation: (Work In Progress) Since the application behaviour is specified for the most part in the XML configuration files, its possible to process those files to generate automatically the core of the User Documentation. Of course, it still need to be completed and edited by hand, but this time you may concentrate on its content. BTW, the generated document will be in DocBook XML format.
- support for pop-up based details views.
- many more feature, like the handlers (PHP code which can be hooked to specific engine events like the decode event or the post_retrieve and so on), triggers (to allow the use of special triggers on DB that doesnt support triggers that access the tables under modifications, like Oracle and MySQL), foreign key and browser filtering, order-by handling, externally linked pages, and so on...
Enhancements:
- A new online help subsystem, a code cleanup, more work on the documentation, more support for data exports, and many bugfixes.
<<lessDBFW project allows the creation of almost complete Web/database-based applications in no more than few hours, as well as faster development cycles.
It uses automatic DB schema discovery with XML configuration files to automatically implement a basic user interface that can be extended through the use of ad-hoc PHP code.
This framework aims to provide the developer with a tool that can be used first to iron out the database structure through as many iterations as required, but without forcing the developer to rewrite everything at every iteration.
It provides many features aimed to reduce this round-trip in the requirement and specification analisys phase, thanks to its ability to provide an auto-updating and working prototype of the user interface that can be used to access data from the DB under construction.
Main features:
- autodetection of the entire DB schema. The framework engine will retrieve all required informations from the DB itself (like all user visible tables, foreign keys, column types, and so on). It will cache the discovered infos in a file under the directory cache/ of the application. If you change the schema, the tables, add/remove columns and so on, you will just need to remove the cache file and the framework will redo the discovery process.
- XML-based User Interface specification. The user interface of the application is specified through a set of XML files, which will contain the templates for the application forms and browsers as well as the application menus, the reports and so on....
- automatic handling of CRUD functionality. By default, it is able to provide support for creation, read, update and delete of records from all your tables.
- automatic handling of Foreign Keys. The framework knows all foreign keys defined among tables, and it will allow its automatic handling whenever you will say so. The automatic handling means navigable html links during the browsing of records from a given table as well as search or select widgets in the editing forms.
- multi database support. The framework uses a driver based interface for DB access, which means that new databases backend may be added later, by simply creating the related driver. The framework currently supports the following DB:
- PostgreSQL 7.3.X and later (The 8.X needs more tests, thought)
- MySQL 4.1.X and later (Check the driver specifications for known limitations)
- Oracle 9i and later (it should work, even if it hasnt been used by few years)
- The framework uses the PEAR library for DB access, so the its internal driver will add only the functionality required by the discovery process and few others not directly provided by the PEAR driver.
- simple creation of Reports. You can create a Report (or a group of Reports) simply by specifying the SQL query which generate the data and by choose the output, be it a textual one using a template, or a graphical one, using the GD library or a SVG generator. It supports the following output formats: HTML, PDF (still under development, thought), TSV (tab Separated Values) and XLS (Excel Spreadsheets);
- DHTML forms: hierarchical forms are implemented using DHTML so they are handled by the web client for the most part, avoiding unnecessary round-trips. (It should work with almost all recently web browsers).
- form nesting. This allows you to create nested forms for editing of related sets of records. All modifications to the set will be committed as a unique transaction, so they will fail or success as a whole.
- form validation and error handling: all forms will be validated before their use, and all errors will be notified to the user. The framework uses the exernal JavaScript library overlib to handle tooltips as well as error notifications ( you may find more info at http://www.bosrup.com/web/overlib/ )
- support for record history. You may create two additional columns in your tables (a start-of-validity one and a end-of-validity one), tell the framework of them and then it will handle all modifications as storicized modifications (i.e. the records will not be really deleted, just marked as expired).
- integrated support for PDF generation, through the external library html2ps based on FPDF
- javascript calendar for web client date handling (a really wonderful JavaScript library. Check it out at http://students.infoiasi.ro/~mishoo/site/calendar.epl
- dynamically generated menus: you can generate menus dinamically using SQL queries.
- internationalization: it supports full internationalization for both framework and applications using Gettext. They may be handled separately, so you can maintain your application messages indipendently from those of the framework.
- privileges: the framework will respect all privileges defined on the DB tables, as well as it will enforce additional privileges, like record based ones (yes, really record based... I need to document how they work, though... )
- automatic generation of user documentation: (Work In Progress) Since the application behaviour is specified for the most part in the XML configuration files, its possible to process those files to generate automatically the core of the User Documentation. Of course, it still need to be completed and edited by hand, but this time you may concentrate on its content. BTW, the generated document will be in DocBook XML format.
- support for pop-up based details views.
- many more feature, like the handlers (PHP code which can be hooked to specific engine events like the decode event or the post_retrieve and so on), triggers (to allow the use of special triggers on DB that doesnt support triggers that access the tables under modifications, like Oracle and MySQL), foreign key and browser filtering, order-by handling, externally linked pages, and so on...
Enhancements:
- A new online help subsystem, a code cleanup, more work on the documentation, more support for data exports, and many bugfixes.
Download (0.89MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
750 downloads
libviper 1.1.1
libviper is an API for quickly developing console, curses-based interfaces with mouse support (GPM). more>>
libviper is an API for quickly developing console, curses-based interfaces with mouse support (GPM). Its a good alternative to the panels library.
The API preserves many of the familiar ncurses monikers. The project also provides, basic, GTK-like window signal handling.
<<lessThe API preserves many of the familiar ncurses monikers. The project also provides, basic, GTK-like window signal handling.
Download (0.025MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
CitrusDB 1.1.4
CitrusDB is a Web-based customer database application that uses PHP and a database backend to keep track of customer information more>>
CitrusDB is an open source customer database application that uses PHP and a database back-end (currently MySQL).
This software can keep track of customer information, CRM, services, products, billing, and customer service information. The program will run on any PHP enabled web server.
This software is now in beta. There is still alot of room for tweaking code and making things more streamlined, a whole lot of room. The code of CitrusDB might even be able to be used now for something other than to play around with, but since its beta I wont recommend using it in production yet. For long time users, please note that the initial login name has changed from "test" to "admin" now!
Main features:
- modular functions to allow new pieces to work along side base functions
- security and password access to database on a per user level
- track modifications to customer records made by the database user
- keep general info, mailing address, billing address, and billing info about each customer
- able to assign multiple (unlimited?) services or products to a customer record
- add custom fields for services/product information
- trouble tickets / individual and department notifications
- import / export feature to send billing data back and forth to card processing software
- import from online order data (or online order component)
- search by specified fields
- easy to add and modify services/products
- ability to invoke remote commands to talk to other servers for billing queries, user lookups, etc.
- bill credit card and invoice for monthly, setup fee, onetime charges, 6 month, yearly, etc. billing cycles
- ability for different billing types to be assigned to each product or service that one customer has
<<lessThis software can keep track of customer information, CRM, services, products, billing, and customer service information. The program will run on any PHP enabled web server.
This software is now in beta. There is still alot of room for tweaking code and making things more streamlined, a whole lot of room. The code of CitrusDB might even be able to be used now for something other than to play around with, but since its beta I wont recommend using it in production yet. For long time users, please note that the initial login name has changed from "test" to "admin" now!
Main features:
- modular functions to allow new pieces to work along side base functions
- security and password access to database on a per user level
- track modifications to customer records made by the database user
- keep general info, mailing address, billing address, and billing info about each customer
- able to assign multiple (unlimited?) services or products to a customer record
- add custom fields for services/product information
- trouble tickets / individual and department notifications
- import / export feature to send billing data back and forth to card processing software
- import from online order data (or online order component)
- search by specified fields
- easy to add and modify services/products
- ability to invoke remote commands to talk to other servers for billing queries, user lookups, etc.
- bill credit card and invoice for monthly, setup fee, onetime charges, 6 month, yearly, etc. billing cycles
- ability for different billing types to be assigned to each product or service that one customer has
Download (1.1MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
851 downloads
tipxd 1.1.1
tipxd is an IPX tunneling daemon which snoops on a local network for IPX 802.3 traffic. more>>
tipxd is an IPX tunneling daemon which snoops on a local network for IPX 802.3 traffic, packages it and sends it over one or many TCP/IP connections to tipxd running on remote machines where it is unpacked and sent via the local network. This, in effect, makes the IPX networks appear as if all IPX peers were on the same physical hub. This program makes easier the playing of games where TCP/IP connections are not possible(for example where the two IPX machines are both behind firewalls), and the join Novell Netware Networks, share Windows Drives, etc.
By default, tipxd looks for the configuration file /etc/tipxd.conf, unless this is overidden with the -f option. This file is a very simple record format. Each record has a texttt{BEGIN} and texttt{END} statement, and tags which can occur between them to assign values for that record.
<<lessBy default, tipxd looks for the configuration file /etc/tipxd.conf, unless this is overidden with the -f option. This file is a very simple record format. Each record has a texttt{BEGIN} and texttt{END} statement, and tags which can occur between them to assign values for that record.
Download (0.022MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1217 downloads
IMDbPYKit 1.1.1
Web interface for IMDbPY more>>
IMDbPYKit 1.1.1 is yet another excellent utility for everyone. It is actually a web-based interface for IMDbPY using PasteWebkit.
This will provide a friendly web interface of choice to every information accessible through IMDbPY; its able to serve data in both XML and HTML format. You must respect the IMDbs conditions of use when using this product.
Enhancements:
- Fix for some files left out from the installer.
Requirements:
- Python
Added: 2009-05-04 License: GPL Price: FREE
13 downloads
PSIX 1.1
PSIX is a nice style for KDE, inspired by the Sony PSP. more>>
PSIX is originally a shell for the Sony PSP. I found the shell to have great graphics and a nice interface so i decided to port the look and feel over to one of the best window managers and OS. I also did this without falling under any License agreements because no one likes GPL.
Note: If installer dosent open from Konqueror then start installer from Konsole (sh Install PSIX Theme.bash)
<<lessNote: If installer dosent open from Konqueror then start installer from Konsole (sh Install PSIX Theme.bash)
Download (1.4MB)
Added: 2007-04-16 License: Freeware Price:
550 downloads
Python OpenID 1.1.1
Python OpenID is a set of Python packages that support use of the OpenID decentralized identity system. more>>
Python OpenID is a set of Python packages that support use of the OpenID decentralized identity system in your applications.
Python OpenID can be used to enable single sign-on for your Web sites or for running an OpenID server. Example code is supplied and a variety of storage back-ends are supported.
Main features:
- Refined and easy-to-use API.
- Extensive documentation.
- Many storage implemetations including file-based, SQL, and memcached.
- Simple examples to help you get started.
- Licensed under the LGPL.
Enhancements:
- This release includes support for Yadis discovery of OpenID servers and OpenID extensions.
<<lessPython OpenID can be used to enable single sign-on for your Web sites or for running an OpenID server. Example code is supplied and a variety of storage back-ends are supported.
Main features:
- Refined and easy-to-use API.
- Extensive documentation.
- Many storage implemetations including file-based, SQL, and memcached.
- Simple examples to help you get started.
- Licensed under the LGPL.
Enhancements:
- This release includes support for Yadis discovery of OpenID servers and OpenID extensions.
Download (0.21MB)
Added: 2006-05-27 License: GPL (GNU General Public License) Price:
1248 downloads
poweriso 1.1
poweriso is the free, Linux CLI version of PowerISO. more>>
poweriso is the free, Linux CLI version of PowerISO.
This is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats).
Usage: poweriso [parameters] [-switches]
Commands
list
List files and directories in image file.
Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r
extract
Extract files/directories from image file.
Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test
convert
Convert image file to other format.
Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso
Switches
-r List or extract recursively.
-o Specify output image file name.
-od Specify output folder.
-ot Specify output image file type. If not specified,
the image type will be determined by file name suffix.
-volsize Split output image file to multiple volumes, and set volume
size to . Example: -volsize 100M
-setpassword Set password for output image file.
Example: -setpassword 12345678
<<lessThis is a free utility for linux which can extract, list, and convert image files (including ISO, BIN, DAA, and other formats).
Usage: poweriso [parameters] [-switches]
Commands
list
List files and directories in image file.
Example: List all files and directories in root direcory of /home/sam/test.iso .
Command: poweriso list /home/sam/test.iso / -r
extract
Extract files/directories from image file.
Example: Extract all files and directories in root direcory of /home/sam/test.iso to /home/sam/test recursively.
Command: poweriso extract /home/sam/test.iso / -od /home/sam/test
convert
Convert image file to other format.
Example: Convert /home/sam/test.daa to standard iso file
Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso
Switches
-r List or extract recursively.
-o Specify output image file name.
-od Specify output folder.
-ot Specify output image file type. If not specified,
the image type will be determined by file name suffix.
-volsize Split output image file to multiple volumes, and set volume
size to . Example: -volsize 100M
-setpassword Set password for output image file.
Example: -setpassword 12345678
Download (0.28MB)
Added: 2007-04-14 License: Freeware Price:
688835 downloads
libTagEdit 1.1.1
libTagEdit is a simple C++ and Python class library for music tag editing. more>>
libTagEdit is a simple C++ and Python class library for music tag editing.
<<less Download (0.33MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
MoMEUnit 1.1.1
MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. more>>
MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. The application is derived from the JUnit framework. It is only CLDC 1.1 compliant.
It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as ease of development and running of tests, sharing of fixtures among different tests, the ability to perform simultaneous test runs, and much more.
The results of tests are displayed with a progress bar, statistics, and lists of failures or errors with detailed messages for each test.
Main features:
- Calculates list of tests to run based on Test interface implementation and specified patterns. There is no need to specify test cases to run explicitly. Developers can add test cases without configuring test runners.
- Runs test cases of already built J2ME application or builds test application on behalf of developer based on source files, classes, resources and libraries specified.
- Preverifies J2ME application before running tests on demand.
- Formats tests run output by using predefined or custom tests results formatters like in task. All test characteristics including times and stack traces are available.
- Gives developers possibility to choose emulator and/or preverify tool to run by specifying predefined or custom emulator or preverifier.
- Gives developers possibility to configure test J2ME application by specifying attributes of application JAD descriptor and/or manifest.
Enhancements:
- Timeout functionality added to ant Integration package and MIDletTestRunner and minor bugs fixed.
<<lessIt overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as ease of development and running of tests, sharing of fixtures among different tests, the ability to perform simultaneous test runs, and much more.
The results of tests are displayed with a progress bar, statistics, and lists of failures or errors with detailed messages for each test.
Main features:
- Calculates list of tests to run based on Test interface implementation and specified patterns. There is no need to specify test cases to run explicitly. Developers can add test cases without configuring test runners.
- Runs test cases of already built J2ME application or builds test application on behalf of developer based on source files, classes, resources and libraries specified.
- Preverifies J2ME application before running tests on demand.
- Formats tests run output by using predefined or custom tests results formatters like in task. All test characteristics including times and stack traces are available.
- Gives developers possibility to choose emulator and/or preverify tool to run by specifying predefined or custom emulator or preverifier.
- Gives developers possibility to configure test J2ME application by specifying attributes of application JAD descriptor and/or manifest.
Enhancements:
- Timeout functionality added to ant Integration package and MIDletTestRunner and minor bugs fixed.
Download (1.1MB)
Added: 2007-08-15 License: Common Public License Price:
805 downloads
CTShaper 1.1.1
CTShaper is a shell-script that helps setting up a traffic shaper. more>>
CTShaper is a shell-script that helps setting up a traffic shaper, using Linuxs built-in network QoS (Quality of Service) infrastructure.
Have you ever noticed how your SSH/gaming sessions become sluggish when you start downloading something, or how your downloads slow down when you start uploading?
Have you ever been annoyed by other peoples downloads forcing you to wait ages while an email is being sent? Or making your web navigation painfully slow?
Well, if your outgoing link is managed by a Linux router/gateway, then you could benefit from using CTShaper.
CTShaper reduces link latency by preventing packet queues from getting too long on your side (your ADSL or Cable modem) and on your ISPs side (their routers). Long packet queues is what makes your uploads interfere with your downloads, and your downloads interfere with your SSH or gaming sessions.
Additionally, CTShaper sets up four traffic queues with different priorities and configurable flow rates (to have minimum bandwidth guarantees for each class). By default, only traffic with ToS (Type of Service) information gets prioritized (which could be enough, if lots of software had support for it, which they dont), but you can use your firewall (iptables, or an iptables frontend like FireHOL) to "mark" traffic.
The traffic shaper will then prioritize (outgoing) traffic based on those "marks". You can, for instance, give priority to SMTP and HTTP traffic. This will only affect outgoing HTTP and SMTP traffic, but thats enough to make your emails go out faster, and your web navigation more responsive.
<<lessHave you ever noticed how your SSH/gaming sessions become sluggish when you start downloading something, or how your downloads slow down when you start uploading?
Have you ever been annoyed by other peoples downloads forcing you to wait ages while an email is being sent? Or making your web navigation painfully slow?
Well, if your outgoing link is managed by a Linux router/gateway, then you could benefit from using CTShaper.
CTShaper reduces link latency by preventing packet queues from getting too long on your side (your ADSL or Cable modem) and on your ISPs side (their routers). Long packet queues is what makes your uploads interfere with your downloads, and your downloads interfere with your SSH or gaming sessions.
Additionally, CTShaper sets up four traffic queues with different priorities and configurable flow rates (to have minimum bandwidth guarantees for each class). By default, only traffic with ToS (Type of Service) information gets prioritized (which could be enough, if lots of software had support for it, which they dont), but you can use your firewall (iptables, or an iptables frontend like FireHOL) to "mark" traffic.
The traffic shaper will then prioritize (outgoing) traffic based on those "marks". You can, for instance, give priority to SMTP and HTTP traffic. This will only affect outgoing HTTP and SMTP traffic, but thats enough to make your emails go out faster, and your web navigation more responsive.
Download (0.011MB)
Added: 2005-11-02 License: GPL (GNU General Public License) Price:
1453 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 helidb 1.1 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