New *Joint* Voir Dire Questions

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News New *Joint* Voir Dire Questions
# 1  
Old 03-03-2010
New *Joint* Voir Dire Questions

SCO and Novell have amended their voir dire questions and submitted a new joint set:
The parties jointly submit this set of Joint Proposed Voir Dire Questions, to be considered in lieu of the questions previously submitted separately.
Here are the originals, their separate lists, if you'd like to compare. And I think you might like to, because this is the first time the parties' lawyers have cooperated on anything that I can recall getting better as a result. Probably Judge Ted Stewart's no nonsense ways can take credit for this. Either that or it's sun spots. Something worked.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to joint multiple value to 1 files?

HI All need your help i want joint multiple value from 4 files to 1 files. example like below : file 1 : 20:22|303 20:23|287 20:24|318 20:25|307 20:26|315 file 2 : 306 288 319 309 (2 Replies)
Discussion started by: fajar_3t3
2 Replies

2. Homework & Coursework Questions

Print questions from a questions folder in a sequential order

1.) I am to write scripts that will be phasetest folder in the home directory. 2.) The folder should have a set-up,phase and display files I have written a small script which i used to check for the existing users and their password. What I need help with: I have a set of questions in a... (19 Replies)
Discussion started by: moraks007
19 Replies

3. Shell Programming and Scripting

Joint two files !

Hello Group, I request you your help in order create a script for joint two files in one. The idea is to create a new row where the date is the same in both files. file 1 1/1/2010, 2 1/2/2010, 4 1/3/2010, 6 1/4/2010, 8 1/5/2010, 10 file 2 1/1/2010, 3 1/2/2010, 6... (3 Replies)
Discussion started by: csierra
3 Replies

4. Shell Programming and Scripting

shell script which will delete every thing under a directory except a single sub dire

write a shell script which will delete every thing under a directory except a single sub directory (2 Replies)
Discussion started by: alokjyotibal
2 Replies

5. Shell Programming and Scripting

some questions...

hello. I'm fairly new to unix and have a few script writing questions for any experienced users. However, my computer is a mac so I need commands that will run in a macosx terminal. ok: q1) im writing a script where I want to get the history in the terminal and then write it to a specific text... (9 Replies)
Discussion started by: Blip
9 Replies

6. UNIX for Dummies Questions & Answers

questions

Dear Guys , I have some Questions , i need to have answeres for . 1. now if i took a back up for /etc/passwd and /etc/shadow , like simple copy .. and Install a new system , and paste those two files to the new system ... are the passwords and user info. going to work ?? is it posibble ? ... (1 Reply)
Discussion started by: tamemi
1 Replies

7. Shell Programming and Scripting

question on du for dire. size on tape and drive

Is there a method to see how much data is put on a tape? Or to check and see the size of what you are tarring to tape? I have a script that checks a partition and user's directories and excludes anything under a home/test directory and writes that to a text file, then I call tar and using that... (1 Reply)
Discussion started by: kymberm
1 Replies
Login or Register to Ask a Question
img-jpeg(n)															       img-jpeg(n)

__________________________________________________________________________________________________________________________________________________

NAME
img-jpeg - Img, Joint Picture Expert Group format (jpeg) SYNOPSIS
package require Tk package require img::jpeg ?1.4? image create photo ?name? ?options? _________________________________________________________________ DESCRIPTION
The package img::jpeg is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::jpeg. Like all packages of Img it does not provide new commands, but extends the existing Tk command image so that it supports files containing raster images in the Joint Picture Expert Group format (jpeg). More specifically img::jpeg extends Tk's photo image type. The name of the new format handler is jpeg. This handler provides new additional configuration options. See section JPEG OPTIONS for more detailed explanations. All of the above means that in a call like image create photo ?name? ?options? [1] Image data in jpeg format (options -data and -file) is detected automatically. [2] The format name jpeg is recognized by the option -format. In addition the value for the option is treated as list and may contain any of the special options listed in section JPEG OPTIONS. JPEG OPTIONS
The handler provides six options, two effective when reading from a JPEG image, and five influencing the writing of such. One option is usable for both reading an writing. -fast This option is for reading from JPEG data. It usage activates a processing mode which is fast, but also provides only low-quality information. -grayscale This option can be used for both reading and writing of JPEG data. Usage of this option forces incoming images to grayscale, and written images will be monochrome. -quality n This option is for writing JPEG data. It specifies the compression level as a quality percentage. The higher the quality, the less the compression. The nominal range for n is 0...100. Useful values are in the range 5...95. The default value is 75. -smooth n This option is for writing JPEG data. When used the writer will smooth the image before performing the compression. Values in the 10...30 are usually enough. The default is 0, i.e no smoothing. -optimize This option is for writing JPEG data. It usage causes the writer to optimize the huffman table used to encode the jpeg coefficients. -progressive This option is for writing JPEG data. It usage causes the creation of a progressive JPEG file. SEE ALSO
img-bmp, img-dted, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-raw, img-sgi, img-sun, img- tga, img-tiff, img-window, img-xbm, img-xpm KEYWORDS
image handling, jpeg, tk COPYRIGHT
Copyright (c) 1995-2009 Jan Nijtmans <nijtmans@users.sourceforge.net> Img 1.4 img-jpeg(n)