Sponsored Content
Full Discussion: Don tops the 4000+ thanks...
The Lounge What is on Your Mind? Don tops the 4000+ thanks... Post 303021626 by joeyg on Monday 13th of August 2018 01:36:41 PM
Old 08-13-2018
## look to celebrate
while IFS=air pour champagne
do
drink from glass
done < full-bottle
These 3 Users Gave Thanks to joeyg For This Post:
 

8 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

DLT 4000 drivers?

I am using a Quantum DLT 4000 tape drive on a PowerMac G4 with OS 10.1.5 I'd like to use the Terminal application, which is based on BSD 4.4, to see the tape drive and write backup tapes to it. First, is there a way to list all the devices attached to the computer? And secondly, is there a way... (0 Replies)
Discussion started by: derekc132002
0 Replies

2. UNIX for Advanced & Expert Users

Sfmdb proces at top of tops

Good day, I do have a HP-UX B.11.31 U ia64 machine. If I check top a proces called sfmdb is high in use en cpu. It is a postgres-command. Full name is System Fault Management. Google gives an option to restart it in: /sbin/init.d via sfmdb stop en start. But if I now look on the machine I... (2 Replies)
Discussion started by: velde_van_der_a
2 Replies

3. Shell Programming and Scripting

Split string after 4000 char

Hi everybody! I have a large comma separated text file. This file incluede some column which largest than 4000 character(this is not the last column). I tried with sed but i can't do it. I would like to split to 4000 char this column. Thank You for your help! for example: (5 Replies)
Discussion started by: snayper
5 Replies

4. Programming

Using tops command to update NSLog statements in objective-c code

In my objective-c code base I have several NSLog statements. eg. NSLog(@"Here is the message without arguments"); NSLog(@"Here is the message with arguments: %s, %s","argument1","argument2"); Now I want to do two things: First to do: updating NSLog statements with... (0 Replies)
Discussion started by: Miraaj
0 Replies

5. What is on Your Mind?

Congratulations Corona688 for reaching to landmark of 4000+ THANKS

Hello All, Let's join our hands together to appreciate Corona688 for completing and reaching to the landmark of 4000+ THANKS. I do want to appreciate Corona688 on behalf of everyone here in forum for Corona688's continuous effort of posting very useful, full of experience and knowledge posts in... (7 Replies)
Discussion started by: RavinderSingh13
7 Replies

6. What is on Your Mind?

RudiC reaches over 4000 thanks in 6 years.

Congratulations. Nice one RudiC. That is some going, well done! Bazza. (8 Replies)
Discussion started by: wisecracker
8 Replies

7. What is on Your Mind?

Congratulations RudiC for completing 4000+ THANKS in forums.

Hello All forum members, I would like to take this opportunity to THANK RudiC for his tremendous achievement, guidance, help for helping in forums, let us join our hands together for his GREAT achievement :b: @Rudi sir, How are you sir? you ROCK, please keep up the great work sir :b: ... (1 Reply)
Discussion started by: RavinderSingh13
1 Replies

8. What is on Your Mind?

Computer Trivia Feature Tops 50,000 Questions Answered

Just noticed that our successful computer trivia feature (stats here) has surpassed over 50,000 questions answered by users: https://www.unix.com/trivia_stats.php This was a coding effort worth while and I'm pleased to see so many people enjoying it in such a short time since it was released... (3 Replies)
Discussion started by: Neo
3 Replies
XScreenSaver(1) 					      General Commands Manual						   XScreenSaver(1)

NAME
lavalite - 3D OpenGL simulation of a Lavalite. SYNOPSIS
lavalite [-display host:display.screen] [-window] [-root] [-visual visual] [-delay microseconds] [-fps] [-style style ] [-spin xyz ] [-no- spin ] [-speed float ] [-resolution integer ] [-count integer ] [-no-smooth ] [-wireframe ] [-impatient ] [-lava-color color ] [-fluid- color color ] [-base-color color ] [-table-color color ] [-fluid-texture filename ] [-base-texture filename ] [-table-texture filename ] DESCRIPTION
The lavalite program displays a 3D simulation of the famous lamp of the same name. It requires a fast computer with fast OpenGL support. OPTIONS
lavalite accepts the following options: -window Draw on a newly-created window. This is the default. -root Draw on the root window. -visual visual Specify which visual to use. Legal values are the name of a visual class, or the id number (decimal or hex) of a specific visual. -style style Specify which model of lamp to draw. Available models are: Classic, Giant, Cone, and Rocket. Default: random. -spin xyz Around which axes the model should auto-spin. Defaults to "Z", meaning it rotates horizontally, but otherwise pitch or roll. -no-spin Same as -spin ''. -speed float A number controlling the frequency at which new blobs launch: you can think of this as being related to the the heat of the light- bulb in the base. Default: 0.003. -delay usecs The delay between steps of the animation; default is 40000 (1/25th second.) -resolution integer The size of the grid from which the mesh is created that is used to polygonize the blobs. higher values will give very smooth looking blobs, at the expense of speed. Default: 40. The options "-resolution 10 -no-smooth" look kind of interesting. -fps Display a running tally of how many frames per second are being rendered. In conjunction with -delay 0, this can be a useful benchmark of your GL performance. -count integer The maximum number of blobs that can be in motion at once. Default: 3. -no-smooth Turn off smoothing: the objects in the scene will be facetted. -wireframe Render all objects in wireframe instead of as solids. -impatient Provide this option if you are. This will pre-warm the lamp, so when it starts up, the first frame will show a blob already half- way up the lamp. -lava-color color Specifies the color of the blobbies. Default: red. -fluid-color color Specifies the color of the fluid that the blobbies float in. Default: light blue. -base-color color Specifies the color of the lamp base, and the cap on top of the bottle. Default: very dark gray. -table-color color Specifies the color of the table that the lamp is sitting on. Default: black (meaning it is invisible.) -fluid-texture filename An image file to wrap around the glass. Note that on most systems, GL textures must have dimensions that are a power of two. Note also that colors and textures are both applied: so, if you apply a texture and it isn't showing up, try specifying the corre- sponding color as "white". Otherwise, the combination of the two might be too dark to see. -base-texture filename An image file to wrap around the base of the lamp, and the cap on top of the bottle. -table-texture texture An image file to spread across the table that the lamp is sitting on. 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. SEE ALSO
X(1), xscreensaver(1), http://www.lavaworld.com/ http://www.lavarnd.org/ COPYRIGHT
Copyright (C) 2002 by Jamie Zawinski. 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 supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. LAVA LITE(R) and the configuration of the LAVA(R) brand motion lamp are registered trademarks of Haggerty Enterprises, Inc. The configura- tion of the globe and base of the motion lamp are registered trademarks of Haggerty Enterprises, Inc. in the U.S.A. and in other countries around the world. AUTHOR
Jamie Zawinski <jwz@jwz.org> X Version 11 18-May-2002 XScreenSaver(1)
All times are GMT -4. The time now is 07:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy