Jump to content

Sayings for Our Scouts


Recommended Posts

Here are a couple sayings four our scouts that they can depend on:

 

 

while ( ! ( succeed = try() ) );

 

$DO || ! $DO ; try

try: command not found

 

Anybody think of some others?

 

Pete

Link to post
Share on other sites

Guilty also. (I am so embarrassed...)

I actually sent our treasurer an email a couple of weeks ago with a series on instructions written as if-else statements. He is a retired Big Iron driver and I still program in Cobol daily. What is sad, is that he read it and didn't even notice I had written it as a cobol expression.

 

But more on topic (or prehaps not):

Triumph is just Try with an umpf.(This message has been edited by Buffalo Skipper)

Link to post
Share on other sites

COBOL is not geeky, its LEGACY. I still support one COBOL site. ;-)

 

Back on subject kinda...

 

I refer to the troop youth as SCOUTS, not boys. In my own small way I think that subtley raises the level of expectation...

 

.. that and 'no sticks!'

 

$.02

 

Link to post
Share on other sites

Eamon ... don't worry ... try, try again! ;)

 

now ... the jury is still out on:

 

$> man woman

$> Segmentation fault (core dumped)

 

 

 

Now as for our Forum goes ... this is more appropriate when it comes to scouting for some:

 

>SELECT * FROM users WHERE clue>0

0 row returned

 

Link to post
Share on other sites

Well China's had a butchers, but this frog has got me.

Going to wag to the trouble and strife or maybe the dustbin?

Eamonn

(Think I might start posting in Cockney Slang!)

Well mates (China Plate = Mate) Had a look (Butchers Hook = Look) but this road (Frog and toad =road) Going to wag (Chin wag =nag) to the trouble and strife(= wife) or maybe the dustbin(dustbin lid = kid)

Ea =Me!

Link to post
Share on other sites

"Remember, a Scouter's strength flows from the Scout Oath and Law. But beware. Anger, fear, aggression. The dark side are they. Once you start down the dark path, forever will it dominate your destiny. OldGreyOwl... OldGreyOwl... do not... do not underestimate the powers of the ACLU or suffer your father's fate you will. OldGreyOwl, when gone are we... the last of the Scouter will you be. OldGreyOwl, the Scouting runs strong in your family. Pass on what you have learned, OldGreyOwl."

Link to post
Share on other sites

#!/bin/sh

 

scutil --set LocalHostName BoyScout

person=`person`

if [ $person -eq "ScoutMaster" ]; then

mv ScoutMaster /Camp/Leader Tents/300_ft_out

elif [ $person -eq "hotgirl" ]; then

echo wanna light a fire , $person?

# use sudo before you touch hotgirl or you may get a permissions error!

sudo touch hotgirl

fi

exit 0(This message has been edited by deanr)(This message has been edited by deanr)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...