DocGo
Apr 11, 02:56 PM
Power Support for me as well. I like the clear one although it attracts fingerprints like crazy. But I also have the matte version that I alternate with the clear version.
BWhaler
Sep 29, 07:24 AM
I'm getting a little anxious for iWork '07. Hopefully we'll finally get a spreadsheet program.
Me too. I really hope Apple kicks iWork up a notch and makes it commercial grade in terms of speed and lack of bugs, and adds in the missing features.
iWork has the potential to be brilliant. I'd love to dump MS Office once and for all. I'm there with Keynote, and with a very, very solid upgrade with Pages, I'll be able to dump Word.
Me too. I really hope Apple kicks iWork up a notch and makes it commercial grade in terms of speed and lack of bugs, and adds in the missing features.
iWork has the potential to be brilliant. I'd love to dump MS Office once and for all. I'm there with Keynote, and with a very, very solid upgrade with Pages, I'll be able to dump Word.
jeffhayford
Jul 9, 08:01 PM
I (technically) have to be at work at 9:30 although I've informed most of my co-workers I might be late. Anyone from previous Apple events at the grove have any idea how long the line can be? I was in Boston for iPhone 1.0. Anyone planning to go to an ATT store for faster service?
point665
Oct 25, 03:17 PM
I'm 99% sure I'll swing by there after work (was going to go meet up crazzyeddie on the other side of the state but ah...) - havent even setup my new MBP yet because Ive been waiting for Leopard. Needless to say this week has gone by really slow.
more...
diond730
Apr 29, 12:43 AM
hi guys, i repaired the windows using the cd but it still goes to the black screen with the blinking cursor on the top left after holding option and clicking my bootcamp partition... any other solutions?
wPod
Jan 10, 11:18 AM
a cool key combo i accadentially discovered not to long ago is the command + ~ this will cycle through the open windows of the current program. so if you have 3 windows in safari open it will only cycle through them and not go to another program.
more...
H00513R
Apr 12, 08:30 AM
It sounds like you are regretting it already. But were you using them at all or were they in a closet somewhere? This might just be the same feeling when you give something away to Goodwill. If you haven't used it/thought of it in 6 months to a year, then get rid of it. If they were hanging up somewhere then maybe you should cancel your auction and bring those beauties home! :)
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
more...
DreaminDirector
Oct 1, 04:10 AM
Dude, zarathustra, that photo of the Pismo in the Microsloth promo is so damn funny. And that is totally a Pismo, look at the light bouncing off the back of the lid. Anyone who's owned a Pismo knows those curves and their rubbery touch.
I like the Pismo, but I like the new tibook better......
I like the Pismo, but I like the new tibook better......
Kaulitz
Mar 24, 11:38 AM
I will be there for around 1pm. I have scheduled around this day with my only client meeting ending at 11am. My friend will be looking after my business for the day and trying his best not to interrupt me. I will be wearing a brown jacket and probably carrying a black leather bag, if you see me say hi.
If anyone wants to buddy up in the queue then either PM me or leave a reply here and we can arrange something. It would be nice to have someone to chat to and to help hold places if we need the loo :D
If anyone wants to buddy up in the queue then either PM me or leave a reply here and we can arrange something. It would be nice to have someone to chat to and to help hold places if we need the loo :D
more...
China Diapers
Apr 16, 04:04 AM
Hi,
I am trying to run a java solution remotely on a server, I am using the below command in the terminal:
java RemoteShellClient 87.120.209.147 50001 "cmd" "java -jar -Dusername=xxx -Dpassword=xxx -DcCodes=all C:\BetInTime.jar ServiceSF"
Confidential info hidden with x's.
But am getting the below error:
Invalid input data
Could this be a syntax error?
Thanks
OK, on further inspection, the shellscript seems to rely on some batch files:
CommandRunner.class
RemoteShell.jar
SockData.class
CommandRunner.java
RemoteShellClient.class
SockData.java
JavaBuild.bat
RemoteShellClient.java
java
JavaClient.bat
RemoteShellServer.class
JavaServer.bat
RemoteShellServer.java
Contents of which are:
set ClassPath=RemoteShell.jar
java RemoteShellServer %1 %2
set ClassPath=RemoteShell.jar
java RemoteShellClient %1 %2 %3 %4
javac -g:none *.java
jar cvf RemoteShell.jar *.class
Do you think it would help to rewrite these as bash files?
I am trying to run a java solution remotely on a server, I am using the below command in the terminal:
java RemoteShellClient 87.120.209.147 50001 "cmd" "java -jar -Dusername=xxx -Dpassword=xxx -DcCodes=all C:\BetInTime.jar ServiceSF"
Confidential info hidden with x's.
But am getting the below error:
Invalid input data
Could this be a syntax error?
Thanks
OK, on further inspection, the shellscript seems to rely on some batch files:
CommandRunner.class
RemoteShell.jar
SockData.class
CommandRunner.java
RemoteShellClient.class
SockData.java
JavaBuild.bat
RemoteShellClient.java
java
JavaClient.bat
RemoteShellServer.class
JavaServer.bat
RemoteShellServer.java
Contents of which are:
set ClassPath=RemoteShell.jar
java RemoteShellServer %1 %2
set ClassPath=RemoteShell.jar
java RemoteShellClient %1 %2 %3 %4
javac -g:none *.java
jar cvf RemoteShell.jar *.class
Do you think it would help to rewrite these as bash files?
AmereckanPsycho
May 5, 09:21 PM
It's in Tokyo:
Image (http://martindesu.tumblr.com/post/1010745566/iphone-4-advert-in-japan-iphone-cm)
Click for my blog.
Awesome.
Image (http://martindesu.tumblr.com/post/1010745566/iphone-4-advert-in-japan-iphone-cm)
Click for my blog.
Awesome.
more...
GammaPoint
Sep 22, 03:18 PM
4th Gen iPod Touch skins now available at Best Skins Ever. I have their skin on my 1st gen iPhone as well as 80GB iPod classic, no issues at all. Cost is $6.99 for the full body skin. Going to order mine so hopefully the skin is here by the time Apple finally get's around to shipping out my 64GB touch.
http://www.bestskinsever.com/ipod-touch-skin-4th-gen
How do these compare to Zagg's InvisibleShield?
http://www.bestskinsever.com/ipod-touch-skin-4th-gen
How do these compare to Zagg's InvisibleShield?
EGT
Dec 14, 08:07 PM
Excellent! :D
more...
nomad01
Sep 21, 06:38 AM
The Maxtor in my PM sounds like a hamster on a wheel compared to my nice, quiet Seagate.
Heh heh. Free pet sounds like value for money though. :-)
I'm looking at buying from ebuyer.co.uk and the user reviews on there for the WD and the Seagate both seem pretty good so I'll get one or the other.
Thanks for the input.
Steve
Heh heh. Free pet sounds like value for money though. :-)
I'm looking at buying from ebuyer.co.uk and the user reviews on there for the WD and the Seagate both seem pretty good so I'll get one or the other.
Thanks for the input.
Steve
ickarumba1
Apr 14, 11:45 PM
So there's not too much point getting an SSD for my laptop? What about the seagate momentus XT?
more...
Young Spade
Apr 14, 11:55 PM
I'd definitely go for the lighter model. Of course you're going to have to factor in costs but if they are the same price you should definitely get the lighter one.
I have a BlackBook and although i don't really mind the weight, it gets tiresome carrying that along with stuff for school when I'm constantly walking long distances. A new backpack will probably remedy the problem though :)
I have a BlackBook and although i don't really mind the weight, it gets tiresome carrying that along with stuff for school when I'm constantly walking long distances. A new backpack will probably remedy the problem though :)
Hrududu
Apr 25, 11:46 PM
Just to clarify, it does chime and the light on the front does fade to off after its turned on right? If its doing all that, its most likely a bad graphics chip.
teflon
Apr 20, 05:12 PM
I'm a first time renter, looking for an apartment/studio in Manhattan. I was hoping to not have to go through brokers and such and just use listings online. But now the more I look, the more I'm afraid I'm going to get scammed, even though rental scams seems to be relatively rare.
So there's this one listing, where the contact number for the person is a landline in Seattle. The listing is even a "featured listing" on the website. Another one's phone number is a landline in Syracuse. Is it possible that these people (I suppose they could be startup real estate agents) are doing business while they're not here? And what happens if I actually call? Also, there's a listing that has the phone number of a design company in New York.
Then there's this landlord/agent I've been corresponding to via email. This apartment has been listed at numerous rental websites (the free kind). And the person only has one listing. Which makes sense, since she says she owns the unit. Except she puts herself as part of a realty company, whose name starts with her last name.
The price is quite low for the area, but she did email me a rental application form. And at least her number is in New York.
She offers a discount if you pay 3 months upfront, more if you pay even more upfront. I was thinking of paying 3 month upfront, but I'm afraid that she's going to bail and disappear. Plus I'm not moving in until about 4 months later, so there's plenty of empty time in between that she can disappear on me.
So exactly what should I ask/do to make sure the listing/landlords are legit? And since I'm not moving in for months, should I wait until what, a week before moving in to pay them the security and rent?
So there's this one listing, where the contact number for the person is a landline in Seattle. The listing is even a "featured listing" on the website. Another one's phone number is a landline in Syracuse. Is it possible that these people (I suppose they could be startup real estate agents) are doing business while they're not here? And what happens if I actually call? Also, there's a listing that has the phone number of a design company in New York.
Then there's this landlord/agent I've been corresponding to via email. This apartment has been listed at numerous rental websites (the free kind). And the person only has one listing. Which makes sense, since she says she owns the unit. Except she puts herself as part of a realty company, whose name starts with her last name.
The price is quite low for the area, but she did email me a rental application form. And at least her number is in New York.
She offers a discount if you pay 3 months upfront, more if you pay even more upfront. I was thinking of paying 3 month upfront, but I'm afraid that she's going to bail and disappear. Plus I'm not moving in until about 4 months later, so there's plenty of empty time in between that she can disappear on me.
So exactly what should I ask/do to make sure the listing/landlords are legit? And since I'm not moving in for months, should I wait until what, a week before moving in to pay them the security and rent?
Jeffx342
Sep 30, 01:24 PM
I disagree Zarathustra, the Prismo looks like a basic looking laptop to me. The powerbook Ti has a very distinctive look and the images show very clearly* that its a powerbook ti
MacRumors
Oct 28, 03:56 PM
http://www.macrumors.com/images/macrumorsthreadlogo.gif (http://www.macrumors.com/2010/10/28/apple-addresses-hyper-threading-issue-with-logic-9-1-3/)
http://images.macrumors.com/article/2010/10/28/165210-logic_pro_logic_express.jpg
Apple today released Logic Pro 9.1.3 (http://support.apple.com/kb/DL1014) and Logic Express 9.1.3 (http://support.apple.com/kb/DL1015) to address an issue with Hyper-Threading.This update delivers improved general stability and compatibility.
Issues addressed with 9.1.3 include:
- Resolves problems related to the support of Hyper-ThreadingUnder Logic 9.1.3's audio preferences, users can specify the number of audio rendering threads the software will open at any one time. While the option is set to "automatic" by default and the maximum number of available threads is determined by the number of processor cores and support for Hyper-Threading on the user's computer, the setting allows users to manually adjust the number of threads to best fit their workflow.
The updates weigh in at 193.01 MB (Logic Pro 9.1.3) and 139.68 (Logic Express 9.1.3) and require Mac OS X 10.5.8 or later.
Article Link: Apple Addresses Hyper-Threading Issue With Logic 9.1.3 (http://www.macrumors.com/2010/10/28/apple-addresses-hyper-threading-issue-with-logic-9-1-3/)
http://images.macrumors.com/article/2010/10/28/165210-logic_pro_logic_express.jpg
Apple today released Logic Pro 9.1.3 (http://support.apple.com/kb/DL1014) and Logic Express 9.1.3 (http://support.apple.com/kb/DL1015) to address an issue with Hyper-Threading.This update delivers improved general stability and compatibility.
Issues addressed with 9.1.3 include:
- Resolves problems related to the support of Hyper-ThreadingUnder Logic 9.1.3's audio preferences, users can specify the number of audio rendering threads the software will open at any one time. While the option is set to "automatic" by default and the maximum number of available threads is determined by the number of processor cores and support for Hyper-Threading on the user's computer, the setting allows users to manually adjust the number of threads to best fit their workflow.
The updates weigh in at 193.01 MB (Logic Pro 9.1.3) and 139.68 (Logic Express 9.1.3) and require Mac OS X 10.5.8 or later.
Article Link: Apple Addresses Hyper-Threading Issue With Logic 9.1.3 (http://www.macrumors.com/2010/10/28/apple-addresses-hyper-threading-issue-with-logic-9-1-3/)
agirton
Jun 18, 03:42 PM
There's at least 4 people already at the 5th Ave Apple Store...
I guess I am in good company then.
I guess I am in good company then.
clayj
Sep 7, 11:10 AM
This pisses me off. He ran this past Tour de France as his last race, and claimed he would retire afterwards. And everyone gave him the whole "bye, Lance, we love you" treatment.
This is almost as bad as Michael Jordan's TWO fake retirements or Barbra Streisand's endless "farewell" tours. If you say you're going to quit, quit. But don't say you're going to quit, act like you HAVE quit, and then say "I'm coming back".
If he comes back, I will lose all of my respect for him. He's been a man of his word up to this point.
This is almost as bad as Michael Jordan's TWO fake retirements or Barbra Streisand's endless "farewell" tours. If you say you're going to quit, quit. But don't say you're going to quit, act like you HAVE quit, and then say "I'm coming back".
If he comes back, I will lose all of my respect for him. He's been a man of his word up to this point.
johnnymg
Apr 26, 11:39 PM
After some research my top 3 sorted options are:
1.- OCZ Vertex 2 120GB
2.- Intel X25-M 120GB
3.- Samsung 470 Series 128GB
I will be using it as my boot drive for Mac OS X 10.6.7, any suggestion which one would be the best option for speed ?, thanks
I don't think there is a "best".
I've been using the OCZ Vertex 2 120GB in my MP and it's been 100% stable (zero sleep issues) and hasn't slowed down in 8+ months of use.
1.- OCZ Vertex 2 120GB
2.- Intel X25-M 120GB
3.- Samsung 470 Series 128GB
I will be using it as my boot drive for Mac OS X 10.6.7, any suggestion which one would be the best option for speed ?, thanks
I don't think there is a "best".
I've been using the OCZ Vertex 2 120GB in my MP and it's been 100% stable (zero sleep issues) and hasn't slowed down in 8+ months of use.
No comments:
Post a Comment