weazbert
Jun 20, 08:32 PM
what pics?
yuhui
Oct 31, 12:09 AM
Would it be possible to use a cookie to remember my choice of ordering my song list? i.e. if I choose to order by Genre, then the next time I view my list, it should remember to order the songs by Genre, and not the default Ranking.
Thanks.
Thanks.
allanmain
Feb 8, 02:20 AM
Thank you l.a.rossmann. I need to buy a new notebook and your information helps me a lot.
Thanks again, Allan
PS: I'll update my notebook configuration soon.
Thanks again, Allan
PS: I'll update my notebook configuration soon.
bowlerman625
Apr 23, 10:04 AM
I've used eBay to buy AppleCare. The pricing is very competitive.
more...
87racer
May 1, 10:28 PM
Log into another fresh account. Make sure it works there. Then delete your actual account's finder preferences. That should do it.
Didn't work for me. I also see this on two different 10.7 installs. Using the keyboard shortcuts or the menu bar to arrange by still works just no right click.
See screenshot for list of keyboard shortcuts.
Didn't work for me. I also see this on two different 10.7 installs. Using the keyboard shortcuts or the menu bar to arrange by still works just no right click.
See screenshot for list of keyboard shortcuts.
Langee
May 4, 03:00 PM
no. i tried that as i saw a lot of people had that problem on the 2010 version but no luck.
The humming is constant no matter the brightness
The humming is constant no matter the brightness
more...
trainguy77
Dec 1, 04:09 PM
still waiting on a 64-Bit SMP client
I thought it was 64-bit? After all there is no 32 bit linux version yet so I would think the OS X version is 64 bit.
I thought it was 64-bit? After all there is no 32 bit linux version yet so I would think the OS X version is 64 bit.
stewacide
Sep 29, 01:58 AM
Anyone else notices that iWork will only update if the apps' are in Applications/iWork 06? That's poor design / very un-Apple: why can't I put my apps where I like?
Apple even has a support doc mentioning this issue? http://docs.info.apple.com/article.html?artnum=301573
Why not actually correct it?!?
Apple even has a support doc mentioning this issue? http://docs.info.apple.com/article.html?artnum=301573
Why not actually correct it?!?
more...
ykarmi
Jan 20, 05:20 PM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7)
Mmmmm. Full details **is** available?
Mmmmm. Full details **is** available?
devilot
Sep 22, 02:28 PM
Would I notice any bump in speed for graphics programs? (My desktop has been reliable but occasionally quirky).I was using a 12" 1.33GHz PB and then got the 20" 2.0GHz iMacG5... I only do a mild bit of photoshop fiddling and I could notice a definite difference.
I love this machine, *sigh* I'm typing on it right now! I would definitely recommend it.
I love this machine, *sigh* I'm typing on it right now! I would definitely recommend it.
more...
quantum003
Apr 29, 10:35 AM
I didn't know they had vinyl banners, those are cool. I have a couple of the Think Different posters: Picasso and Earhart. Nabbed 'em right off the wall from my old work immediately after they went out of business- yoink! :D
Flynnstone
Jan 19, 03:51 PM
How is it working for you?
Any problems?
Any problems?
more...
chunhohuen
Apr 22, 08:05 AM
I'm surprised this compiles (i.e. that you only get errors when linking). The line
string input=inputusername;
must have thrown an error at you, since "inputusername" is not visible to functions outside the class.
Where you define the code, you need to put in classname::functionname
Do this for every function you define. This need not be done if you are within the class declaration.
void login::find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
if( input_line.compare(input) == 0 ) {
cout << "The name " << input_line << " was found in file.\n";
found = true;
break;
}
}
Thank you very much !;)!
It can work now :p!
string input=inputusername;
must have thrown an error at you, since "inputusername" is not visible to functions outside the class.
Where you define the code, you need to put in classname::functionname
Do this for every function you define. This need not be done if you are within the class declaration.
void login::find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
if( input_line.compare(input) == 0 ) {
cout << "The name " << input_line << " was found in file.\n";
found = true;
break;
}
}
Thank you very much !;)!
It can work now :p!
h1r0ll3r
May 4, 02:13 PM
how did you reinstall you jb packages?
i never tried just updating, i usually do a full restore, the last one i did i wiped everything of my phone and started fresh cus it was a little sluggish and slow, after that is been running nice and smooth
You reinstall JB packages through Cydia (one by one) or by using AptBackup or PkgBackup or some other app like these.
The update simply overwrites the files on your phone but still keeps everything intact like your music, photos, apps etc. The full restore will wipe out everything making you start from scratch.
I just did a full restore to 4.3.2 since mine was sluggish and slow. You can do either or but I always prefer doing a full restore since it clears everything out.
i never tried just updating, i usually do a full restore, the last one i did i wiped everything of my phone and started fresh cus it was a little sluggish and slow, after that is been running nice and smooth
You reinstall JB packages through Cydia (one by one) or by using AptBackup or PkgBackup or some other app like these.
The update simply overwrites the files on your phone but still keeps everything intact like your music, photos, apps etc. The full restore will wipe out everything making you start from scratch.
I just did a full restore to 4.3.2 since mine was sluggish and slow. You can do either or but I always prefer doing a full restore since it clears everything out.
more...
strausd
Apr 20, 11:59 PM
AE, Premiere, and Maya are my main applications. All of which still have the ability to render faster even with my 12-core machine. When it comes to video and 3D rendering, render times can always be faster.
Chrisiphone
Feb 7, 01:27 PM
I was going to help you until I read that line.
Instead, all you'll get from me is this comment, and a stiff suggestion that you use this tool (http://www.google.com/), like everyone else has for years. I'm confident even you could have found an answer if you tried.
Its gone sorry didn't know it was a bad thing to say.......
Instead, all you'll get from me is this comment, and a stiff suggestion that you use this tool (http://www.google.com/), like everyone else has for years. I'm confident even you could have found an answer if you tried.
Its gone sorry didn't know it was a bad thing to say.......
more...
mrfoof82
May 5, 10:16 PM
The 8800GS in the iMac was a mobile GPU, not a desktop GPU. Even then, the 8800GS was quite a bit behind an 8800GT, never mind an 8800GTS.
A 6770 would be a noticeable upgrade. It's not a 6970, but still a very noticeable upgrade. Though yeah, don't expect to crank at native res on a 27" for new games. Still it's 6 GPU generations ahead of what you had, and the new display has 60% more pixels.
TL;DR: enjoy your upgrade.
A 6770 would be a noticeable upgrade. It's not a 6970, but still a very noticeable upgrade. Though yeah, don't expect to crank at native res on a 27" for new games. Still it's 6 GPU generations ahead of what you had, and the new display has 60% more pixels.
TL;DR: enjoy your upgrade.
blackwind
Apr 19, 09:21 PM
I would have called it iPad HD
copykris
Oct 12, 06:26 PM
Amoeba is an awful place to buy used CDs - any location.
It's fine for vinyl and even new CDs releases, but the selection and prices are superior at any of the online places mentioned above - eBay, Amazon, Half.com and even SecondSpin.
i would disagree with this --i've bought a good few of used cd's at amoeba and have never been disappointed
It's fine for vinyl and even new CDs releases, but the selection and prices are superior at any of the online places mentioned above - eBay, Amazon, Half.com and even SecondSpin.
i would disagree with this --i've bought a good few of used cd's at amoeba and have never been disappointed
biohazard6969
Dec 8, 02:41 PM
but as stated in my previous thread, if it was a 400mhz p-book, I would. But it isn't. :(
yes i realize that, but i'm just wondering if your interested in maybe anything else to cut the cost a bit.
early in the new year i could pay cash if u still have the PC then i'll contact you
yes i realize that, but i'm just wondering if your interested in maybe anything else to cut the cost a bit.
early in the new year i could pay cash if u still have the PC then i'll contact you
dornoforpyros
Mar 3, 12:10 AM
just a note, at my last job we refered to illustrator as irratator around the office for obviose reasons.
Hemingray
Mar 1, 11:51 AM
I figured here would be the most appropriate thread to post my 2,000th post. :)
And there was much rejoicing. *Yaaaaay...*
And there was much rejoicing. *Yaaaaay...*
Kristenn
May 4, 04:33 PM
china doesn't need the iPhone, they can use their cheap little knockoff iphones... :p
And why would you need wifi in a country without internet?
Woa! Where the hell did that come from?! You uh... you need to work on that. Bad dog!
And why would you need wifi in a country without internet?
Woa! Where the hell did that come from?! You uh... you need to work on that. Bad dog!
JackAxe
Apr 3, 09:12 PM
Leaked... With intro and everything! Pretty amazing how leaked videos are so polished. ;)
Anyways, good to see consoles finally getting head tracking, but I'm curious about how far they've gone, if it actually supports 6 DOF, or if it's just x and y, which given the console's hardware might be the case.
And that part showing the father and son air-wheeling it on the couch was lame.
Anyways, good to see consoles finally getting head tracking, but I'm curious about how far they've gone, if it actually supports 6 DOF, or if it's just x and y, which given the console's hardware might be the case.
And that part showing the father and son air-wheeling it on the couch was lame.
No comments:
Post a Comment