Song Circle Lyrics
- GJSchaller
-
Topic Author
- Offline
- Platinum Member
-
- Character is to a person, what carbon is to steel.
Less
More
13 years 2 months ago #85052
by GJSchaller
Replied by GJSchaller on topic Song Circle Lyrics
+1 for iteration nomenclature!
13 years 2 months ago - 13 years 2 months ago #85056
by coryan
OOG: Cory W-S
"If you can dodge a wrench, you can dodge a Maul."
Replied by coryan on topic Song Circle Lyrics
Don't worry Geoff, I've got you covered...
Code:
//rattling_bog.cc
#include <iostream>
#include <string>
using namespace std;
int main()
{
const int things = 16;
int i,j;
string stuff[things];
stuff[0] = "bog";
stuff[1] = "tree";
stuff[2] = "limb";
stuff[3] = "branch";
stuff[4] = "twig";
stuff[5] = "leaf";
stuff[6] = "nest";
stuff[7] = "egg";
stuff[8] = "lion";
stuff[9] = "mane";
stuff[10] = "ship";
stuff[11] = "deck";
stuff[12] = "cabin";
stuff[13] = "table";
stuff[14] = "map";
stuff[15] = "bog";
string prepositions[things];
for(i=1; i<things; i++){
prepositions[i] = "on";
}
prepositions[0] = "in";
prepositions[12] = "in";
string chorus = "Oh, aye, a rattlin' bog\nA bog down in the valley-o\nA rare bog, a rattlin' bog\nA bog down in the valley-o\n";
for(i=1; i<things; i++){
cout << chorus << endl;
cout << "And " << prepositions[i-1] << " that " << stuff[i-1];
cout << " there was a " << stuff[i] << endl;
cout << "A rare " << stuff[i];
cout << ", a rattlin' " << stuff[i] << endl;
for(j=i; j>0; j--){
cout << "And the " << stuff[j] << " " << prepositions[j-1] << " the " << stuff[j-1] << endl;
}
cout << "And the bog down in the valley-o!" << endl << endl;
}
cout << chorus << endl;
return 0;
}
-
A. C. Goggins
Quartermaster
Quartermaster
OOG: Cory W-S
"If you can dodge a wrench, you can dodge a Maul."
Last edit: 13 years 2 months ago by coryan.
13 years 2 months ago #85060
by Moulson13
Replied by Moulson13 on topic Song Circle Lyrics
Cory,
I'm at work (I work in Tech) and I just about died reading this post. Thank you.
I'm at work (I work in Tech) and I just about died reading this post. Thank you.
The following user(s) said Thank You: coryan
13 years 2 months ago #85131
by Null507
Replied by Null507 on topic Re:Song Circle Lyrics
The Sick Note
Dear Sir, I write this note to you to tell you of me plight
and at the time of writing, I am not a pretty sight;
me body is all black and blue, me face a deathly gray
and I write this note to say why Paddy's not at work today.
While working on the fourteenth floor some bricks I had to clear;
now, to throw them down from such a height was not a good idea.
the foreman wasn't very pleased, he beeing an awkward sod
he said I'd have to cart them down the ladders in me hod.
Now, clearing all these bricks by hand it was so very slow,
so I hoisted up a barrel and secured the rope below.
But in me haste to do the job I was to blind to see
that a barrelful of building bricks was heavier than me.
So when I untied the rope the barrel fell like lead
and clinging tightly to the rope I started up instead.
Well, I shot up like a rocket till to my dismay I found
that halfway up I met the bloody barrel comming down.
Well, the barrel broke me shoulder as to the ground it sped,
and when I reached the top I banged the pully with my head.
Well, I clung on tight through numbed shock from this almighty blow
and the barrel spilled out half the bricks fourteen floors below.
Now, when these bricks had fallen from the barrel to the floor
I then outweighed the barrel and so started down once more;
still clinging tightly to the rope, I sped towards the ground,
and I landed on the brocken bricks that were all scattered round.
Well, I lay there groaning on the ground, I thougth I'd passed the worst,
when the barrel hit the pully-wheel and then the bottom burst.
Well, a shower of bricks rained down on me, I hadn't got a hope
as I lay there moaning on the ground, I let go of the bloody rope.
The barrel than being heavier, it started down once more,
and landed right across me, as I lay upon the floor.
Well, it broke three ribs and my left arm and I can only say
that I hope you'll understand why Paddy's not a work today.
Dear Sir, I write this note to you to tell you of me plight
and at the time of writing, I am not a pretty sight;
me body is all black and blue, me face a deathly gray
and I write this note to say why Paddy's not at work today.
While working on the fourteenth floor some bricks I had to clear;
now, to throw them down from such a height was not a good idea.
the foreman wasn't very pleased, he beeing an awkward sod
he said I'd have to cart them down the ladders in me hod.
Now, clearing all these bricks by hand it was so very slow,
so I hoisted up a barrel and secured the rope below.
But in me haste to do the job I was to blind to see
that a barrelful of building bricks was heavier than me.
So when I untied the rope the barrel fell like lead
and clinging tightly to the rope I started up instead.
Well, I shot up like a rocket till to my dismay I found
that halfway up I met the bloody barrel comming down.
Well, the barrel broke me shoulder as to the ground it sped,
and when I reached the top I banged the pully with my head.
Well, I clung on tight through numbed shock from this almighty blow
and the barrel spilled out half the bricks fourteen floors below.
Now, when these bricks had fallen from the barrel to the floor
I then outweighed the barrel and so started down once more;
still clinging tightly to the rope, I sped towards the ground,
and I landed on the brocken bricks that were all scattered round.
Well, I lay there groaning on the ground, I thougth I'd passed the worst,
when the barrel hit the pully-wheel and then the bottom burst.
Well, a shower of bricks rained down on me, I hadn't got a hope
as I lay there moaning on the ground, I let go of the bloody rope.
The barrel than being heavier, it started down once more,
and landed right across me, as I lay upon the floor.
Well, it broke three ribs and my left arm and I can only say
that I hope you'll understand why Paddy's not a work today.
The following user(s) said Thank You: GJSchaller
13 years 2 months ago #85167
by Dani
:oops:
Replied by Dani on topic Song Circle Lyrics
:oops:
13 years 2 months ago #85265
by ehlena
All hunters die. But not today.
OOG Jenna L.
Main: Ehlenathelasa Blacktree
Alt: Hazar Bint Sha'Haban
Alt: Erim Walker [Retired]
Replied by ehlena on topic Song Circle Lyrics
The "elvish" hymn,
Wander My Friends
. Not much use unless you can read Gaelic (I scribed out a phonetic transliteration for myself from listening to the song over and over).
A Cautionary Song proved far more horrifying to the audience than I would have expected.
Red River Valley as performed in A Prairie Home Companion.
Good luck transliterating Last of the Wilds from Finnish, I gave up after the first verse.
Ummm... don't remember what else I sang, sorry.
A Cautionary Song proved far more horrifying to the audience than I would have expected.
Red River Valley as performed in A Prairie Home Companion.
Good luck transliterating Last of the Wilds from Finnish, I gave up after the first verse.
Ummm... don't remember what else I sang, sorry.
All hunters die. But not today.
OOG Jenna L.
Main: Ehlenathelasa Blacktree
Alt: Hazar Bint Sha'Haban
Alt: Erim Walker [Retired]
The following user(s) said Thank You: Teresa
Moderators: LoisMaxwell
Time to create page: 3.676 seconds
Random Quote
"Don't just call for help... BE the help."
~Sir Gideon Weaveforger, on learning to be a Cavalier
