Sponsored Content
Full Discussion: What is your age? (Part 2)
The Lounge What is on Your Mind? What is your age? (Part 2) Post 302100815 by cassj on Friday 22nd of December 2006 02:27:06 PM
Old 12-22-2006
Wow, jimmyc, that's some beautiful woodworking you've done!

Well, I'm 42, but I tell ppl I feel like my brain thinks I'm somewhere between 24-32. The jobs I had all involved computers, and I was "The Guy" in the office to help a user or fix a hardware problem, so I decided that is really what I enjoy doing so I made it my career choice. I'm a Apple/Macintosh person way back from the Apple ][ days, but I'm not a Mac biggot. I live and work comfortably in MacOSX, WinXP/2000, and Linuxeseses. I now work for a large global company as an in-house Mac devloper for their Graphics dept.

My hobby/addiction since 3/18/2005 is Second Life (http://secondlife.com). It's an online 3D community where everything inworld is made by the residents who live there. It has a real economy where many people make their living creating items they sell or by being virtual real estate brokers. Many Univerities (Harvard) and companies (IBM, Adidas, Reebok, Amazon) do real life training inworld. I'd love to show you around if you decide to visit. My avatar name is "Cazzj Brearly". I own 2 private islands, Enchanted & Escape.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

find a process age

I can write a script to use ps and interigate the output, but is there a command that works similar to the find command for files where I can request a list of all the running processes over 1 day old ? thanks! (8 Replies)
Discussion started by: MizzGail
8 Replies

2. What is on Your Mind?

What is your age?

What is your age? (15 Replies)
Discussion started by: royal
15 Replies

3. Shell Programming and Scripting

Check password age

Hi Guys, I hope one of you has already done this and is kind enough to share your script with me. I have a Solaris8 server that uses password aging for its local user accounts. I need a script that checks the age of the password and then sends the user an email if the password is about to... (3 Replies)
Discussion started by: Tornado
3 Replies

4. Shell Programming and Scripting

file age

How can I count the age of the file (e.g. in minutes)? (4 Replies)
Discussion started by: jarmo.leppanen
4 Replies

5. Shell Programming and Scripting

Identify age of the file.

Hi all, I'm using SunOS. need to find age of the file in terms of seconds. The file name with its path will be given to the script as input. Any kinda help will be appreciated. Thanks in advance (7 Replies)
Discussion started by: bankimmehta
7 Replies

6. AIX

Visual Age C++

hi , After i installed the visual age c++ its got installed but am not able to find the bin directory in the /usr/vacpp.am i need to install the some fileset ???? please help me.version is 7 mak (1 Reply)
Discussion started by: senmak
1 Replies

7. UNIX for Dummies Questions & Answers

Age of file

Hi All.. Is there any easy way to find out how many days older is file? for ex. fileA 20 days fileB 10 days I am currently on AIX, and there is no STAT command available in this environment. What are my options? Thanks Abhijeet R (1 Reply)
Discussion started by: freakabhi
1 Replies
XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
petri - simulates mold growing in a petri dish SYNOPSIS
petri [-display host:display.screen] [-foreground color] [-background color] [-window] [-root] [-mono] [-install] [-visual visual] [-delay microseconds] [-size integer] [-mem-throttle amount] [-count integer] [-originalcolors] [-diaglim real] [-anychan real] [-minorchan real] [-instantdeathchan real] [-minlifespeed real] [-maxlifespeed real] [-mindeathspeed real] [-maxdeathspeed real] [-minlifespan integer] [-maxlifespan integer] DESCRIPTION
petri simulates mold growing in a petri dish via a state-heavy grid of automata (vaguely like Conway's Life, only with much more state per cell). OPTIONS
petri accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -mono If on a color display, pretend we're on a monochrome display. -install Install a private colormap for the window. -visual visual Which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -delay microseconds The interframe delay, in microseconds. Defaults to 10000, resource delay. -size integer The size of a cell in pixels. Defaults to 4, resource size. -mem-throttle amount The maximum amount of memory to consume, specified either in megabytes (suffix "M"), kilobytes (suffix "K"), or bytes (sans suf- fix). In order to meet the memory requirement, the cell size may be increased. Defaults to 22M, resource memThrottle. -count integer How many different varieties of mold to grow (including Black Death). Defaults to 8, resource count. -originalcolors If specified, indicates that the colors used should be the artist's original choices (a fixed set of primary and secondary colors). In this case, count must be 8 or less. Defaults to not specified (i.e., false), resource originalcolors. -diaglim real The age limit for diagonal growth as a multiplier of orthogonal growth (range 1..2). 1 means square growth, 1.414 (i.e., sqrt(2)) means approximately circular growth, 2 means diamond growth. Defaults to 1.414, resource diaglim. -anychan real The chance (range 0..1) that at each iteration, one or more new cells will be born. Defaults to 0.0015, resource anychan. -minorchan real The chance (range 0..1) that, given that new cells will be born, that only two will be added (hence being a minor cell birth event). Defaults to 0.5, resource minorchan. -instantdeathchan real The chance (range 0..1) that, given that death and destruction will happen, that instead of using Black Death cells, death will come instantaneously. Defaults to 0.2, resource instantdeathchan. -minlifespeed real The minimum speed for living cells as a fraction of the maximum possible speed (range 0..1). Defaults to 0.04, resource minlife- speed. -maxlifespeed real The maximum speed for living cells as a fraction of the maximum possible speed (range 0..1). Defaults to 0.13, resource maxlife- speed. -mindeathspeed real The minimum speed for Black Death cells as a fraction of the maximum possible speed (range 0..1). Defaults to 0.42, resource min- deathspeed. -maxdeathspeed real The maximum speed for Black Death cells as a fraction of the maximum possible speed (range 0..1). Defaults to 0.46, resource maxdeathspeed. -minlifespan integer The minimum lifespan for a colony, in iterations, before Black Death comes. Defaults to 500, resource minlifespan. -maxlifespan integer The maximum lifespan for a colony, in iterations, before Black Death comes. Defaults to 1500, resource maxlifespan. ENVIRONMENT
DISPLAY to get the default host and display number. XENVIRONMENT to get the name of a resource file that overrides the global resources stored in the RESOURCE_MANAGER property. X RESOURCES
There are resource equivalents for each option, noted above. BUGS
There are no known bugs in petri as of this writing. SEE ALSO
xscreensaver(1) COPYRIGHT
Copyright (C) 1992-2000 by Dan Bornstein. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. AUTHOR
Dan Bornstein <danfuzz@milk.com>, 06-Jul-2000. X Version 11 06-Jul-2000 XScreenSaver(1)
All times are GMT -4. The time now is 02:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy