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

Pages: 1 ... 318 319 [320] 321 322 ... 424
4786
Computer Programming / Re: Brainf*ck
« on: December 08, 2010, 01:43:18 pm »
Code: [Select]
+++++ +++++ [ > +++++ ++ > +++++ +++++ > +++ > + <<<< - ] > ++ .> + . +++++ ++ . . +++ .  > ++ . << +++++ +++++ +++++ . > . +++ . ----- - . ----- --- . > + . >
If I ever told a programming teacher at a University this was a Hello World program he would not believe it.

4787
The Axe Parser Project / Re: List of all programs made with Axe Parser
« on: December 08, 2010, 01:40:41 pm »
The following letters have no programs:
G


H


I


N


O


Q


U


V



Y


Z

We need to make programs for those letters. Then, the list would get pretty cool!

4788
Computer Programming / Re: Brainf*ck
« on: December 08, 2010, 01:38:35 pm »
+++++ +++++             initialize counter (cell #0) to 10
[                       use loop to set the next four cells to 70/100/30/10
    > +++++ ++              add  7 to cell #1
    > +++++ +++++           add 10 to cell #2
    > +++                   add  3 to cell #3
    > +                     add  1 to cell #4
    <<<< -                  decrement counter (cell #0)
]                   
> ++ .                  print 'H'
> + .                   print 'e'
+++++ ++ .              print 'l'
.                       print 'l'
+++ .                   print 'o'
> ++ .                  print ' '
<< +++++ +++++ +++++ .  print 'W'
> .                     print 'o'
+++ .                   print 'r'
----- - .               print 'l'
----- --- .             print 'd'
> + .                   print '!'
> .                     print '\n'


Code: [Select]
+++++ +++++           
[                       
    > +++++ ++             
    > +++++ +++++           
    > +++                   
    > +                   
    <<<< -                 
]                   
> ++ .                 
> + .                   
+++++ ++ .           
.                       
+++ .                   
> ++ .                 
<< +++++ +++++ +++++ . 
> .                 
+++ .                 
----- - .           
----- --- .             
> + .                   
> .

Can this be done without entering lines?

4789
Computer Projects and Ideas / Re: Trio and Niko: Falling
« on: December 08, 2010, 01:37:14 pm »
maybe I'll keep the team, though I'm not entirely sure I'll need it anymore just yet.  Though, maybe like I said to scout, I'll ask for some help later on when I'm busier in school and have to do extreme coding stuff.

Also, school is ending (this term) for lots of people.

I think there will be many more project updates soon and posts too!

Also Ashbad I am here to help you :D

4790
TI Z80 / Re: My First Quantum Translocator
« on: December 08, 2010, 01:36:02 pm »
Yeah I am curious as well. Maybe he's busy with finals, though, but I hope he wasn't mega-grounded or something. X.x
I'm ok. Just lots of work is all. Progress is being made, slowly, and I hope to upload some unrelated things today.

That's great. I can see your signature is on 75% :D

4791
Computer Programming / Re: Brainf*ck
« on: December 08, 2010, 01:35:25 pm »
* ScoutDavid is amazed at how hard this programming language is

Oooh, I love BrainFuck :D  Try this one on for size (routine sucks probably >.>)
Code: [Select]
->[->+>+>+<<<]>>>
[-<<<+>>>]<<<<
[->>[-<+>]>[->+<<+>]>[-<+>]<<<<]>,
Multiplies the first number by the second number, and leaves the result in the... 2nd slot I think... Line breaks were added for readability :D

This is wow...

4792
Art / Re: My Website Calculator Page Icon
« on: December 08, 2010, 01:32:57 pm »
I have to double post here :S

Sorry, but I just uploaded it:

Calculator Page

4793
News / Re: Omnimaga helps quadratic solver development
« on: December 08, 2010, 01:20:58 pm »
Not really, but Netham45 hasn't been around often lately so I doubt it will be fixed anytime soon if it does.

If anyone wants to stick with the 1337 posts number for a certain time, they give up quickly (like I did).

But it's a cool bug in the overall.

Also, what's a Easter Egg or SMF Easter Egg?

4794
News / Re: Omnimaga helps quadratic solver development
« on: December 08, 2010, 01:18:49 pm »
isn't this an april fool's joke?????!!!
No it's a fake news article, hence the brown text color. That said, despite being a joke article, the 1337 posts OmnomIRC glitch actually happened for real (due to 1337 changing to "leet", thanks to a SMF easter egg) and a download section is effectively officially opening soon, just not for guessing games and that stuff. :P

That error I posted was fixed? xD

4795
Other Calculators / TI NSpire 84+ Keypad
« on: December 08, 2010, 12:57:49 pm »
Well, I use a 84+ Keypad and there are a few things it is better than 84+ and S.E. and 83+:
  • Bigger Screen, same resolution;
  • We can use some headphones adaptors that can't be used in the 84+ and S.E., since the adapter won't fit the hole;
  • The screen can be cleared using CLEAR and keep all the calculus and stuff we did before accessible by going up;
  • The keys are much more pleasant to use and get damaged less easily (this is my personal opinion, though);
  • A RESET Button can be used, unlike in 83+ series, we have tu remove battery;
  • The calculator itself is bigger than 83+ series, which I like (once again, personal opinion);
  • Use 2nd+Mode+ON+0 to reset all memory, archive and RAM.



However:
  • Transfer OSs using it;
  • It crashes all the time (Inequalz, for example, after 3 days open crashes);
  • Some TI Connect issues I believe;

Well, I like it more than 84+ and 83+ Series :D

Most people are always blaming it and cursing it in forums, I don't think so... What about you?

4796
tiDE / Re: tiDE Feature Requests
« on: December 08, 2010, 12:48:59 pm »
how do you mean that??? it's not a BASIC compiler!?

It is, but hopefully we will include Library Tokens (Celtic III, SpriteLib, xLib)

4797
tiDE / Re: tiDE Feature Requests
« on: December 08, 2010, 12:45:21 pm »
yes, like l_calls etc. Those are not available in 'normal' or 'basic' ASM.

That remembers me of Hybrid Basic, which will, hopefully, be included :)

4798
Axe / Re: The Complete Guide to Effective Axe
« on: December 08, 2010, 12:26:10 pm »
Sir is indeed holding lots of projects (tiDE, KnightOS, this,)

He seems to update all of them once in a while, so I think he makes a good time management.

4799
The Axe Parser Project / Re: Bug Reports
« on: December 08, 2010, 12:18:45 pm »
Simple bug: the *-1 auto-optimization is missing.


BTW: I have to thank Runer for the Avatar.

I remember making that! ;D

Runner, do you have the source code of Axe? It seems like you do since you know what optimizations are in or not.

4800
Metroid: Chozo Mission / Re: Metroid Chozo Mission
« on: December 08, 2010, 12:17:28 pm »
To avoid to broke the beautifulness of the game I will post screenshots only when I will have fixed my sprites :) At the moment, Samus always looks at the same direction and hatches too. It will try to fix that soon ;)
After that I will post screenshots !!

It's been quite a few topic pages since last screenshots. Great!

Pages: 1 ... 318 319 [320] 321 322 ... 424