Search found 4 matches

by wynksaiddestroy
Wed Dec 09, 2009 9:46 am
Forum: Challenges Solved
Topic: strlen
Replies: 29
Views: 9201

Code: Select all

00^<8?1+07-6-gp
:idea:
by wynksaiddestroy
Mon Dec 07, 2009 6:41 pm
Forum: Challenges Solved
Topic: UpCount
Replies: 28
Views: 7910

The iterative Java function:

Code: Select all

private long calc(int depth) {
		long result = 1;
		for(int i=1; i<=depth; i++) {
			result = result + (i % 7) + ((((result ^ i) % 4) == 0) ? 1 : 0); 
		}
		return result;
	}
by wynksaiddestroy
Sun Aug 30, 2009 9:38 pm
Forum: Challenges
Topic: Like a 8411
Replies: 24
Views: 35404

Re: lukas

michuber wrote:No fun with your iPod anymore?
The only hint you need 8)