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 - jnesselr

Pages: 1 ... 26 27 [28] 29 30 ... 165
406
Computer Programming / Re: Cryptography Discussion/Programming
« on: April 10, 2011, 10:11:43 pm »
I would like to use graphmasturs idea. Does anyone else want to?

I have a good cipher I made just it only works if its operation is kept secret
do you mean you couldn't tell how the algorithm worked? If not, then I don't like that.  I think you need to tell how they work, as secrecy isn't usually better than cryptography.

407
Miscellaneous / Re: Post your desktop
« on: April 10, 2011, 09:24:16 pm »
Is that picture of your desktop... On your desktop?? /me feels the forces of recursion closing in...
Hey dawg, I heard you like desktops, so I put a desktop in your desktop so you could desktop while you desktop. (or head-desk)

408
Let's see, I have a NES, Atari, N64, PS2, and Wii.  Including some interesting games that might be worth something later. (Mario+duckhunt anyone? :D)

EDIT: Also just found this: http://www.dan-dare.org/FreeFun/Games/Archive/DuckHunt.htm

409
I still have teh system that could play it!!!

410
Miscellaneous / Re: Post your desktop
« on: April 10, 2011, 08:55:04 pm »
@juju: I lost because of one of your icons. but that wasn't near as bad as Netham posting in the wrong topic and then making me lose.

EDIT: I see that it was asked.

EDIT2: The MANGA is a work of literature and art.

411
Miscellaneous / Re: Post your desktop
« on: April 10, 2011, 07:47:42 pm »
I gots another monitor.
That's actually beautiful.  It looks like it could fit on 3 monitors, though.

412
News / Re: Slow loading times
« on: April 10, 2011, 06:18:15 pm »
The site is running pretty fast for me right now.

413
News / Re: Slow loading times
« on: April 10, 2011, 04:29:09 pm »
so it's not related to omnom? Huh, strange.

414
The Axe Parser Project / Re: Features Wishlist
« on: April 10, 2011, 01:45:25 pm »
What about Basic's Stop? How does that work?
Well, I believe mostly the same way.  But considering that BASIC is parsed, I would think that the parser handles all of that for you.

415
The Axe Parser Project / Re: Features Wishlist
« on: April 10, 2011, 01:31:54 pm »
My best suggestion is to store sp somewhere, and then load sp back when you are done, and then return.  This works because something calls $9D95 or your ASM program, and the address to return to is stored at sp.  So you store sp at the start to some location, and then change it back to sp when you are done, and return.

EDIT: Uber-ninja'd with code.

416
Yeah, it's just multiplying by sqrt(x)/sqrt(x) to get the x terms to cancel and get sqrt(x) in the bottom.  I would try parenthesis or something.

417
Math and Science / Re: Help With Polynomials
« on: April 10, 2011, 10:53:41 am »
Isnt there a formula to factor second degree equations of the type: ax^2+bx+c. I think there is, what is it?
Yes, of course, the quadratic formula.  Let me link to wolframalpha

418
ASM / Re: Variables and a/hl register
« on: April 10, 2011, 10:52:28 am »
also, don't define a variable in the middle of the program, as it is compiled there, IIRC.  so do this:
Code: [Select]
;Program made by: David Gomes

.nolist
#include "ti83plus.inc"
.list
   .org userMem-2
   .db $BB,$6D
Init:
    b_call(_ClrLCDFull)
    ld a,myVar
    ld h,0
    ld l,a
    b_call(_DispHL)
    b_call(_GetKey)
    b_call(_ClrLCDFull)
    res 5,(iy+0)             ; Disables 'Done' message
    ld    hl, 0
    ld    (PenCol), hl
    ld    hl, msg
    b_call(_PutS)            ; Display the text
    b_call(_NewLine)
    ret

msg:
    .db "Hello world!", 0
myVar .equ 60
.end
.end

Just use tabs, not spaces, btw.

419
OmnomIRC Development / Re: Author glitch in OmnomIRC
« on: April 10, 2011, 10:50:30 am »
Good to know, maybe this should be locked now?
No, it's fine.  Especially if this is a problem when we switch back to SpyBot if we do.

420
Site Feedback and Questions / Re: New Posts page automatic refreshing?
« on: April 10, 2011, 10:40:14 am »
Undoubtedly possible, but possibly very inconvenient.  I'm not sure how SpyBot does it, but it detects new posts.

Pages: 1 ... 26 27 [28] 29 30 ... 165