Main > Free Download Search >

top dog crates ebook crate transport 1.0

top dog crates ebook crate transport 1.0

Sponsored Links
Sponsored Links

top dog crates ebook crate transport 1.0

No.
Title
Category
Price
License
Expand All
1
Programming -> Libraries
LGPL GNU Lesser General Public License
Hide show
Crate Game Engine is a game engine that is designed to make the process of creating games trivial.

The rendering engine and scripting engine are removed from the game engine to make the specialization of games as easy as possible.

An XML game loader will be implemented to make creating games require no recompiling.

Extremely easy to use game engine with modular Scripting and Rendering engines.

Milestones:

Milestone 1: Basic framework compilable (completed Oct 9, 2005)
Milestone 2: C++ proof of concept demo using framework & text based RenderingEngine
Milestone 3: XML based game loader with Milestone 2 game ported to it
Milestone 4: Scripting support with Milestone 3 game ported to it
Milestone 5: 2D Rendering Engine with Milestone 4 game ported to it

Whats New in This Release:

· This release includes minor API and documentation updates, as well as a logging system.

2
Internet -> HTTP
GPL GNU General Public License
Hide show
IMS Transport provides a Plone product that supports importing and exporting of IMS packages.

The IMS Transport Tool allows Plone users to upload content in the form of an IMS package.

Although preliminary support is included for popular proprietary learning management system packages, support for extending this product to handle the import or export of any IMS package is also included.

Works with:

· Plone 2.5.1
· Plone 2.5

This is the first major release of this product.

3
Internet -> HTTP
GPL GNU General Public License
Hide show
apache-top provides real-time display of the active processes from a remote apache server.

With apache-top you can get:
· The active apache processes with their associated PID, the status, the seconds being active, the CPU usage, the asociated VirtualHost, the accessing ip and the request (POST or GET, the file being accessed and the used protocol)
· The server uptime and the last time it was restarted
· The CPU usage
· Requests by second, Kb by second and the average Kb by request
· Number of active and inactive processes
· A graph with the inactive and active processes and their status

4
Programming -> Libraries
Perl Artistic License
Hide show
Sort::Key::Top is a Perl module that can select and sort top n elements.

SYNOPSIS

use Sort::Key::Top (nkeytop top);

# select 5 first numbers by absolute value:
@top = nkeytop { abs $_ } 5 => 1, 2, 7, 5, 5, 1, 78, 0, -2, -8, 2;
# ==> @top = (1, 2, 1, 0, -2)

# select 5 first words by lexicographic order:
@a = qw(cat fish bird leon penguin horse rat elephant squirrel dog);
@top = top 5 => @a;
# ==> @top = qw(cat fish bird elephant dog);

The functions available from this module select the top n elements from a list using several common orderings and custom key extraction procedures.

They are all variations around

keytopsort { CALC_KEY($_) } $n => @data;

This function calculates the ordering key for every element in @data using the expression inside the block. Then it selects and orders the $n elements with the lower keys when compared lexicographically.

It is equivalent to the pure Perl expression:

(sort { CALC_KEY($a) cmp CALC_KEY($b) } @data)[0 .. $n-1];

Variations allow to:

- use the own values as the ordering keys
topsort 5 => qw(a b ab t uu g h aa aac);

==> a aa aac ab b
- return the selected values in the original order
top 5 => qw(a b ab t uu g h aa aac);

==> a b ab aa aac
- use a different ordering
For instance comparing the keys as numbers, using the locale configuration or in reverse order:
rnkeytop { length $_ } 3 => qw(a ab aa aac b t uu g h);

==> ab aa aac

rnkeytopsort { length $_ } 3 => qw(a ab aa aac b t uu g h);

==> aac ab aa

A prefix is used to indicate the required ordering:

(no prefix)

lexicographical ascending order

r

lexicographical descending order

l

lexicographical ascending order obeying locale configuration

r

lexicographical descending order obeying locale configuration

n

numerical ascending order

rn

numerical descending order

i

numerical ascending order but converting the keys to integers first

ri

numerical descending order but converting the keys to integers first

u

numerical ascending order but converting the keys to unsigned integers first

ru

numerical descending order but converting the keys to unsigned integers first

The full list of available functions is:

top ltop ntop itop utop rtop rltop rntop ritop rutop

keytop lkeytop nkeytop ikeytop ukeytop rkeytop rlkeytop rnkeytop
rikeytop rukeytop

topsort ltopsort ntopsort itopsort utopsort rtopsort rltopsort
rntopsort ritopsort rutopsort

keytopsort lkeytopsort nkeytopsort ikeytopsort ukeytopsort
rkeytopsort rlkeytopsort rnkeytopsort rikeytopsort rukeytopsort

5
System -> Networking
GPL GNU General Public License
Hide show
diald-top maintains a top-like listing of all packets and their time to live for use with diald. This project needs a new lead developer as the author no longer uses diald.

The concept behind diald-top is very simple. I got sick of trying to read a monitor pipe flying by on an extra VC, so I lusted after a more user friendly interface. As I like the interface in top, I decided to start with that kind of look. Fortunately, the designers of diald made my life rather easy by making the monitor pipe with an easy structure to implement.

I used ncurses for the interface to make my life simpler. This also has the additional effect of making this possible to run on any type of terminal. I have a VC4404 hooked up and this works great on it. As ncurses uses the terminfo database, it SHOULD work fine on any terminal with correct terminfo entries.

As of Version 0.0.1.1, I have added a limited command structure to diald-top. It is now possible to send diald commands to force/unforce, block/unblock and to bring the link up/down, and also to quit diald (immediately or when the link comes down) all from within diald-top. This makes the program a lot more useful.

The program also now reports the status of the link (UP, DOWN, CONNECT, START_LINK, STOP_LINK, DISCONNECT, CLOSE, etc). This can still use some work
but it is there now...

As of v2.0, diald-top now has the capability to run remotely, communicating to a custom server (also included in the package) that farms the contents of the monitor FIFO out to the remotely running clients. The communication is done using TCP/IP on port 1313 on the server. The identity of the user that is remotely running diald-top is verified using identd, and is then looked up in a configuration file (by userid, IP address, netmask).
6
Communications -> Chat
GPL GNU General Public License
Hide show
jGGTrans is a gateway between Jabber/XMPP and Gadu-Gadu (which is a very popular proprietary instant messaging protocol in Poland).

GG Transport allows Jabber users to use their favorite XMPP client to talk with their GG-using friends.

7
Internet -> HTTP
GPL GNU General Public License
Hide show
DOG Data Organizer provides a bookmark organizer for various bookmark types.

DOG is a personal knowledge manager based on topic maps. It currently specializes in managing bookmarks.

It imports and exports Netscape, Mozilla, and KDE2 (XBEL) bookmark files, and it imports KDE1 bookmarks and Windows IE Favorites.

8
System -> Linux-Distributions
GPL GNU General Public License
Hide show
Yellow Dog Linux is the Premier Linux Operating System for PowerPC.

Proven world-wide as the preferred Linux OS for the Power architecture, v4.1 brings Terra Soft into its 8th year of Power Linux development and support. Yellow Dog Linux v4.1 marks a returning point in Terra Softs effort to again provide a leading desktop Linux OS.

Yellow Dog Linux combines the preferred desktops KDE and Gnome with the latest sound and graphic card support, leading (but not bleeding) edge kernels and stable, functional compilers for code development. And of course, the foundation applications and servers expected of all modern Linux operatings systems for web, database, email, and network services.

What will you do with your PowerMac after Apple switches to Intel?

We have an answer--Faster, more stable, and far more efficient as a desktop OS, Yellow Dog Linux is a solid replacement (not just an alternative) to OSX. Breath new life into your PowerPC G3 and G4, giving it a second wind as a personal workstation, or a new function as a web, email, or data server. Want to see how your G5 runs Linux? You may dual-boot both OSX and Yellow Dog Linux or take the leap and run Yellow Dog Linux alone, taking advantage of the multitude of included, freely available, and commercial applications.

Here are some key features of "Yellow Dog Linux":

New or Improved Device Support

· Backlit keys.
· PCMCIA cell phone and modem support.
· Support for Atheros wi-fi cards.
· Dual head config via the GUI.
· Install direct to and boot from FireWire drives.
· USB device auto-mount under both KDE & GNOME.
· Greatly improved sound support.
· Graphical Up2Date package install and update tool.
· Support for the latest Apple Power Books.
· Beta support for Apple G5 PowerMacs with dual core CPUs.
· Beta Extreme driver will be available shortly after release, via YDL.net Enhanced accounts.

Whats New in This Release:

· We are pleased to announce the release of Yellow Dog Linux 5.0.2, a single Install DVD with support for the Apple G4 and G5 computers, Sony PS3, and IBM System p servers, including the JS20/21, OpenPower, and current POWER5 systems. Yellow Dog Linux 5.0.2 offers: kernel 2.6.22-rc4; SDK v2.0 for Cell BE; more than 70 bug fixes and updates; continued support for both 32-bit and 64-bit systems; beta IBM System p support. The IBM Software Development Toolkit (SDK) for Cell Broadband Engine (Cell BE) is a complete package of tools which allows developers to program optimized applications for platforms built upon the Cell BE. The SDK is composed of development tool chains, software libraries, and sample source.

9
Internet -> HTTP
GPL GNU General Public License
Hide show
Top Downloads provides a script that counts how many times a file has been downloaded.

It keeps statistics of your downloads and can generate a TOP10 of your downloaded files. The administration function of this script allows you to delete, rename or change count numbers for your downloads.

It can check a directory that you specify for new files and add it to a database. Count numbers and TOP10 can be included into a HTML document.

Most web servers require SSI documents to have the extension .shtml or .shtm

For Apache web servers:
- AddType text/html .shtml
- AddHandler server-parsed .shtml

10
Programming -> Libraries
LGPL GNU Lesser General Public License
Hide show
GNU Transport Layer Security Library is a library which implements a secure layer over a reliable transport layer such as TCP/IP. GNU Transport Layer Security Library implements the TLS 1.0 and SSL 3.0 protocols, accompanied with authentication methods such as X.509, OpenPGP, and SRP.

Here are some key features of "GNU Transport Layer Security Library":

· Support for TLS 1.1 and SSL 3.0 protocols
· Support for TLS extensions
· Support for authentication using the SRP protocol
· Support for authentication using both X.509 certificates
· and OpenPGP keys Support for X.509 and OpenPGP certificate handling.
· Supports all the strong encryption algorithms
· Supports compression
· Runs on most Unix platforms

Whats New in This Release:

· Support for Proxy Certificates as per RFC 3820 were added.
· The --generate-proxy option was added to certtool.
· certtool --certificate-info now prints information for Proxy Certificates.
· New APIs were added to set proxy subject names and get or set a proxy cert extension.
· Parsing of pathLenConstraints in BasicConstraints with missing CA was fixed.
· A self-test was added to test for regressions of pathLenConstraint.
· Certtool now prints times in UTC when printing certificate/CRL info.
· Importing of ASCII armored OpenPGP keys was fixed.

11
Miscellaneous -> Information-Management
GPL GNU General Public License
Hide show
Top Music allows you to publish music (albums, songs, sound tracks, rankings, artists, etc.) to create an online music portal.

It features: A-Z list of bands; band information (name, photo, genre, biography, etc.); discography; album information (title, year, covers, band, etc.); albums songs lists; song information (title, album, number, lyrics, etc.); the ability to listen to tracks; searching; ranking lists (most visited, most voted, etc.); a voting system; an uploads system; themes; an easy configuration screen; many blocks; multi-language support; easy installation; and a support forum, mailing lists, and Sourceforge.net support (CVS, files, etc.)
12
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Free eBook Search allows you to search with the highlighted text/right click for your favorite Free ebooks in freebookzone site.

Search with the highlighted text/right click for your favorite Free ebooks in www.freebookzone.com.

You may search using the Book Title, ISBN (10 Digit), Description, Book Author and even the ebook backward link.

Just have a try and find how useful it is.

13
Games -> Puzzle
BSD License
Hide show
Sokoban was invented in Japan and the original program was written by Hiroyuki Imabayashi. Sokoban is copyright (c) 1982 Thinking Rabbit Inc. Japan.

"Sokoban" means "warehouse keeper" in Japanese; the goal of the game is to push all the crates into the designated crate positions.

The levels provided are not my own, they are public domain.

Here are some key features of "Still Yet Another Sokoban":

· "Unlimited" undo
· Mouse controls + path finding
14
Games -> Puzzle
BSD License
Hide show
SYASokoban project is a clone of the popular Sokoban puzzle game.

The goal is to push the crates onto the designated squares without getting stuck.

Sokoban was invented in Japan and the original program was written by Hiroyuki Imabayashi. It is copyright (c) 1982 Thinking Rabbit Inc. Japan.

"Sokoban" means "warehouse keeper" in Japanese; the goal of the game is to push all the crates into the designated crate positions.

The levels provided are not my own, they are assembled from various sources. The default 90 levels are public domain.

You can add more sets of levels in the data/sokoban/levels folder. The file must have the .txt extension. See existing sets of levels for examples.

Here are some key features of "SYASokoban":

· "Unlimited" undo
· Mouse controls + path finding
· Many included levels
· Can add new sets of levels

15
Games -> Arcade
GPL GNU General Public License
Hide show
C-Dogs SDL is a port of the old DOS arcade game C-Dogs to modern operating systems utilising the SDL Media Libraries. In theory C-Dogs SDL should be able to run on Windows, MacOS X, BeOS and the other systems supported by SDL.

Genererally, the more UNIX like a system is, the greater the chance of C-Dogs working (MacOS X and BeOS people, I mean you guys).

C-Dogs SDL was ported to SDL by Jeremy Chin and Lucas Martin-King, using Gentoo Linux as their development environment.

C-Dogs is an arcade shoot-em-up which lets players work alone and co-operativly during missions, and against each other in the "dogfight" deathmatch mode. The DOS version of C-Dogs came with several built in missions and dogfight maps, this version is no exception.

The author of the DOS version of C-Dogs was Ronny Wester. See the "official" homepage for more details. We would like to thank him for releasing the C-Dogs sources to the public.