blueflame
Feb 2, 07:27 PM
sorry, something about the sentences, it just doesn't stick
A
I was suppose to trade this to another member, but the member Never ship his as agreed, I was able to have mine sent back to me, he just printed a label and never shipped...
So I am looking to trade this phone for a unlocked 4G iphone, Must work on Tmoble, I have tons of refs here and sold over 100 items....
Please PM me if you want to trade really need it ...I also do not use MP3 or videos so a 4G is great :)
you will also get the 100.00 rebate....
A
I was suppose to trade this to another member, but the member Never ship his as agreed, I was able to have mine sent back to me, he just printed a label and never shipped...
So I am looking to trade this phone for a unlocked 4G iphone, Must work on Tmoble, I have tons of refs here and sold over 100 items....
Please PM me if you want to trade really need it ...I also do not use MP3 or videos so a 4G is great :)
you will also get the 100.00 rebate....
thesmileman
Apr 30, 01:58 PM
Lots more people 25 or so and the numbers have grown a lot lately. I believe we are starting to get to the point "normal people" should come out and wait. If you want a spot.
Beej
Jul 22, 05:02 PM
Sounds like you need an xServe to me, Arn :D
Stirolak26
Apr 7, 07:52 AM
He even had his own blog that was recently closed:
http://www.tommysilverstein.bravehost.com/
http://myimages.bravenet.com/222/697/355/9/eye067.jpg
http://www.tommysilverstein.bravehost.com/
http://myimages.bravenet.com/222/697/355/9/eye067.jpg
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!
johny5
Jan 17, 04:02 PM
Ahh, free stuff at events, really caps off the day :rolleyes:
I think Steve is going to be there giving free macbookair's away for free as no one is buying them
I think Steve is going to be there giving free macbookair's away for free as no one is buying them
applekid
Mar 31, 08:56 PM
Pokemon still going strong? :confused:
After playing Sapphire/Ruby, it feels the game is too simple. Much hasn't changed. It was acceptable for Red/Blue and Gold/Silver since they were GB/GBC games. But, with the GBA I wish they did more. Particularly the animations. And with Diamond/Pearl, I wish they would do even more.
I'll probably get both. One for me, and one for my sister. This game might be worth exchanging friend codes for.
After playing Sapphire/Ruby, it feels the game is too simple. Much hasn't changed. It was acceptable for Red/Blue and Gold/Silver since they were GB/GBC games. But, with the GBA I wish they did more. Particularly the animations. And with Diamond/Pearl, I wish they would do even more.
I'll probably get both. One for me, and one for my sister. This game might be worth exchanging friend codes for.
Love
Dec 24, 06:15 PM
My Mac Pro. Ohhh, baby.
Oh, and food. And water.
Oh, and food. And water.
fongyuen
Mar 24, 09:49 AM
i've had this lens for about 7 months now and while i think it's a great lens, how to get consistent focus with the AF is still a mystery to me. i generally shoot around 1.8 to 2.2 so i know the dof is pretty shallow and perhaps that is part of the reason, but when i shoot, i generally use the center point, focus on the eyes or some part of the face and then reposition. sometimes it comes out the way i want, as in this example (http://www.flickr.com/photos/70072717@N00/5555471847/in/pool-56354702@N00/), other times, the focus seems to be on something else (http://www.flickr.com/photos/70072717@N00/5556060766/), not where I had intended (the water gun is in focus but i wanted the face to be). any advice on what i need to change in my methodology? thanks.
maddav
Sep 18, 02:22 PM
Either that, or let them keep yours and get them to get you a new one for Christmas. ;)
That's just plain rude :D
Personally, I think trying to get your hands on a G4 iBook with USB 2.0 might be a better bet.
Yeah, that sounds good, as they'd definitely need the Airport card and USB 2.0.
Thanks :)
That's just plain rude :D
Personally, I think trying to get your hands on a G4 iBook with USB 2.0 might be a better bet.
Yeah, that sounds good, as they'd definitely need the Airport card and USB 2.0.
Thanks :)
MikeDTyke
Feb 24, 11:47 AM
right i need a nap now...you have turned my brain to mush! haha.
i think i understand, im so use to stuff like drag a drop. NOOB! lol
That's option 1, just connect to both network shares and drag/drop to your hearts content.
Even though i said it's slow, if you have a nice fast network switch/router 1000BaseT is the way to go here, then your files will go lickety split. :D
i think i understand, im so use to stuff like drag a drop. NOOB! lol
That's option 1, just connect to both network shares and drag/drop to your hearts content.
Even though i said it's slow, if you have a nice fast network switch/router 1000BaseT is the way to go here, then your files will go lickety split. :D
faiz23
Apr 8, 03:47 PM
I would upgrade depending on the situation. Do you have SHSH blobs saved for 4.2.1. If you do then upgrade to 4.3.1 and save your SHSH blobs and then downgrade back to 4.2.1 using your 4.2.1 blobs. If you do not have your blobs for 4.2.1 then i would upgrade to 4.3.1 so you can atleast have a set of blobs that is jailbreak compatible in case your 4.2.1 crashes.
Bear
Sep 21, 06:49 AM
...
My question for discussion would be: 1) would you consider buying a used LCD monitor off of ebay?
...No! No warranty, no guarantee of condition.
My question for discussion would be: 1) would you consider buying a used LCD monitor off of ebay?
...No! No warranty, no guarantee of condition.
quidire
Feb 16, 09:58 AM
I use OmniWeb 5.1 - yes, it is not free after a trial period, but it is the "power user's" browser.
Give it a go, see how you like it. They have educational discounts; its $30, $20 if you are a student.
It really is amazing.
Oh, and other than being a happy customer, I'm not affliated w/ Omnigroup
-RS
Give it a go, see how you like it. They have educational discounts; its $30, $20 if you are a student.
It really is amazing.
Oh, and other than being a happy customer, I'm not affliated w/ Omnigroup
-RS
Zeus86
Mar 24, 01:59 PM
I have been using Windows 7 on bootcamp and I have noticed that the battery depletes very fast. Is this a common problem?
AmigoMac
Nov 11, 05:47 AM
why has nobody ever replied to this???
I almost remember reading this before but that day I was preparing a birthday party for my son... anyway, welcome to the mac jungle 18th.
I almost remember reading this before but that day I was preparing a birthday party for my son... anyway, welcome to the mac jungle 18th.
ddehr026
Mar 23, 07:49 AM
OS X won't let you boot legacy software without a superdrive. I've tried at least 100 times. It can't be done. Boot Camp will not allow you to install from a USB drive. If you have the ISO of windows 7 just install it in parallels and enjoy.
What he said :) Sorry man.
What he said :) Sorry man.
MacBoobsPro
Oct 20, 04:16 AM
Nice job. I would probably smooth out the background surface for true Apple authenticity. ;)
JayMBP
May 2, 09:11 PM
I have a 2011 MBP 17" and I order the kit from MaxUpgrades.
The kit including optibay, enclosure for superdrive and a Vertex3 120GB and two day shipping was $370 IRC. They even managed to ship the same day I ordered. So it was definitely a plus. Considering you have a maybe pick a SATAII based SSD unless you plan to upgrade some time down the road so you could recycle the SATAIII SSD.
The only downside is that it doesn't come with any instruction. But then again, it's not very different to others. Just be careful and you shouldn't have any problem.
The optibay is very well made, feels solid when holding. I didn't have any fitting issue although some other users have reported some slight problems. I think it's because they are pretty tight fit, so don't tighten then screw all the way until you have all 3 on.
The kit including optibay, enclosure for superdrive and a Vertex3 120GB and two day shipping was $370 IRC. They even managed to ship the same day I ordered. So it was definitely a plus. Considering you have a maybe pick a SATAII based SSD unless you plan to upgrade some time down the road so you could recycle the SATAIII SSD.
The only downside is that it doesn't come with any instruction. But then again, it's not very different to others. Just be careful and you shouldn't have any problem.
The optibay is very well made, feels solid when holding. I didn't have any fitting issue although some other users have reported some slight problems. I think it's because they are pretty tight fit, so don't tighten then screw all the way until you have all 3 on.
stridemat
May 3, 02:39 PM
Download and install Flash.
http://get.adobe.com/flashplayer
http://get.adobe.com/flashplayer
florencevassy
Sep 27, 08:06 AM
What is a good app for a newbie to create a webpage? I want something simple and easy, free would be a plus. I also have a simple knowledge of html.
After a lot of deciding, I bought and am now using Dreamweaver. It isn't free though. If you qualify for a student/faculty discount it is $99. I am using the book Dreamweaver MX 2004: the Missing Manual (http://www.amazon.com/exec/obidos/tg/detail/-/0596006314/qid=1127826156/sr=8-1/ref=pd_bbs_1/002-6951142-5757641?v=glance&s=books&n=507846)
which is helping me a lot. I love the tutorials which you can download from the books website.
I know I haven't given you any thrifty suggestions but I am pretty happy with Dreamweaver and that book. Good luck!
After a lot of deciding, I bought and am now using Dreamweaver. It isn't free though. If you qualify for a student/faculty discount it is $99. I am using the book Dreamweaver MX 2004: the Missing Manual (http://www.amazon.com/exec/obidos/tg/detail/-/0596006314/qid=1127826156/sr=8-1/ref=pd_bbs_1/002-6951142-5757641?v=glance&s=books&n=507846)
which is helping me a lot. I love the tutorials which you can download from the books website.
I know I haven't given you any thrifty suggestions but I am pretty happy with Dreamweaver and that book. Good luck!
angelwatt
Mar 12, 05:44 PM
I think I got what you want, but unfortunately I tweaked a little here and there too much and so I'm not completely sure what all I changed. I'm attaching a screen shot of the result in Firefox 4 RC1. As a note, the page doesn't look right in Opera 11. The background gradient color on the body is what's off.
Here's the aside, which was the crucial part. This is only what I added to the existing styles.
aside {
Here's the aside, which was the crucial part. This is only what I added to the existing styles.
aside {
puckhead193
Mar 30, 04:45 PM
don't zoom in all the way.
If your using FCP you can use the smoothcam filter
If your using FCP you can use the smoothcam filter
aschuett
Jan 17, 08:46 AM
I have been waiting to hear the results from the Final Cut meeting last night. I haven't heard anyone celebrating the release of FC Server, or any other cool FC-related anything.
Does anyone know what ever came of this "secret announcement?"
Does anyone know what ever came of this "secret announcement?"