Where Are the Games?


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Where Are the Games?
# 15  
Old 05-24-2012
OK... should be working now... for some odd reason, registered users were redirected to the sportspool / event prediction page.

This has been changed / fixed.

Thanks for pointing this out.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Favourite Games console

So what is everyones all time favourite games console and why do you like it? (Please - no comments on why they are better than others as that would be opinion based and cause arguments, positive comments only) (28 Replies)
Discussion started by: Tommyk
28 Replies

2. Ubuntu

use VM to play games in Windows (Intense Games)

I have Ubunut installed on my desktop AMD 6 Core 3.2 (will be getting the bulldozer AMD 8 Core when it releases) 16 GB of DDR3 1333 RAM SSD some HDD's Nvidia 560 ti 1GB My question is, how can I or can I even get a Win 7 VM to play games as well in a main install. Give it 10 GBs of RAM... (0 Replies)
Discussion started by: ochieman2000
0 Replies

3. What is on Your Mind?

Of Computer wizards and games

You guys are really are a genius, you make computer processing more easy for us end users. You just don't make wonders but you also make good computer games too. Really there is a fast evolution on the era of the computer world. Thanks to you guys! __________________ The Cute Angry Birds... (0 Replies)
Discussion started by: methusela123
0 Replies

4. UNIX for Dummies Questions & Answers

playing games from another directory?

If "photopia.dat" is a game. To play it, you would normally type "frotz photopia.dat" (assuming you are in the directory where photopia.dat resides). But what if I'm in my home directory, photopia.dat is in the "games" directory, and I want to play it without switching directories? What command... (2 Replies)
Discussion started by: greeky
2 Replies

5. UNIX for Dummies Questions & Answers

games in unix?

I was wondering if anyone had a script file for a game or a puzzle in a script file? Or something fun, like a quiz (2 Replies)
Discussion started by: JamieMurry
2 Replies

6. UNIX for Dummies Questions & Answers

UNIX games?

Does anyone know of any unix-based games? (1 Reply)
Discussion started by: danceofillusion
1 Replies

7. What is on Your Mind?

Games?

So what kind of games we all play? If any? I like RTS, C&C fan here all the way :p (8 Replies)
Discussion started by: woofie
8 Replies

8. UNIX for Dummies Questions & Answers

lokie games?

for some reson lokie games do not let me play the games on my linux box i go and install it but will not let me play them acts like it wants to run the game but will not open what do i do i have return to wolfinstine and unreal 2003 and seriurs sam and quake 1,2,3 and starwars jedi 2 and... (1 Reply)
Discussion started by: amicrawler2000
1 Replies

9. UNIX for Dummies Questions & Answers

games

i have installed SDL int /opt and i installed a game with pkgadd in /usr/local and when i try to start the game i says: ld.so.1: ./gamename: fatal: libSDL-1.1.so.0: open failed: No such file or directory what should i do (1 Reply)
Discussion started by: CreamHarry
1 Replies
Login or Register to Ask a Question
DCHIST(1)						DICOM PS3 - DICOM image statistics						 DCHIST(1)

NAME
dchist - ACR/NEMA DICOM PS3 ... DICOM PS3 - DICOM image statistics SYNOPSIS
dchist [ -h|histogram ] [ -csv ] [ -withhighbits|highbitsonly ] [ -v|verbose ] [ -filename ] DESCRIPTION
dchist reads the named dicom or acr-nema input file and describes the statistics of the image pixel data. The primary intent is to deter- mine the zero order entropy of the image. The description and verbose output go to standard error. The basic input switches are described in dcintro(1). Options specific to this program are: -h|histogram Display table of pixel value, frequency, probability, contribution to zero order entropy, and cumulative zero order entropy. May generate a LOT of output ! -csv Display only a comma separated value pair of pixel value and frequency, one line per value, e.g., for import into a statistical pro- gram or spreadsheet -withhighbits Include as well the values that are above Bits Stored and within Bits Allocated, such as might be overlay bits (regardless of whether or not there are any 60xx group elements). -highbitsonly Use instead the values that are above Bits Stored and within Bits Allocated, such as might be overlay bits, and treat all valid pixel values below Bits Stored inclusive as zero (regardless of whether or not there are any 60xx group elements). -v|verbose Display byte offset from file start and message start, in hexadecimal, and dump contents while reading and once read. -filename Show the name of the file supplied in the arguments; a hyphen will be reported if no filename was supplied. ENVIRONMENT
EXAMPLES
% dchist expmeta.dc3 9.02366 Zero order entropy (bits per pixel) 0x0 Smallest symbol value 0 Smallest symbol length (bits) 0x6e9 Largest symbol value 11 Largest symbol length (bits) % dchist -h expmeta.dc3 [0x0] 392 p=0.00598145 e=0.0441747 cum=0.0441747 ... [0x6e9] 1 p=1.52588e-05 e=0.000244141 cum=9.02366 9.02366 Zero order entropy (bits per pixel) 0x0 Smallest symbol value 0 Smallest symbol length (bits) 0x6e9 Largest symbol value 11 Largest symbol length (bits) FILES
SEE ALSO
dcstats(1), dcintro(1) AUTHOR
Copyright (C) 1993-2010. David A. Clunie DBA PixelMed Publishing. All rights reserved. BUGS
DICOM PS3 20 August 2007 DCHIST(1)