Aarow
Dec 26, 08:39 PM
I've never had the chance to use their other support page. What's the big difference with this one?
dmatthews26
Jun 18, 10:01 PM
I'm going to go down there now and check it out. Anyone know if the line has started? Also, where are you guys parking?
jmy2469
May 6, 08:54 PM
I want to start changing wallpapers,just do not know how,lol.
How do I save pictures for wallpapers? How do I change the wallpaper? Thanks for the help. John
How do I save pictures for wallpapers? How do I change the wallpaper? Thanks for the help. John
doctoree
Mar 24, 04:51 PM
HP DeskJet 930c please!
I will repeat it forever
and ever
and ever
...
I will repeat it forever
and ever
and ever
...
more...
MacBytes
Nov 25, 10:55 AM
http://www.macbytes.com/images/bytessig.gif (http://www.macbytes.com)
Category: Humor
Link: Steve Jobs, man of action, is now an action figure (http://www.macbytes.com/link.php?sid=20101125115526)
Description:: none
Posted on MacBytes.com (http://www.macbytes.com)
Approved by Mudbug
Category: Humor
Link: Steve Jobs, man of action, is now an action figure (http://www.macbytes.com/link.php?sid=20101125115526)
Description:: none
Posted on MacBytes.com (http://www.macbytes.com)
Approved by Mudbug
Pathfinder 2K9
Oct 29, 12:07 PM
My little starter collection. About 60 Blu-Rays and about 40 DVD's
http://i51.photobucket.com/albums/f371/maxima2k2se/photo-1-3.jpg
http://i51.photobucket.com/albums/f371/maxima2k2se/photo-1-3.jpg
more...
d4nn0
Dec 16, 09:00 AM
Try starting your machine holding down option(alt) with the original startup CD and start "apple hardware test" it migth give you a clue.
nope... tried it before and everything passed
nope... tried it before and everything passed
iGary
Jun 12, 07:29 AM
Other World Computing - awesome supplier.
more...
QCassidy352
Jul 9, 05:38 PM
or they have hacked someone's account so that they appear to be a reputable seller.
This cannot be legit. $2200 for a 17" PB and a 23" display? That's gotta be below cost.
One sure test is to ask them to use escrow with a service of YOUR choice. (escrow.com maybe?) Any legit seller would understand why you felt this was necessary. the ones who are trying to scam you will have a million excuses why this will not work ("it's against company policy," "I need the money fast," "I can only use this one certain escrow service...")
let me repeat, this CANNOT be legit. Only the 17" PB for that price has gotta be close to what wholesellers pay, if not lower. Plus you get a $2000 display for free? If it were a legit seller they could easily unload the whole package for twice that and have a very happy customer.
This cannot be legit. $2200 for a 17" PB and a 23" display? That's gotta be below cost.
One sure test is to ask them to use escrow with a service of YOUR choice. (escrow.com maybe?) Any legit seller would understand why you felt this was necessary. the ones who are trying to scam you will have a million excuses why this will not work ("it's against company policy," "I need the money fast," "I can only use this one certain escrow service...")
let me repeat, this CANNOT be legit. Only the 17" PB for that price has gotta be close to what wholesellers pay, if not lower. Plus you get a $2000 display for free? If it were a legit seller they could easily unload the whole package for twice that and have a very happy customer.
Jasonbot
Apr 16, 12:33 PM
Mine is Bliks3m, just Bliksem with a 3 to be "1337" It's basically a slang word in afrikaans
bliksem - strike, hit, punch, also used as an expression of surprise/emphasis (rude, considered by many to be profanity) Derives from the ancient Germanic god Blitzen "lightning" and is used together with "donner". Is used as a curse in Afrikaans "Jou bliksem!"
Just getting some creativity working...
bliksem - strike, hit, punch, also used as an expression of surprise/emphasis (rude, considered by many to be profanity) Derives from the ancient Germanic god Blitzen "lightning" and is used together with "donner". Is used as a curse in Afrikaans "Jou bliksem!"
Just getting some creativity working...
more...
adbe
Jul 23, 12:20 PM
Anyword on the "rumored" marble interface that was reported awhile back?
Seconded. I currently do all my development in VS 2008 then port to XCode and Linux at compilation time. I'd like to switch to XCode for development, but I just prefer VS2008. I'm eager to see if XCode 4 will suit my needs better than where the Express version at least has been irritating me already. I prefer all in one displays for IDEs, and XCode 3's interpretation of AIO is a mess IMHO.
Seconded. I currently do all my development in VS 2008 then port to XCode and Linux at compilation time. I'd like to switch to XCode for development, but I just prefer VS2008. I'm eager to see if XCode 4 will suit my needs better than where the Express version at least has been irritating me already. I prefer all in one displays for IDEs, and XCode 3's interpretation of AIO is a mess IMHO.
TheAnswer
Jan 9, 09:33 AM
The keys are "available today" and then, unless the nearest store is just around the corner, you should probably call the store you intend to pick it up at, as sometimes shipments don't arrive until a little later in the day.
I would think that, if it is available today, most stores will have them available by the time the keynote ends or shortly thereafter.
I would think that, if it is available today, most stores will have them available by the time the keynote ends or shortly thereafter.
more...
abz786
Jul 25, 04:58 PM
hahah i just might do the overnight thing! thats taking a big risk of going that late to an apple store, might be at the back of the line LOL!!! most apple stores online are updating to reflect an 8am open on friday, so waiting for Canada's store to say that too :-) Maybe even a reserve as well...
torbjoern
Feb 19, 06:16 PM
There's a risk that the :apple:-logo will break. Make sure it's protected. How much does your head weigh, btw?
more...
lee1210
Apr 24, 03:41 PM
I don't really know why research is needed for this, unless you don't know Python at all. If that is the case, you don't need to research how to do this in Python, you just need to research Python. Finding code online that does what you need is easy. However, i doubt somewhat seriously that you have a real-world problem requiring this, and you're simply desperate for a solution. Instead this sounds like an academic assignment/exercise/what-have-you.
If that is the case, then you want to learn something, not find the answer. That means you might need to learn:
What a palindrome is (you probably already know this)
How to write a loop in Python
How to manipulate numbers using Python (including exponentiation and division, perhaps taking logarithms)
OR
How to manipulate strings using Python (including getting a substring, string equality, or character equality and getting characters)
As an academic exercise i would try to write both approaches... treating the number as a number and approaching this with math and treating the number with a string and dealing with it that way.
I'm confident that you can google your way to what a palindrome is if you don't know, and the Python documentation is actually quite good:
http://www.python.org/doc/
Good luck. As you progress feel free to post code here telling us what you've tried, what the current errors are (or erroneous results), what you expect to happen, etc. We'll be glad to help you work it out, but it's better for everyone if we don't give you the answer.
-Lee
If that is the case, then you want to learn something, not find the answer. That means you might need to learn:
What a palindrome is (you probably already know this)
How to write a loop in Python
How to manipulate numbers using Python (including exponentiation and division, perhaps taking logarithms)
OR
How to manipulate strings using Python (including getting a substring, string equality, or character equality and getting characters)
As an academic exercise i would try to write both approaches... treating the number as a number and approaching this with math and treating the number with a string and dealing with it that way.
I'm confident that you can google your way to what a palindrome is if you don't know, and the Python documentation is actually quite good:
http://www.python.org/doc/
Good luck. As you progress feel free to post code here telling us what you've tried, what the current errors are (or erroneous results), what you expect to happen, etc. We'll be glad to help you work it out, but it's better for everyone if we don't give you the answer.
-Lee
KingHuds
Jun 15, 11:24 PM
"How about economics? The greek symbol represents �elasticity of demand.� The vertical axis (TR) represents total revenue. If this is the case, the horizontal axis would actually be the reciprocal of the price of the product. The graph, therefore, shows what is happening to total revenue (total expenditures on a good) as you raise the price of the good. When the elasticity of demand is less than one, total revenue rises as the price rises, when the elasticity of demand is equal to one, total revenue remains constant, and when demand is elastic (greater than one), total revenue decreases as the price of the good increases."
more...
hexagonheat
Aug 12, 10:49 PM
Ugh Quicktime is terrible and needs to die. I dislike it almost as much as I disliked realplayer back in the late 90's.
iApples
May 3, 11:53 PM
Definitely do not send it back to the guy. If you're going to do anything, send it to your friend and have her make the exchange and check the phone and make sure it's working as it should. (Hopefully she knows a thing or two about iPhone's)
InuNacho
Oct 2, 01:07 AM
Is it possible to replace the card? There are a few floating around on ebay or could I use the card in my Performa 6400/180?
benbarsh
Oct 23, 06:27 PM
see you all at KOP. Ill be the kid wearing the skinny jeans and thick rimmed glasses, im kind of hard to miss (im a guy BTW). Say your from Macrumors, and we'll talk!
Daveman Deluxe
Jul 10, 05:24 PM
I had trouble upgrading the RAM on my iBook the first time I tried too. Those screws are REALLY sensitive to the size of the screwdriver you're using. It HAS to be a #0 Phillips-type screwdriver, or it just plain won't work.
adbe
Jul 23, 12:20 PM
Anyword on the "rumored" marble interface that was reported awhile back?
Seconded. I currently do all my development in VS 2008 then port to XCode and Linux at compilation time. I'd like to switch to XCode for development, but I just prefer VS2008. I'm eager to see if XCode 4 will suit my needs better than where the Express version at least has been irritating me already. I prefer all in one displays for IDEs, and XCode 3's interpretation of AIO is a mess IMHO.
Seconded. I currently do all my development in VS 2008 then port to XCode and Linux at compilation time. I'd like to switch to XCode for development, but I just prefer VS2008. I'm eager to see if XCode 4 will suit my needs better than where the Express version at least has been irritating me already. I prefer all in one displays for IDEs, and XCode 3's interpretation of AIO is a mess IMHO.
HexMonkey
Jan 3, 06:38 PM
I've structured the WorldEdit talk page to allow for nominations. This allows everyone (including unregistered users) to make them. Tuesday sounds good to me, although we might have to delay it a bit this week.
alust2013
May 7, 12:23 AM
I'd probably just do the base 13", if you're getting an i7 iMac.
No comments:
Post a Comment