hopejr
Apr 26, 08:12 PM
Sigh. Exact same ads?
arn
Yes, the exact ones.
arn
Yes, the exact ones.
GGJstudios
Feb 14, 12:39 PM
My last thread was closed, I wasn't finished with my questions :(.
Please stop what you're doing and read the link I posted in your last thread. If you really want to have an intelligent, informed view on malware, you need to read this:
Mac Virus/Malware Info (http://forums.macrumors.com/showpost.php?p=9400648&postcount=4)
By the way, the article you posted refers to trojans, not viruses, which can easily be avoided with some common sense.
Please stop what you're doing and read the link I posted in your last thread. If you really want to have an intelligent, informed view on malware, you need to read this:
Mac Virus/Malware Info (http://forums.macrumors.com/showpost.php?p=9400648&postcount=4)
By the way, the article you posted refers to trojans, not viruses, which can easily be avoided with some common sense.
chunhohuen
Apr 22, 08:05 AM
I'm surprised this compiles (i.e. that you only get errors when linking). The line
string input=inputusername;
must have thrown an error at you, since "inputusername" is not visible to functions outside the class.
Where you define the code, you need to put in classname::functionname
Do this for every function you define. This need not be done if you are within the class declaration.
void login::find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
if( input_line.compare(input) == 0 ) {
cout << "The name " << input_line << " was found in file.\n";
found = true;
break;
}
}
Thank you very much !;)!
It can work now :p!
string input=inputusername;
must have thrown an error at you, since "inputusername" is not visible to functions outside the class.
Where you define the code, you need to put in classname::functionname
Do this for every function you define. This need not be done if you are within the class declaration.
void login::find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
if( input_line.compare(input) == 0 ) {
cout << "The name " << input_line << " was found in file.\n";
found = true;
break;
}
}
Thank you very much !;)!
It can work now :p!
yippy
Nov 3, 07:40 PM
I am looking to share some photos and get a blog online and I can't decide what the best way to do this would be. I appolagize for the long post but I am trying to be thorough in giving you my thinking my thinking. I'll try to be organized to make up for it.
Background:
Next year I am going to be studying abroad in Europe for two semesters and would like to tell people back home in the states how things are going. I have minimal html/webpage experience, limited time to learn stuff and mess around with it and and money is tight. I have also never done any blogging before and am very unlikely to make good use of it.
Usage/what I am looking for:
1)A simple blog to tell family and friends (that includes you guys if you want) how things are going and about any adventures I might have.
2)Host a couple hundred pictures, organized in albums, for people to look at and have them available to download at full resolution, taken with a 5mp camera. My mom is big on pictures so this is mostly for her, she also likes to print them which is why they need to be full rez.
3) Easy to navigate. The audience for this will be several computer illiterite people and some on 56k modems so posted pictures need to be thumbnails with links to the originals.
4) Easy to deploy. I have a full coursload at school, a job and something resembling a social life so I I don't have hours to update it (initial settup can be slow as I don't need it up an running for a month or two).
5) CHEAP, in fact free unless I think there is no possible other way.
My options: These are the possiblities that I have been considering.
1) The ultimate solution would be something like fotki.com as it has photo hosting/printing/linking and a journal all on one website with an easy interface. However it costs $50 a year and that is more than I can afford.
2)Get things from separate places. Get a blog like blogger (http://www.blogger.com) and find someplace to host pictures, maybe one of those online printing places like Snapfish so that I get unlimited free storage.
3) Make my own website. Here I have two sub options.
a) I have 100Mb of non scriptable webspace on a webdav server through my university that I could use. Picture storage would be limited but that might be ok.
b) I have a Digital Audio G4 tower running Panther that I currently use as a printserver. I could easily demilitarize it on our router and use something like no-ip to access it. Pros being unlimited completely customizeable space, cons being it is more work and I will not have physical access to it when over seas so if something goes wrong it will be vary hard to fix because I would have to talk one of my family trough fixing it.
The ability to download in full rez is probably the least important as I can find other ways of getting those to my mom.
So, what would you do in my situation, remember time and money are the deciding factors here, don't have much of either. Any feedback is greatly appriciated.
Background:
Next year I am going to be studying abroad in Europe for two semesters and would like to tell people back home in the states how things are going. I have minimal html/webpage experience, limited time to learn stuff and mess around with it and and money is tight. I have also never done any blogging before and am very unlikely to make good use of it.
Usage/what I am looking for:
1)A simple blog to tell family and friends (that includes you guys if you want) how things are going and about any adventures I might have.
2)Host a couple hundred pictures, organized in albums, for people to look at and have them available to download at full resolution, taken with a 5mp camera. My mom is big on pictures so this is mostly for her, she also likes to print them which is why they need to be full rez.
3) Easy to navigate. The audience for this will be several computer illiterite people and some on 56k modems so posted pictures need to be thumbnails with links to the originals.
4) Easy to deploy. I have a full coursload at school, a job and something resembling a social life so I I don't have hours to update it (initial settup can be slow as I don't need it up an running for a month or two).
5) CHEAP, in fact free unless I think there is no possible other way.
My options: These are the possiblities that I have been considering.
1) The ultimate solution would be something like fotki.com as it has photo hosting/printing/linking and a journal all on one website with an easy interface. However it costs $50 a year and that is more than I can afford.
2)Get things from separate places. Get a blog like blogger (http://www.blogger.com) and find someplace to host pictures, maybe one of those online printing places like Snapfish so that I get unlimited free storage.
3) Make my own website. Here I have two sub options.
a) I have 100Mb of non scriptable webspace on a webdav server through my university that I could use. Picture storage would be limited but that might be ok.
b) I have a Digital Audio G4 tower running Panther that I currently use as a printserver. I could easily demilitarize it on our router and use something like no-ip to access it. Pros being unlimited completely customizeable space, cons being it is more work and I will not have physical access to it when over seas so if something goes wrong it will be vary hard to fix because I would have to talk one of my family trough fixing it.
The ability to download in full rez is probably the least important as I can find other ways of getting those to my mom.
So, what would you do in my situation, remember time and money are the deciding factors here, don't have much of either. Any feedback is greatly appriciated.
more...
djransom
Apr 12, 10:45 AM
I love my OB Defender. I may try out other cases, but I always come back to the OB Defender. OB Customer Service is one of the best as well. I'm waiting on my new black and white silicons to arrive in the mail due to them stretching out over time.
AlexH
Jun 24, 01:49 PM
So here's the deal. I have a 15" MacBook Pro that I want to sell. Aesthetically, it looks great, no dings, dents, or noticeable scratches. About 2 months ago, I started getting kernel panics, and it got to the point that I couldn't even boot without a kernel panic. I finally reinstalled OS X. Everything seems to be ok. It's up and running, hard drive is good, haven't had a crash or panic in quite a while. Heck, I typed a research paper on it last night.
After all the panics, I swapped the RAM out, and I think that made a difference.
I'd like to sell the MBP. I'd say it is in good order, not excellent given the issues I've had in the past. I'm willing to knock some off the price. I wanted to disclose this issue because when I sell it, that's final. You know it has had a history of kernel panics that required a complete reinstall of OS X. No returns, and I don't want to be hassled if something goes wrong down the road (I don't think it will).
Specs:
-15" MacBook Pro
-2.16 GHZ Core 2 Duo
-2GB installed (I can install another 2GB, only 3GB will be recognized and used by OS X)
-120GB hard drive
-Comes in the original Apple MacBook Pro box
-OS X Tiger install disk included.
-Video adapter included (the adapter that ships with all MBPs)
-Power cord/brick included
Mac2Sell quoted $1480 (http://www.mac2sell.net/permalink/?id=90bdea90672f5090fdc2f29a0a36a5dc) as the resell value of my machine, but like I said, I'm willing to knock some off because of the issue I went through.
I'm interested in what you guys think concerning the price.
Using ebay as a seller reference, I have completed 44 perfect transactions with a rating of 100%. Link to ebay reference (http://myworld.ebay.com/alcomm777).
http://farm4.static.flickr.com/3034/2607616799_b134b05801.jpg
http://farm4.static.flickr.com/3269/2607613631_ed73058052.jpg
http://farm4.static.flickr.com/3072/2607615027_c529a2b871.jpg
http://farm4.static.flickr.com/3280/2607614409_7fe43a9994.jpg
After all the panics, I swapped the RAM out, and I think that made a difference.
I'd like to sell the MBP. I'd say it is in good order, not excellent given the issues I've had in the past. I'm willing to knock some off the price. I wanted to disclose this issue because when I sell it, that's final. You know it has had a history of kernel panics that required a complete reinstall of OS X. No returns, and I don't want to be hassled if something goes wrong down the road (I don't think it will).
Specs:
-15" MacBook Pro
-2.16 GHZ Core 2 Duo
-2GB installed (I can install another 2GB, only 3GB will be recognized and used by OS X)
-120GB hard drive
-Comes in the original Apple MacBook Pro box
-OS X Tiger install disk included.
-Video adapter included (the adapter that ships with all MBPs)
-Power cord/brick included
Mac2Sell quoted $1480 (http://www.mac2sell.net/permalink/?id=90bdea90672f5090fdc2f29a0a36a5dc) as the resell value of my machine, but like I said, I'm willing to knock some off because of the issue I went through.
I'm interested in what you guys think concerning the price.
Using ebay as a seller reference, I have completed 44 perfect transactions with a rating of 100%. Link to ebay reference (http://myworld.ebay.com/alcomm777).
http://farm4.static.flickr.com/3034/2607616799_b134b05801.jpg
http://farm4.static.flickr.com/3269/2607613631_ed73058052.jpg
http://farm4.static.flickr.com/3072/2607615027_c529a2b871.jpg
http://farm4.static.flickr.com/3280/2607614409_7fe43a9994.jpg
more...
Jazwire
May 4, 12:26 AM
There is a minor difference - the new iMacs have an ambient light sensor which will provide ideal brightness whether you are in a dark or well-lit environment.
If you manually set the brightness, does it return? Perhaps the display was set too bright/dim for the conditions?
From Apple's site: "To conserve power and relieve eyestrain, a built-in ambient light sensor automatically adjusts the screen brightness on MacBook, MacBook Pro and iMac to suit the ambient light of whatever room you�re in."
Very Possible, thats your answer there...
If you manually set the brightness, does it return? Perhaps the display was set too bright/dim for the conditions?
From Apple's site: "To conserve power and relieve eyestrain, a built-in ambient light sensor automatically adjusts the screen brightness on MacBook, MacBook Pro and iMac to suit the ambient light of whatever room you�re in."
Very Possible, thats your answer there...
MultiFinder17
Apr 30, 01:05 PM
If it is indeed a dead pixel, which it looks to be, Apple most likely will not replace it, considering that only one out of 1,049,088 pixels on the screen is a dud.
more...
Bear
Mar 11, 12:53 PM
Yes for each inbox you have, select it and issue form the menu Mailbox->Rebuild
You should rebuild mailboxes every so often. Especially after you have deleted a bunch of messages.
You should rebuild mailboxes every so often. Especially after you have deleted a bunch of messages.
clayj
Mar 20, 09:29 PM
The beauty of painting the iBook, in my opinion, though, is that since you can take off the shell and make it clear, you can paint the inside of it, therefore making it impossible to scratch off or damage any painting you do. I mean, the Vaio looks awesome and all, but you'd have to be darn careful with it. The down side is that you have to paint it like a mirror image, though, and you also have to paint the picture with the top layers first, which makes it kind of complicated.
But I mean, an iBook is an iBook... a Vaio... well, that's just a PC. :pActually, unlike the iBook, the VAIO's shell is not clear... this painting is on the OUTSIDE of the notebook. No mirror skills required, but it does mean that the painting is exposed to the elements.
Like I said, it's just a similar project... it would be nice to see more notebooks designed to be user-customizable WRT making artistic cases.
But I mean, an iBook is an iBook... a Vaio... well, that's just a PC. :pActually, unlike the iBook, the VAIO's shell is not clear... this painting is on the OUTSIDE of the notebook. No mirror skills required, but it does mean that the painting is exposed to the elements.
Like I said, it's just a similar project... it would be nice to see more notebooks designed to be user-customizable WRT making artistic cases.
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) {
Helena Christensen och Cameron
more...
Helena Christensen e Cameron
Helena Christensen Gallery
more...
Helena Christensen InStyle 3
Helena Christensen, March 1991. Tags: Cindy crawford,; Courtnet love,; Elle front cover,
more...
Helena Christensen
Helena Christensen and Cameron
Helena Christensen wore a long
> 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) {
agentdavo
Dec 18, 07:43 PM
Flying in from Nottingham, United Kingdom!
See you on the 14th!
David.
See you on the 14th!
David.
more...
acedickson
May 4, 01:24 PM
If the M4 is cheaper then go with it. The speeds on SATA II will be comparable.
arjen92
Apr 2, 03:38 PM
Yeah, using a tripod as counter weight is really useful. It will add weight and some grip. Try to find the center of balance (balance the tripod with the camera attached); put it on it's side, so camera on one side and legs on the other side, horizontal. This is how real steady cams work.
Or just use a tripod in an angle to hold it with both hands.
Altough I was going for a not stable look in this video it still looks pretty stable. None of the shots were done on a tripod standing on it's legs. Just by using a tripod as extension: http://www.youtube.com/watch?v=Ou_uT3154Kk
Or just use a tripod in an angle to hold it with both hands.
Altough I was going for a not stable look in this video it still looks pretty stable. None of the shots were done on a tripod standing on it's legs. Just by using a tripod as extension: http://www.youtube.com/watch?v=Ou_uT3154Kk
more...
Chrisiphone
Feb 7, 01:27 PM
I was going to help you until I read that line.
Instead, all you'll get from me is this comment, and a stiff suggestion that you use this tool (http://www.google.com/), like everyone else has for years. I'm confident even you could have found an answer if you tried.
Its gone sorry didn't know it was a bad thing to say.......
Instead, all you'll get from me is this comment, and a stiff suggestion that you use this tool (http://www.google.com/), like everyone else has for years. I'm confident even you could have found an answer if you tried.
Its gone sorry didn't know it was a bad thing to say.......
nagromme
Sep 16, 03:09 PM
You'll get it. Just not THIS week :D
more...
azelaya84
Apr 14, 10:19 PM
It all depends on what type of case person you may be. I have the satin seethru and the Incase snap out of both of them I prefer the speck seethru but the only major downfall of it is that if you like switching cases offer the soft silicone part starts coming apart from the hard plastic.
renewed
Sep 14, 09:57 PM
I threw it back where it came from.
Just to make you peta people happy xD
Thank you.
Just to make you peta people happy xD
Thank you.
kainjow
Oct 16, 11:13 PM
Wow that was cool. Great job hob! :D
Agree. Well done.
Agree. Well done.
antong
May 5, 08:24 AM
Can you have a screen protector on the ipod touch and still use the mophie case?
Rower_CPU
Feb 15, 12:06 PM
Originally posted by edesignuk
http://forums.macrumors.com/showthread.php?s=&threadid=6293
No one ever did tell us normal mortals what it truly stood for :(
I just did. ;)
http://forums.macrumors.com/showthread.php?s=&threadid=6293
No one ever did tell us normal mortals what it truly stood for :(
I just did. ;)
laomehe
Apr 29, 10:38 PM
With the release of iPhone 4, plenty of smatter iPhone apps are welcomed by millions of iPhone fans, although lots of those apps are smart and powerful, there are some difficulties or inconvenience when users try using them, especially for beginners or some fans who don not know much about software. According to this, ********* Studio has released iPhone Manager, one multifunctional iPhone app which is really easy to use!
********* iPhone Manager (http://www.*********.com/iphone-manager.html) brings three main functions to you: transfer iPhone to PC, transfer PC to iPhone, and convert DVDs and any videos to iPhone. That's to say, it takes easy to backup iPhone files to Computer, export files/folder from Computer to iPhone, and and make iPhone ringtone for sharing with your friends or other purpose.
http://www.*********.com/guide/iphone-manager/interface.jpg
As one professional app for iPhone transfer (http://www.*********.com/iphone-manager.html), ********* iPhone Manager takes more editing features. It can display your iPhone info automatically, like the iPhone type, capacity, version, etc, create new playlist and edit playlist. In order to find your file quickly, this iPhone Manager can allows you to browse your video/audio easily (Genre, Album, Artist), etc. Moreover, it is available for iPhone OS 3.0/3.1, iPod Firmware 3.0/3.1, and it can also highly support iPhone 4G, iPad and iOS 4!
Compared with many other iPhone transfers, this iPhone file manager has cared much more about the convenience of users, especially beginner. it has fast rip speed, friendly user interface and it has been designed really easy to use, even beginners! For those iPhone users, with this iPhone Manager, it will be much easier to enjoy your iPhone world!
just have a try first and hope these info can really be helpful.
Some more related and useful tools here may help you as well:
********* iPhone Manager (http://www.*********.com/iphone-manager.html) brings three main functions to you: transfer iPhone to PC, transfer PC to iPhone, and convert DVDs and any videos to iPhone. That's to say, it takes easy to backup iPhone files to Computer, export files/folder from Computer to iPhone, and and make iPhone ringtone for sharing with your friends or other purpose.
http://www.*********.com/guide/iphone-manager/interface.jpg
As one professional app for iPhone transfer (http://www.*********.com/iphone-manager.html), ********* iPhone Manager takes more editing features. It can display your iPhone info automatically, like the iPhone type, capacity, version, etc, create new playlist and edit playlist. In order to find your file quickly, this iPhone Manager can allows you to browse your video/audio easily (Genre, Album, Artist), etc. Moreover, it is available for iPhone OS 3.0/3.1, iPod Firmware 3.0/3.1, and it can also highly support iPhone 4G, iPad and iOS 4!
Compared with many other iPhone transfers, this iPhone file manager has cared much more about the convenience of users, especially beginner. it has fast rip speed, friendly user interface and it has been designed really easy to use, even beginners! For those iPhone users, with this iPhone Manager, it will be much easier to enjoy your iPhone world!
just have a try first and hope these info can really be helpful.
Some more related and useful tools here may help you as well:
xUKHCx
Aug 6, 04:20 PM
Aren't we playing strip poker? ;)
To bad, iBlue just lost her current hand. Let's see, have to remove something. What could that be? :D
Sorry e. :eek:
The thing that is holding her hair up.
Nice picture BTW.
To bad, iBlue just lost her current hand. Let's see, have to remove something. What could that be? :D
Sorry e. :eek:
The thing that is holding her hair up.
Nice picture BTW.
Macaddicttt
Sep 25, 08:27 PM
Maybe colorful pants just look bad... :p
No comments:
Post a Comment