Main > Free Download Search >

Free webkinz pet of the month july 2008 software for linux

webkinz pet of the month july 2008

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 709
Genoa Active Message MAchine 13-July-2007

Genoa Active Message MAchine 13-July-2007


Genoa Active Message MAchine is a low-latency, high-throughput driver wrapper for the Linux kernel. more>>
Genoa Active Message MAchine is a low-latency, high-throughput driver wrapper for the Linux kernel, using Active Ports (a version of Active Messages).
Genoa Active Message MAchine runs parallel to the IP stack and is designed for LANs only.
Main features:
- A low latency, high throughput communication system for clusters of PCs
- Supports both single and dual CPU processing nodes (Intel IA-32 or x86_64)
- Runs on Gigabit Ethernet
- SPMD parallel processing with message passing
- Can run IP traffic when not in use
- Good programmability thanks to fairly high abstraction level
- Reliable thanks to mechanisms for retransmission of missing packets
- Implemented as a network device driver for Linux 2.6, and released under GNU GPL
Network Of Workstations (NOWs) and clusters of PCs interconnected by modern, industry-standard LAN fabrics (Gigabit Ethernet, Myrinet, SCI) and running the Linux operating system, have became an attractive and cost-effective architecture for parallel and distributed applications. The usual drawback of a standard PC cluster is the poor performance of the support to inter-process communication over the interconnect. Current implementations of industry-standard communication primitives, APIs, and protocols, usually show high communication latencies and low communication throughput.
We have developed a system for inter-process communication, called the Genoa Active Message MAchine (GAMMA). GAMMA runs on Linux clusters of PCs with Intel IA-32 processors (Intel Pentium, AMD K6, and superior models), or x86_64 processors (AMD Athlon64, AMD Opteron, Intel EMT-64), networked by a Gigabit Ethernet.
The core of GAMMA is a custom Linux network device driver, which operates the Network Interface Card (NIC). The GAMMA driver delivers low latency, high throughput communication services based on Active Ports, a mechanism derived from Active Messages. Both point-to-point and broadcast communications are provided. Broadcast communication exploits the Ethernet broadcast directly.
The GAMMA driver is able to manage standard IP traffic as long as no parallel job is running. Therefore, all IP services are up and running whenever the cluster is not in use by any parallel job.
The communication mechanisms implemented in the GAMMA driver are made available to application writers through the GAMMA user library. The GAMMA library provides support to application launch, process grouping, point-to-point/broadcast communications based on the Active Ports mechanisms, and some collective routines (barrier synchronization, and broadcast).
GAMMA provides two levels of QoS. The lower one, corresponding to the fastest communications, is a best-effort service. With this service, network congestion and ``hot spots may cause the receiver NIC or even the LAN switch to loose packets by overrun. The other QoS level provides flow-controlled communication, ensuring reliability up to hardware faults, at a negligible performance penalty.
Installing the GAMMA driver requires only two small and marginal patches to the original Linux kernel. The Linux kernel extended by the GAMMA driver must be installed on each PC in the cluster.
A porting of MPI atop GAMMA is available, called MPI/GAMMA.
<<less
Download (0.58MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
807 downloads
Firebird .NET Data Provider 2.1.0

Firebird .NET Data Provider 2.1.0


Firebird .NET Data Provider is an ADO.NET data provider for Firebird. more>>
Firebird .NET Data Provider is an ADO.NET data provider for Firebird. Firebird .NET Data Provider is written in C# and provides a high-performance native implementation of the Firebird API. It also includes an implementation of the Firebird Services API and Firebird array datatype support.

Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981.

Firebird is a commercially independent project of C and C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corp (now known as Borland Software Corp) on 25 July, 2000 under the InterBase Public License v.1.0
<<less
Download (0.56MB)
Added: 2007-03-24 License: MPL (Mozilla Public License) Price:
968 downloads
BitNami DokuWiki Stack for Linux 2008.05.05.0

BitNami DokuWiki Stack for Linux 2008.05.05.0


simple to use wiki mainly aimed at creating documentation of any kind more>> BitNami DokuWiki Stack is an easy to use installer for DokuWiki, which is a standards compliant, simple to use wiki mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups, and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the wiki and eases the creation of structured texts. All data is stored in plain text files; no database is required.
DokuWiki is a standards compliant, simple to use wiki mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups, and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the wiki and eases the
creation of structured texts. All data is stored in plain text files; no database is required.
You can learn more about DokuWiki at http://wiki.splitbrain.org/wiki:dokuwiki
The BitNami DokuWiki Stack is an installer that greatly simplifies the installation of DokuWiki and runtime dependencies. It includes ready-to-run versions of Apache and PHP. DokuWiki Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specific licenses of all open source components included.
<<less
Download (24.65MB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
Way Of The Warrior: Sons of twilight 5.0

Way Of The Warrior: Sons of twilight 5.0


Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. more>>
Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. Like a boardgame, it is turn based and at least 2 players are neeed, but there is no upper limit on the number of players.
Way Of The Warrior: Sons of twilight is fully and easily customizable, from the unit to the board tile.
Enhancements:
- board visualization is now good
- sincronization algoritm for the save process
<<less
Download (3.0MB)
Added: 2006-10-11 License: Other/Proprietary License Price:
1110 downloads
Webalizer::Hist 0.02

Webalizer::Hist 0.02


Webalizer::Hist is a Perl module to parse the webalizer.hist-file. more>>
Webalizer::Hist is a Perl module to parse the webalizer.hist-file.

SYNOPSIS

use Webalizer::Hist;

if(my $dwh = Webalizer::Hist->new(source => "webalizer.hist")) {

while(my $hashref = $dwh->month()) {
print "Got " . $hashref->{totalhits} . " hits in month "
. $hashref->{month} . "n";
}

if(my $totals = $dwh->totals()) {
print "This website used a total of " . $totals->{kbytes}
. "KBn";
}

}

Webalizer - a popular web server log analysis program - uses a so-called webalizer.hist file to store (temporary) statistics. That file usually contains one year of monthly statistics about a website/webserver.

Webalizer::Hist can be used read and parse those data.

<<less
Download (0.005MB)
Added: 2007-05-22 License: Perl Artistic License Price:
886 downloads
The Minstrels Song 2.0

The Minstrels Song 2.0


The Minstrels Song project is a roguelike game with emphasis on worldbuilding. more>>
The Minstrels Song project is a roguelike game with emphasis on worldbuilding.
The Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
<<less
Download (1.1MB)
Added: 2007-01-05 License: Other/Proprietary License with Source Price:
1024 downloads
PlotCalendar::Month 1.1

PlotCalendar::Month 1.1


PlotCalendar::Month is a Plot an ASCII or HTML calendar. more>>
PlotCalendar::Month is a Plot an ASCII or HTML calendar.

SYNOPSIS

Creates a Month object for plotting as ASCII, HTML, or in a Perl/Tk Canvas. Calls Day.pm for the individual days within the calendar.

Measurements in pixels because - well, because. It seemed simpler when I made the decision. And it works for both Tk and HTML.

The month is laid out like this :

Month_name Year

---------------------------------------------------------------
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---------------------------------------------------------------
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | |
| | | | | | | |
|--------|--------|--------|-------|--------|--------|--------|
| | | | | | | |
| day | day | | | | | | optional
| | | | | | | | row
|--------|--------|--------|-------|--------|--------|--------|

Globals : height, width, fgcol,
bgcolmain,


References expect to be given the entire thing, that is
< A HREF="http://yaddayaddayadda/" >
or
< A HREF="mailto:george_tirebiter@noway.nohow" >

The software will terminate it with a < /A > at the right spot.

EXAMPLE

require PlotCalendar::Month;

my $month = PlotCalendar::Month->new(01,1999); # Jan 1999

# global values, to be applied to all cells

------------------------- size of whole calendar
$month -> size(700,700); # width, height in pixels
------------------------- font sizes for digit, name of day, and text
$month -> font(14,10,8);
------------------------- clip text if it wants to wrap?
$month -> cliptext(yes);
------------------------- This can be any day you want
$month -> firstday(Sun); # First column is Sunday
------------------------- If this is not set, regular text will be used.
------------------------- If it is set, then in that directory should be
------------------------- gif files named 0.gif, 1.gif ... January.gif, ...
$month -> artwork(/home/ajackson/public_html/cgi-bin/Calendar/Calendar_art3/);

# arrays of values, if not an array, apply to all cells, if an array
# apply to each cell, indexed by day-of-month

The colors are the standard values used in html
Textstyle encoding is b=bold, i=italic, u=underline, n=normal
Fontsize = 6-14, roughly point sizes

my @text;
my @daynames;
my @nameref;
my @bgcolor;
my @colors = (WHITE,#33cc00,#FF99FF,#FF7070,#FFB0B0,);
my (@textcol,@textsize,@textstyle,@textref);
my @style = (i,u,b,);
my @url;

----------- build some random color and text fields as a demo

for (my $i=1;$i fgcolor(BLACK,); # Global foreground color
$month -> bgcolor(@bgcolor); # Background color per day
$month -> styles(b,bi,ui,); # Global text styles

# Comments

my @prefs = (before,after,after);
my @comments = ([Comment one],["Comment two","and so on"],[Comment three]);
my @comcol = qw(b g b);
my @comstyle = qw(n b bi);
my @comsize = qw(8 10 14);

------------------------- Comments get stuck into an otherwise empty cell
$month->comments(@prefs,@comments,@comcol,@comstyle,@comsize);

------------------------- Wrap a hotlink around the whole day, for each day
$month -> htmlref(@url);

------------------------- set the names for every day
$month -> dayname(@daynames);
------------------------- wrap the name in a hotlink
$month -> nameref(@nameref);

------------------------- set the text and its properties for each day
$month -> text(@text);
$month -> textcolor(@textcol);
$month -> textsize(@textsize);
$month -> textstyle(@textstyle);
$month -> textref(@textref);

# global HTML only options

----------------- allow days to expand vertically to accomodate text

$month -> htmlexpand(yes);

# grab an ascii calendar and print it

my $text = $month -> getascii;

print $text;

------------------- get the html calendar

my $html = $month -> gethtml;

print "< HTML >< BODY >n";
print $html;

<<less
Download (0.020MB)
Added: 2007-07-30 License: Perl Artistic License Price:
816 downloads
Regexp::Common::time 0.01

Regexp::Common::time 0.01


Regexp::Common::time Perl module contains date and time regexps. more>>
Regexp::Common::time Perl module contains date and time regexps.

SYNOPSIS

use Regexp::Common qw(time);

# Piecemeal, Time::Format-like patterns
$RE{time}{tf}{-pat => pattern}

# Piecemeal, strftime-like patterns
$RE{time}{strftime}{-pat => pattern}

# Match ISO8601-style date/time strings
$RE{time}{iso}

# Fuzzy date patterns
# YEAR/MONTH/DAY
$RE{time}{ymd} # Most flexible
$RE{time}{YMD} # Strictest (equivalent to y4m2d2)
# Other available patterns: y2md, y4md, y2m2d2, y4m2d2

# MONTH/DAY/YEAR (American style)
$RE{time}{mdy} # Most flexible
$RE{time}{MDY} # Strictest (equivalent to m2d2y4)
# Other available patterns: mdy2, mdy4, m2d2y2, m2d2y4

# DAY/MONTH/YEAR (European style)
$RE{time}{mdy} # Most flexible
$RE{time}{MDY} # Strictest (equivalent to d2m2y4)
# Other available patterns: dmy2, dmy4, d2m2y2, d2m2y4

# Fuzzy time pattern
# HOUR/MINUTE/SECOND
$RE{time}{hms} # H: matches 1 or 2 digits; 12 or 24 hours
# M: matches 2 digits.
# S: matches 2 digits; may be omitted
# May be followed by "a", "am", "p.m.", etc.

This module creates regular expressions that can be used for parsing dates and times. See Regexp::Common for a general description of how to use this interface.

Parsing dates is a dirty business. Dates are generally specified in one of three possible orders: year/month/day, month/day/year, and day/month/year. Years can be specified with four digits or with two digits (with assumptions made about the century). Months can be specified as one digit, two digits, as a spelled-out name, or as a three-letter abbreviation. Day numbers can be one digit or two digits, with limits depending on the month (and, in the case of February, even the year). Also, different people use different punctuation for separating the various elements.
A human can easily recognize that "October 21, 2005" and "21.10.05" refer to the same date, but its tricky to get a program to come to the same conclusion. This module attempts to make it possible to do so, with a minimum of difficulty.

If you know the exact format of the data to be matched, use one of the specific, piecemeal pattern builders: tf or strftime. If there is some variability, use one of the fuzzy-matching patterns in the dmy, mdy, or ymd families. If the data are wildly variable, such as raw user input, give up and use the Date::Manip or Date::Parse module.

Time values are generally much simpler to parse than date values. Only one fuzzy pattern is provided, and it should suffice for most needs.

<<less
Download (0.035MB)
Added: 2007-08-07 License: Perl Artistic License Price:
808 downloads
PeaZip For Linux 2.2

PeaZip For Linux 2.2


Free archiver utility, open 7Z, ACE, PAQ, TAR, RAR, ZIP, encrypt and split files more>> PeaZip is an open source file and archive manager for 32 and 64 bit Windows (9x, 2000, XP, Vista) and Linux.
For both platforms it is available as installable or portable package, not needing installation.
Full support: 7Z, 7Z-sfx, ARC/WRC, BZ2/TBZ2, GZ/TGZ, PAQ/LPAQ, PEA, QUAD/BALZ, split, TAR, UPX, ZIP.
Open, browse, extract, test: ACE, ARJ, CAB, CHM, COMPOUND (MSI, DOC, XLS, PPT), CPIO, ISO, Java (JAR, EAR, WAR), Linux (DEB, PET/PUP, RPM, SLP), LHA/LZH, LZMA, NSIS, OOo, PAK/PK3/PK4, RAR, SMZIP, U3P, WIM, XPI, Z/TZ (71 file extension supported).
Other features: powerful search and filter functions, robust file copy, split/join files, quick or secure file deletion, compare/checksum/hash files, system benchmark, generate random passwords and keyfiles, two factor authentication, strong encryption (AES256).
PeaZip allows to: create/extract multiple archives at once, save archives layout, save job definition as command line (to be inspected, or used in scripts), save job logs.
The user interface is skinnable for colors, transparence and icons.
<<less
Download (3.24MB)
Added: 2009-04-22 License: Freeware Price: free
185 downloads
 
Other version of PeaZip For Linux
PeaZip for Linux 2.1, DOC, XLS, PPT), CPIO, ISO, Java (JAR, EAR, WAR), Linux (DEB, PET/PUP, RPM, SLP), LHA/LZH, LZMA ... The user interface is skinnable for colors, transparence and icons
License:Freeware
Download (5.47MB)
182 downloads
Added: 2009-04-24
HTML::CalendarMonthSimple 1.25

HTML::CalendarMonthSimple 1.25


HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars. more>>
HTML::CalendarMonthSimple is a Perl Module for Generating HTML Calendars.

SYNOPSIS

use HTML::CalendarMonthSimple;
$cal = new HTML::CalendarMonthSimple(year=>2001,month=>2);
$cal->width(50%);
$cal->border(10);
$cal->header(Text at the top of the Grid);
$cal->setcontent(14,"Valentines Day");
$cal->setdatehref(14, http://localhost/);
$cal->addcontent(14,"

Dont forget to buy flowers.");
$cal->addcontent(13,"Guess whats tomorrow?");
$cal->bgcolor(pink);
print $cal->as_HTML;

HTML::CalendarMonthSimple is a Perl module for generating, manipulating, and printing a HTML calendar grid for a specified month. It is intended as a faster and easier-to-use alternative to HTML::CalendarMonth.

This module requires the Date::Calc module, which is available from CPAN if you dont already have it.

<<less
Download (0.015MB)
Added: 2007-08-13 License: Perl Artistic License Price:
803 downloads
Overtime Meter 0.3

Overtime Meter 0.3


Overtime Meter is a small program which stays in your desktops system tray and counts the minutes you spend at work. more>>
Overtime Meter project is a small program which resides in your desktops system tray and tracks the minutes you spend at work.

Then by the end of the month you can tell your boss exactly how much extra money he should pay you.

<<less
Download (0.012MB)
Added: 2006-01-04 License: GPL (GNU General Public License) Price:
1396 downloads
Etoile Live CD 0.2

Etoile Live CD 0.2


Etoile Live CD is a Linux distribution based on the popular Ubuntu Linux. more>>
Etoile Live CD is a Linux distribution based on the popular Ubuntu Linux.

This is the 0.2 pre-release that we worked on at the Fosdem 2007. Theres still quite a lot of problems on it (check the bugtracker), so we expect the final 0.2 release in about a month. In the meantime, feel free to download the iso and play with it -- and reports any bugs that are not already in the bugtracker !"
<<less
Download (666.7MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
579 downloads
Dynpet 0.0.7

Dynpet 0.0.7


Dynpet is a free open source software programmed in Ruby similar to the Tamigotchi key chain. more>>
Dynpet is a free open source software programmed in Ruby similar to the Tamigotchi key chain. The objective of the game is to not let the pet die and take care of it. See the Roadmap for information on what Dynpet will be in the future.

For more information on playing and downloading, please visit Manual and Download page. Dynpets goal is to make this game entertaining and fun while providing a good experience in general (not prone to crash, extremely buggy, extremely slow, etc)

Installation:

Since this program is programmed in Ruby, you will need a ruby interpreter to get the game working.

You are not required to download any dependencies for this program other than the ruby interpreter.

Playing the Game:

For more in-depth information, please visit http://dynpet.sourceforge.net/user.html
To play this game, all you need is to run this program in the command line or terminal. (If youre on window, you can just click on it)

If you dont have any pet file to load, you will need to create a new pet. You can do that when the menu start up or the game start up by
typing "creation" without quote. Once youre there, you will choose a name, name your file, and choose a gender. When youre done with that,
you are taken directly to the game.

The game itself is very simple. They show you the statistics of your pet when it is beginning than it goes asking you questions on what you would like to do.
You will have stats like hunger, health, and love with their maximum points they can have like health_limit, hunger_limit, love_limit.

We also have stat like needs and wants which act as a bonus modifier. We have experience and exp_limit to show how many experience points needed to level the pet.

You either type "feed", "play", "groom" , or "end". Anything else you typed does nothing.

The feed increase the hunger stat, play increase the love stat, and groom increase the health stat.

End just mean that, end the game. It doesnt exit the program entirely though.

Once you enter feed, play, groom, if you enter that again, it will do nothing because they arent finished. Once they are finished, they will tell you in a message.
That message will mean that your pets stats went up(THEY NEVER GO DOWN). You can enter it again once the event is over.

There is a system that deduct points from your pets stat. Randomly they choose which stats to deduct, which number, and which time.
They are tied in the bonus and experience system which only happen once every 20 time that the system deducts points.

You can see they are counting down to 0 turns which alway start with 19 and end with 0.

Once the experience system is triggered, they spring into action. If any stats happens to be over the limits, they deduct points until it equal the limit.

They add it to the experience points. The bonus system also tiggered. If they are over the needs stat, than you gain points depending on the needs number.

If you are over the want stat, you gain more points. In contrast, when you are under, you only lose points on needs, not wants stat.

In the event that one of your love, health, and hunger stat managed to be 0 or lower( The pet died), the game will revert to the state of when you first created the pet.

<<less
Download (1.3MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1021 downloads
DateTime::Format::Builder 0.7807

DateTime::Format::Builder 0.7807


DateTime::Format::Builder is a Perl module to create datetime parser classes and objects. more>>
DateTime::Format::Builder is a Perl module to create datetime parser classes and objects.

SYNOPSIS

package DateTime::Format::Brief;
our $VERSION = 0.07;
use DateTime::Format::Builder
(
parsers => {
parse_datetime => [
{
regex => qr/^(d{4})(dd)(dd)(dd)(dd)(dd)$/,
params => [qw( year month day hour minute second )],
},
{
regex => qr/^(d{4})(dd)(dd)$/,
params => [qw( year month day )],
},
],
}
);

DateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code.

Builder provides a number of methods, most of which youll never need, or at least rarely need. Theyre provided more for exposing of the modules innards to any subclasses, or for when you need to do something slightly beyond what I expected.

<<less
Download (0.047MB)
Added: 2007-05-17 License: Perl Artistic License Price:
890 downloads
Tk::Month 1.4

Tk::Month 1.4


Tk::Month is a calendar widget which shows one month at a time. more>>
Tk::Month is a calendar widget which shows one month at a time.

SYNOPSIS

use Tk;
use Tk::Month;

$m = $parent->Month(
-month => July,
-year => 1997,
-title => %b %y,
-command => &press,
-printformat => %e,
-navigation => [0|1],
-includeall => [0|1],
-showall => [0|1],
-first => [0|1|2|3|4|5|6],
)->pack();

$m->configure(
-month => July,
-year => 1997,
-command => &press,
-printformat => %e %B %Y %A,
-navigation => [0|1],
-includeall => [0|1],
-showall => [0|1],
-first => [0|1|2|3|4|5|6],
);

$m->separator();
$m->command(
-label => Label,
-command => &callback,
);

<<less
Download (0.016MB)
Added: 2007-08-02 License: Perl Artistic License Price:
813 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5