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.


Topics - Freyaday

Pages: 1 ... 3 4 [5] 6
61
Miscellaneous / Formal Training
« on: April 14, 2011, 04:53:07 pm »
I'm an autodidact.

62
Miscellaneous / Favorite font
« on: April 14, 2011, 10:46:26 am »
What is your favorite computer font?

Mine is Georgia or Cambria.

63
Humour and Jokes / 9001 References
« on: April 13, 2011, 08:06:18 pm »
Alright, this is how this is gonna work. Make a reference, and then, to continue the thread, someone has to post the source(s), a new reference, and the original line(s) if applicable. I'll start.

My raspberry tends to jam people's radars.

64
Site Feedback and Questions / Broken Signature Pics
« on: April 13, 2011, 04:33:13 pm »
This has been happening to several people's sigs for a while now, and only recently did I discover what was going on:Sometimes, in people's sigs, for what ever reason the the thing that creates them misses the beginning [nocode][/nocode] in their sig that shouldn't be there. Everything is fine on the profile page, it's only on the forums that this problem appears, and it's in the sig itself, not that particular instance of it. I've just figured it out because it just happened to me.

Edit: It also seems to skip over the entire [?]server[/?] name, only printing the part after the first/

65
Art / Pooh Bear
« on: April 12, 2011, 04:46:10 pm »
Here is my Pooh Bear, with interesting lighting.

66
Site Feedback and Questions / Photography board
« on: April 12, 2011, 10:50:33 am »
I notice that there is a Pixel Art & Drawing Board, but there is no Photography board. [how do I phrase this...] Could there be a photography board?

67
General Calculator Help / Omnicalc Help
« on: April 09, 2011, 11:17:33 pm »
I don't know how to use the features of Omnicalc, and I can't find any documentation on it.

68
Art / What I look like
« on: April 05, 2011, 11:50:48 pm »
I'd like to see what you think I look like.

69
TI Z80 / Blaid Drugg
« on: April 05, 2011, 03:12:03 am »
You thought Antenora was bad? You ain't seen nothing yet. Introducing Blaid Drugg, a language that makes Brainfuck make sense. The number type is base 2-7i+j-8k integer-coefficent quaternions. The language has many such wonderful features as:
A confusing manual
Misleading, frightengly inaccurate documentation
Violation of the universe
A data structure that may or may not be a queue at any moment in time
A general state of commotion
Text in the original digital font: Braille
User defined EVERYTHING

70
TI Z80 / This Little Program Of Mine....
« on: April 02, 2011, 02:30:15 am »
I figured that, instead of creating a new topic for every single thing I make, here'll go all my stuffs I do not deem worthy.... <_<

First up, my logo generator, made in Axe. Run it, and it'll display my logo on screen. Press APPS to invert the screen. Press CLEAR lightly and see what happens next, then press CLEAR again to quit. If the program just quits after you press CLEAR, you held it down too long. Lighten up next time. :)

Edit: Made it smaller. :)

71
The Axe Parser Project / What if....
« on: April 01, 2011, 12:14:16 am »
Does anyone know what happens when you try to include a program in itself? I'd try, but I don't have an emulator and I don't feel like breaking my calc.

72
TI Z80 / Symbolic Expressions
« on: March 31, 2011, 05:19:24 pm »
I have a series of Basic programs that I made on my calc that allow me to (sort of) deal with symbolic expressions. Here's what I have so far:
Polynomial mult/divide
Fraction rationalization
Prettyprint auto-simplified quadratic solver
Root simplifier (sqrt(20) becomes 2sqrt(5), but it works for any root)
A prog that finds all rational roots of a number (and their powers)
And a bunch more (I think)
Anything else I should make?

73
TI Z80 / Asylum
« on: March 29, 2011, 11:08:19 am »
One of the things I am working on is a text adventure in Axe by the name of Asylum. It's meant to give you the creeps, by the way, something that is aided by the fact that it runs in inverse text mode. There are two problems with it, however: There is no text parser, and, far, far, worse, The program is almost 5k compiled, and it's barely even started.

74
The Axe Parser Project / Axiom Reqests and Ideas
« on: March 28, 2011, 07:42:21 pm »
Here it is: An Axiom request Thread.
I'll start: two different greyscale paintbuckets, one that jumps diagonals and one that doesn't.

75
Axe / Frayed Strings
« on: March 28, 2011, 05:18:50 pm »
I can't get this to work, and I have no idea why.

[30 31 32 33 34 35 36 37 38 39 41 42 43 44 45 46]->GDB1
...stuff...
GetCalc("Str1",16)->A
For(N,0,1
For(P,0,15
0->B
For(Q,0,3
If pxl-test(P*4+Q^8+87,P*4+Q/8+46+(N*9
e^(3-Q)+B->B
End
{GDB1+B}->{A+P}
End
End
GetCalc("Str2",16)->A
End

Str1 is fine, Str2 isn't.

Pages: 1 ... 3 4 [5] 6