FoxyKaye
Jul 30, 01:18 PM
Gods - Imagine what this guy could do with a DeLorean and a G5?! :eek:
Even better, a DeLorean, G5, and a Flux Capacitor! :eek: :eek:
Gotta fix that starter problem, though...
Even better, a DeLorean, G5, and a Flux Capacitor! :eek: :eek:
Gotta fix that starter problem, though...
jefhatfield
Oct 18, 08:18 AM
...and the last time he posted was in april!!!
it looks like i will prolly fall out of the top ten next year sometime since i can't post as much as the teenagers:p
it looks like i will prolly fall out of the top ten next year sometime since i can't post as much as the teenagers:p
okwhatev
Jul 11, 08:14 AM
can anyone report from the grove?
Tharian
Mar 15, 11:55 AM
Its also the buggiest thing on the OS, it disables typing after a few minutes, doesnt want to load web pages some times, and everytime you skip around in a flash video it starts it as a new download without killing the old one meaning youll end up with a bunch of FLV's being downloaded at the same time killing your bandwidth and having your video stopped on sites that dont allow multiple connections.
I agree. While I love how fast it is, I keep having scrolling issues when there are multiple tabs open. I have to reload a tab in order to get scrolling to come back. Anyone having a similar issue?
-d
I agree. While I love how fast it is, I keep having scrolling issues when there are multiple tabs open. I have to reload a tab in order to get scrolling to come back. Anyone having a similar issue?
-d
more...
djsound
Mar 29, 03:58 PM
So I have often wondered why this happens. Some fonts (including Candara) shift the baseline (or something) of some numbers and I have no idea why. Does anyone know why? I have attached a photo so you can see what I mean..
illitrate23
Jun 18, 11:27 PM
so has anyone started queuing yet?
more...
wdlove
Sep 22, 02:18 PM
I think that the 20" iMac is very nice. Have heard many positive reviews about the iMac and this model in particular. Should handle your programs very nicely. I would recommend getting extra RAM if its affordable.
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) {
more...
quot;Pusciferquot;
Puscifer, Tool frontman
more...
Performance of Puscifer#39;s quot;The Humbling Riverquot; as part of a service at the Unitarian Universalist Fellowship in Corvallis, OR. Guitar - Kyle McDonald Violin
puscifer skirt
more...
Pusciferfolo
the only thing Puscifer
more...
Sound Into Blood Wine 2 Pic
Milla Jovovich.
more...
for Puscifer that start at
Blood Into Wine 2010 Trailer
Milla Jovovich Sexy Pictures
> 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) {
more...
brn2ski00
Jul 1, 03:01 PM
Still some stuff for sale, get em before they're gone!
Capt Underpants
Mar 6, 06:22 PM
I prefer the "?!?"
Urgent and compact.
Urgent and compact.
more...
DivineEvil
May 2, 02:24 PM
I use one of those cheap ones for more than an year! I'm very satisfied. Although I had to modify it a little bit it costed me about 10$.
daveL
Feb 17, 12:28 PM
Use PithHelmet version 0.7.3. The latest versions don't work well. Always crashing, slowing down safari... ugh.
I tried it and still no joy; it actually crashed sooner than when I used the latest version. Oh well.
I tried it and still no joy; it actually crashed sooner than when I used the latest version. Oh well.
more...
Nereus
Dec 17, 02:56 AM
On the Aluminium powerbooks the airport card is not user replacable part. It sounds like the antenna cable is not connected as other posters have said. This is a 10-15 minute fix and your local Apple store will probably do it as you wait.
To answer your earlier question, according to the apple service manual disconnecting the airport antenna is a required step when replacing a display since the airport antenna cable crosses over the top of the main display data cable.
Thanks mrichmon! I'll call Apple right away on Monday to have it fixed. :)
To answer your earlier question, according to the apple service manual disconnecting the airport antenna is a required step when replacing a display since the airport antenna cable crosses over the top of the main display data cable.
Thanks mrichmon! I'll call Apple right away on Monday to have it fixed. :)
Mitthrawnuruodo
Mar 3, 07:16 AM
Yes, bring this thread back to life!
I looked thru that apple listing of keystrokes, but I couldn't find one to restore windows (or I overlooked it). That is, if a window of an app is minimized onto the dock and you select the app by apple+tab, is there a keystroke to restore the window so I don't have to use the mouse to find it on the dock and click on it?
Thanks!
Don't think so, but try hiding the apps/windows using cmd-H instead of minimizing them to the dock. Then they are gone from view and reappear when you choose that application again (e.g. using cmd-TAB/shift-cmd-TAB to navigate all open apps), even Finder... (Only problem is that this only works for all the windows of a given program.)
I looked thru that apple listing of keystrokes, but I couldn't find one to restore windows (or I overlooked it). That is, if a window of an app is minimized onto the dock and you select the app by apple+tab, is there a keystroke to restore the window so I don't have to use the mouse to find it on the dock and click on it?
Thanks!
Don't think so, but try hiding the apps/windows using cmd-H instead of minimizing them to the dock. Then they are gone from view and reappear when you choose that application again (e.g. using cmd-TAB/shift-cmd-TAB to navigate all open apps), even Finder... (Only problem is that this only works for all the windows of a given program.)
more...
Jazwire
May 4, 01:30 AM
Like to see a 3TB , Thunderbolt, user serviceable unit.
longofest
Sep 20, 07:22 PM
That's quite a huge bug. :(
Glad they fixed it, but that kind of thing should have never been allowed to exist in the firstplace.
Glad they fixed it, but that kind of thing should have never been allowed to exist in the firstplace.
more...
iHerzeleid
Jul 3, 03:16 PM
Apple replaced the MBP with a new 2.4Ghz MacBook Pro.
Thanks for your interest though. :)
Thanks for your interest though. :)
iMeowbot
Aug 22, 08:21 PM
I see that my plan is succeeding. At this very moment, the relentless cascade of blackness is steadily consuming all the energy in the universe. Never mind you puny humans and your so-called contest, the cosmos are MINE, ALL MINE!
SFStateStudent
Jun 23, 11:06 PM
I might do a drive by to support you all. I got (1) iPhone 4 via FEDEX this morning at 8:45am...:cool:
petvas
May 6, 08:22 AM
When I initially installed Lion I was very impressed by the new features. Now, and after I have been using it for a week now, I not that impressed anymore. I think there is room for improvements:
* Launchpad: The idea is good but the implementation could be much better. You should make launchpad behave like a computer application and not like an iPad one! Right click should offer context menu to create new folders, rename and delete folders. Right clicking on an app should offer options to move it to an existing folder, or create a new one. Launchpad should also have the option not to run in full screen mode! In its current incarnation I am not going to be using it. I still prefer Spotlight for running apps. For organizing them I still prefer the apps folder on the dock.
* Full screen mode: A good idea that works very well if you have small screens or/and resolution. On my ACD I have so much space that for most apps, full screen mode is an overkill. I don't see me using it a lot. Maybe when Aperture gets it I will use it.
* Mission Control: This one I like. It combines spaces and expose very nice.
* Mail.app: The new layout is nice but I would like to see some new features regarding Exchange Server. More compatibility to Exchange would be nice. Support for Out of Office messages, categories and Exchange tasks are essential.
* Saving the state of apps: It does take a while to get used to the fact that the state of all apps is always being saved on exit. I would prefer to have the option (without using the Alt key) to not save the state of an app by default. There are situations you don't want to have an app resume its state. Imagine showing a video to someone. You close quicktime and then after a while you need quicktime again. You open it and the video resumes...Not very good!
* Finder: I prefer to have the devices on top on the left side of Finder and not on the bottom. There should be an option to change that.
* Launchpad: The idea is good but the implementation could be much better. You should make launchpad behave like a computer application and not like an iPad one! Right click should offer context menu to create new folders, rename and delete folders. Right clicking on an app should offer options to move it to an existing folder, or create a new one. Launchpad should also have the option not to run in full screen mode! In its current incarnation I am not going to be using it. I still prefer Spotlight for running apps. For organizing them I still prefer the apps folder on the dock.
* Full screen mode: A good idea that works very well if you have small screens or/and resolution. On my ACD I have so much space that for most apps, full screen mode is an overkill. I don't see me using it a lot. Maybe when Aperture gets it I will use it.
* Mission Control: This one I like. It combines spaces and expose very nice.
* Mail.app: The new layout is nice but I would like to see some new features regarding Exchange Server. More compatibility to Exchange would be nice. Support for Out of Office messages, categories and Exchange tasks are essential.
* Saving the state of apps: It does take a while to get used to the fact that the state of all apps is always being saved on exit. I would prefer to have the option (without using the Alt key) to not save the state of an app by default. There are situations you don't want to have an app resume its state. Imagine showing a video to someone. You close quicktime and then after a while you need quicktime again. You open it and the video resumes...Not very good!
* Finder: I prefer to have the devices on top on the left side of Finder and not on the bottom. There should be an option to change that.
Mattie Num Nums
Sep 21, 01:43 PM
Didn't know you get credit in the Support Notes for reporting a bug :D time to start bug hunting...
Well probably for this one. This is a huge security breach for people who run corporate networks.
Well probably for this one. This is a huge security breach for people who run corporate networks.
SwiftLives
May 4, 11:13 AM
The stupid liberal Democrats who govern South Carolina refused to give Amazon a 5 year reprieve from collecting sales tax on SC purchases. As a consequence, Amazon has scrapped plans to build a distribution center in Columbia that would have employed about 1300 people (http://www.postandcourier.com/news/2011/apr/30/amazon-pullout-has-chilling-effect/). Furthermore, another company has abandoned plans to locate in the area and a homebuilder has scrapped plans to build 100 new houses because of the Amazon pullout.
This is so typical of the shortsightedness of the Democrat/Socialists who run this state. They are costing the SC citizens jobs by not supporting the companies that want to locate here and....
Wait...What's that you say?
Republicans control the South Carolina government? There are no Democrats at all elected to statewide office?
But...but...but...now I'm utterly confused.
In all seriousness, how bad must our state economy be for the Republican-controlled legislature to refuse tax breaks? I actually really applaud the Republicans on this one. On one hand, it would have resulted in substantial employment - well above 2,000 total. On the other hand, it would have come as the cost of a lot of potential tax revenue. And we'd need that tax revenue to support the additional infrastructure required to sustain these jobs.
This is so typical of the shortsightedness of the Democrat/Socialists who run this state. They are costing the SC citizens jobs by not supporting the companies that want to locate here and....
Wait...What's that you say?
Republicans control the South Carolina government? There are no Democrats at all elected to statewide office?
But...but...but...now I'm utterly confused.
In all seriousness, how bad must our state economy be for the Republican-controlled legislature to refuse tax breaks? I actually really applaud the Republicans on this one. On one hand, it would have resulted in substantial employment - well above 2,000 total. On the other hand, it would have come as the cost of a lot of potential tax revenue. And we'd need that tax revenue to support the additional infrastructure required to sustain these jobs.
mdodd
Dec 18, 09:49 PM
Hey, I am attending Macworld, but am under 18..
Where is this MeetUp going to be?
Can I not go?
Where is this MeetUp going to be?
Can I not go?
homerjward
Oct 16, 06:11 PM
couldn't you just keep your pc for the pc-only app(s) you have?
No comments:
Post a Comment