|
Post by Chloemew on Apr 25, 2012 21:57:37 GMT -5
|
|
|
Post by The Scrac that Smiles Back on Apr 25, 2012 21:59:31 GMT -5
Beast: *glares, but doesn't fight back* she's just not herself anymore ;-;
|
|
|
Post by PFA on Apr 25, 2012 22:08:06 GMT -5
i am laughing so hard for real also yo you guys
|
|
|
Post by Sage Harpuia on Apr 25, 2012 22:09:25 GMT -5
Taisean: Where do the Biometals get their letter from? I can't detect a pattern. And what's a mechaniloid? Beast: *weak growl* There is no pattern, their initial letter stems from the name of the one they were made after. Siarnaq: P. HIDDEN PHANTOM. L. FAIRY LEVIATHAN. H. SAGE HARPUIA. F. FIGHTING FEFNIR. X. MEGAMAN X. Z. ZERO. A - UNKNOWN. W. WEIL. ... yes, quite. *pets Beast* THERE'S NO NEED TO BE UPSET *dead from laughter*
|
|
|
Post by Chloemew on Apr 25, 2012 22:18:50 GMT -5
i actually cried while i was making that animation i was trying so hard not to laugh out loud and to restrain my grin that i cried :'D Beast: *glares, but doesn't fight back* she's just not herself anymore ;-; poor thing ;~;
|
|
|
Post by Omni on Apr 25, 2012 22:25:07 GMT -5
MegaMan Xtreeeeeeeme. 83 *came on to do something specific and got sidetracked cleaning out tabs* XD And now I have to leave in about 20 minutes. I'm going to take that as 'I really like this game' X] Actually, I haven't even started playing it yet. Or turned on a GameBoy with it inside. XD I'm going to take that as 'I really like this game' X] you better like that game ... 8D I probably will. "8D"? :U Beast: *glares, but doesn't fight back* she's just not herself anymore ;-; Oi... Do you have the important stuff backed up? If not, do you think Beast might be able to use something like Dropbox? You probably won't be able to view the video, but basically it's a cloud hosting service, generally meant to help keep your files in sync, and that backs up your files on line. It's pretty easy to use and integrates with the Finder. Doesn't seem to be too complex or resource intensive (it certainly uses a lot less than Safari; like, less than 1/20th as much on Safari on an Intel iMac that we have, IIRC, and about 1/8th on Duo). Also: Stuff stored online is encrypted. 2 GB is free, but you can get some more just by going through setup and such. EDIT: It can also work as file hosting. In other news... #include <iostream.h>
void cats(); void dogs(); void birds(); void negative(); void neutral(); void excess();
int main() { short animal;
cout << "Welcome to Pet Pad.\n"; cout << "Which of these animals would you like to find supplies for?\n"; cout << "Please enter the coresponding number.\n"; cout << "1. Cats\n"; cout << "2. Dogs\n"; cout << "3. Birds\n"; cin >> animal;
switch (animal) { case 1: cats(); break; case 2: dogs(); break; case 3: birds(); break; default: cout << "\nI'm sorry. ";
if (animal <= -1) { negative(); } if (animal == 0) { neutral(); } if (animal >= 4) { excess(); } break; }
cout << "I hope you find what you're looking for.\n\n";
return 0; }
void cats() { cout << "\nMost of our cat items are on the south side of the store.\n\n"; cout << "Tbe things you can find there include fish-shaped toys,\n"; cout << "scratching posts, and cat trees.\n\n\n"; }
void dogs() { cout << "\nMost of our dog items are near the middle of the store.\n\n"; cout << "Things you can find there include fake, but edible 'bones,'\n"; cout << "rubber steaks, and break-resistant leashes.\n\n\n"; }
void birds() { cout << "\nMost of our bird items are on the north side of the store.\n\n"; cout << "Things you can find there include perches,\n"; cout << "mixed seeds, and a variety of cages.\n\n"; }
void neutral() { cout << "There is no 'zeroth' pet in this store.\n\n"; }
void negative() { cout << "To us there's no pet with a negative value.\n\n"; }
void excess() { cout << "We currently only have supplies for three types of pets.\n"; cout << "We should get supplies for fish and rodents soon, though.\n\n"; }
EDIT: aaugh, typo, and I already submitted the project
|
|
|
Post by Bacon on Apr 25, 2012 22:27:59 GMT -5
So me and mine already have our tickets to the midnight showing of The Avengers.
|
|
|
Post by icon on Apr 25, 2012 22:33:50 GMT -5
So me and mine already have our tickets to the midnight showing of The Avengers. I read that as "me and mime" and I had the strangest mental image
|
|
|
Post by Bacon on Apr 25, 2012 22:40:13 GMT -5
So me and mine already have our tickets to the midnight showing of The Avengers. I read that as "me and mime" and I had the strangest mental image Yes. Me and mime have tickets. Watching movies with mime is the best because mime doesn't make a lot of noise while the movie is playing. Talking about the movie afterwards could be better, though.
|
|
|
Post by The Scrac that Smiles Back on Apr 25, 2012 22:42:21 GMT -5
Taisean: Where do the Biometals get their letter from? I can't detect a pattern. And what's a mechaniloid? Beast: *weak growl* There is no pattern, their initial letter stems from the name of the one they were made after. Siarnaq: P. HIDDEN PHANTOM. L. FAIRY LEVIATHAN. H. SAGE HARPUIA. F. FIGHTING FEFNIR. X. MEGAMAN X. Z. ZERO. A - UNKNOWN. W. WEIL. ... yes, quite. *pets Beast* THERE'S NO NEED TO BE UPSET *dead from laughter* Taisean: ... The one they were made after..?
|
|
|
Post by icon on Apr 25, 2012 22:51:35 GMT -5
I read that as "me and mime" and I had the strangest mental image Yes. Me and mime have tickets. Watching movies with mime is the best because mime doesn't make a lot of noise while the movie is playing. Talking about the movie afterwards could be better, though. I take it mime enjoys silent films?
|
|
|
Post by Sage Harpuia on Apr 26, 2012 0:38:48 GMT -5
Taisean: ... The one they were made after..? Yes. Siarnaq listed off their names, if you couldn't tell. For example, Model H has many of Harpuia's abilities as well as armor resembling his in property and form to use them. It's basically battle data of reploids. Reploids that could fight, that is. I probably will. "8D"? :U #include <iostream.h>
void cats(); void dogs(); void birds(); void negative(); void neutral(); void excess();
int main() { short animal;
cout << "Welcome to Pet Pad.\n"; cout << "Which of these animals would you like to find supplies for?\n"; cout << "Please enter the coresponding number.\n"; cout << "1. Cats\n"; cout << "2. Dogs\n"; cout << "3. Birds\n"; cin >> animal;
switch (animal) { case 1: cats(); break; case 2: dogs(); break; case 3: birds(); break; default: cout << "\nI'm sorry. ";
if (animal <= -1) { negative(); } if (animal == 0) { neutral(); } if (animal >= 4) { excess(); } break; }
cout << "I hope you find what you're looking for.\n\n";
return 0; }
void cats() { cout << "\nMost of our cat items are on the south side of the store.\n\n"; cout << "Tbe things you can find there include fish-shaped toys,\n"; cout << "scratching posts, and cat trees.\n\n\n"; }
void dogs() { cout << "\nMost of our dog items are near the middle of the store.\n\n"; cout << "Things you can find there include fake, but edible 'bones,'\n"; cout << "rubber steaks, and break-resistant leashes.\n\n\n"; }
void birds() { cout << "\nMost of our bird items are on the north side of the store.\n\n"; cout << "Things you can find there include perches,\n"; cout << "mixed seeds, and a variety of cages.\n\n"; }
void neutral() { cout << "There is no 'zeroth' pet in this store.\n\n"; }
void negative() { cout << "To us there's no pet with a negative value.\n\n"; }
void excess() { cout << "We currently only have supplies for three types of pets.\n"; cout << "We should get supplies for fish and rodents soon, though.\n\n"; }
EDIT: aaugh, typo, and I already submitted the project Very well. You'll soon understand Hm, by the way, it's more common to put the main method at the bottom. But that snippet's cute. Simple, but cute. Hm, I have a lot of coding samples around here...
|
|
|
Post by Sage Harpuia on Apr 26, 2012 1:41:07 GMT -5
Yes. Me and mime have tickets. Watching movies with mime is the best because mime doesn't make a lot of noise while the movie is playing. Talking about the movie afterwards could be better, though. I take it mime enjoys silent films? NOT AS MUCH AS I DO /dramatic sobI'll admit I laughed at this ewe;
|
|
|
Post by Omni on Apr 26, 2012 1:41:26 GMT -5
Taisean: ... The one they were made after..? Yes. Siarnaq listed off their names, if you couldn't tell. For example, Model H has many of Harpuia's abilities as well as armor resembling his in property and form to use them. It's basically battle data of reploids. Reploids that could fight, that is. I probably will. "8D"? :U #include <iostream.h>
void cats(); void dogs(); void birds(); void negative(); void neutral(); void excess();
int main() { short animal;
cout << "Welcome to Pet Pad.\n"; cout << "Which of these animals would you like to find supplies for?\n"; cout << "Please enter the coresponding number.\n"; cout << "1. Cats\n"; cout << "2. Dogs\n"; cout << "3. Birds\n"; cin >> animal;
switch (animal) { case 1: cats(); break; case 2: dogs(); break; case 3: birds(); break; default: cout << "\nI'm sorry. ";
if (animal <= -1) { negative(); } if (animal == 0) { neutral(); } if (animal >= 4) { excess(); } break; }
cout << "I hope you find what you're looking for.\n\n";
return 0; }
void cats() { cout << "\nMost of our cat items are on the south side of the store.\n\n"; cout << "Tbe things you can find there include fish-shaped toys,\n"; cout << "scratching posts, and cat trees.\n\n\n"; }
void dogs() { cout << "\nMost of our dog items are near the middle of the store.\n\n"; cout << "Things you can find there include fake, but edible 'bones,'\n"; cout << "rubber steaks, and break-resistant leashes.\n\n\n"; }
void birds() { cout << "\nMost of our bird items are on the north side of the store.\n\n"; cout << "Things you can find there include perches,\n"; cout << "mixed seeds, and a variety of cages.\n\n"; }
void neutral() { cout << "There is no 'zeroth' pet in this store.\n\n"; }
void negative() { cout << "To us there's no pet with a negative value.\n\n"; }
void excess() { cout << "We currently only have supplies for three types of pets.\n"; cout << "We should get supplies for fish and rodents soon, though.\n\n"; }
EDIT: aaugh, typo, and I already submitted the project Very well. You'll soon understand Hm, by the way, it's more common to put the main method at the bottom. But that snippet's cute. Simple, but cute. Hm, I have a lot of coding samples around here... Gotta finish that post...The textbook shows the main function at the top, so that's how I did it there. XD It did mention that you could do it either way, but I think I'm more accustomed to having the main/beginning part of the program at the top. ~spirit fingers~ :U Well, Imma head off. 'Night.
|
|
|
Post by Sage Harpuia on Apr 26, 2012 1:43:34 GMT -5
Gotta finish that post...The textbook shows the main function at the top, so that's how I did it there. XD It did mention that you could do it either way, but I think I'm more accustomed to having the main/beginning part of the program at the top. ~spirit fingers~ :U Which post? uvu Finish iiiit. Hah, I see. I normally do them on the bottom, reason being that it's more efficient when you do constructors uvu I'd show an example, but long code is long And complex, whoops
|
|