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

Pages: 1 ... 386 387 [388]
5806
Introduce Yourself! / Re: Bonjour le monde.
« on: March 19, 2010, 08:18:03 pm »
I guess maybe the mentality over here makes it so people prefer other stuff like gaming and beer/partys (especially the later, where I live). :P

So true.

5807
Introduce Yourself! / Re: Bonjour le monde.
« on: March 19, 2010, 07:15:44 pm »
Thanks guys :D
You may have already seen my brainfuck interpreter, right now I look for porting it to the Axe Parser...
ztrumpet: Thought so too...

5808
TI Z80 / Re: BrainFuck83 1.0
« on: March 19, 2010, 05:50:22 pm »
And btw it's ascii, you can see the character set at the beginning of the source code.

5809
TI Z80 / Re: BrainFuck83 1.0
« on: March 19, 2010, 05:44:01 pm »
miotatsu, it's written in TI-BASIC, so it calculates numbers in the same manner as you type the numbers yourself on the main screen, so, yes. Me too I love this language, I made an IRC client involving running a BF program and some bash scripts once. And it's always fun to say, "hey I could write X in brainfuck hahaha", hence the status of joke language :P

And, of course, it supports I/O input, I think the , function is made w/ prompts. For the . command, it stores the current letter in a string, then shows it at the end of the program or before a , command.

5810
TI Z80 / Re: BrainFuck83 1.0
« on: March 19, 2010, 05:25:32 pm »
Yeah, I have to look at this Axe Parser, this thing looks awesome.
And I'll make a screenshot soon. :P

5811
Miscellaneous / Re: How did you find Omnimaga?
« on: March 19, 2010, 05:21:19 pm »
DJ Omnimaga: Of course ^^ I like your music.

5812
TI Z80 / Re: BrainFuck83 1.0
« on: March 19, 2010, 05:19:11 pm »
The name says it: Brain. Fuck. Programming in brainfuck gives you headaches.

5813
TI Z80 / Re: BrainFuck83 1.0
« on: March 19, 2010, 05:04:34 pm »
Yeah, esoteric programming languages are always interesting :P

5814
TI Z80 / BrainFuck83 1.0
« on: March 19, 2010, 05:01:22 pm »
A year ago, I wrote a fully functionnal brainfuck interpreter in TI-BASIC, but at the time I was too lazy to show it up on the Internets... Now that I'm in a community I decided to show it up to you, Omnimaga members.

For the guys who don't know what is Brainfuck, see this link: http://en.wikipedia.org/wiki/Brainfuck

Usage:

"++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.":prgmBRAINFCK
*Some minutes later, after looping though the string...*
Hello World!

You can also store your brainfuck program in Str0 ane use it as Str0:prgmBRAINFCK.

Features:

Memory of 256 bytes (using LBFUCK) (configurable)
Character set of 256 characters
Up to 16 recursive [] loops (ex.: [[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]])
Debug mode
Lots of other features! :P

Latest version available in download right in this post! Of course, this TI-BASIC program is very slow, so you need some patience. Have fun!

5815
Introduce Yourself! / Re: Bonjour le monde.
« on: March 19, 2010, 04:29:05 pm »
Yeah, that's why I got bored of ASM. It's very not straightforward. (Although I like to solve some problems and show up with a fancy, complicated and optimized solution.)

5816
Miscellaneous / Re: How did you find Omnimaga?
« on: March 19, 2010, 04:13:21 pm »
Geekboy1011 showed me some games from here. And some of DJ Omnimaga's music on the radio.

5817
Introduce Yourself! / Re: Bonjour le monde.
« on: March 19, 2010, 04:03:16 pm »
Same here, tried to learn z80 ASM with tutorials, but became bored before writing a line of code... (That was way before that MASM course, though.) But I did messed up with already existing source code.

5818
Introduce Yourself! / Re: Bonjour le monde.
« on: March 19, 2010, 03:55:17 pm »
Lol, I only knew TI-BASIC (which I master perfectly), ASM and some programs that adds functions to the OS... Note that I did some MS-DOS asm before with MASM, it was hard, but not that hard :P

5819
Introduce Yourself! / Re: Bonjour le monde.
« on: March 19, 2010, 03:24:51 pm »
Thanks guys, I'll check that out. Maybe try some z80 asm. xD

5820
Introduce Yourself! / Bonjour le monde.
« on: March 19, 2010, 02:59:57 pm »
Hello. I am juju2143. It's my first post here (yay!), but some of you already know me on IRC.

For calc stuff, I own a 83+ and I mastered the art of programming in TI-BASIC and hacking my 83+ during my math courses :P I didn't coded on it since some time, but thanks to geekboy showing me CaDan and this forum, I rediscovered my old calculator :P
Also, I mastered the art of Linux sysadmining (I'm the owner of some Linux servers) and I program C# and some C/C++, as a computer science student.

Now where is my bag of Omnimaga-brand peanuts?

Pages: 1 ... 386 387 [388]