weighted 0.1301
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 206
Graph::Weighted 0.1301
Graph::Weighted is an abstract, weighted graph implementation. more>>
Graph::Weighted is an abstract, weighted graph implementation.
SYNOPSIS
use Graph::Weighted;
$g = Graph::Weighted->new(
data => [
[ 0, 1, 2, 0, 0 ], # A vertex with two edges.
[ 1, 0, 3, 0, 0 ], # "
[ 2, 3, 0, 0, 0 ], # "
[ 0, 0, 1, 0, 0 ], # A vertex with one edge.
[ 0, 0, 0, 0, 0 ] # A vertex with no edges.
]
);
$g = Graph::Weighted->new(
data => {
weight => {
a => { b => 1, c => 2 }, # A vertex with two edges.
b => { a => 1, c => 3 }, # "
c => { a => 2, b => 3 }, # "
d => { c => 1 }, # A vertex with one edge.
e => {} # A vertex with no edges.
}
foo => [
[ 1, 2, 3 ],
[ 4, 5, 6 ],
[ 7, 8, 9 ]
],
}
);
$g = Graph::Weighted->new(
data => $Math_Matrix_object,
retrieve_as => ARRAY,
);
$data = $g->weight_data;
$w = $g->graph_weight;
$w = $g->vertex_weight($v1);
$w = $g->vertex_weight($v1, $w + 1);
$w = $g->edge_weight($v1, $v2);
$w = $g->edge_weight($v1, $v2, $w + 1);
$vertices = $g->heaviest_vertices;
$vertices = $g->lightest_vertices;
$w = $g->max_weight; # Weight of the largest vertices.
$w = $g->min_weight; # Weight of the smallest vertices.
# Call the weight methods of the inherited Graph module.
$x = $g->MST_Kruskal;
$x = $g->APSP_Floyd_Warshall;
$x = $g->MST_Prim($p);
<<lessSYNOPSIS
use Graph::Weighted;
$g = Graph::Weighted->new(
data => [
[ 0, 1, 2, 0, 0 ], # A vertex with two edges.
[ 1, 0, 3, 0, 0 ], # "
[ 2, 3, 0, 0, 0 ], # "
[ 0, 0, 1, 0, 0 ], # A vertex with one edge.
[ 0, 0, 0, 0, 0 ] # A vertex with no edges.
]
);
$g = Graph::Weighted->new(
data => {
weight => {
a => { b => 1, c => 2 }, # A vertex with two edges.
b => { a => 1, c => 3 }, # "
c => { a => 2, b => 3 }, # "
d => { c => 1 }, # A vertex with one edge.
e => {} # A vertex with no edges.
}
foo => [
[ 1, 2, 3 ],
[ 4, 5, 6 ],
[ 7, 8, 9 ]
],
}
);
$g = Graph::Weighted->new(
data => $Math_Matrix_object,
retrieve_as => ARRAY,
);
$data = $g->weight_data;
$w = $g->graph_weight;
$w = $g->vertex_weight($v1);
$w = $g->vertex_weight($v1, $w + 1);
$w = $g->edge_weight($v1, $v2);
$w = $g->edge_weight($v1, $v2, $w + 1);
$vertices = $g->heaviest_vertices;
$vertices = $g->lightest_vertices;
$w = $g->max_weight; # Weight of the largest vertices.
$w = $g->min_weight; # Weight of the smallest vertices.
# Call the weight methods of the inherited Graph module.
$x = $g->MST_Kruskal;
$x = $g->APSP_Floyd_Warshall;
$x = $g->MST_Prim($p);
Download (0.011MB)
Added: 2007-08-07 License: Perl Artistic License Price:
812 downloads
ZXID 0.19
ZXID aims at full stack implementation of all federated identity management and identity web services protocols. more>>
ZXID aims at full stack implementation of all federated identity management and identity web services protocols. Initial goal is supporting SP role, followed by IdP and ID-WSF WSC roles.
ZXID is light weight, has small foot print, and is implemented in C.
ZXID is suitable for both high perrformance and embedded applications. Scripting languages are supported using SWIG, including Perl and PHP. The "full stack" nature of ZXID means its self contained and has minimal external library dependencies, the main one being OpenSSL.
Targeted Federated Identity Standards:
SAML 2.0
SAML 1.1
Liberty ID-FF 1.2
WS-Federation 1.0 Basic Profile
Targeted ID Web Services Standards:
Liberty ID-WSF 1.1
Liberty ID-WSF 2.0
<<lessZXID is light weight, has small foot print, and is implemented in C.
ZXID is suitable for both high perrformance and embedded applications. Scripting languages are supported using SWIG, including Perl and PHP. The "full stack" nature of ZXID means its self contained and has minimal external library dependencies, the main one being OpenSSL.
Targeted Federated Identity Standards:
SAML 2.0
SAML 1.1
Liberty ID-FF 1.2
WS-Federation 1.0 Basic Profile
Targeted ID Web Services Standards:
Liberty ID-WSF 1.1
Liberty ID-WSF 2.0
Download (2.6MB)
Added: 2007-08-13 License: The Apache License 2.0 Price:
803 downloads
subPersistence 0.10.0
subPersistence is an abstract, light-weight, yet flexible framework for working with O/R persistence mappers. more>>
subPersistence is an abstract, light-weight yet flexible framework for working with O/R persistence mappers. It provides for independence of a specific O/R mapper such as Hibernate or Castor.
While you can use Hibernate or Castor (or other O/R mappers) directly, coupling your application too tightly to those can be a bad thing. subPersistence makes it easy to switch underlying O/R mappers, thereby decoupling the application layer from those.
It abstracts away differences between the mappers, while still making it possible to use their specific features if needed.
Enhancements:
- This version updates to Java 5 features such as Generics and is the first version to require Hibernate 3.
<<lessWhile you can use Hibernate or Castor (or other O/R mappers) directly, coupling your application too tightly to those can be a bad thing. subPersistence makes it easy to switch underlying O/R mappers, thereby decoupling the application layer from those.
It abstracts away differences between the mappers, while still making it possible to use their specific features if needed.
Enhancements:
- This version updates to Java 5 features such as Generics and is the first version to require Hibernate 3.
Download (0.040MB)
Added: 2005-07-01 License: GPL (GNU General Public License) Price:
1575 downloads
Bio::NEXUS::WeightSet 0.67
Bio::NEXUS::WeightSet is a Perl module that represents column weights in alignment ( for each character). more>>
Bio::NEXUS::WeightSet is a Perl module that represents column weights in alignment ( for each character).
SYNOPSIS
new Bio::NEXUS::WeightSet($name, @weights, $iswt);
A module representing column weights in alignment (for each character)
METHODS
new
Title : new
Usage : $node = new Bio::NEXUS::WeightSet($name, @weights);
Function: Creates a new Bio::NEXUS::WeightSet object
Returns : Bio::NEXUS::WeightSet object
Args : none
set_weights
Title : set_weights
Usage : $weight->set_weights(@weights);
Function: stores it in the list weights
Returns : none
Args : list of weights
get_weights
Title : get_weights
Usage : @wts=@{$weightset->get_weights()};
Function: Returns the weights array
Returns : reference to array containing weights
Args : none
select_weights
Title : select_weights
Usage : $set->select_weights($columns);
Function: select a subset of characters
Returns : new self with subset of weights
Args : column numbers
is_wt
Title : is_wt
Usage : croak unless $weight->is_wt();
Function: Returns if object has weights (1 yes, 0 no)
Returns : weight existence (integer)
Args : none
set_name
Title : set_name
Usage : $weight->set_name($name);
Function: Sets the name of the weightset
Returns : none
Args : name (string)
get_name
Title : get_name
Usage : $name=$weight->get_name();
Function: Returns the name of the weightset
Returns : name (string)
Args : none
equals
Name : equals
Usage : $set->equals($another);
Function: compare if two WeightSet objects are equal
Returns : boolean
Args : an WeightSet object
<<lessSYNOPSIS
new Bio::NEXUS::WeightSet($name, @weights, $iswt);
A module representing column weights in alignment (for each character)
METHODS
new
Title : new
Usage : $node = new Bio::NEXUS::WeightSet($name, @weights);
Function: Creates a new Bio::NEXUS::WeightSet object
Returns : Bio::NEXUS::WeightSet object
Args : none
set_weights
Title : set_weights
Usage : $weight->set_weights(@weights);
Function: stores it in the list weights
Returns : none
Args : list of weights
get_weights
Title : get_weights
Usage : @wts=@{$weightset->get_weights()};
Function: Returns the weights array
Returns : reference to array containing weights
Args : none
select_weights
Title : select_weights
Usage : $set->select_weights($columns);
Function: select a subset of characters
Returns : new self with subset of weights
Args : column numbers
is_wt
Title : is_wt
Usage : croak unless $weight->is_wt();
Function: Returns if object has weights (1 yes, 0 no)
Returns : weight existence (integer)
Args : none
set_name
Title : set_name
Usage : $weight->set_name($name);
Function: Sets the name of the weightset
Returns : none
Args : name (string)
get_name
Title : get_name
Usage : $name=$weight->get_name();
Function: Returns the name of the weightset
Returns : name (string)
Args : none
equals
Name : equals
Usage : $set->equals($another);
Function: compare if two WeightSet objects are equal
Returns : boolean
Args : an WeightSet object
Download (0.15MB)
Added: 2006-12-19 License: Perl Artistic License Price:
1039 downloads
Pen 0.17.1
Pen is a load balancer for TCP. more>>
Pen is a load balancer for "simple" TCP-based protocols such as HTTP or SMTP. Pen project allows several servers to appear as one to the outside.
It automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.
The load balancing algorithm keeps track of clients and will try to send them back to the server they visited the last time. The client table has a number of slots (default 2048, settable through command-line arguments). When the table is full, the least recently used one will be thrown out to make room for the new one.
This is superior to a simple round-robin algorithm, which sends a client that connects repeatedly to different servers. Doing so breaks applications that maintain state between connections in the server, including most modern web applications.
When pen detects that a server is unavailable, it scans for another starting with the server after the most recently used one. That way we get load balancing and "fair" failover for free.
Correctly configured, pen can ensure that a server farm is always available, even when individual servers are brought down for maintenance or reconfiguration. The final single point of failure, pen itself, can be eliminated by running pen on several servers, using vrrp to decide which is active.
Enhancements:
- This release fixes a bug in the weighted server selection: server_by_weight would never consider blacklisted servers, which kept them blacklisted indefinitely.
<<lessIt automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.
The load balancing algorithm keeps track of clients and will try to send them back to the server they visited the last time. The client table has a number of slots (default 2048, settable through command-line arguments). When the table is full, the least recently used one will be thrown out to make room for the new one.
This is superior to a simple round-robin algorithm, which sends a client that connects repeatedly to different servers. Doing so breaks applications that maintain state between connections in the server, including most modern web applications.
When pen detects that a server is unavailable, it scans for another starting with the server after the most recently used one. That way we get load balancing and "fair" failover for free.
Correctly configured, pen can ensure that a server farm is always available, even when individual servers are brought down for maintenance or reconfiguration. The final single point of failure, pen itself, can be eliminated by running pen on several servers, using vrrp to decide which is active.
Enhancements:
- This release fixes a bug in the weighted server selection: server_by_weight would never consider blacklisted servers, which kept them blacklisted indefinitely.
Download (0.11MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1215 downloads
Chemsuite 0.0.7
Chemsuite is a set of programs to process chemical information. more>>
Chemsuite is a set of programs designed for the processing of chemical information on Linux/X11. It is free software and released under GPL.
It requires the QT GUI library version 2.3.1 from Trolltech Inc. . It intends to run primary on Linux, but we think it can compile and run on othe Unices.
Chemsuite is composed by several program:
- Chem2D: A 2D molecular drawer.
- Molcalc: A molecular weight calculator
- ChemModel3D: Molecular 3D modeler
- ChemIR: An infrared spectra processor. It can read, process, export and print Perkin Elmer spectra.
- ChemNMR: 1D NMR Processor
- ChemMC: Monte carlo Simulator and Integrator
Enhancements:
- chem2d new engine
- chemIR print spectra bug corrected
- Supports GNU configure utility
<<lessIt requires the QT GUI library version 2.3.1 from Trolltech Inc. . It intends to run primary on Linux, but we think it can compile and run on othe Unices.
Chemsuite is composed by several program:
- Chem2D: A 2D molecular drawer.
- Molcalc: A molecular weight calculator
- ChemModel3D: Molecular 3D modeler
- ChemIR: An infrared spectra processor. It can read, process, export and print Perkin Elmer spectra.
- ChemNMR: 1D NMR Processor
- ChemMC: Monte carlo Simulator and Integrator
Enhancements:
- chem2d new engine
- chemIR print spectra bug corrected
- Supports GNU configure utility
Download (0.69MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1673 downloads
Watsup 0.03
Watsup is a system and process monitor for CPU, memory, page faults, disk IO, network IO. more>>
Watsup is a system and process monitor for CPU, memory, page faults, disk IO, network IO.
Low overhead. GUI controls. Formatted report in window. Sample interval down to 0.1 secs. Choose font size. System resources: CPU (1-4), memory (free/used/cache), page faults (hard/soft), disk IO, network IO. Process resources: same + execution file name.
Main features:
- overhead is about 1/3 as much
- sample interval as low as 0.1 seconds is supported
- overall system and top process resources are shown on one page
- disk I/O, network I/O, and page fault rates can be monitored
- font can be made small (for display in a corner) or large (whole screen)
- the top N processes are displayed with minimal jumping around between samples
- (which makes it easier to watch one or a few processes)
- process ranking is a weighted sum of CPU, hard page faults, and disk I/O
<<lessLow overhead. GUI controls. Formatted report in window. Sample interval down to 0.1 secs. Choose font size. System resources: CPU (1-4), memory (free/used/cache), page faults (hard/soft), disk IO, network IO. Process resources: same + execution file name.
Main features:
- overhead is about 1/3 as much
- sample interval as low as 0.1 seconds is supported
- overall system and top process resources are shown on one page
- disk I/O, network I/O, and page fault rates can be monitored
- font can be made small (for display in a corner) or large (whole screen)
- the top N processes are displayed with minimal jumping around between samples
- (which makes it easier to watch one or a few processes)
- process ranking is a weighted sum of CPU, hard page faults, and disk I/O
Download (0.18MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
808 downloads
Dates 0.4.1
Dates project is a small, light-weight calendar that shares data with GNOME Evolution. more>>
Dates project is a small, light-weight calendar that shares data with GNOME Evolution.
Dates is a small, light-weight calendar that shares data with GNOME Evolution. Dates features an innovative, unified, zooming view and is designed for use on hand-held devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs.
<<lessDates is a small, light-weight calendar that shares data with GNOME Evolution. Dates features an innovative, unified, zooming view and is designed for use on hand-held devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs.
Download (0.43MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
924 downloads
Gecode 1.3.1
Gecode is a portable, accessible, and efficient environment for developing constraint-based systems and applications. more>>
Gecode is a accessible, portable, and efficient environment for developing constraint-based systems and applications.
Gecode is radically open for programming, meaning that it can be easily interfaced to other systems. It supports the programming of new propagators (as implementation of constraints), branching strategies, and search engines.
New variable domains can be programmed at the same level of efficiency as finite domain and integer set variables that come predefined with Gecode.
Main features:
Kernel
- Gecodes kernel provides a comprehensive programming interface to construct new variable domains (including propagators as implementations of constraints and branchings) and search engines. It is slim (around 1000 lines of code) and requires no modification or hacking for adding new variable domains or search engines.
Search
- Search in Gecode is based on recomputation and copying. Advanced techniques include adaptive (speeds up further search) and batch recomputation (drastically reduces propagation during recomputation). Currently, Gecode supports search for some solutions, optimization (branch-and-bound), and limited discrepancy search (more details). Parallel thread-based search is currently under development.
Finite domain constraints
- Gecode comes with finite domain constraints implemented on top of the generic kernel. It offers standard constraints such as arithmetics, Boolean, linear equations, and global constraints such as: distinct (alldifferent, both bounds and domain consistent), global cardinality (both bounds and domain consistent), element, cumulatives, regular, sortedness, and lex. It is simple to add new constraints and branchings (in particular as the complete source code with the above constraints as examples is available).
Finite set constraints
- Gecode also provides finite integer set variables. The standard set relations and operations are available as constraints, plus some specialized constraints such as convexity, global reasoning for distinctness of sets, selection constraints, weighted sets, and constraints connecting finite domain and finite set variables. As for the finite domain constraints, the library can be easily extended with new constraints and branchings.
Basic modeling support
- Even though Gecode has been designed to be easy to interface to and not to be easy to model with, it comes with some basic modeling support. This supports expressing linear and Boolean constraints in the standard way as expressions build from numbers and operators.
Enhancements:
- This is a minor release which fixes a major bug that appears when using branch-and-bound search.
<<lessGecode is radically open for programming, meaning that it can be easily interfaced to other systems. It supports the programming of new propagators (as implementation of constraints), branching strategies, and search engines.
New variable domains can be programmed at the same level of efficiency as finite domain and integer set variables that come predefined with Gecode.
Main features:
Kernel
- Gecodes kernel provides a comprehensive programming interface to construct new variable domains (including propagators as implementations of constraints and branchings) and search engines. It is slim (around 1000 lines of code) and requires no modification or hacking for adding new variable domains or search engines.
Search
- Search in Gecode is based on recomputation and copying. Advanced techniques include adaptive (speeds up further search) and batch recomputation (drastically reduces propagation during recomputation). Currently, Gecode supports search for some solutions, optimization (branch-and-bound), and limited discrepancy search (more details). Parallel thread-based search is currently under development.
Finite domain constraints
- Gecode comes with finite domain constraints implemented on top of the generic kernel. It offers standard constraints such as arithmetics, Boolean, linear equations, and global constraints such as: distinct (alldifferent, both bounds and domain consistent), global cardinality (both bounds and domain consistent), element, cumulatives, regular, sortedness, and lex. It is simple to add new constraints and branchings (in particular as the complete source code with the above constraints as examples is available).
Finite set constraints
- Gecode also provides finite integer set variables. The standard set relations and operations are available as constraints, plus some specialized constraints such as convexity, global reasoning for distinctness of sets, selection constraints, weighted sets, and constraints connecting finite domain and finite set variables. As for the finite domain constraints, the library can be easily extended with new constraints and branchings.
Basic modeling support
- Even though Gecode has been designed to be easy to interface to and not to be easy to model with, it comes with some basic modeling support. This supports expressing linear and Boolean constraints in the standard way as expressions build from numbers and operators.
Enhancements:
- This is a minor release which fixes a major bug that appears when using branch-and-bound search.
Download (0.82MB)
Added: 2006-10-25 License: BSD License Price:
1096 downloads
Kemistry 0.7
Kemistry is a collection of chemistry applications for the K Desktop Environment. more>>
Kemistry is a collection of chemical applications for the K Desktop Environment (release 3.x).
Originally the applications were distributed in a single source package, but currently every application is distributed in a standalone package. The available applications are
* KMolCalc - molecular weight and elemental composition calculator
* KemBabel - a file conversion program based on Open Babel
<<lessOriginally the applications were distributed in a single source package, but currently every application is distributed in a standalone package. The available applications are
* KMolCalc - molecular weight and elemental composition calculator
* KemBabel - a file conversion program based on Open Babel
Download (1.15MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1666 downloads
XkbInd 2005.01.04
XkbInd (X Keyboard Extension Indicator) is a small, simple, but useful indicator of keyboard layout (XKB group) for the X Window more>>
XkbInd stands for X Keyboard Extension Indicator and is a small, simple, but useful indicator of keyboard layout (XKB group) for the X Window System.
It indicates the current keyboard layout in the title of top-level windows via a prefix to the original string.
XkbInd allows the user to simulate independent keyboard layout for each handled window, and it works with most window managers, including twm, mwm, and fvwm.
Main features:
- XkbInd simulates an independent keyboard layout for each handled top-level window.
- XkbInd is very light-weighted and uses less than 150 kb of virtual memory (excluding "shared" of course).
- XkbInd doesnt grab entries in default color pallet, doesnt perform any drawing operations itself, but relies wholly to the window manager.
- XkbInd doesnt occupy any area on the screen, and outputs all relevant information to window titles.
- XkbInd can be configured to ignore (or accept) particular windows or applications. This feature is based on examination of WM_CLASS property. It is possible to use shell type wildcards in "accept" and "ignore" lists.
- XkbInd is "true" XKB program, i.e. all interactions with X-server are carried out through the XKB extension protocol.
- XkbInd keeps all information about current keyboard layout of each handled window at server side in form of window properties unlike most of the other similar programs which keep this data in local storage.
- And the last, XkbInd does only what it says--it is an indicator. Nothing more.
To compile and install XkbInd you should perform the following:
# cd xkbind-
# ./configure
# make
# make install
<<lessIt indicates the current keyboard layout in the title of top-level windows via a prefix to the original string.
XkbInd allows the user to simulate independent keyboard layout for each handled window, and it works with most window managers, including twm, mwm, and fvwm.
Main features:
- XkbInd simulates an independent keyboard layout for each handled top-level window.
- XkbInd is very light-weighted and uses less than 150 kb of virtual memory (excluding "shared" of course).
- XkbInd doesnt grab entries in default color pallet, doesnt perform any drawing operations itself, but relies wholly to the window manager.
- XkbInd doesnt occupy any area on the screen, and outputs all relevant information to window titles.
- XkbInd can be configured to ignore (or accept) particular windows or applications. This feature is based on examination of WM_CLASS property. It is possible to use shell type wildcards in "accept" and "ignore" lists.
- XkbInd is "true" XKB program, i.e. all interactions with X-server are carried out through the XKB extension protocol.
- XkbInd keeps all information about current keyboard layout of each handled window at server side in form of window properties unlike most of the other similar programs which keep this data in local storage.
- And the last, XkbInd does only what it says--it is an indicator. Nothing more.
To compile and install XkbInd you should perform the following:
# cd xkbind-
# ./configure
# make
# make install
Download (0.066MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1129 downloads
Weight Loss Recipe Book 3.1
Weight Loss Recipe Book is a free, online, community-built recipe book. more>>
Weight Loss Recipe Book is a free, online, community-built recipe book. Weight Loss Recipe Book contains everything you need to allow your web site visitors to submit recipes and everything your administrator needs to administer the recipes.
When a visitor submits a recipe, the recipe is added to a database and awaits approval from the administrator before being added to the public site.
Main features:
- Community built, meaning you just have to approve entries and watch your web site expand!
- Captcha validation to prevent automated entries into the recipe book.
- Complete administrator system - add administrators, recipe categories, manage recipes and more!
- Best of all, Weight Loss Recipe Book is totally free!
<<lessWhen a visitor submits a recipe, the recipe is added to a database and awaits approval from the administrator before being added to the public site.
Main features:
- Community built, meaning you just have to approve entries and watch your web site expand!
- Captcha validation to prevent automated entries into the recipe book.
- Complete administrator system - add administrators, recipe categories, manage recipes and more!
- Best of all, Weight Loss Recipe Book is totally free!
Download (0.061MB)
Added: 2006-05-08 License: Freeware Price:
1267 downloads
GRZipII 0.3.0
GRZipII project is a high-performance file compressor based on Burrows-Wheeler Transform. more>>
GRZipII project is a high-performance file compressor based on Burrows-Wheeler Transform, Schindler Transform, Move-To-Front and Weighted Frequency Counting.
GRZipII uses The Block-Sorting Lossless Data Compression Algorithm, which has received considerable attention over recent years for both its simplicity and effectiveness.
This implementation has compression rate of 2.234 bps on the Calgary Corpus(14 files) without preprocessing filters.
NOTE: GRZipII cant compress/uncompress pkzip/winzip files (*.zip).
Usage: GRZipII < e|d > InputFile OutputFile < Switches >
< Switches >
-b< size > Maximum block size(e.g. -b1m, -b1024k)
(default -b5m or -b5120k, maximum -b8m)
-m< mode > Compression algorithms, default: -m1
-m1 LZP + BWT + WFC + EC
-m2 LZP + BWT + MTF + EC
-m3 LZP + ST4 + WFC + EC
-m4 LZP + ST4 + MTF + EC
-a Enable Adaptive block size reduction
-l Disable LZP preprocessing
-p Disable all Preprocessing techniques
-h Show all Switches
Enhancements:
- The grzip package now includes additional scripts such as grzcat, grzless, and grzdiff.
- Other minor corrections and enhancements have been made.
<<lessGRZipII uses The Block-Sorting Lossless Data Compression Algorithm, which has received considerable attention over recent years for both its simplicity and effectiveness.
This implementation has compression rate of 2.234 bps on the Calgary Corpus(14 files) without preprocessing filters.
NOTE: GRZipII cant compress/uncompress pkzip/winzip files (*.zip).
Usage: GRZipII < e|d > InputFile OutputFile < Switches >
< Switches >
-b< size > Maximum block size(e.g. -b1m, -b1024k)
(default -b5m or -b5120k, maximum -b8m)
-m< mode > Compression algorithms, default: -m1
-m1 LZP + BWT + WFC + EC
-m2 LZP + BWT + MTF + EC
-m3 LZP + ST4 + WFC + EC
-m4 LZP + ST4 + MTF + EC
-a Enable Adaptive block size reduction
-l Disable LZP preprocessing
-p Disable all Preprocessing techniques
-h Show all Switches
Enhancements:
- The grzip package now includes additional scripts such as grzcat, grzless, and grzdiff.
- Other minor corrections and enhancements have been made.
Download (0.027MB)
Added: 2007-02-03 License: LGPL (GNU Lesser General Public License) Price:
1017 downloads
UMLet 7.1
UMLet is a lightweight tool for rapidly drawing UML diagrams. more>>
UMLet project is an open-source Java tool for rapidly drawing UML diagrams with a pop-up-free, light-weight user interface.
UMLet lets you draw diagram sketches fast; export diagrams to eps, pdf, jpg, svg, and sys.
Add elements to a diagram with a double click. Edit elements using the lower-right text panel. Select multiple elements using Ctrl or lasso. Press C to copy diagram to the system clipboard
Main features:
- fast
- text-based sequence diagram
- call from command line.
<<lessUMLet lets you draw diagram sketches fast; export diagrams to eps, pdf, jpg, svg, and sys.
Add elements to a diagram with a double click. Edit elements using the lower-right text panel. Select multiple elements using Ctrl or lasso. Press C to copy diagram to the system clipboard
Main features:
- fast
- text-based sequence diagram
- call from command line.
Download (4.9MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
657 downloads
Acme::Playmate 0.03
Acme::Playmate is a Perl module to consult the playboy playmate directory for playmate information. more>>
Acme::Playmate is a Perl module to consult the playboy playmate directory for playmate information.
SYNOPSIS
use Acme::Playmate;
my $playmate = new Acme::Playmate("2003", "04");
print "Details for playmate " . $playmate->{ "Name" } . "n";
print "Birthdate" . $playmate->{ "BirthDate" } . "n";
print "Birthplace" . $playmate->{ "BirthPlace" } . "n";
print "Bust" . $playmate->{ "Bust" } . "n";
print "Waist" . $playmate->{ "Waist" } . "n";
print "Hips" . $playmate->{ "Hips" } . "n";
print "Height" . $playmate->{ "Height" } . "n";
print "Weight" . $playmate->{ "Weight" } . "n";
<<lessSYNOPSIS
use Acme::Playmate;
my $playmate = new Acme::Playmate("2003", "04");
print "Details for playmate " . $playmate->{ "Name" } . "n";
print "Birthdate" . $playmate->{ "BirthDate" } . "n";
print "Birthplace" . $playmate->{ "BirthPlace" } . "n";
print "Bust" . $playmate->{ "Bust" } . "n";
print "Waist" . $playmate->{ "Waist" } . "n";
print "Hips" . $playmate->{ "Hips" } . "n";
print "Height" . $playmate->{ "Height" } . "n";
print "Weight" . $playmate->{ "Weight" } . "n";
Download (0.003MB)
Added: 2007-03-19 License: Perl Artistic License Price:
950 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 weighted 0.1301 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