20301
Find And Run Robot / Re: [bug report] about html view
« Last post by mouser on March 11, 2009, 06:06 PM »i shall look into it.
I’m sure that this has happened to you before. Someone you have ties to, whether it’s a co-worker, your boss, or even worse, a parent, has finally discovered social networking and wants to be your newest Facebook friend. For me personally, that’s no big deal. I’m fairly open about my online activities. Everything I write, Digg, ...
Here’s what I would do to keep that fact confined to my closer friends:
On your Facebook home page, you should see the ‘Settings’ menu close to the search field on your upper-right. Open that menu and go to ‘Privacy Settings’
...

for tries = 0 to maxtries
{
for conversions = 0 to maxconversions
{
for goalkicks = 0 to maxgoalkicks
{
if (conversions>tries)
{
// illegal score so skip this one
continue;
}
testscore = tries*5 + conversions*2 + goalkicks*3
if (testscore == score) print "Found a way to achieve score with $tries , $conversions, $goalkicks"
}
}
}
