Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News The State of Unix (Addict 3D) Post 302121936 by Linux Bot on Monday 18th of June 2007 10:40:27 PM
Old 06-18-2007
Java The State of Unix (Addict 3D)

ZDNet: "As most people know Linus Torvalds tore a rather uninformed rant out of Sun last week..."

More...
 

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Unix script (sh): state of ftp process

Hi guys, I'm writing a script in which I have to get file from a remote host by ftp. The problem is that the remote machine could be very slow, not connected or ok. To resolve this problem, I write this: echo "verbose on" > ftprap.cmd echo "prompt " >> ftprap.cmd echo "ascii"... (3 Replies)
Discussion started by: egiz81
3 Replies

2. Solaris

Zone in down state.

One of my zone is stuck in down state, not able to boot it or halt it .. not even detach .. is there any way to recover without rebooting the whole system ( global zone ) ? (3 Replies)
Discussion started by: fugitive
3 Replies

3. AIX

Open firmware state to running state

Hi Admins, I am having a whole system lpar in open firmware state on HMC. How can I bring it to running state ? Let me know. Thanks. (2 Replies)
Discussion started by: snchaudhari2
2 Replies
pods::SDLx::Controller::State(3pm)			User Contributed Perl Documentation			pods::SDLx::Controller::State(3pm)

NAME
SDLx::Controller::State - the state of a SDLx::Controller::Interface CATEGORY
Extension, Controller SYNOPSIS
# you'll most likely get a State object from a SDLx::Controller::Interface # object. Just in case, here's how you would construct one by hand: my $state1 = SDLx::Controller::State->new; my $state2 = SDLx::Controller::State->new( $x, $y, $v_x, $v_y, $rotation, $ang_v ); # attributes are just simple accessors: $state->x(10); $state->x; # 10 # same goes for the rest: $state->y; $state->ang_v; # etc. DESCRIPTION
A state object is a simple container for any given state inside a running SDLx::Controller::Interface instance. METHODS
new() new( $x, $y, $v_x, $v_y, $rotation, $ang_v ) Creates a new state container object. Can optionally set the initial value of all its attributes (see below). ACCESSORS
x Accessor to get/set the x value, usually used to position the item or check for collisions. y Accessor to get/set the y value, usually used to position the item or check for collisions. v_x Accessor to get/set the x velocity of the instance, for moving objects dynamically. v_y Accessor to get/set the y velocity of the instance, for moving objects dynamically. rotation Accessor to get/set the rotation of the object, in degrees (0..360). ang_v Accessor to get/set the angular velocity, for rotating objects dynamically. AUTHORS See "AUTHORS" in SDL perl v5.14.2 2012-05-28 pods::SDLx::Controller::State(3pm)
All times are GMT -4. The time now is 02:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy