Svenhola
Apr 30, 11:13 AM
Uh! Me too. Horrible.
macfan881
May 24, 08:38 PM
http://www.comingsoon.net/news/movienews.php?id=66321
hopefully they can do this movie justice the only thing is a must is get mathew Fox as John Shepard.
hopefully they can do this movie justice the only thing is a must is get mathew Fox as John Shepard.
iEdd
Dec 22, 02:44 PM
I wonder when macminipaperweight will come out :D
That's my best design so far :o I saw this guy on techtv who happened to take 8 plasma displays (his work gave them to him for free) and a mac mini to make virtual windows in his house. Pretty awesome concept. Having guests around, hearing them say "woh... your neighbourhood is beautiful", when really you live in apartment up against a brick wall :p
That's my best design so far :o I saw this guy on techtv who happened to take 8 plasma displays (his work gave them to him for free) and a mac mini to make virtual windows in his house. Pretty awesome concept. Having guests around, hearing them say "woh... your neighbourhood is beautiful", when really you live in apartment up against a brick wall :p
Blue Velvet
Sep 18, 04:59 PM
If I had to go out and buy a Lacie drive now, I'd get a D2 if only for the triple interface on some models. Have one at work and it's so solid and reliable... noise is only so-so but the office is noisy anyway.
more...
philipma1957
Feb 9, 08:50 PM
these are free shipping

Jill Hennessy, Jensen Ackles
more...

Jensen Ackles - PAMA Upfronts

David Donahue Classic Fit Formal Dress Shirt as seen on Jensen Ackles. $135.00 at Nordstrom. David Donahue Classic Fit Formal Dress Shirt
more...

Jensen Ackles, aka Dean

jensen ackles supernatural.
more...

Why Jensen Ackles is the Best

Jensen Ackles Michael Muller
more...

Jensen Ackles Michael Muller

Jensen Ackles is certainly
more...

Jensen Ackles and Jesse

jensen ackles married.
more...

Jensen Ackles

Jensen Ackles wears REVO

Jensen Ackles
Keebler
Mar 5, 04:41 PM
Glad to help!
Thanks. I sent you a PM. Having a few issues trying to get it to look as good as your version :)
Thanks. I sent you a PM. Having a few issues trying to get it to look as good as your version :)
more...
jiminaus
Apr 24, 07:51 AM
Basically you are freeing memory you did not malloc/calloc.
Actually there is a malloc, it's embedded in the memcpy.
void *pointerGivenByInstanceFunction = memcpy(malloc(byteSizeOfElement),storage+i*byteSizeOfElement,byteSizeOfElement);
EDIT: Sorry ignore that. It's the "read out values bis" loop that's the problem.
Yes it's as robbieduncan says. In your one-line version, you're losing the pointer the copy of the double on the heap. Then later you try to pass the address of the copy on the stack to free, which rightly causes a crash.
Basically you can't do this in one line. You could, though, cast directly to a double pointer and still free it, like so:
double *pointerGivenByInstanceFunction = (double *)memcpy(malloc(byteSizeOfElement),storage+i*byteSizeOfElement,byteSizeOfElement);
double returnElement = *pointerGivenByInstanceFunction;
NSLog(@"%g",returnElement);
free(pointerGivenByInstanceFunction);
Actually there is a malloc, it's embedded in the memcpy.
void *pointerGivenByInstanceFunction = memcpy(malloc(byteSizeOfElement),storage+i*byteSizeOfElement,byteSizeOfElement);
EDIT: Sorry ignore that. It's the "read out values bis" loop that's the problem.
Yes it's as robbieduncan says. In your one-line version, you're losing the pointer the copy of the double on the heap. Then later you try to pass the address of the copy on the stack to free, which rightly causes a crash.
Basically you can't do this in one line. You could, though, cast directly to a double pointer and still free it, like so:
double *pointerGivenByInstanceFunction = (double *)memcpy(malloc(byteSizeOfElement),storage+i*byteSizeOfElement,byteSizeOfElement);
double returnElement = *pointerGivenByInstanceFunction;
NSLog(@"%g",returnElement);
free(pointerGivenByInstanceFunction);
emiljan
Apr 30, 09:44 PM
The iMac uses a desktop CPU while the Samsung uses a mobile CPU.
But the i7 2630qm beats the i3 2100 CPU in the iMac by a wide margin. In a passmark benchmark the is scores over 6,000 compared to the i3 which scores almost 4,000.
Here are the benchmark links:
Intel Core i7 2630QM (http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-2630QM+%40+2.00GHz)
Intel Core i3 2100 (http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i3-2100+%40+3.10GHz)
And the graphics card in the Samsung is more powerful than the ATI 6490.
So in this case the Samsung is a more powerful machine.
But the i7 2630qm beats the i3 2100 CPU in the iMac by a wide margin. In a passmark benchmark the is scores over 6,000 compared to the i3 which scores almost 4,000.
Here are the benchmark links:
Intel Core i7 2630QM (http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-2630QM+%40+2.00GHz)
Intel Core i3 2100 (http://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i3-2100+%40+3.10GHz)
And the graphics card in the Samsung is more powerful than the ATI 6490.
So in this case the Samsung is a more powerful machine.
more...
Nereus
Dec 16, 05:37 PM
Without knowing more about your situation, I would suggest that you re-setup your airport from your PB15 using the utility.
Of course you will need to know the original settings for your ISP before you try this.
Sushi
How do I re-setup it? The problem seems to be that it can't find any networks anymore. The reception is zero.
Of course you will need to know the original settings for your ISP before you try this.
Sushi
How do I re-setup it? The problem seems to be that it can't find any networks anymore. The reception is zero.

Broc27
Apr 26, 05:58 PM
Basically the Mac Pro comes in two different fundamental configurations: a single CPU version and a dual CPU version. These are two different chipsets and unless you reeeally like overspending it is not wise to change this later.
Consider your needs and first of all determine if the software you'll be using can take advantage of a high number of cores. If you don't know a google or forums search can help, you can also ask about specific software here.
Once you have determined how many cores you need (or want) you can go straight to the model you need (stock or customized at the apple online store) or, if you are feeling adventurous, you can, as you are proposing, buy a single cpu or dual cpu model and upgrade it with very specific processors. If you want a dual CPU model you CAN'T mix different processors; they have to be identical. If you buy a single CPU model you CAN'T add another CPU later unless you also change the chipset, which is, as I said, very expensive.
I'd say more here about which CPUs you can upgrade to but I think you first need to determine your actual needs and your budget.
Consider your needs and first of all determine if the software you'll be using can take advantage of a high number of cores. If you don't know a google or forums search can help, you can also ask about specific software here.
Once you have determined how many cores you need (or want) you can go straight to the model you need (stock or customized at the apple online store) or, if you are feeling adventurous, you can, as you are proposing, buy a single cpu or dual cpu model and upgrade it with very specific processors. If you want a dual CPU model you CAN'T mix different processors; they have to be identical. If you buy a single CPU model you CAN'T add another CPU later unless you also change the chipset, which is, as I said, very expensive.
I'd say more here about which CPUs you can upgrade to but I think you first need to determine your actual needs and your budget.
more...
Cabbit
Feb 12, 03:21 PM
I tried a few of the CMS systems and found them not to fit my needs so i run my own CMS built on Zend Framework for my clients.
cubist
Mar 20, 09:21 AM
We are in a time of transition. Soon, there will be dozens of USB/DVI KVMs which work perfectly. At this time, though, KVMs are mostly VGA/PS2.
You can get adapters which convert PS2 to USB and the other way quite cheaply. I've used an old Master Console for years this way. I must note, however, that I wasn't able to get the Apple keyboard to talk to the Master Console with a USB-to-PS2 adapter. Newer models may work better.
The best bet might be to use one of the little $90 jobs temporarily, and plan to get a new KVM in a year or two when better models are available. If you can't get the Apple KB to work thru an adapter, make sure you get a PS2 keyboard that has the Windows key, as that will become your cloverleaf key. F12 is eject.
You can get adapters which convert PS2 to USB and the other way quite cheaply. I've used an old Master Console for years this way. I must note, however, that I wasn't able to get the Apple keyboard to talk to the Master Console with a USB-to-PS2 adapter. Newer models may work better.
The best bet might be to use one of the little $90 jobs temporarily, and plan to get a new KVM in a year or two when better models are available. If you can't get the Apple KB to work thru an adapter, make sure you get a PS2 keyboard that has the Windows key, as that will become your cloverleaf key. F12 is eject.
more...
theipodgod16
Jun 21, 01:29 PM
I'll be there!

madroc
Jan 9, 06:30 PM
Can anybody give me a rss feed/email/link or any other means to watch the MWSF keynote 08 spoiler-free. Something that gets me straight to quicktime stream.
Thanx
Thanx
more...
chrismacguy
Apr 10, 08:09 PM
i've got one for you, but mine is version '9.0.4' instead of '9.2.2' like the link above. also have the matching 'Software Restore' disc, and an 'iMac Applications' disc also stamped but looks to be later as it's a lighter shade of gray. i know that i used the disc to install 9.0.4 on a b&w g3, so this should work for you.
i've no use for them, if you want them, pm you mailing address and i'll slap a couple stamps on them and send them on. best of luck with the restore project.
Those should suit the OP fine, since 9.1, 9.2, 9.2.1 and 9.2.2 are all free downloads from Apple (And the 9.0.4 Disc would also probably work to some degree on early Slot-Loading iMacs (Up to and including Summer 2000) as well should the OP happen across any of those). The iMac Applications disc will be for 9.2.2 and X, however may work (It should have iMovie 2 for OS 9 on it if its the same disc I have - mine is from a G4/700 15" iMac, dated 2002 with iLife 3 for X and iMovie 2 for OS 9 on it), but it probably shipped with a G4 iMac, and if it has iDVD on it, that wont work (as well as all the X-Gubbins on those discs).
i've no use for them, if you want them, pm you mailing address and i'll slap a couple stamps on them and send them on. best of luck with the restore project.
Those should suit the OP fine, since 9.1, 9.2, 9.2.1 and 9.2.2 are all free downloads from Apple (And the 9.0.4 Disc would also probably work to some degree on early Slot-Loading iMacs (Up to and including Summer 2000) as well should the OP happen across any of those). The iMac Applications disc will be for 9.2.2 and X, however may work (It should have iMovie 2 for OS 9 on it if its the same disc I have - mine is from a G4/700 15" iMac, dated 2002 with iLife 3 for X and iMovie 2 for OS 9 on it), but it probably shipped with a G4 iMac, and if it has iDVD on it, that wont work (as well as all the X-Gubbins on those discs).
Cabbit
Mar 15, 06:08 AM
Thanks for the suggestions so far, seems to be quite tricky to get this.
more...
Benjamindaines
Jun 10, 10:34 AM
so aren't you supposed to keep the cow happy?
an overheating cow is not happy; a cow needs to be dressed (case redesign?) to be happy; a slow cow is not happy; a cow that can't process graphics good enough is not happy, she may confuse her own poop for grass.
damn mac, they are sadomasochists.
I never said it couldn't use an update ;)
an overheating cow is not happy; a cow needs to be dressed (case redesign?) to be happy; a slow cow is not happy; a cow that can't process graphics good enough is not happy, she may confuse her own poop for grass.
damn mac, they are sadomasochists.
I never said it couldn't use an update ;)
ap3604
May 6, 03:11 PM
Have any of you tried upgrading (for whatever reason, maybe coming from a 3GS) and been questioned about the unlimited plan? It's still some 14 months away for me but I was just curious what might transpire when I try upgrading and they see I got unlimited data even though I joined AT&T AFTER June.
I just got the unlimited data on 4/29 and was wondering the same thing.
Really though the bottom line is that the Att salesmen just don't care. All they care about is getting paid.
When I used the 2g and did the trick I ended up activating my phone through iTunes and it gave me a new 2-year contract even though I was contract free before the trick! I was thinking "oh ***** I am going to go into the store to get the contract removed and the guy is going to see that I just did the loophole and switch me back to a tiered plan" :(
Well, not only did the salesman not care at all... he even had to get his manager to take off the 2 year contract and the manager didn't even say anything!
I wouldn't be worried as long as you upgrade through a Att sales rep. They are not paid to care and police your account. If anything that would cost them money if they lost a sale by being a prick and taking away your unlimited data when you upgrade so they def won't do that ;)
I just got the unlimited data on 4/29 and was wondering the same thing.
Really though the bottom line is that the Att salesmen just don't care. All they care about is getting paid.
When I used the 2g and did the trick I ended up activating my phone through iTunes and it gave me a new 2-year contract even though I was contract free before the trick! I was thinking "oh ***** I am going to go into the store to get the contract removed and the guy is going to see that I just did the loophole and switch me back to a tiered plan" :(
Well, not only did the salesman not care at all... he even had to get his manager to take off the 2 year contract and the manager didn't even say anything!
I wouldn't be worried as long as you upgrade through a Att sales rep. They are not paid to care and police your account. If anything that would cost them money if they lost a sale by being a prick and taking away your unlimited data when you upgrade so they def won't do that ;)
MacBytes
Dec 27, 03:38 PM
http://www.macbytes.com/images/bytessig.gif (http://www.macbytes.com)
Category: Apple Hardware
Link: One-in-five will buy second [or third] iPad (http://www.macbytes.com/link.php?sid=20101227163857)
Description:: For a significant minority, once they�ve gotten a taste of the Cupertino Cool-Aid� their thirst only grows. Alternately, it could be that the more you use iPad, the more uses you find for it � i.e. it�s better than what you were using. Whatever the case, haters are gonna hate and the fanbois?
Posted on MacBytes.com (http://www.macbytes.com)
Approved by Mudbug
Category: Apple Hardware
Link: One-in-five will buy second [or third] iPad (http://www.macbytes.com/link.php?sid=20101227163857)
Description:: For a significant minority, once they�ve gotten a taste of the Cupertino Cool-Aid� their thirst only grows. Alternately, it could be that the more you use iPad, the more uses you find for it � i.e. it�s better than what you were using. Whatever the case, haters are gonna hate and the fanbois?
Posted on MacBytes.com (http://www.macbytes.com)
Approved by Mudbug
mad jew
Dec 24, 12:22 AM
Man that site is slow. It's useful, but oh so slow. :(
MacBytes
Jul 30, 02:52 PM
http://www.macbytes.com/images/bytessig.gif (http://www.macbytes.com)
Category: Apple Software
Link: Apple's IOS4 Issues Take Center Stage
Category: Apple Software
Link: Apple's IOS4 Issues Take Center Stage
newdeal
Mar 19, 06:42 AM
Wirelessly posted (Mozilla/5.0 (iPod; U; CPU iPhone OS 4_1 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7)
At our school they recently started checking out iPads to student, so I decided to check one out for a week. it sucks, because they have everything blocked, so I put a couple games from the Internet on the home screen. Well after I did that I realized I couldn't delete them, and I realized in the contract they made me sign, it threatened if you put any type of games on it to make you buy a new one. I was wondering if there is anyway around this without changing anything like the software.
You didn't put a game on it. You put a link to a game on the home screen. Nothing is installed on the iPad doing that other than a link. Just like a bookmark in a web browser
At our school they recently started checking out iPads to student, so I decided to check one out for a week. it sucks, because they have everything blocked, so I put a couple games from the Internet on the home screen. Well after I did that I realized I couldn't delete them, and I realized in the contract they made me sign, it threatened if you put any type of games on it to make you buy a new one. I was wondering if there is anyway around this without changing anything like the software.
You didn't put a game on it. You put a link to a game on the home screen. Nothing is installed on the iPad doing that other than a link. Just like a bookmark in a web browser
homerjward
Sep 24, 09:37 PM
:confused: uhh...that made no sense but i think i know what you mean....
and consider putting down the joint (kidding)
and consider putting down the joint (kidding)
loganbyers07
Feb 23, 04:04 PM
i will trade you my 16 gb ipod touch for it. :)Is it unlocked?
Please let me know. I also have the wall charger for it. I would love to get a :apple: iphone
Please let me know. I also have the wall charger for it. I would love to get a :apple: iphone