• All Forums
  • Recent Posts
  • Sign In
Title Search
@title beer Word 'beer' in title
User Search
  • @user admin Only posts by Admin
Text Search
  • @body beer Word 'beer' in the text
Phrase Search
"Hello World" Exact phrase match
Exclude Terms
  • car -red Search cars that are not red
"Or" Searches
  • honda | bmw 'honda' or 'bmw' results
Multi-Field
@(title,body) hello Both contain 'hello'
WildCard
  • hond* civ* Match all with an astrix
Combination
  • @title bmw @user admin
See more supported syntax examples


1000 results found in 0.001s
<1…14151617181920…34>
  • CLI access to 'other' volumesHere's the thing: I like to think of myself as fairly proficient in Terminalese (some would call it Unix), but I go blank when I am faced with this q…

    ... alternate internal or external harddrive c) a networked (appletalk) drive (other ...
    der kopf der kopf October 2002 Genius Bar
  • getline command in C++Alright, I'm writin my pogram but I gotta use a getline command and im not really positive on how to do it<br /> <br /> My program looks like this so…

    Alright, I'm writin my pogram but I gotta use a getline command and im not really positive on how to do it My program looks like this so far: #include <iostream> #include <iomanip> #include <string> int main (void) { cout << " ...
    tigerwoods99 tigerwoods99 October 2002 Genius Bar
  • Help with C++ problems..Ok, I've already done a lot of the others but I'm not sure about these ones:<br /> <br /> int index, odd<br /> int square = 0<br /> int num = 13<br /…

    Ok, I've already done a lot of the others but I'm not sure about these ones: int index, odd int square = 0 int num = 13 int pos1, pos2, temp int gcd int seq_no, i char ch1, ch2 #1- FIND odd, square, index, num for (index = 1; index <= num; ++index) { ...
    tigerwoods99 tigerwoods99 November 2002 Genius Bar
  • Bondi iMac CD Drive Problemmy sister has an original bondi blue imac, and recently her cd drive doesn't respond to discs. it can open and close alright, but it doesn't even sp…

    ... disc (x.0) and holding 'c'; i got the missing sys ...
    thuh freak thuh freak November 2002 Genius Bar
  • Paint Peeling on 667 DVIok, it looks like it is starting right above the CD drive... what is my best course of action to<br /> A) make sure it doesnt progress<br /> B) fix i…

    ... doesnt progress B) fix it C) prevent it from happening in ...
    paul paul December 2002 Genius Bar
  • unixish questionOk, I have a freebsd server and on this server is a file named /etc/rc.local in which I do the following:<br /> [code] su timewarp -c /usr/home/time…

    ... the following: [code] su timewarp -c /usr/home/timewarp/bin/rc ...
    imud imud December 2002 Genius Bar
  • Wallstreet Powerbookey - startup keys no workey?I have a rev 2 Wallstreet powerbook (M4753). The only key combination that works on startup is the zap PRAM combo.<br /> <br /> All others = no work…

    ... firmware, option to choose OS, c for CD, verbose mode, single ...
    the pie man the pie man December 2002 Genius Bar
  • Help! G3 with OSX won't boot!hi all,<br /> <br /> in forum OSX I asked about putting OSX on a G3 iMac 400Mhz. Consensus was - go for it, so I did.<br /> <br /> She had OS9, and I…

    ... the OSX disk and holding C doesn't achieve anything. Any ...
    imac david imac david January 2003 Genius Bar
  • URGENT: Pismo won't boot!My Pismo won't boot anymore.<br /> <br /> I was installing Riven to see if it worked, as my friend's copy appeared to be damaged. So, I perform the i…

    ... on an OS9 CD (holding C). No CDs will start, except ...
    amorya amorya January 2003 Genius Bar
  • C++ help (arrays)Can someone help me do these where I have to invoke functions to fill arrays? <br /> <br /> First, invoke a function to fill an integer array with 10…

    Can someone help me do these where I have to invoke functions to fill arrays? First, invoke a function to fill an integer array with 100 elements with randomly picked integers ranging from -99 to 99 and return the average. Second, I need to invoke a ...
    tigerwoods99 tigerwoods99 January 2003 Genius Bar
  • More than 384 ram in a Beige g3/300?On my rev. C Beige G3 300, I have 3 128 meg &quot;sticks&quot; of ram in it. I tried replacing one with a 256 stick, and it caused mail to lock up al…

    On my rev. C Beige G3 300, I have ...
    jeremiah rich jeremiah rich February 2003 Genius Bar
  • Bluetooth File Exchange Problem...I'm trying to send a picture from my TiBook to my T68i (one of the backgrounds they have over on O'Grady's). I saved the image I want to my HDD, and…

    ... the phone is broke b/c I have synced my calendars ...
    horned_frog horned_frog February 2003 Genius Bar
  • Help someone is trying to hack me!Someone is trying to hack into my webserver <img src="/images/smilies/1mad.gif" border="0" alt="" title="Mad" class="inlineimg" /> <br /> I have t…

    ... ../..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 40 ... 255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 40 ... 255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 40 ... 255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 40 ... 255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 40 ...
    elric elric February 2003 Genius Bar
  • pkg-config problemI need pkg-config (pkgconfig-0.15.0) but it does not want to install. can anyone figure what is the problem?<br /> <br /> [quote]%./configure<br /> …

    ... install... /usr/bin/install -c checking whether build environment ... ... (cached) /usr/bin/install -c checking whether build environment ... (cached) gcc checking whether the C compiler (gcc ) works... yes ... -g -O2 -Wall -D_REENTRANT -c giounix.c -o giounix.o ...
    giaguara giaguara February 2003 Genius Bar
  • Printer sharing Pc to PBHaving a problem seeing the printer on my pc thru my network. I can see the C; drive and all the files and I have sharing turned on on the printer. I…

    Having a problem seeing the printer on my pc thru my network. I can see the C; drive and all the files and I have sharing turned on on the printer. Is it possable to share this printer thru the PC machine? Any info would be great. Thanks , S
    frozenmex frozenmex February 2003 Genius Bar
  • Pausing processes?Is it possible to 'pause' a process without actually killing the application? I'm thinking something like the suspend command (^z) from the CLI. I as…

    ... not fun to do b/c it can lock up my ...
    torifile torifile February 2003 Genius Bar
  • C++ Insert CharsI am making a program and am inputing a whole sentence with [code] getline &lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt; as a string. I then want to go …

    I am making a program and am inputing a whole sentence with [code] getline as a string. I then want to go through and check each character of the string, but i need to find out how to seperate words. How can i detect if its a space and not a letter? s = ...
    ast3r3x ast3r3x March 2003 Genius Bar
  • someone trying to hack me?i'm pretty new to this unix-stuff that X is giving...<br /> I was just checking my /var/log/httpd/error_log and I noticed:<br /> [code][Mon Mar 10 14…

    ... not exist: /Library/WebServer/Documents/c/winnt/system32/cmd.exe [Mon ... not exist: /Library/WebServer/Documents/c/winnt/system32/cmd.exe [Mon ...
    crooked spoon crooked spoon March 2003 Genius Bar
  • Possible to put more than 256MB in a Rev. C iMac?Apple's specification state that 256MB is the maximum.<br /> &lt;a href=&quot;http://docs.info.apple.com/article.html?artnum=58007&amp;SaveKCWindowUR…

    Apple's specification state that 256MB is the maximum. iMac (All Models): Memory Specifications and Upgrades Manufacturers of RAM, (Crucial, Kingston, etc.) claim, if Firmware v1.2 is installed, that the iMac will allow 512 MB otal RAM. Kingston's iMac ...
    fahlman fahlman March 2003 Genius Bar
  • Does anyone have the Formac studio?Do you think it can beat Macrovision? Their spec sheet says :<br /> &quot;Capture analog and digital video: Formac studio provides input and output …

    ... your VHS, S-VHS, VHS-C, Hi8, DV/D8 camcorder / VCR ...
    horned_frog horned_frog December 2001 iPod + iTunes + AppleTV
  • iPod ExpansionEver since the iPod came out, I've been disappointed because it doesn't include realtime mp3 recording abilities. Then it hit me.<br /> <br /> Does …

    ... the Pod? Let us mingle , C.pres :cool:
    preston preston December 2001 iPod + iTunes + AppleTV
  • "Digital Hub" - Thanks for clarifying, Steve.I know now not to hold out for any piece of hardware from Apple that will sit in my home theater system and unify my audio-visual experience under on…

    ... more ubiquitous media of TV. C'mon, how many people out ...
    nordstrodamus nordstrodamus January 2002 iPod + iTunes + AppleTV
  • Ignore thisFrom The Register at &lt;a href=&quot;http://www.theregus.com/content/archive/23085.html&quot; target=&quot;_blank&quot;&gt;http://www.theregus.com/c…

    ... of Net porn By Thomas C Greene in Washington Posted: 11 ...
    cdhostage cdhostage March 2002 iPod + iTunes + AppleTV
  • Compaq TC1000. Apple, MIAApple seems to be MIA as far as this market is concerned. Just like the PDA market. Cool looking product with a lot of style and capabilities. The…

    Apple seems to be MIA as far as this market is concerned. Just like the PDA market. Cool looking product with a lot of style and capabilities. The kind of inovation you would expect from Apple. Too bad the TC1000 only runs XP.
    allen allen November 2002 iPod + iTunes + AppleTV
  • Symbian / MS c**tbit ...Have a look at &lt;a href=&quot;http://www.theregister.co.uk/content/7/28724.html&quot; target=&quot;_blank&quot;&gt;this article &lt;/a&gt;from the …

    Have a look at this article from the Register. Read it right to the end. Or jjust the end really. An announcement from Sony Ericsson and Nokia together this / next week will begin to look very interesting. H. [ 01-06-2003: Message edited by: Harald ]
    harald harald January 2003 iPod + iTunes + AppleTV
  • 6 Retailers to Sell Music on WebFrom the New York (Liberal) Times (had to, just had to):<br /> <br /> &amp;gt;&amp;gt;&amp;gt;<br /> 6 Retailers Plan Venture to Sell Music on the We…

    ... Nathanson, an analyst at Sanford C. Bernstein. "Yet we continue to ...
    jccbin jccbin January 2003 iPod + iTunes + AppleTV
  • iTools email securityDoes Apple read / monitor mac.com email? They certainly won't say either way, its not in the T's &amp; C's or the privacy policy and an email to pri…

    ... not in the T's & C's or the privacy policy ...
    macsarewaybetter macsarewaybetter December 2001 General Discussion
  • MWSF Keynote at U of C (Calgary, AB)If you're in Calgary, Alberta, you can catch a live satellite feed of the MWSF Keynote at the University of Calgary. The Learning Commons (my workpla…

    If you're in Calgary, Alberta, you can catch a live satellite feed of the MWSF Keynote at the University of Calgary. The Learning Commons (my workplace) will be collaborating with Apple's Calgary office to bring the keynote via satellite to one of our ...
    king chung huang king chung huang December 2001 General Discussion
  • Windows XP Vulnerable to Hacker AttacksI found this story on AOL's news page. I'm not gloating since who knows how unsecure OS X might be. It's an interesting read if nothing else. I didn'…

    ... Info: MSFT By TED BRIDIS .c The Associated Press WASHINGTON (Dec ...
    imacfp imacfp December 2001 General Discussion
  • MOSR dead!?Hi all. This is my first topic, so be gentle. I posted it in here because:<br /> <br /> a) This is the only thread I go to.<br /> <br /> b) I lik…

    ... . b) I like you guys. c) This might be fun. Ok ...
    mike eggleston mike eggleston December 2001 General Discussion
<1…14151617181920…34>

Copyright © 2025 Quiller Media, Inc

Commenting Guidelines · Privacy Policy · Contact