paint it black rolling stones
WhiteBlack Plone Skin 1.1.0
WhiteBlack Plone Skin provides a white-black skin for Plone. more>>
WhiteBlack is one of Plone skins from Alternative Plone Skins project.
Install
You can install WhiteBlack Plone skin in the same way as other Plone products:
- Download zip. or .gz archive.
- Install as Zope product: extract Plone skin from archive to directory of products and restart Zope server.
- Install in your Plone instance with QuickInstaller (Plone Control Panel -> Add/remove Products)
- Now your Plone site should have the corresponding skin look.
Note: WhiteBlack Plone skin was created with Plone skin dump product.
Black Orion Enterprise Linux 4.4 Sources
Black Orion Network is an update and system management platform. more>>
A program is free software if users are free to redistribute copies, either with or without modifications, either gratis or charging a fee for distribution, to anyone anywhere. Being free to do these things means (among other things) that you do not have to ask or pay for permission. Please feel free to make and redistribute as many copies of Black Orion Enterprise Linux as you like.
How It Works:
1. Obtain Black Orion Enterprise Linux
Obtain one of Black Orions redhat-compatible Enterprise Linux Distributions from the downloads section.
2. Burn cd images
Burn the downloaded iso images on to a cd.
3. Register yourself as a Black Orion Network Member
Register yourself as a member in the Black Orion Network section.
4. Install Black Orion on a computer
Read the manuals for the various installation options. The system can also be installed as a rhel4 virtual machine.
5. Connect your system to the Black Orion Network
Connect your system to the Black Orion Network with the up2date client installed on your system. You can find up2date by right-clicking the Black Orion Network Alert Icon on your desktop. Connect your system with your member name and password (see 3).
Role Playing Tools 1.1
Role Playing Tools extends the pen and paper role playing tabletop to the computer. more>>
We found that we wanted to augment our pen-and-paper roleplaying (primarily 3.5ed D&D) with computer aids.
These tools extend and augment our traditional playing style. They are not a role playing game by themselves, nor are they meant to replace everything at the D&D table.
DiceToolis a simple but powerful expression parser that has built in functions for random number generation and can be further extended by JavaScript to do all sorts of calculations.
MapToolis an elegant graphical tool to share maps (images) and map data (drawings, markers, grid placement) in a client/server fashion between multiple players.
TokenToolis an accessory to MapTool. Drag any image onto the workspace and use the mouse to move and zoom the image in the reticle. Then drag from the preview pane directly onto MapTool -- or File->Save to save a png file.
Max Dice Roller - Linux 1.01
Max Dice is a simple dice rolling utility for games. more>>
Max Dice is a simple dice rolling utility for use on Windows and Linux systems You may enter your information in one of two places. You may enter in the text box or by moving the slider to the left or right correlating to the field you are adjusting.
Here are the definitions of each of the fields
1. Dice to roll ? This field determines how many dice that the program will roll for you. (1- one dice, 2-two dice, up to as many dice as you need to roll)
2. Size of dice ? This field determines the size of the dice (i.e. standard dice = 6, this would decide what the maximum number would be,)
3. Maxed dice ? This field determines the number of dice to set at the maximum level. (For example if you are rolling 5 dice, and you want 3 at max always, set at 3.)
4. Tossed dice ? This field determines the number of low dice that you will throw out. This will eliminate this number of low throws from the total.
5. Reroll ? high. This will cause all dice that are rolled at this number or higher to be rolled again.
6. Reroll ? low. This will cause all dice that are rolled at this number or lower to be rolled again.
Black Orion Enterprise Linux Workstation 4.3
Black Orion Network is an update and system management platform. more>>
A program is free software if users are free to redistribute copies, either with or without modifications, either gratis or charging a fee for distribution, to anyone anywhere. Being free to do these things means (among other things) that you do not have to ask or pay for permission. Please feel free to make and redistribute as many copies of Black Orion Enterprise Linux as you like.
How It Works:
1. Obtain Black Orion Enterprise Linux
Obtain one of Black Orions redhat-compatible Enterprise Linux Distributions from the downloads section.
2. Burn cd images
Burn the downloaded iso images on to a cd.
3. Register yourself as a Black Orion Network Member
Register yourself as a member in the Black Orion Network section.
4. Install Black Orion on a computer
Read the manuals for the various installation options. The system can also be installed as a rhel4 virtual machine.
5. Connect your system to the Black Orion Network
Connect your system to the Black Orion Network with the up2date client installed on your system. You can find up2date by right-clicking the Black Orion Network Alert Icon on your desktop. Connect your system with your member name and password (see 3).
Tilt-n-Roll Demo
Tilt-n-Roll is a puzzle game where you must roll your marble through the 3d maze to the exit. more>>
This game is an entry into Intels Game Demo 2007 contest. Please take the time to rate my game and help me win a prize!
Tilt the 3d maze and roll your marble to the exit. The final version will fully support laptop SMS / HDAPS sensors to allow players to tilt the laptop to play! (Support is partially there now - Linux users get an SDL patch and Mac users can wrangle with Unimotion).
Main features:
- Multiple powerups, monsters, switches, puzzles, traps...
- Built-in level editor: design and share your mazes with friends!
- Keyboard or mouse control for unsupported laptops
- Plenty of sound effects and catchy music
- Physics calculations are run in a second thread: multicore users should see an increase in both framerate and simulation accuracy
- Runs on Windows, Mac OS or Linux.
- Completely open-source software under the GNU GPL!
The Black Legacy 0.9.9
The Black Legacy is an online RPG game project that uses OpenGL and the SDL libraries. more>>
Enhancements:
- The game style was changed.
- A full playable level, volumetric weapons, ray casting collision, optimized collision using OBB+Ray cast, character rotation on shot mode, two animations per character at a time, blood, shields, gun properties, and a compass were added.
Black Penguin 0.2
Black Penguin project is an arcade style jump-on-cubes game. more>>
Use your cursor keys to make the penguin escape from the evil window thats menacing him and gather credits by collecting the items on the cubes.
Black Penguin comes with 16 levels, runs under X11 with Qt and/or KDE, has rendered graphics, sound support is not implemented yet.
Log::Dispatch::File::Rolling 1.04
Log::Dispatch::File::Rolling is a Perl object for logging to date/time/pid stamped files. more>>
SYNOPSIS
use Log::Dispatch::File::Rolling;
my $file = Log::Dispatch::File::Rolling->new(
name => file1,
min_level => info,
filename => Somefile%d{yyyyMMdd}.log,
mode => append );
$file->log( level => emerg,
message => "Ive fallen and I cant get upn" );
ABSTRACT
This module provides an object for logging to files under the Log::Dispatch::* system.
This module subclasses Log::Dispatch::File for logging to date/time stamped files. See Log::Dispatch::File for instructions on usage. This module differs only on the following three points:
fork()-safe
This module will close and re-open the logfile after a fork.
multitasking-safe
This module uses flock() to lock the file while writing to it.
stamped filenames
This module supports a special tag in the filename that will expand to the current date/time/pid.
It is the same tag Log::Log4perl::Layout::PatternLayout uses, see Log::Log4perl::Layout::PatternLayout, chapter "Fine-tune the date". In short: Include a "%d{...}" in the filename where "..." is a format string according to the SimpleDateFormat in the Java World (http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html). See also Log::Log4perl::DateFormat for information about further restrictions.
In addition to the format provided by Log::Log4perl::DateFormat this module also supports $ for inserting the PID. Repeat the character to define how many character wide the field should be. This should not be needed regularly as this module also supports logfile sharing between processes, but if youve got a high load on your logfile or a system that doesnt support flock()...
Green On Black 0.1
Green On Black is the adaptation for KDE 3.5.x of the Green On Black theme from KDE 3.2. more>>
Black List Scanning Bot 3.0 Alpha3
Black List Scanning Bot (BLSB for short) checks the IP addresses of users. more>>
Black List Scanning Bot works like this, if a user matches a blacklist, that user is killed from your network.
Enhancements:
- Add support for lookup lists only without banning (D)
- Make sure we broadcast a message when we akill even if not in verbose (F)
- AKILL support (F)
- Reorder add command so name works. (M)
- Simplify command paths. (M)
- Initial Version. (F)
Black Orion Enterprise Linux Desktop 4.3
Black Orion Network is an update and system management platform. more>>
A program is free software if users are free to redistribute copies, either with or without modifications, either gratis or charging a fee for distribution, to anyone anywhere. Being free to do these things means (among other things) that you do not have to ask or pay for permission. Please feel free to make and redistribute as many copies of Black Orion Enterprise Linux as you like.
How It Works:
1. Obtain Black Orion Enterprise Linux
Obtain one of Black Orions redhat-compatible Enterprise Linux Distributions from the downloads section.
2. Burn cd images
Burn the downloaded iso images on to a cd.
3. Register yourself as a Black Orion Network Member
Register yourself as a member in the Black Orion Network section.
4. Install Black Orion on a computer
Read the manuals for the various installation options. The system can also be installed as a rhel4 virtual machine.
5. Connect your system to the Black Orion Network
Connect your system to the Black Orion Network with the up2date client installed on your system. You can find up2date by right-clicking the Black Orion Network Alert Icon on your desktop. Connect your system with your member name and password (see 3).
Tux Paint Default Stamps 2007-07-01
Tux Paint Default Stamps project is a collection of hundreds of rubber stamp images. more>>
Categories include animals, clothes, food, hobbies, household, medical, military, natural forces, people, plants, seasonal, space, sports, symbols, town, and vehicles.
Enhancements:
- SVG-based images (which are supported by Tux Paint 0.9.17) are now included.
- Stamps were added for food, animals, alphabets, signs, sports-related, musical instruments, money, and flowers.
- Translations were added for Czech, Latvian, and Thai.
- The English, Basque, French, Gujarati, Japanese, Russian, Spanish translations were updated.
Magnificent Gunbright Final
Magnificent Gunbright is an abstract shooter; destroy the black ball. more>>
You are the flashy white blob at the bottom, with the clump of other white blobs following you around.
You have the ability to fire the blobs from your cloud at the flashy blob surrounded by a cloud of black blobs at the top of the screen.
If a black blob and white blob collide, both are destroyed. The object is to hit the evil flashy blob at the top of the screen to destroy it.
Falling from the top of the screen like rain is a steady supply of more blobs. If one of the blobs in your cloud touches a white blob that fell from the sky, even while shooting, the blob joins your cluster.
Falling from the bottom of the screen is black blobs, that your enemy can use to bulk himself up, as well. Blob rain does no damage to either party; you can tell that its rain and not bullets because rain travels away from you.
Use the arrow keys to move, and the space bar to shoot.
Once youve destroyed one evil black blob, you will face another, more powerful one! And so on forever until you eventually die.
Destroy the evil black blobs and save the League of Confederated Planets!
Office 2007 Black 1.3.6
This extension is designed to provide a theme based on Office 2007 Black. more>>
Office 2007 Black 1.3.6 will make your Firefox browser even more powerful as it is designed to provide a theme based on Office 2007 Black . This integrates well with:
- The Windows XP Zune theme
- The default Vista graphite colours
- The MetaCity-Zune theme on Ubuntu.
2 subskins now exist: lighter and darker. lighter is in "much better shape" than darker.
Enhancements:
- Corrected issues with padding/margin with TMP (0.3.7.4.pre.090516) in FF 3.5.
- Correct button text colour on stylish items in AiOS.
- Reverted active tab label bold change introduced in 1.3.4. (This is more in keeping with Office 2007).
- Restyled Brief icons.
Requirements:
- Mozilla Firefox