DaveGee
Jan 15, 10:44 AM
Just venting I suppose.
Pissing about how much non-biodegradable plastic (created with some by product of ozone destroying OIL no doubt) your MWSF 2008 badge is made with is... NUCKING FUTS!
My official clinical diagnosis: BONKERS!
:D
D
Pissing about how much non-biodegradable plastic (created with some by product of ozone destroying OIL no doubt) your MWSF 2008 badge is made with is... NUCKING FUTS!
My official clinical diagnosis: BONKERS!
:D
D
princealfie
Feb 1, 09:40 AM
Both of you are thinking too hard. Starbucks is the most popular and most common coffee house in America, thus Steve Jobs chose them to call for coffee. It's that simple.
shows 3 people skiing past
Peoplefunny people skiing
People Skiing Towards
People Skiing Towards Town.,
You could hear people skiing
people skiing down slopes
stock photo : People skiing on glacier in La Grave with strong shadows painting in the
best skiers, people who
People skiing on the slopes
Adaptive Skiing
people just put their skis
people skiing here,
holiday for four people to
stock photo : People skiing in the mountains.
People Skiing
TyleRomeo
Aug 29, 06:41 PM
Originally posted by JustAGuy
Apple.com is showing the stock 1.25s as shipping in "4-6 weeks" so that's still on target for October sometime.
thank you justaguy
i bet you that in two weeks the sign will say 2-4 weeks
Apple.com is showing the stock 1.25s as shipping in "4-6 weeks" so that's still on target for October sometime.
thank you justaguy
i bet you that in two weeks the sign will say 2-4 weeks
glen e
May 5, 11:46 AM
Space is at a premium as I'm on a motorcycle - anyone know a single amplified cheap speaker I can use for presentations with a macbook air? I do not need stereo - audeio/videos are all voice speech content
mc68k
Sep 2, 12:35 PM
thanks guys
i'm actually leaving the lab next week that gives all of my points. so time will tell how long all these points will continue to come in. my guess would be at least until the end of the fall semester (december)
which means we need to get some more people folding! :)
i'm actually leaving the lab next week that gives all of my points. so time will tell how long all these points will continue to come in. my guess would be at least until the end of the fall semester (december)
which means we need to get some more people folding! :)
jessica.
Oct 16, 07:06 PM
at the time of the news post, it said early next week. its late next week.... where is it!?!??!
:rolleyes: between this and MMS ... you people are nuts. I'd rather have it be delayed and right then buggy and wrong.
:rolleyes: between this and MMS ... you people are nuts. I'd rather have it be delayed and right then buggy and wrong.
CP1091
Feb 4, 08:20 PM
Now looking to buy..
JD914
Apr 22, 02:57 PM
Safari is the worst browser on any mobile device any third party browser is better.
M!K
Jan 14, 06:24 PM
omg! i so don't want them to change the name. I love it. And I love the iTunes logo.
Anyway, I'm quite sure they would never do that.
Anyway, I'm quite sure they would never do that.
Chundles
Sep 16, 10:43 AM
A faster Hard Drive really does that much? Interesting. Thanks
[/lilstewart92]
Sure does, the HDD in the eMac is 3000rpm faster than the one in the iBook. It makes a huge difference when the computer has to page in and out of the HDD. An iBook can be faster if you use a Firewire external 7200rpm drive and make it your boot drive.
[/lilstewart92]
Sure does, the HDD in the eMac is 3000rpm faster than the one in the iBook. It makes a huge difference when the computer has to page in and out of the HDD. An iBook can be faster if you use a Firewire external 7200rpm drive and make it your boot drive.
Elixer
Oct 24, 09:59 PM
If I were in your shoes I would do the same thing, especially since you did pay for it from beatport.
Shenaniganz08
Mar 15, 05:53 AM
http://a8.sphotos.ak.fbcdn.net/hphotos-ak-ash1/167766_10100290669363086_2512435_59681642_74641_n.jpg
Silver paint + meticulous application using a syringe + SGP Black 30 pin Dock Protector
Silver paint + meticulous application using a syringe + SGP Black 30 pin Dock Protector
jiminaus
May 5, 08:59 PM
I have several images in a folder, I know how to access the folder, I just need to display these images in an IKImageBrowserView, so I guess a better question would be:
How do I display a folder of images in an IKImageBrowserView?
Thanks
You're really going to want to study the ImageBrowser sample code. It doesn't do exactly what you want, in that you won't be able to just copy'n'paste that code into your's. But it does contain all the code you need.
You will be able to just pass on the paths to IKImageBrowserView and it will load the images for you. You won't have to load the images yourself. But you can't just give an array of strings to IKImageBrowserView.
Your controller will act as the immediate data source and store the NSArray as ivar and/or property. It will respond to the numberOfItemsInImageBrowser: and imageBrowser:itemAtIndex: messages.
But it won't pass on NSString objects directly to IKImageBrowserView. Instead it will wrap the string in a custom class so IKImageBrowserView which implementes the required IKImageBrowserItem protocol. This custom class will tell IKImageBrowserView that it's being given paths to images and not images themselves. See the myImageObject class in the ImageBrowser sample code for how the wrapper class could be implemented.
EDIT: You can't set the dataSource of an IKImageBrowserView to be an NSArray of anything (unless you implement a category as sydde thought of). The data source must at least respond to the required messages of the IKImageBrowserDataSource informal protocol.
How do I display a folder of images in an IKImageBrowserView?
Thanks
You're really going to want to study the ImageBrowser sample code. It doesn't do exactly what you want, in that you won't be able to just copy'n'paste that code into your's. But it does contain all the code you need.
You will be able to just pass on the paths to IKImageBrowserView and it will load the images for you. You won't have to load the images yourself. But you can't just give an array of strings to IKImageBrowserView.
Your controller will act as the immediate data source and store the NSArray as ivar and/or property. It will respond to the numberOfItemsInImageBrowser: and imageBrowser:itemAtIndex: messages.
But it won't pass on NSString objects directly to IKImageBrowserView. Instead it will wrap the string in a custom class so IKImageBrowserView which implementes the required IKImageBrowserItem protocol. This custom class will tell IKImageBrowserView that it's being given paths to images and not images themselves. See the myImageObject class in the ImageBrowser sample code for how the wrapper class could be implemented.
EDIT: You can't set the dataSource of an IKImageBrowserView to be an NSArray of anything (unless you implement a category as sydde thought of). The data source must at least respond to the required messages of the IKImageBrowserDataSource informal protocol.
iApples
Apr 16, 02:22 AM
Currently I own 5, but I only purchased two of them.
newuser2310
Mar 7, 05:16 PM
Glad you got it working!:)
thejadedmonkey
May 5, 11:15 PM
I'd get MS Office. iWorks works, but it's not office. and everyone uses office. even when people don't use Office, they save it as an office .docx formal. Plus, iWorks can have compatibility problems at times. Not often, but I'd rather not take the chance.
I have iWorks, Office 08, and Office I find myself naturally using Office more often for college, to the point where I didn't even install iWorks last time i wiped my computer.
And I'm not sure about upgrading the CPU, but definitely get the larger hard drive. Computers have come a very very long way in the past 6 years, and hard drive space goes faster than it used to.
I have iWorks, Office 08, and Office I find myself naturally using Office more often for college, to the point where I didn't even install iWorks last time i wiped my computer.
And I'm not sure about upgrading the CPU, but definitely get the larger hard drive. Computers have come a very very long way in the past 6 years, and hard drive space goes faster than it used to.
iJohnHenry
Apr 27, 06:08 PM
This would honestly make a good product or iOS app. Every time a new end of the world prediction is announced, you get a push notification and a countdown clock.
Excellent run with the ball.
Just remember, when the royalties start rolling in, where you got the idea.
snow/winter people skiing
Cartoons Of People Skiing
Excellent run with the ball.
Just remember, when the royalties start rolling in, where you got the idea.
CycloneWarrior
Apr 23, 07:08 PM
OpenFeint and Dapper Gentlemen are teaming up to help with the Japan Relief effort. Support the cause by downloading Wordicus! FREE Today Only!
Download Game Channel to get more free apps everyday!
Game details*:
Swipe letter tiles to spell words. Play on your own or against the world!
★★★ The first multi-player, multi-language game EVER! ★★★ English, Espa�ol Fran�aise, Deutsch
Swipe your finger across a grid of tiles to spell a word. Earn points to level up. Play single player mode or the one-of-a-kind Wordicus multi-player engine that matches you against your friends or random players from across the globe, even if they don�t speak your language!
Game Features:
UP TO 20 MULTI-PLAYER GAMES AT ONCE
Multi-player is turn-by-turn (asynchronous gameplay) - you can have 20 games against 20 different opponents at once.
MULTI-LANGUAGE SUPPORT
Wordicus automatically adapts to your phone�s default language (English, German, French or Spanish) and allows you to play against anyone in the world, even if they don�t speak your language!
LEVELING SYSTEM
The more you score, the higher your level climbs. Leveling up unlocks special tiles that multiply your score in single-player and multi-player modes.
MULTIPLE GAME MODES
Single-player Blitz is a race against the clock.
Single-player Zen has unlimited play time. How long can you concentrate?
Multi-player matches you against your friends or random opponents from across the globe.
PUT YOUR FRIENDS TO SHAME
Tired of all the cheaters out there on other word games? Try this fresh and juicy new spin on the genre and destroy that dumb friend of yours who can no longer rely on a cheating app.
ADDICTING GAMEPLAY
At first you will only play 3 and 4 letter words, but as you progress you�ll get those huge scores on each word!
POWERED BY OPEN FEINT
Worldwide leader boards and unlockable achievements prove your spelling prowess!
MORE APPS FROM DAPPER GENTLEMEN:
Ugly Meter
Meatball Madness
*details from http://itunes.apple.com/app/wordicus/id423606405?mt=8#
Download Game Channel to get more free apps everyday!
Game details*:
Swipe letter tiles to spell words. Play on your own or against the world!
★★★ The first multi-player, multi-language game EVER! ★★★ English, Espa�ol Fran�aise, Deutsch
Swipe your finger across a grid of tiles to spell a word. Earn points to level up. Play single player mode or the one-of-a-kind Wordicus multi-player engine that matches you against your friends or random players from across the globe, even if they don�t speak your language!
Game Features:
UP TO 20 MULTI-PLAYER GAMES AT ONCE
Multi-player is turn-by-turn (asynchronous gameplay) - you can have 20 games against 20 different opponents at once.
MULTI-LANGUAGE SUPPORT
Wordicus automatically adapts to your phone�s default language (English, German, French or Spanish) and allows you to play against anyone in the world, even if they don�t speak your language!
LEVELING SYSTEM
The more you score, the higher your level climbs. Leveling up unlocks special tiles that multiply your score in single-player and multi-player modes.
MULTIPLE GAME MODES
Single-player Blitz is a race against the clock.
Single-player Zen has unlimited play time. How long can you concentrate?
Multi-player matches you against your friends or random opponents from across the globe.
PUT YOUR FRIENDS TO SHAME
Tired of all the cheaters out there on other word games? Try this fresh and juicy new spin on the genre and destroy that dumb friend of yours who can no longer rely on a cheating app.
ADDICTING GAMEPLAY
At first you will only play 3 and 4 letter words, but as you progress you�ll get those huge scores on each word!
POWERED BY OPEN FEINT
Worldwide leader boards and unlockable achievements prove your spelling prowess!
MORE APPS FROM DAPPER GENTLEMEN:
Ugly Meter
Meatball Madness
*details from http://itunes.apple.com/app/wordicus/id423606405?mt=8#
PBF
Apr 2, 03:33 PM
Clearly it is a display bug. And why hasn't it been fixed yet? Anyone else experiencing something similar? Note that it is not a persistent bug. It seems to occur only when certain apps are running in a certain order. So you may not even notice it straight away. But it does happen. Have a look:
http://cl.ly/5hZl/1.png
http://cl.ly/5itl/2.png
http://cl.ly/5hZl/1.png
http://cl.ly/5itl/2.png
chown33
Apr 19, 12:41 PM
... I was wondering if there is a way to reference a button by its tag...
1. Open the UIView class reference.
2. Search for the term tag.
3. Observe that one of the found items is the method viewWithTag:.
1. Open the UIView class reference.
2. Search for the term tag.
3. Observe that one of the found items is the method viewWithTag:.
EricNau
Jan 21, 12:00 AM
I assumed he doesn't like Starbucks and so chose them to be the butt of his joke. No idea what kind of reputation Starbucks has, but isn't it kind of coffee McDonaldization?
I wondered whether Starbucks being from Seattle was the choice there. Yet another Californian dig at Washington state ;)
Both of you are thinking too hard. Starbucks is the most popular and most common coffee house in America, thus Steve Jobs chose them to call for coffee. It's that simple.
I wondered whether Starbucks being from Seattle was the choice there. Yet another Californian dig at Washington state ;)
Both of you are thinking too hard. Starbucks is the most popular and most common coffee house in America, thus Steve Jobs chose them to call for coffee. It's that simple.
Azrel
Dec 14, 07:47 PM
I've done some CUDA on the Mac, there's little difference between CUDA on Linux and Mac (I think?), at least from what I've done. I know the Mac CUDA kext is still 32bit, and nVidia hasn't supported Mac as well as Linux. In terms of CUDA code though, its hardly different?
I have a tonne of projects on at Uni, but when I have some time I'll have a look at the BOINC code, maybe I can help out.
I have a tonne of projects on at Uni, but when I have some time I'll have a look at the BOINC code, maybe I can help out.
BroodRooster
Mar 3, 10:35 AM
Hey guys
I really need some help. Does anyone know how i can make 3D images? Im making something like
http://farm5.static.flickr.com/4070/4292288425_8fdbc9c979.jpg
And i need to know how this is done
Please let me know
Greetz and thanks
I really need some help. Does anyone know how i can make 3D images? Im making something like
http://farm5.static.flickr.com/4070/4292288425_8fdbc9c979.jpg
And i need to know how this is done
Please let me know
Greetz and thanks
balamw
Feb 1, 02:26 PM
The FCC has a mechanism for experimental licenses.
http://www.fcc.gov/oet/faqs/elbfaqs.html
Otherwise, how would you build the device before you submit it for licensing?
B
http://www.fcc.gov/oet/faqs/elbfaqs.html
Otherwise, how would you build the device before you submit it for licensing?
B