Sponsored Content
Full Discussion: Quote of the day
The Lounge What is on Your Mind? Quote of the day Post 302949682 by neutronscott on Tuesday 14th of July 2015 11:09:14 AM
Old 07-14-2015
Wow! How do they overcome all the attenuation of sound over air? :P
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Write a shell script to find whether the first day of the month is a working day

Hi , I am relatively new to unix... Can u pls help me out to find out if the first day of the month is a working day ie from (Monday to Friday)...using Date and If clause in Korn shell.. This is very urgent. Thanks for ur help... (7 Replies)
Discussion started by: phani
7 Replies

2. Shell Programming and Scripting

Capturing Data between first quote and next quote

I have input file like RDBMS FALIURE UTY8703 'USER_WORK.TEST' .HIghest return code '12' I want to parse data which comed between first quote till next quote USER_WORK.TEST can you please suggest how to do that (4 Replies)
Discussion started by: scorp_rahul23
4 Replies

3. Shell Programming and Scripting

Regex in grep to match all lines ending with a double quote (") OR a single quote (')

Hi, I've been trying to write a regex to use in egrep (in a shell script) that'll fetch the names of all the files that match a particular pattern. I expect to match the following line in a file: Name = "abc" The regex I'm using to match the same is: egrep -l '(^) *= *" ** *"$' /PATH_TO_SEARCH... (6 Replies)
Discussion started by: NanJ
6 Replies

4. Shell Programming and Scripting

Script to find previous month last day minus one day timestamp

Hi All, I need to find the previous month last day minus one day, using shell script. Can you guys help me to do this. My Requirment is as below: Input for me will be 2000909(YYYYMM) I need the previous months last day minus 1 day timestamp. That is i need 2000908 months last day minus ... (3 Replies)
Discussion started by: girish.raos
3 Replies

5. Shell Programming and Scripting

replacing a quote in some lines with multiple quote fields

i want to replace mistaken quotes in line starting with tag 300 and relocate the quote in the correct position so the input is 223;25 224;20100428064823;1;0;0;0;0;0;0;0;8;1;3;9697;18744;;;;;;;;;;;; 300;X;Event:... (3 Replies)
Discussion started by: wradwan
3 Replies

6. Shell Programming and Scripting

Script to check if last modified day is previous day

Hi, I would like to write a script that checks if a file ('counter') was modified the previous day, if so erase its contents and write 00000000 into it. For e.g. if the file 'counter' was last modified at 11.30pm on 24th May and the script runs at 12.15am of 25th May, it should erase it's... (1 Reply)
Discussion started by: hegdepras
1 Replies

7. UNIX for Dummies Questions & Answers

Move the files between Current day & a previous day

Hi All, I have a requirement where I need to first capture the current day & move all the files from a particular directory based on a previous day. i.e move all the files from one directory to another based on current day & a previous day. Here is what I am trying, but it gives me errors.... (2 Replies)
Discussion started by: dsfreddie
2 Replies

8. Shell Programming and Scripting

Julian day to dates in YEAR-MONTH-DAY

hello, I have many files called day001, day002, day003 and I want to rename them by day20070101, day20070102, etc. I need to do it for several years and leap years as well. What is the best way to do it ? Thank you. (1 Reply)
Discussion started by: Ggg
1 Replies

9. Shell Programming and Scripting

Replacing Double Quote in Double Quote incsv file

Hi All , We have source data file as csv file and since data could contain commas ,each attribute is quoted into double quotes.However problem is that some of the attributa data also contain double quotes which is converted to double double quote while creating csv file XLs data : ... (2 Replies)
Discussion started by: Shalini Badal
2 Replies

10. Shell Programming and Scripting

Replacing all but the first and last double quote in a line with a single quote with awk

From: 1,2,3,4,5,This is a test 6,7,8,9,0,"This, is a test" 1,9,2,8,3,"This is a ""test""" 4,7,3,1,8,"""" To: 1,2,3,4,5,This is a test 6,7,8,9,0,"This; is a test" 1,9,2,8,3,"This is a ''test''" 4,7,3,1,8,"''"Is there an easy syntax I'm overlooking? There will always be an odd number... (5 Replies)
Discussion started by: Michael Stora
5 Replies
SoEnvironmentElement(3) 					       Coin						   SoEnvironmentElement(3)

NAME
SoEnvironmentElement - The SoEnvironmentElement class is yet to be documented. FIXME: write doc. SYNOPSIS
#include <Inventor/elements/SoEnvironmentElement.h> Inherits SoReplacedElement. Inherited by SoGLEnvironmentElement. Public Types enum FogType { NONE, HAZE, FOG, SMOKE } Public Member Functions virtual void init (SoState *state) FIXME: write doc. virtual void print (FILE *file) const FIXME: write doc. Static Public Member Functions static SoType getClassTypeId (void) static int getClassStackIndex (void) static void * createInstance (void) static void initClass (void) static void set (SoState *const state, SoNode *const node, const float ambientIntensity, const SbColor &ambientColor, const SbVec3f &attenuation, const int32_t fogType, const SbColor &fogColor, const float fogVisibility, const float fogStart=0.0f) FIXME: write doc. static void get (SoState *const state, float &ambientIntensity, SbColor &ambientColor, SbVec3f &attenuation, int32_t &fogType, SbColor &fogColor, float &fogVisibility, float &fogStart) FIXME: write doc. static float getAmbientIntensity (SoState *const state) FIXME: write doc. static float getFogVisibility (SoState *const state) FIXME: write doc. static const SbVec3f & getLightAttenuation (SoState *const state) FIXME: write doc. static const SbColor & getAmbientColor (SoState *const state) FIXME: write doc. static const SbColor & getFogColor (SoState *const state) FIXME: write doc. static int32_t getFogType (SoState *const state) FIXME: write doc. static void getDefault (float &ambientIntensity, SbColor &ambientColor, SbVec3f &attenuation, int32_t &fogType, SbColor &fogColor, float &fogVisibility, float &fogNear) FIXME: write doc. Protected Member Functions virtual ~SoEnvironmentElement () virtual void setElt (SoState *const state, const float ambientIntensity, const SbColor &ambientColor, const SbVec3f &attenuation, const int32_t fogType, const SbColor &fogColor, const float fogVisibility, const float fogNear) FIXME: doc. Protected Attributes float ambientIntensity SbColor ambientColor SbVec3f attenuation int32_t fogType SbColor fogColor float fogVisibility float fogStart Additional Inherited Members Detailed Description The SoEnvironmentElement class is yet to be documented. FIXME: write doc. Member Enumeration Documentation enum SoEnvironmentElement::FogType FIXME: write doc. Constructor &; Destructor Documentation SoEnvironmentElement::~SoEnvironmentElement (void) [protected], [virtual] The destructor. Member Function Documentation SoType SoEnvironmentElement::getClassTypeId (void) [static] This static method returns the class type. Reimplemented from SoReplacedElement. Reimplemented in SoGLEnvironmentElement. int SoEnvironmentElement::getClassStackIndex (void) [static] This static method returns the state stack index for the class. Reimplemented from SoReplacedElement. Reimplemented in SoGLEnvironmentElement. void * SoEnvironmentElement::createInstance (void) [static] This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. Reimplemented in SoGLEnvironmentElement. void SoEnvironmentElement::initClass (void) [static] This static method initializes static data for the SoEnvironmentElement class. Reimplemented from SoReplacedElement. Reimplemented in SoGLEnvironmentElement. Member Data Documentation SoEnvironmentElement::ambientIntensity [protected] FIXME: write doc. SoEnvironmentElement::ambientColor [protected] FIXME: write doc. SoEnvironmentElement::attenuation [protected] FIXME: write doc. SoEnvironmentElement::fogType [protected] FIXME: write doc. SoEnvironmentElement::fogColor [protected] FIXME: write doc. SoEnvironmentElement::fogVisibility [protected] FIXME: write doc. SoEnvironmentElement::fogStart [protected] FIXME: write doc. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoEnvironmentElement(3)
All times are GMT -4. The time now is 09:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy