New character?

Discuss everything related to Ozy and Millie.
KJ Fellie
Posts:807
Joined:Thu Nov 29, 2007 12:38 pm
Location:Mars Academy
Contact:

Postby KJ Fellie » Thu Dec 13, 2007 2:25 pm

[whine]But I like finding loopholes...[/whine]

And yeah, I figured a program would be a nice way of solving it, but again, I'm too lazy to write one, so I went with the loophole.
Quoth the spotted fox: <b>*yerf*</b> :locke:
You usually
have to take what people say
with a grain of salt.
(or in cases like
mine, a shaker or two may
yield the best result.)

むらがあるフォックス
If you miss my old sigs...

User avatar
Angstwolf
Posts:3519
Joined:Tue Oct 31, 2006 9:07 pm
Location:Akron, OH
Contact:

Postby Angstwolf » Thu Dec 13, 2007 8:40 pm

Also, the little puzzle in Extreme-Speed's signature:
To make this sentence true, the number of times we see 1 is _____, 2 is _____, 3 is _____, 4 is _____, and 5 is _____.
It can be answered with "one, one, one, one, and one," because if you spell it out, you only see "1" one time, "2" one time, "3" one time, "4" one time, and "5" one time. If you try to use the actual digits, it gets tricky.
3, 2, 3, 1, 1. :) Wrote a dumb brute-force Perl script to solve it.

Code: Select all

my $n = 6; for my $one (1..$n) { for my $two (1..$n) { for my $three (1..$n) { for my $four (1..$n) { for my $five (1..$n) { my @t = (0, 1, 1, 1, 1, 1); $t[$_] += 1 for (0, $one, $two, $three, $four, $five); if (($t[1] == $one) && ($t[2] == $two) && ($t[3] == $three) && ($t[4] == $four) && ($t[5] == $five)) { print "$one, $two, $three, $four, $five\n"; exit(0); } # if } # for } # for } # for } # for } # for print "Unsolvable for n(1,$n)\n"; exit(1);
And here I was thinking there was no solution. :(

Extreme-Speed
Posts:384
Joined:Sun Nov 11, 2007 10:51 pm

Postby Extreme-Speed » Thu Dec 13, 2007 10:56 pm

The black cat is Stevie. We have seen him before. I think he even wore the same shirt.

Also, the little puzzle in Extreme-Speed's signature:
To make this sentence true, the number of times we see 1 is _____, 2 is _____, 3 is _____, 4 is _____, and 5 is _____.
It can be answered with "one, one, one, one, and one," because if you spell it out, you only see "1" one time, "2" one time, "3" one time, "4" one time, and "5" one time. If you try to use the actual digits, it gets tricky.
Also, the little puzzle in Extreme-Speed's signature:
To make this sentence true, the number of times we see 1 is _____, 2 is _____, 3 is _____, 4 is _____, and 5 is _____.
It can be answered with "one, one, one, one, and one," because if you spell it out, you only see "1" one time, "2" one time, "3" one time, "4" one time, and "5" one time. If you try to use the actual digits, it gets tricky.
3, 2, 3, 1, 1. :) Wrote a dumb brute-force Perl script to solve it.

<snip>
Thanks, you two, that was driving me insane. I know! I'll draw you guys something! Just give me a suggestion.

I found that in someone else's signature on deviantART, and I thought if I put it in my sinature, that someone might take a shot at it. >.<
Image

User avatar
Doc Sigma
Posts:3726
Joined:Tue Oct 24, 2006 11:52 am
Location:Boston
Contact:

Postby Doc Sigma » Fri Dec 14, 2007 12:08 am

Thanks, you two, that was driving me insane. I know! I'll draw you guys something! Just give me a suggestion.
Ozy and Millie making out.

Extreme-Speed
Posts:384
Joined:Sun Nov 11, 2007 10:51 pm

Postby Extreme-Speed » Fri Dec 14, 2007 12:14 am

Thanks, you two, that was driving me insane. I know! I'll draw you guys something! Just give me a suggestion.
Ozy and Millie making out.
Why draw something that's already been done?
Image

Softpaw
Posts:1348
Joined:Sun Oct 05, 2003 6:42 pm
Location:Washington, DC
Contact:

Postby Softpaw » Fri Dec 14, 2007 6:04 am

Why draw something that's already been done?
"Whoa..."

-Neo, "The Matrix"

User avatar
Foxhound
Posts:2155
Joined:Sat May 27, 2006 2:05 pm
Location:Hiigara

Postby Foxhound » Fri Dec 14, 2007 7:04 am

I forgot about that one. Didn't it cause a little controversy here?
Image
Image < http://stopvirgin.movielol.org/
ImageImage
"No matter how cynical you are, it is impossible to keep up."

User avatar
Muninn
Moderator (retired)
Posts:7309
Joined:Mon Oct 13, 2003 7:22 pm

Postby Muninn » Fri Dec 14, 2007 9:43 am

I don't remember that particular drawing being posted here before.

KJ Fellie
Posts:807
Joined:Thu Nov 29, 2007 12:38 pm
Location:Mars Academy
Contact:

Postby KJ Fellie » Fri Dec 14, 2007 11:47 am

Thanks, you two, that was driving me insane. I know! I'll draw you guys something! Just give me a suggestion.
Ozy and Millie making out.
Why draw something that's already been done?
Awesomeness, they're grown up...
They're not really making out in that one.
I Like Doc Sigma's request. I think he should have said "snogging," though. It's just a funner word. (And according to the spell-checker, "funner" actually is a word, as awkward as it sounds.)

For me, perhaps... Me! You can find a self-portrait here, but I haven't tried drawing my body yet. You'll have to scroll down a bit to see it. Also, a slightly more detailed description can be found here, along with some marvelous babble. Again you'll need to scroll down.
I can provide even more detail, if you like. I'm good at talking about me.

Also, anyone else can check these out if they want. It's not like it's not cool, even if it's not... (Eh?)...(Yay, Zen!)
Quoth the spotted fox: <b>*yerf*</b> :locke:
You usually
have to take what people say
with a grain of salt.
(or in cases like
mine, a shaker or two may
yield the best result.)

むらがあるフォックス
If you miss my old sigs...

osprey
Posts:5969
Joined:Wed Jun 14, 2006 2:48 pm
Location:Montreal, QC

Postby osprey » Sat Dec 15, 2007 3:20 am

I don't remember that particular drawing being posted here before.
Nah, it wasn't, I don't remeber it and I've viewed every piece of fanart posted here since I joined.
Image
OK. pants it. I lied. It's drum and bass. What you gonna do?

User avatar
Arloest
Moderator (retired)
Posts:4550
Joined:Mon Jan 12, 2004 3:59 am
Location:Houston, TX

Postby Arloest » Sat Dec 15, 2007 3:22 am

Haha, Ozy has a chain wallet. He probably listens to Christian HxC bands like Underoath, As I Lay Dying and The Devil Wears Prada.
Who sleeps shall awake, greeting the shadows from the sun
Who sleeps shall awake, looking through the window of our lives
Waiting for the moment to arrive...
Show us the silence in the rise,
So that we may someday understand...


Return to “Ozy and Millie”

Who is online

Users browsing this forum: No registered users and 23 guests