Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jim Bauwens

Pages: 1 ... 112 113 [114] 115 116 ... 125
1696
Computer Programming / Re: IRC Score Bot
« on: May 07, 2011, 09:37:43 am »
Looks nice, didn't try it though.

Good work!

1697
Other Calculators / Re: Your calculator collection
« on: May 06, 2011, 08:56:49 am »
Nice collection!
And so many nspires :D

1698
Math and Science / Re: Geometry Question
« on: May 05, 2011, 04:14:43 pm »
Yes I just noticed, I read it wrong. Nice solution!

1699
Math and Science / Re: Geometry Question
« on: May 05, 2011, 04:12:33 pm »
well, were is no need for advanced sin/cos-stuff... one can simply use the area of the triangle:
A = (50 * h)/2 = 30*40/2
which leeds to h = 24, if i'm not mistaken
Mind explaining? I'm curious to know why the area is the same as the height :D

Edit: Nevermind, got it!

1700
Ok, then it wasn't a bug.
Thanks for fixing Netham!

1701
Today my brother was telling me that OmnomIRC didn't work for him, and it wasn't the cache.
So I went to look for the problem, and here is what I found:

Inside the code their is a line which converts your username to base64, and it looks like this with me:
Code: [Select]
userName = base64.encode("jimbauwens");
However, with Stefan (nick is "Stefan Bauwens"), it looks like this:
Code: [Select]
userName = base64.encode("Stefan
Bauwens");
It is divided over 2 lines. This is probably because the space in his name gets somehow replaced with a new line.

1702
OmnomIRC Development / Re: Various bits of OmnomIRC Source Code
« on: May 05, 2011, 03:21:05 am »
Very nice! Thanks for the code :D

1703
News / Re: Tanks and Aliens
« on: May 04, 2011, 06:57:29 am »
I've been working on my own tunnel game lately that uses a 16 bit color sprite   

I'm jealous! Nspire lua can only handle 15 color sprites! (the last bit is the alpha channel).

1704
OmnomIRC Development / Re: Omnom, She no work!
« on: May 02, 2011, 02:29:05 pm »
Still doesn't work for me, even after clearing the cache.
I'm running Chromium 10.0.648.205 dev build on Ubuntu 11.04.
Here is an error message that might be a help to you:
Code: [Select]
Uncaught TypeError: Object [object DOMWindow] has no method 'load'

1705
OmnomIRC Development / Re: OmnomIRC Options Page
« on: May 02, 2011, 09:16:09 am »
I have the same problem, there is only a '-' in the body.

1706
Ok, other theory: maybe durring the process, 1 is added to the char (to be subtracted later). If this is so, 126 becomes 127, which is the control character DEL. Maybe this has something to do with it?
Anyway, its a weird bug.

1707
~ is the last displayable char in the (standard) ascii set. Maybe somewhere there is an error in conversion code that makes it go out of 'bounds'.

1708
TI-Nspire / Re: FallDown
« on: May 01, 2011, 05:33:09 am »
Yay :D

1709
TI-Nspire / Re: FallDown
« on: April 30, 2011, 02:44:17 pm »
I tested it, and the speed is just fine on calc :)

1710
News / Re: OS 3.0.1 removed from TI website
« on: April 29, 2011, 02:25:34 pm »
Yup, that one :)

Pages: 1 ... 112 113 [114] 115 116 ... 125