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

Pages: 1 ... 123 124 [125] 126 127 ... 173
1861
Miscellaneous / Re: Trying to start a webcomic
« on: April 20, 2011, 09:32:19 pm »
What questions have I missed?

1862
Miscellaneous / Re: Trying to start a webcomic
« on: April 20, 2011, 09:27:01 pm »
That'd be awesome cooliojazz! I don't need nor particularly care about purchasing a domain name, so I'm fine with free. The url's probably gonna be framelesscomic.tk then. Two letters are cool.

1863
Miscellaneous / Re: Trying to start a webcomic
« on: April 20, 2011, 09:10:08 pm »
I have no idea what that means. (Not the xkcd part, the other part)

1864
Miscellaneous / Re: Trying to start a webcomic
« on: April 20, 2011, 09:04:37 pm »
A good host, domain name suggestions, Features I should include on the site, a good size/format for the images, etc.
Edit: Ak! That's a lot of code. And I understand none of it. Is anyone willing to help me with code?

1865
TI Z80 / Re: xy
« on: April 20, 2011, 08:45:53 pm »
Thanks! I need it.

1866
Miscellaneous / Trying to start a webcomic
« on: April 20, 2011, 08:42:56 pm »
I'm trying to start a webcomic. I've got a name (Frameless Comic) and all the other comic bits, I'm just missing the web part. Any advice or help on anything at all, anyone?

1867
Axe / Re: Hash
« on: April 20, 2011, 08:38:21 pm »
Ashbad, umm, I don't think that's gonna work.

1868
The Axe Parser Project / Re: Features Wishlist
« on: April 20, 2011, 08:24:20 pm »
Yes, because loops are special Gotos.
16 bit bitwise operations.

1869
Humour and Jokes / Re: TI employees
« on: April 20, 2011, 08:21:13 pm »
21: All employees must code drunk.
22: If you are not old enough to be drunk, you must be tripping whilst coding.

1870
The Axe Parser Project / Re: Features Wishlist
« on: April 20, 2011, 08:17:00 pm »
Syntactic sugar covers any command whose effect can be reproduced by other means. This means that all loops are sugar, as they are just Conditioned Gotos in disguise.

1871
Axe / Re: Hash
« on: April 20, 2011, 08:09:40 pm »
Ashbad, that's wonderful advice...except we're dealing with 32bit ints here, not 16. Sorry. Thanks for the tip, though!
Also, because Axe recognizes constants, I don't think it really matters how you represent 2^15.

1872
Axe / Re: Hash
« on: April 20, 2011, 06:23:03 pm »
Yeah. This is my bit rotation right.
Code: [Select]
A/2->C
B/2->D
If A^2
D+ e^(15)->D
End
If B^2
C+e^(15)->C
End
C->A
D->B

1873
Axe / Re: Hash
« on: April 20, 2011, 06:05:22 pm »
I got 32 bit addition figured out. Here's the carry:
Code: [Select]
.A: up 16 int 1
.B: low 16 int 1
.C: up 16 int 2
.D: low 16 int 2

If -B<=D
A+1->A
End

1874
Art / Re: Frameless comic.
« on: April 20, 2011, 04:34:45 pm »
Company

1875
The Axe Parser Project / Re: Features Wishlist
« on: April 20, 2011, 04:20:08 pm »
It's called syntactic sugar.
For loops, Repeats, and Whiles are all syntactic sugar, too.

Pages: 1 ... 123 124 [125] 126 127 ... 173