str1f3
Nov 16, 10:46 PM
I would expect Apple to counter Verizon's crazy torpedo ads against them but...
That's really at&t's job.
That's really at&t's job.
fartheststar
Sep 8, 09:18 PM
Good ploy on their part to get a cheap emac.
Good luck with HP. Not a bad company's computer to have if you have to have a non-apple, but it still runs windows.
Good luck with HP. Not a bad company's computer to have if you have to have a non-apple, but it still runs windows.
The.316
Oct 31, 05:55 AM
Here is my collection
Blu's
http://farm5.static.flickr.com/4025/5127152612_4d77b15255.jpg
Is it just the picture, or is that shelf ready to go?
Nice collections BTW. I had about 500 DVDs from the States, but since i live in Greece now, they wont play on my PS3 I bought here, so I converted them all, and have them stored on my external drive.
Anyone have any ideas what I should do with them? I have them in two boxes in the garage.
Blu's
http://farm5.static.flickr.com/4025/5127152612_4d77b15255.jpg
Is it just the picture, or is that shelf ready to go?
Nice collections BTW. I had about 500 DVDs from the States, but since i live in Greece now, they wont play on my PS3 I bought here, so I converted them all, and have them stored on my external drive.
Anyone have any ideas what I should do with them? I have them in two boxes in the garage.
bally555
Apr 23, 02:33 PM
I have uploaded it to this site.
http://www.megaupload.com/?d=ZDLZBAZ0
http://www.megaupload.com/?d=ZDLZBAZ0
more...
sysiphus
May 4, 10:50 PM
FYI, unless you're planning on doing heavy-duty gaming (Halo, Quake 4, Doom 3 or the like), I'd stick to a passively-cooled graphics card; the fan noise will be pretty obnoxious, especially if you get an ATI 9800.
Also, think carefully about using that machine as a daily computer--they idleat well over 100W; leaving one of those on regularly will noticeably increase your power bill (unless you have free utilities :) ) Be aware that things like Netflix streamiing will never work on a PowerPC Mac.
With all that said, I'm glad you're enjoying your "new" toy! I loved my dual G5, and if it were still practical to have it, I would :cool:
Also, think carefully about using that machine as a daily computer--they idleat well over 100W; leaving one of those on regularly will noticeably increase your power bill (unless you have free utilities :) ) Be aware that things like Netflix streamiing will never work on a PowerPC Mac.
With all that said, I'm glad you're enjoying your "new" toy! I loved my dual G5, and if it were still practical to have it, I would :cool:
Saphrosit
Apr 7, 12:49 PM
Hi,
I wrote a simple server application in C. This server do nothing except print the received message, then exit. Here is the code
int listenfd,connfd,n;
struct sockaddr_in servaddr,cliaddr;
socklen_t clilen;
char *mesg = (char*) malloc(1000*sizeof(char));
listenfd=socket(PF_INET,SOCK_STREAM,0);
bzero(&servaddr,sizeof(servaddr));
servaddr.sin_family = AF_INET;
servaddr.sin_addr.s_addr = INADDR_ANY;
servaddr.sin_port=htons(20600);
bind(listenfd,(struct sockaddr *)&servaddr,sizeof(servaddr));
listen(listenfd,5);
clilen=sizeof(cliaddr);
connfd = accept(listenfd,(struct sockaddr *)&cliaddr,&clilen);
n = (int) recvfrom(connfd,mesg,1000,0,(struct sockaddr *)&cliaddr,&clilen);
sendto(connfd,mesg,n,0,(struct sockaddr *)&cliaddr,sizeof(cliaddr));
printf("-------------------------------------------------------\n");
mesg[n] = 0;
printf("Received the following:\n");
printf("%s\n",mesg);
printf("-------------------------------------------------------\n");
close(connfd);
close(listenfd);
I managed to establish a connection using telnet and running
more...
Mickey Rourke whips it for
Here is Iron Man 2 magazine
more...
Iron man 2 Mickey Rourke
mickey-rourke-ironman2. Mickey
more...
Mickey Rourke admits he has
Whiplash (Mickey Rourke)
more...
Mickey Rourke and Sam Rockwell
“Iron Man 2″ is as elegant as
more...
Whiplash in Iron Man 2 has
mickey-rourke-iron-man-2-
more...
Iron man 2 vs Whiplash
Iron man 2 gt; Mickey Rourke
Rourke from getting crushed by
I wrote a simple server application in C. This server do nothing except print the received message, then exit. Here is the code
int listenfd,connfd,n;
struct sockaddr_in servaddr,cliaddr;
socklen_t clilen;
char *mesg = (char*) malloc(1000*sizeof(char));
listenfd=socket(PF_INET,SOCK_STREAM,0);
bzero(&servaddr,sizeof(servaddr));
servaddr.sin_family = AF_INET;
servaddr.sin_addr.s_addr = INADDR_ANY;
servaddr.sin_port=htons(20600);
bind(listenfd,(struct sockaddr *)&servaddr,sizeof(servaddr));
listen(listenfd,5);
clilen=sizeof(cliaddr);
connfd = accept(listenfd,(struct sockaddr *)&cliaddr,&clilen);
n = (int) recvfrom(connfd,mesg,1000,0,(struct sockaddr *)&cliaddr,&clilen);
sendto(connfd,mesg,n,0,(struct sockaddr *)&cliaddr,sizeof(cliaddr));
printf("-------------------------------------------------------\n");
mesg[n] = 0;
printf("Received the following:\n");
printf("%s\n",mesg);
printf("-------------------------------------------------------\n");
close(connfd);
close(listenfd);
I managed to establish a connection using telnet and running
more...
happle
Jan 3, 09:50 PM
here's what i have. everything was cheap but also good for a beginner setup. and i did a lot of research before i purchased everything, and i couldnt be happier.
- M-Audio Axiom 25 - The Axiom is very nice and has more features than the Oxygen, you can find one for a good price used on ebay.
- M-Audio Fast Track USB II Audio Interface - get one on amazon, you will need an interface eventually
- Sennheiser HD280 Pro Headphones - you will need them for mixing accurately. get them on amazon, you will not find a better pair of studio headphones for this price.
- Klipsch Promedia 2.1 Computer Speakers - THX certified...decent quality, good to check your mixes on, and good to listen to house or any music on. They have good bass and get very loud. All for a great price. I personally make dubstep so i need the bass.
- Your DAW of choice, mines Reason 5.
- M-Audio Axiom 25 - The Axiom is very nice and has more features than the Oxygen, you can find one for a good price used on ebay.
- M-Audio Fast Track USB II Audio Interface - get one on amazon, you will need an interface eventually
- Sennheiser HD280 Pro Headphones - you will need them for mixing accurately. get them on amazon, you will not find a better pair of studio headphones for this price.
- Klipsch Promedia 2.1 Computer Speakers - THX certified...decent quality, good to check your mixes on, and good to listen to house or any music on. They have good bass and get very loud. All for a great price. I personally make dubstep so i need the bass.
- Your DAW of choice, mines Reason 5.
andiwm2003
Jun 22, 06:47 PM
congrats to all. there is some serious talent here!!!
more...
Orlandu
May 5, 12:02 PM
I'm getting the same thing. Whenever I open an app, I see a quick banner flash at the top of the screen as its zooming in to open it. When I look in processes with SBSettings, I see something called AdSheet. Is that from jailbreaking or something from the Apple iAds crap? When I end that process it stops the ads from showing up at the top but then it opens again whenever I open something with adds.
gnychis
May 5, 09:26 AM
they are still signing with 4.3.2 ... i just did it on my iPhone no more than 15 minutes ago
more...
Blue Fox
May 18, 01:57 PM
I think a blue or pink one would be great!! Maybe Apple will have a "rainbow" collection of colors? That would be so much fun!!
LOL. Your too late on that one. :D
http://forums.macrumors.com/showthread.php?t=701535
http://i267.photobucket.com/albums/ii292/drakeshipway99/Picture2-3.png
LOL. Your too late on that one. :D
http://forums.macrumors.com/showthread.php?t=701535
http://i267.photobucket.com/albums/ii292/drakeshipway99/Picture2-3.png
sysiphus
Mar 31, 01:42 PM
In my experience Maddow and Cooper are at least tolerable.
Of the names listed in the thread, Cooper's probably my pick for the best. Maddow doesn't even attempt to stay neutral. I was watching her coverage when Scott Walker won in Mass; she sounded like she'd just come from her best friend's funeral.
Of the names listed in the thread, Cooper's probably my pick for the best. Maddow doesn't even attempt to stay neutral. I was watching her coverage when Scott Walker won in Mass; she sounded like she'd just come from her best friend's funeral.
more...
Rodimus Prime
Dec 29, 01:10 AM
i will say the kinect is pretty awesome though lol
surely you can buy one via online however right?
I check Amazon. The 4GB can really only be found with the bundle. You can get a stand alone 250 gig system.
surely you can buy one via online however right?
I check Amazon. The 4GB can really only be found with the bundle. You can get a stand alone 250 gig system.
Newfiebill
Feb 18, 10:38 AM
Hi Guys & Gals,
I'm going to make the jump to an Intel SSD this weekend to replace my stock 320GB (5400 RPM) Drive in the 2010 Mac Mini.
Those of you that have actually done this, did you find that the Logic Board really needed to be shifted at all? I've been looking at the OWC installation Video and it would seem to me that the drive will lift out over the Logic Board without moving the board at all. It would mean that I would only have to detach the first SATA and two heat connectors. The least amount of connectors I have to pull the better I would assume. Also, I'm thinking that the black vinyl covering wrapped around the 320GB drive is there to protect the moving/electrical drive components on the bottom of the drive, which I would not need on the SSD. I know that I need/should replace the piece of tape to hold the heat sensor wire on the new SSD.
Any help would be great.....:)
2010 Mac Mini (2.4MHz - 8GB RAM Intel 80GB SSD(pending)) Air Port Extreme, 2TB Mini Stack External Dive, 16GB WiFi iPad, 32GB iPhone 3GS.
I'm going to make the jump to an Intel SSD this weekend to replace my stock 320GB (5400 RPM) Drive in the 2010 Mac Mini.
Those of you that have actually done this, did you find that the Logic Board really needed to be shifted at all? I've been looking at the OWC installation Video and it would seem to me that the drive will lift out over the Logic Board without moving the board at all. It would mean that I would only have to detach the first SATA and two heat connectors. The least amount of connectors I have to pull the better I would assume. Also, I'm thinking that the black vinyl covering wrapped around the 320GB drive is there to protect the moving/electrical drive components on the bottom of the drive, which I would not need on the SSD. I know that I need/should replace the piece of tape to hold the heat sensor wire on the new SSD.
Any help would be great.....:)
2010 Mac Mini (2.4MHz - 8GB RAM Intel 80GB SSD(pending)) Air Port Extreme, 2TB Mini Stack External Dive, 16GB WiFi iPad, 32GB iPhone 3GS.
more...
galimk
Apr 23, 05:30 PM
Look in your book for exactly what you're supposed to use for #import. You may have made a mistake.
I'm not sure, but #import <Fraction.h> seems wrong to me. If Fraction.h were a system-provided class, it would be correct. But it's a developer-created class, so #import "Fraction.h" seems more sensible to me, and is what I've always used when referring to class headers I create.
Post your code.
No one with any programming experience would believe anyone (beginner or experienced) who says there are no compilation errors, unless the code has actually been compiled without errors. You may be right, but we need to see the evidence of the compiler.
Thanks! Your answer helped. So now I know that <**> are only for system provided classes. I used quotes for Fraction.h and it worked.
The example that I used had everything dumped in the main .m file along with the main function.
I'm not sure, but #import <Fraction.h> seems wrong to me. If Fraction.h were a system-provided class, it would be correct. But it's a developer-created class, so #import "Fraction.h" seems more sensible to me, and is what I've always used when referring to class headers I create.
Post your code.
No one with any programming experience would believe anyone (beginner or experienced) who says there are no compilation errors, unless the code has actually been compiled without errors. You may be right, but we need to see the evidence of the compiler.
Thanks! Your answer helped. So now I know that <**> are only for system provided classes. I used quotes for Fraction.h and it worked.
The example that I used had everything dumped in the main .m file along with the main function.
Intell
Dec 12, 10:31 PM
Force it into DFU Mode (Google it) when it's at the Apple logo, then rerun redsn0w on it.
more...
petvas
May 6, 04:24 PM
Image (http://imageshack.us/photo/my-images/12/ateaseuserfolder6923567.png/)
Uploaded with ImageShack.us (http://imageshack.us)
Image (http://www.technewsdaily.com/images/stories/mac-osx-lion-launch%20pad_101020-02.jpg)
How far we've come.
It just looks prettier.
Uploaded with ImageShack.us (http://imageshack.us)
Image (http://www.technewsdaily.com/images/stories/mac-osx-lion-launch%20pad_101020-02.jpg)
How far we've come.
It just looks prettier.
celebi23
Oct 25, 04:10 PM
Looks like I'm gonna end up getting Leopard for $69 from my school bookstore. Meh, a T-Shirt is not worth the extra $60 though :(
maclaptop
May 2, 11:06 PM
Hurry, buy now, enjoy it now.
No reason to wait for the unknown.
No reason to wait for the unknown.
MobiusCreative
Apr 13, 12:48 PM
I have an iPad v.1 running iOS 4.2 that won't update to iOS 4.3. Says "Your iPad software is up to date". I've got the latest iTunes (10.2.1) and I've even updated my wife's iPad just fine. Thoughts? The Googles hasn't helped.
On top of that the 4.3 IPSW is gone from the wife's install so I can't restore to that.
On top of that the 4.3 IPSW is gone from the wife's install so I can't restore to that.
The Samurai
Apr 19, 03:36 AM
I use Muc Off (http://www.youtube.com/watch?v=3nsgHkY3NZs) - works a treat.
hehe299792458
Mar 26, 09:31 PM
My mouse (Microsoft Basic Optical Mouse v2.0) show far less mouse acceleration in Lion compared to Snow Lion.
I haven't read anything about this so I guess it's something on my end? Or does other people get similar behavior in Lion?
What exactly do you mean by acceleration?
I haven't read anything about this so I guess it's something on my end? Or does other people get similar behavior in Lion?
What exactly do you mean by acceleration?
StealthRider
Apr 29, 04:28 PM
It probably fried the power button, then.
schroder3000
Mar 23, 02:34 PM
I've got a current model Mac Mini that I'd like to connect to a non-HD television via Component cable. I have an DVI-Mini Display Port adapter which was purchased from a third party as well as a DVI-Component adapter that came with it. Here are some photos:
http://i52.tinypic.com/2zhqkhl.jpg
http://i53.tinypic.com/ek516u.jpg
Aside from a Component cable to connect to the TV, anything else I might need for this to work successfully?
Thanks!
http://i52.tinypic.com/2zhqkhl.jpg
http://i53.tinypic.com/ek516u.jpg
Aside from a Component cable to connect to the TV, anything else I might need for this to work successfully?
Thanks!
No comments:
Post a Comment