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

Pages: 1 ... 35 36 [37] 38 39 ... 81
541
TI Z80 / Re: Tic-Tac-Toe (Grammer)
« on: January 16, 2012, 02:00:58 pm »
Wow, awesome game! Perhaps you could make a bigger board, like 4*4 or 5*5?

542
Hm, when I start coding the protocol, then I'll have to add bunches of security.

543
Um, what's an FBI honeypot?

544
I should start work on the protocol immediately. Any ideas, anyone?

545
I really like the idea of an email-based community.

Or we could even program our own internet protocol...

546
TI-Nspire / Re: ndless ideas
« on: January 14, 2012, 02:50:43 pm »
Personally, I would absolutely love to see a C64 emulator for the Nspire (but just make it compatible with the grayscale calcs :P)

547
Grammer / Re: Grammer 2-The APP
« on: January 14, 2012, 02:05:14 pm »
*iMo downloads
YES!!!
Um, you have a Casio calc, or did you happen to purchase a TI-8x plus without me knowing? :P

548
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 14, 2012, 02:01:21 pm »
Too bad. It's winter.

Why can't I find my camera?

549
Introduce Yourself! / Re: Greetings, fellow programmers
« on: January 14, 2012, 01:57:43 pm »
!peanuts
It's
!peanuts
, btw.

550
Computer Projects and Ideas / Re: Spyrodecimal - esolang
« on: January 12, 2012, 03:22:41 pm »
wow that's cool D:
Maybe I should re-do Spyrodecimal in Python (since I know python better)

551
Music Showcase / Re: Whatcha Making, guys?
« on: January 10, 2012, 07:10:29 pm »
My first song-thing in Hydrogen Drum Machine! (it's kinda awful tho :P but it's my first and not even finished yet)
The clap is really overpowering, so I think I might take it out.

http://anova.57o9.org/junk/Dioxide.wav

Also it's taking really long for a post to actually post (sometimes it never does). Anyone else experiencing this problem?

552
Computer Projects and Ideas / Re: Spyrodecimal - esolang
« on: January 09, 2012, 07:41:42 pm »
MORE UPDATES!!!

Source:
Code: [Select]
#include <iostream>
#include <string>
#include <stdlib.h>
#include <windows.h>
using namespace std;
int loopstart = 0;
int main()
{
    cout << "Spyrodecimal Interpreter\nBy Spyro543 -- Type 'q' to exit\n------------------------\n";
    string prgm;
    signed int mem = 0;
    int pos = 0;
    char data;
    signed int a = 0;
    signed int b = 0;
    signed int c = 0;
    signed int d = 0;
    signed int e = 0;
    signed int f = 0;
    char var;
    while (true)
    {
        cout << ">>> ";
        cin >> prgm;
        for (int i=0;i < prgm.length();i++)
        {
            data = prgm[i];
            switch (data)
            {
                case '0':
                Sleep(100);
                break;
                case '1':
                cout << (char)mem;
                break;
                case '2':
                mem++;
                break;
                case '3':
                mem--;
                break;
                case '4':
                char inp;
                mem = 0;
                cin >> inp;
                mem = (int)inp;
                break;
                case '5':
                cout << "\n";
                break;
                case '6':
                mem = rand() % 256 + 1;
                break;
                case '7':
                i -= mem;
                break;
                case '8':
                mem = 0;
                break;
                case '9':
                i += mem;
                break;
                case 'q':
                return 0;
                break;
                case 'n':
                cout << mem;
                break;
                case 'x':
                goto end;
                break;
                case 'r':
                var = prgm[i+1];
                if (var=='a') mem = a;
                else if (var=='b') mem = b;
                else if (var=='c') mem = c;
                else if (var=='d') mem = d;
                else if (var=='e') mem = e;
                else if (var=='f') mem = f;
                break;
                case 's':
                var = prgm[i+1];
                if (var=='a') a = mem;
                else if (var=='b') b = mem;
                else if (var=='c') c = mem;
                else if (var=='d') d = mem;
                else if (var=='e') e = mem;
                else if (var=='f') f = mem;
                break;
                default:
                break;
            }
        }
        end:
        cout << "\nProgram finished.\n";
    }
}
Look at the first post, 1n is now n, s and r commands are added, and 7 and 9 are changed.
Download links:
Source: http://anova.57o9.org/junk/spd/spyrodec.cpp
EXE: http://anova.57o9.org/junk/spd/spyrodec.exe

This update takes Spyrodecimal one step further to becoming Turing complete!

553
Computer Projects and Ideas / Re: My Beowulf Cluster
« on: January 09, 2012, 07:34:35 pm »
In folding@home, a "work unit" is just a way of measuring how much of a protein the computer has calculated so far.

554
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 09, 2012, 06:54:41 pm »
Because you can't/don't want to pay for it.


What's Freyaday's avatar?

555
Humour and Jokes / Re: If there was tech support in botswana...
« on: January 09, 2012, 06:36:38 pm »
Fill your bathtub full of hot water and dump your computer in it.

Why am I using Windows but my avatar is Ubuntu?

Pages: 1 ... 35 36 [37] 38 39 ... 81