Sponsored Content
Full Discussion: My Work Is Like This Movie!
The Lounge What is on Your Mind? My Work Is Like This Movie! Post 302210856 by robotronic on Wednesday 2nd of July 2008 06:05:32 AM
Old 07-02-2008
ROTFL! My environment like "Mutiny on the Bounty"... Well, not like... Is really that Smilie

You have to know that our office is divided into three main "islands", four desks each. My island is called "the mutinous island", or even "anarchy island", because its inhabitants can do whatever they want, when they want, without asking permission to no one!

Eheheh, well, it's not exactly like that, it'll be too cool! But when the boss jokingly called us in that manner for the first time from his single-apart-island like a pirate sea captain, we were baptized for life! And we are proud of that Smilie

I really enjoy my work and I feel so good with my colleagues that I won't change this work for nothing else!

We are like a naval vessel, sailing the impervious seas of databases' world! Sometimes we also need to shoot our cannons against dangerous enemies, typically developers' battleships or users' boats...

How many fights, how many victories!

Smilie
 

6 More Discussions You Might Find Interesting

1. OS X (Apple)

i Movie HD

i Movie HD will not play sound from an imported movie :confused: (2 Replies)
Discussion started by: fgjiu
2 Replies

2. UNIX for Dummies Questions & Answers

Script doesn't work, but commands inside work

Howdie everyone... I have a shell script RemoveFiles.sh Inside this file, it only has two commands as below: rm -f ../../reportToday/temp/* rm -f ../../report/* My problem is that when i execute this script, nothing happened. Files remained unremoved. I don't see any error message as it... (2 Replies)
Discussion started by: cheongww
2 Replies

3. UNIX for Dummies Questions & Answers

Movie file help

I have a movie i'm trying to watch using the vlc player but it says it's a unix executable file that can't be played. Help?! (2 Replies)
Discussion started by: sunshine210
2 Replies

4. What is on Your Mind?

How to make a movie like a pro...

Hi All, I am in the process of shooting home made movie, I need to do lot of editing. What is the best software for this? I have seen few free but there is always some kind of limit as to what you can do. I don't mind paying $100 or $150 to buy the software. I am using Canon Digital... (0 Replies)
Discussion started by: samnyc
0 Replies

5. Shell Programming and Scripting

My script work on Linux but not work in sunos.

My script work on Linux but not work in sun os. my script. logFiles="sentLog1.log sentLog2.log" intial_time="0 0" logLocation="/usr/local/tomcat/logs/" sleepTime=600 failMessage=":: $(tput bold)Log not update$(tput rmso) = " successMessage="OK" arr=($logFiles)... (7 Replies)
Discussion started by: ooilinlove
7 Replies

6. IP Networking

Discussion at work, would a router work pluging a cable in wan1 and lan1?

hi all. and sorry for the random question, but this sparkled a raging flame-war at work and i want more points of view situation a router, with linux of some sort, dhcp client requesting for ip in wan1 (as usual with wan ports) dhcp server listening in lan1, and assigning ip (as usual... (9 Replies)
Discussion started by: broli
9 Replies
SWF(3pm)						User Contributed Perl Documentation						  SWF(3pm)

NAME
SWF - an autoloadable interface module for Ming - a library for generating ShockWave Flash format movies. SYNOPSIS
# Don't import other modules use SWF; # import all SWF modules use SWF qw(:ALL); # import SWF::Shape and SWF::Movie only. use SWF qw(Shape Movie); DESCRIPTION
By default, SWF doesn't import other SWF classes. You may, however, instruct SWF to import all modules by using the following syntax: use SWF qw(:ALL); METHODS
SWF::setScale($scale); Sets scale to $scale. SWF::getScale(); Get the current scale. 20 means 20 twips (1/20 of a pixel) and is the default value. SWF::setVersion($version); Sets SWF version for the header of flashfiles. Choose a value between 4 and 7 for your flashmovies. If you are unsure take 5. SWF::setCubicThreshold($num) Sets the threshold error for drawing cubic beziers. Lower is more accurate, hence larger file size. SWF::setSWFCompression($level); Set output compression level. Returns previous value. $level is integer between 0 and 9. Note: This function is called automatic too by $movie->save($filename[,$level]) and $movie->output([$level]) if the optional parameter $level is given. SWF::useConstants($flags); ? AUTHOR
Soheil Seyfaie (soheil at users.sourceforge.net). SEE ALSO
SWF.pm related modules: SWF::Action, SWF::Bitmap, SWF::Button, SWF::Constants, SWF::DisplayItem, SWF::Fill, SWF::Font, SWF::Gradient, SWF::Morph, SWF::Movie, SWF::MovieClip, SWF::PrebuiltClip, SWF::Shape, SWF::Sound, SWF::TextField, SWF::Text, SWF::VideoStream, SWF::Sprite other projects: SWF::Builder - a pure perl alternative to Ming perl v5.14.2 2012-03-05 SWF(3pm)
All times are GMT -4. The time now is 01:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy