Sponsored Content
Full Discussion: Do You Play Video Games?
The Lounge What is on Your Mind? Do You Play Video Games? Post 302279720 by nixnoob on Friday 23rd of January 2009 04:23:05 PM
Old 01-23-2009
Quote:
Originally Posted by BOFH
Well since Windows XP won't recognize it anyway, it's really overkill. It was cheap though. $49 (after rebates) from Tigerdirect for two 2 Gig sticks. I just couldn't pass it up.
I was going to say...if your running a 32 bit OS...you have 5 gigs of RAM just eating up power...can't wait for the day when the gaming companies finally get into the 64 bit world and I can go ahead with putting a new gaming system together...

Quote:
I do remember back when I used memory managers to eke out the last few kb of RAM for my DOS stuff. And I remember my first computer, with 2kb of ram. Smilie
Those were fun days...himem.sys was a godsend...mapping to the upper memory blocks to free up enough base memory just so Wolfenstein would run...I managed to get 610k free...had to force some base processes into the upper memory region to do it... Smilie dos scripting.



I quit "hardcore" gaming a few years back...trying to keep a job while getting only 3 or 4 hours of sleep a night (1 or 2 on weekends) isn't something middle aged geeks can handle for long...good thing for coffee and dew.
 

3 More Discussions You Might Find Interesting

1. 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

2. UNIX for Advanced & Expert Users

Ffmpeg (avconv) + crtmpserver Linux streaming video, no player to play it

Hello Linux experts, I'm working on live video streaming project, and my job is to create video streaming server using Ubuntu 13.04 Here is what I've done so far: 1. Installed crtmpserver from Ubuntu's repositories. 2. Installed ffmpeg To test the server i use webcam as source of video,... (0 Replies)
Discussion started by: +Yan
0 Replies

3. Windows & DOS: Issues & Discussions

How to play video files one after the other continously?

Hi, There are many MP4 files in a folder say 50 files . All these files are video clipping files.Instead of playing the video one by one , is it possible to play all video clipping files into single shot ? Say for example when i play one video file it gets over after sometime and to view... (5 Replies)
Discussion started by: Maddy123
5 Replies
PPI::Token::QuoteLike(3)				User Contributed Perl Documentation				  PPI::Token::QuoteLike(3)

NAME
PPI::Token::QuoteLike - Quote-like operator abstract base class INHERITANCE
PPI::Token::QuoteLike isa PPI::Token isa PPI::Element DESCRIPTION
The "PPI::Token::QuoteLike" class is never instantiated, and simply provides a common abstract base class for the five quote-like operator classes. In PPI, a "quote-like" is the set of quote-like things that exclude the string quotes and regular expressions. The subclasses of "PPI::Token::QuoteLike" are: qw{} - PPI::Token::QuoteLike::Words `` - PPI::Token::QuoteLike::Backtick qx{} - PPI::Token::QuoteLike::Command qr// - PPI::Token::QuoteLike::Regexp <FOO> - PPI::Token::QuoteLike::Readline The names are hopefully obvious enough not to have to explain what each class is. See their pages for more details. You may note that the backtick and command quote-like are treated separately, even though they do the same thing. This is intentional, as the inherit from and are processed by two different parts of the PPI's quote engine. SUPPORT
See the support section in the main module. AUTHOR
Adam Kennedy <adamk@cpan.org> COPYRIGHT
Copyright 2001 - 2011 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.16.3 2011-02-26 PPI::Token::QuoteLike(3)
All times are GMT -4. The time now is 03:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy