kellygeorge
Aug 30, 12:26 AM
hey there. i may be interested. i saw your post on craigslist ( i live in kc). i was just wondering if you have ever dropped it, or if the marks on the back are just from being bumped around or normal stuff like that. i can't commit or anything but i do have my eye on it and will let you know. im just saying do wait on me or anything (not that you would).
ivel
Dec 17, 10:22 AM
PM sent.
ethical
Jun 22, 06:18 PM
Well done to everyone who won. There were some fantastic entries!
MacRumorUser
Mar 16, 01:05 PM
Don't you have enough games to play through already? LMFAO
j/k MRU :D
don't even go there. :o I went out and bought Bullet Witch & SSX Blur today :rolleyes: That on top of Motorstorm PS3 arriving in the post :D :rolleyes: :D I'm not sure if I'm a gamer or addicted to shopping :D
j/k MRU :D
don't even go there. :o I went out and bought Bullet Witch & SSX Blur today :rolleyes: That on top of Motorstorm PS3 arriving in the post :D :rolleyes: :D I'm not sure if I'm a gamer or addicted to shopping :D
more...
JarinS1
Sep 16, 12:17 PM
I am looking at purchasing a 160GB (Lacie) external drive. I have a 12" iBook with 30GB of storage (only 600MB available). I need a place to backup my hard drive and store these video files of astronomical size. Is there a difference between the d2 and Porsche designs?
- auto shutoff?
- easy syncing?
-noise?
Thanks.
JS
- auto shutoff?
- easy syncing?
-noise?
Thanks.
JS
chrismacguy
Apr 20, 04:55 PM
Howdy. I have a Logitech G5, Logitech G9, and Razer Lachesis. I love 'em all but none has a Mac driver. :(
Do you use a laser mouse? If so, which do you use?
(I don't game, but the higher sensitivity works nicely for larger screen resolutions and some graphic design)
Thx!
I use a Apple Magic Mouse.. which is a laser mouse, and works fantastically (as youd expect) with Mac OS X.
Do you use a laser mouse? If so, which do you use?
(I don't game, but the higher sensitivity works nicely for larger screen resolutions and some graphic design)
Thx!
I use a Apple Magic Mouse.. which is a laser mouse, and works fantastically (as youd expect) with Mac OS X.
more...
kuwisdelu
Apr 15, 12:58 PM
> if (any(socscore<=3)) q<-0 else q=1
> q
[1] 0
Why am I only getting 1 answer?
Thanks in advance,
Ernie
One of the hardest things to remember when using R compared to other programming languages, is that almost everything you do is a vector operation. When you do q <- 0, R is going to apply the "<- 0" to the entire vector of q. And if you haven't created q before this, q will just be set equal to either 0 or 1. What you're asking R to do is if any value in socscore is less or equal to than 3, assign 0 to q, otherwise assign 1 to q. I'm assuming you want q to be a vector of 0's and 1's corresponding to whether socscore <= 3 or not?
There are a couple ways to do that. You can either use a loop:
q <- rep(NA, length(socscore))
for ( i in 1:length(socscore) {
OUTFIT ID: Adriana Lima#39;s Red
more...
Adriana Lima
Lima in light dress.
more...
Adriana Lima in blue dress at
Adriana Lima looked sexy
more...
adriana lima hair highlights.
> q
[1] 0
Why am I only getting 1 answer?
Thanks in advance,
Ernie
One of the hardest things to remember when using R compared to other programming languages, is that almost everything you do is a vector operation. When you do q <- 0, R is going to apply the "<- 0" to the entire vector of q. And if you haven't created q before this, q will just be set equal to either 0 or 1. What you're asking R to do is if any value in socscore is less or equal to than 3, assign 0 to q, otherwise assign 1 to q. I'm assuming you want q to be a vector of 0's and 1's corresponding to whether socscore <= 3 or not?
There are a couple ways to do that. You can either use a loop:
q <- rep(NA, length(socscore))
for ( i in 1:length(socscore) {
CalfCanuck
Dec 20, 05:14 PM
The Nikon line, with digital ICE (as mentioned above) are a very capable line. I have the earlier Coolscan 4000, with the optional (but critical) scan feeder. It costs more, but when scanning thousands of images it was well worth it.
I believe the new Coolscan 5000 line is both improved and cheaper, so I'd look into that if you have a large quantity of images to scan.
My feeder (I believe they've modified the current feeder) needed a few modifications (searchable via google) to work with thinner cardboard mounts, but once done it worked fairly well. Plastic mounts were never a problem. Of course one had the odd jam, and all images still needed the normal digital darkroom work in Photoshop. But that's standard for every image.
Edit - Just saw your "25,000 images to scan". Be sure to get scanning ASAP - I find that my limit is about 100 per day, allowing time for each image in photoshop.
If I was you, i'd be more selective and only scan the images you were at least considering printing
I believe the new Coolscan 5000 line is both improved and cheaper, so I'd look into that if you have a large quantity of images to scan.
My feeder (I believe they've modified the current feeder) needed a few modifications (searchable via google) to work with thinner cardboard mounts, but once done it worked fairly well. Plastic mounts were never a problem. Of course one had the odd jam, and all images still needed the normal digital darkroom work in Photoshop. But that's standard for every image.
Edit - Just saw your "25,000 images to scan". Be sure to get scanning ASAP - I find that my limit is about 100 per day, allowing time for each image in photoshop.
If I was you, i'd be more selective and only scan the images you were at least considering printing
more...
Billy Boo Bob
Jan 14, 12:46 PM
I just wish it was today, since I'm going to be out all day with doctor appointments and other errands. Tomorrow I don't think there's anything to keep me away from the Internet and TV spoilers. Well, I do have several hours of downloaded TV shows to catch up on. Guess I could spend the day with Front Row. :-)
ChrisBrightwell
Jun 20, 01:50 PM
I'll take the grey sock if you decide to part it out.
edit: I might take the blue and/or green one(s), too.
edit: I might take the blue and/or green one(s), too.
more...
iMacC2D
Apr 19, 09:27 AM
The fact that the artifacts have appeared in the screenshot is a good indication that the LCD is not at fault. It's most certainly a defective GPU. Not much that can be done with it now, ignoring the fact that logic boards are expensive, i'd doubt that Apple would even stock parts for them anymore.
Peace
Aug 6, 04:40 PM
Did you do the photo edesignuk ? If so excellent job.
more...
dejo
Apr 24, 07:36 PM
Dejo,I don't see any problem releasing newView(?)
Memory Management Programming Guide (http://developer.apple.com/library/ios/#documentation/cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html)
The Fundamental Rule:
adriana lima dress
more...
Adriana lima photo gallery
Adriana Lima brought her
more...
New mom Adriana Lima was
Adriana Lima Dresses Up As The
Adriana Lima Pictures in black
Memory Management Programming Guide (http://developer.apple.com/library/ios/#documentation/cocoa/Conceptual/MemoryMgmt/MemoryMgmt.html)
The Fundamental Rule:
150hp
Aug 25, 08:36 PM
Thanks for sharing this image.
more...
Clix Pix
Dec 19, 01:01 PM
Have to agree with others about the vaguely disturbing elements to the avatar. I'm glad you developed the avatar, if only so that you brought this singer to my attention, but there IS something unnerving about that apple and her eye.....
OTB
OTB
ulbador
Apr 6, 09:08 PM
Somebody out there on a game specific programming forum should be able to answer this.
Google tells me Space Invaders came out in 1978, which means there are probably many many people who have done this over the years. While off the top of my head, I can think of a handful (and probably a bit hacky) ways of doing this, I wouldn't be surprised if there was a fairly quick and simple method of accomplishing this.
As you are using Cocos2d, probably the easiest way in my brain would be to just detect where your "bullet" sprite hits your barrier sprite. Then, using the bitmasking mentioned above, you would replace the collided/destroyed piece of your barrier with the background.
Edit:
Found something that outlines this:
http://stackoverflow.com/questions/2015863/iphone-i-am-using-cocos2d-and-need-the-rgba-value-of-a-pixel-on-a-sprite
Google tells me Space Invaders came out in 1978, which means there are probably many many people who have done this over the years. While off the top of my head, I can think of a handful (and probably a bit hacky) ways of doing this, I wouldn't be surprised if there was a fairly quick and simple method of accomplishing this.
As you are using Cocos2d, probably the easiest way in my brain would be to just detect where your "bullet" sprite hits your barrier sprite. Then, using the bitmasking mentioned above, you would replace the collided/destroyed piece of your barrier with the background.
Edit:
Found something that outlines this:
http://stackoverflow.com/questions/2015863/iphone-i-am-using-cocos2d-and-need-the-rgba-value-of-a-pixel-on-a-sprite
more...
tekkierich
Feb 18, 12:53 PM
TEK - QUESTION - the glue...you can use standard rubber cement? It doesn't have to be a special kind of thermal glue or anything??
I have not had a problem yet. You use thermal paste when attaching a heat sink because the compound actively assists in transferring heat away from the processor and to the heat sink.
The purpose of adhering the heat sensor is only to keep it in contact with the part that is being monitored. As long as the adhesive doesn't break down in nasty ways under 60C - 90C then all should be fine.
I am using standard Elmers rubber cement. $1.44 for a jar at wally world.
I have not had a problem yet. You use thermal paste when attaching a heat sink because the compound actively assists in transferring heat away from the processor and to the heat sink.
The purpose of adhering the heat sensor is only to keep it in contact with the part that is being monitored. As long as the adhesive doesn't break down in nasty ways under 60C - 90C then all should be fine.
I am using standard Elmers rubber cement. $1.44 for a jar at wally world.
Mlrollin91
May 3, 01:29 AM
I've stopped using my Casio Exlim. It is a great camera, but it is just so much more convenient to use my iPhone when the quality is almost the same. Plus the video on the iPhone is so much better, so I figure why bother.
njaremka
Mar 23, 12:21 PM
i do not unfortunately, how do i get this installed? is there a way without the disks?
macpro2000
Aug 3, 11:12 AM
It's true...Apple will correct the issues...it's just when?
Ommid
Apr 23, 03:44 PM
Agree 100%.
Love this, it is called NoLock screen though, no lock is different
Love this, it is called NoLock screen though, no lock is different
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.
jgonzo220
Apr 12, 06:58 PM
I know I'm bumping a slightly old post, but I'm in the exact same position as you! I really wanted to get Black to for gaming nostalgia, but I read online that they are planning on a 3D pokemon title, and that game won't work on the DSi. So, I think I've decided to just go and get a 3DS--
samdweck
Oct 6, 08:56 PM
Originally posted by Spock
I remember once all I said in a post was "Yes" and I could not sleep for day's
is posting things that are about two or three sentences and not COMPLETELY relative to the topic spam? i hope not... b/c i try my best to make my posts sensibel!
I remember once all I said in a post was "Yes" and I could not sleep for day's
is posting things that are about two or three sentences and not COMPLETELY relative to the topic spam? i hope not... b/c i try my best to make my posts sensibel!
0 Yorumlar