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

Pages: 1 ... 268 269 [270] 271 272 ... 276
4036
The Axe Parser Project / Re: Axe Parser
« on: October 19, 2010, 09:06:29 pm »
Darn it..
"Getting used to it" part is always the hardest part.

4037
The Axe Parser Project / Re: Axe Parser
« on: October 19, 2010, 08:58:58 pm »
I'm making YEONG RPG right now...
Is it easy to make RPG with Axe?

4038
Other Calculators / Re: Programming Languages or TI-83/84 series
« on: October 19, 2010, 08:54:24 pm »
I have seen squirrel one too, but I don't get it.

4039
Other Calculators / Programming Languages or TI-83/84 series
« on: October 19, 2010, 08:50:41 pm »
I programmed TI-BASIC for 2 years, but it was about a month ago that I found about Axe and xLib and all that stuff.
Just for curiosity, what kind of programming language are there instead of TI-BASIC, Axe, and Z80 Assembly?

4040
The Axe Parser Project / Re: Axe Parser
« on: October 19, 2010, 08:42:26 pm »
I know that Axe came out long time ago...
But what is the pro of the axe over basic?(Or am I so stupid to ask this kind of question?)
If it's better, can you tell me where the tutorial for it is?

4041
TI Z80 / Re: My First Quantum Translocator
« on: October 19, 2010, 09:03:49 am »
I believe I couldn't pass lvl 2... lol

4042
TI Z80 / Re: Tokens
« on: October 19, 2010, 09:01:09 am »
Wow..TI-BASIC editor in PC..
Awesome!

4043
Gaming Discussion / Re: Starcraft 1: For those with Windows Vista/7
« on: October 19, 2010, 08:53:43 am »
Yea it does that to me all the times.(Windows 7)
However, when I entered Battle.net, my color didn't crash.

Also, there's was no problem with my Vista, though.

4044
Other Calc-Related Projects and Ideas / Re: BACKUP YOUR PROGRESS OFTEN!
« on: October 19, 2010, 08:48:01 am »
I have a question:
Sometimes, if I re-download and ungroup my backed-up file, some prgm says it only has 16 bytes of mem and if I try to run it, it ERRs me.
Is that the corrupted group file, or is it some thing else?
If it happens, how do I fix it?

4045
Other Calculators / Re: Battery in my calc exploded
« on: October 18, 2010, 10:34:12 pm »
no it doesn't

4046
Other Calculators / Re: Battery in my calc exploded
« on: October 18, 2010, 09:54:17 pm »
Doesn't nspire supports rechargeable battery now?( $10)

4047
Miscellaneous / Re: Jokes
« on: October 18, 2010, 09:40:11 pm »
I know.. I meant my code

4048
Miscellaneous / Re: Jokes
« on: October 18, 2010, 09:30:07 pm »
Use BlueJ, right?

4049
Miscellaneous / Re: Jokes
« on: October 18, 2010, 09:27:22 pm »
Code: ( "Cause why not?") [Select]
import java.awt.*;
import javax.swing.*;
import java.util.Random;
import java.awt.Graphics;

public class Test
{
public static void main(String[] args)
{
int b = 1;
JFrame frame = new JFrame("Cause why not?");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(300,50);
Container pane = frame.getContentPane();
DrawingPanel panel = new DrawingPanel("LOL");
pane.add(panel);
frame.setVisible(true);
while(2*b==1 || 2*b!=1) // that is the question...
panel.repaint();
}
}

class DrawingPanel extends JPanel
{
private String str;
public DrawingPanel(String s)
{
str = s;
}

public void paintComponent(Graphics g)
{
super.paintComponent(g);
Random rand = new Random();
g.setColor(new Color(rand.nextInt(256),rand.nextInt(256),rand.nextInt(256)));
g.drawString(str,4,30);
}
}

i had to :p
Ok. Because of kyllopardiun, I won't risk trying.
But what does it do?

4050
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: October 18, 2010, 09:24:51 pm »
:(

Pages: 1 ... 268 269 [270] 271 272 ... 276