wa.
Minnow 0.3
Minnow is a Web-based PDF discussion engine for discussing and annotating documents in an online, multi-user environment. more>>
Minnow was developed by the Mathematical Biology group at the Northwest Fisheries Science Center in Seattle, WA with support by NOAA/NMFS.
Enhancements:
- This release includes some major updates such as full-text extraction from PDFs, edit-in-place support for editing titles and descriptions of documents after theyve been imported, a progress meter for converting large PDFs to images, and user-level access control, allowing you to specify which users can view a document.
Sigma Six 1.06
Six Sigma is a formalized methodology which some companies use to measure and delivery quality to their customers. more>>
Companies who participate in Six Sigma programs strive for a statistical goal of six standard deviations between the mean and the closest specification limit for whatever process is being measured.
This translates to a permissible defect or error rate of just 3.4 errors or defects of out of every 1 million "opportunities" to create that error or defect, or a success rate of 99.9997%.
How did Six Sigma originate?
A Motorola Corporation Quality and Reliability engineer by the name of Bill Smith is widely credited with devising the Six Sigma process. He had concluded a study which determined that actual Motorola product failure rates were much higher than had been predicted when the products were designed. The high failure rates translated into additional warranty repair costs for Motorola and decreased customer satisfaction.
Mr. Smith went to Motorolas CEO and convinced him that the company would benefit financially from a formalized methodology which analyzed and controlled quality and reliability processes. This process became what is known as Six Sigma.
Does Six Sigma work?
There are many large and small businesses who have implemented Six Sigma programs successfully. It is reported that the General Electric Corporation saved over $10 billion dollars in the first five years after implementing their Six Sigma program.
Enhancements:
- The CSS had a few bugs in the syntax that caused some minor display problems.
Secure Messaging 1.0
Secure Messaging is a Web-based, alternative mail system for sending and receiving messages. more>>
Use secure messaging to send and receive messages from a alternative web-based mail system. Using the secure messaging system no actual mail is transmitted through any 3rd party servers.
Only an optional message notice is sent to the recepient, the user needs to visit the site in order to read the message.
Normal SMTP mail can hit multiple servers and can possibly be read, stored, or changed anywhere within the process.
Setup secure messaging on an SSL enabled website to enhance the privacy even more.
SuperBunguru 0.5
SuperBunguru is a 2d platform/arcade game. more>>
SuperBunguru is a arcade game where your objective is jump from block to block to reach a goal at the top of a level.
To make this hard you cant return to a previous lower position. And to turn up the pace of the game blocks collapps when you stand on them too long.
SuperBunguru is inspired by Bunguru-Wa.
ICS::Simple 0.06
ICS::Simple is a simple interface to CyberSource ICS2. more>>
SYNOPSIS
Here is some basic code. Hopefully Ill come back through soon to document it properly.
use ICS::Simple;
my $ics = ICS::Simple->new(
ICSPath => /opt/ics,
MerchantId => v0123456789, # CyberSource supplies this number to you
Mode => test,
Currency => USD,
Grammar => UpperCamel, # defaults to raw ICS responses, so you might want to set this
#ErrorsTo => all-errors@some.fun.place.com,
CriticalErrorsTo => only-critical-errors@some.fun.place.com,
);
my $request = {
OrderId => order19857219,
FirstName => Fred,
LastName => Smith,
Email => fred.smith@buyer-of-stuff.com,
CardNumber => 4111111111111111,
CardCVV => 123,
CardExpYear => 2008,
CardExpMonth => 12,
BillingAddress => 123 Main St,
BillingCity => Olympia,
BillingRegion => WA,
BillingPostalCode => 98501,
BillingCountryCode => US,
ShippingAddress1 => 6789 Industrial Pl,
ShippingAddress2 => Floor 83, Room 11415,
ShippingCity => Olympia,
ShippingRegion => WA,
ShippingPostalCode => 98506,
ShippingCountryCode => US,
ShippingFee => 25.05,
HandlingFee => 5.00,
Items => [
{ Description => Mega Lizard Monster RC,
Price => 25.00,
SKU => prod15185 },
{ Description => Super Racer Parts Kit,
Price => 15.30,
SKU => prod23523 },
{ Description => Uber Space Jacket,
Price => 72.24,
SKU => prod18718 },
],
};
my $response = $ics->requestBill($request);
if ($response->{success}) {
print "Woo! Success!n";
$response = $response->{response};
print "Thanks for your payment of $$response->{BillAmount}.n";
}
else {
print "Boo! Failure!n";
print "Error: $response->{error}->{description}n";
}
Qnext (Linux) 3.0.4
Universal Instant Messenger with Instant Media Sharing: MSN-Yahoo!-AIM-ICQ-Gtalk-Jabber-IRC. Stream unlimited music and share photos/files with anyone, instantly, no uploading. Plus 4-way video & 8-wa more>>
Qnext is the world?s first Universal Instant Media Messenger: a messenger that makes sharing photos and files and streaming music with friends as easy as sending a message. Start by importing your accounts from MSN, Yahoo, AIM, ICQ, Google Talk, IRC and Jabber (multiple accounts per network supported).your Hotmail, Yahoo Mail, GMail, AIM Mail, and .mac address books. Once your buddy list is complete, you can send and receive messages and files like you?re used to. But messages and files are just the beginning. By simply dragging and dropping as many files or folders of your music or photos into an open conversation window you can instantly stream that content with your friends. They will automatically receive a web link in a message that will take them to a webpage where they can listen to you music and playlists, or run a slideshow and download your photos! And you didn?t have to do anything more than drag a folder into a window and click ?share?. Qnext has many features that you won?t find anywhere else, for example: multi-network group chat. That?s right, a Qnext user can host a chat with friends from multiple different networks, and they can even talk to each other! You, your MSN buddy, and your AIM friend can all share a single conversation. Try dropping some music or photos into the chat, everyone will get the link! Convince a couple friends to use Qnext as well and you?ll be amazed at what Qnext users can do with each other: 4-way video chat, 8-way audio chat, multiplayer games, and secure file transfers of any size! Qnext also has a built-in Remote PC Access and Application Sharing tool called Qnext MyPC: Access your desktop from anywhere in the world as if you were sitting right in front of your computer.
Requirements: 512MB+ RAM, 800MHz+ CPU
Whats new in this version: Google Talk, Jabber and file transfers to any network are now supported. Music, photos, and files can now be shared just by dragging content into any open IM window.
<<lessHegons 0.3
Hegons project is a HEterogeneous Grooming Optical Network Simulator. more>>
The goal of Hegons is the evaluation of different dynamic routing and wavelength assignment (RWA) algorithms in WDM optical networks in terms of several measures such as: call blocking probability, fairness (variance in blocking probability), call setup time, etc.
Main features:
- Supports practically unlimited number of nodes in a network. (2 billion)
- Supports practically unlimited number of wavelengths per link. (2 billion)
- Typically, can simulate more than 18 million calls per minute on a 2Ghz PC.
- Currently Supports 3 types of nodes (OXCs):
1. Non Grooming node
2. Single-Hop Grooming node
3. Multi-Hop Full Grooming node
Each node can optionally be a wavelength converter node.
4 wavelength assignments (WA) algorithms:
1. First Fit (FF)
2. Random (R)
3. Most Used (MU)
4. Least Used (LU)
- Fixed Alternate Routing (FAR) is supported with 4 different ordering algorithms: FF, R, MU, LU
- Shortest Path Routing (SPR) can be supported by using -mp:1 option.
- Call arrivals follow the poisson distribution.
- Can run multiple batches (separate simulation runs) automatically and find the average results of all batches.
- Three different methods to calculate the blocking probability. Can be controlled by modifying the BP_METHOD compiler directive.
- Average number of attempts for each call can be limited using the -at option.
- Maximum and minimum path length can be controlled.
- Maximum number of paths generated for each source to destination pair can be controlled
- Network description can be loaded from a file or can be feeded interactively by the user.
- Results can be saved to CSV (Comma Separated Values) files for easy batch running. CSV files can be then viewed in Excel and charts can be generated instantly.
Enhancements:
- A new "Multi-hop Partial Grooming" node type was added.
- A partial grooming node can now have multiple G-fabrics.
- This is a new concept that has never been discussed in the literature.
- The RWA method chosen will be applied internally in the nodes between W and G fabrics as well as externally.
- -px and -pn options were added for controlling the max/min number of times G-fabric switchings are done per call.
- Other minor fixes and changes were made.
- Page: 1 of 1
- 1