1696
Computer Programming / Re: IRC Score Bot
« on: May 07, 2011, 09:37:43 am »
Looks nice, didn't try it though.
Good work!
Good work!
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. 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 ![]() 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:Mind explaining? I'm curious to know why the area is the same as the height ![]() Edit: Nevermind, got it! 1700
OmnomIRC Development / Re: OmnomIRC bug for users with a space in their name« on: May 05, 2011, 02:02:35 pm »
Ok, then it wasn't a bug.
Thanks for fixing Netham! 1701
OmnomIRC Development / OmnomIRC bug for users with a space in their name« on: May 05, 2011, 01:05:33 pm »
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 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
![]() 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
OmnomIRC Development / Re: Lines with tildes ('~') in them are not displayed« on: May 01, 2011, 05:34:39 pm »
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
OmnomIRC Development / Re: Lines with tildes ('~') in them are not displayed« on: May 01, 2011, 05:28:14 pm »
~ 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'.
1709
TI-Nspire / Re: FallDown« on: April 30, 2011, 02:44:17 pm »
I tested it, and the speed is just fine on calc
![]() |
|