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 ... 354 355 [356] 357 358 ... 424
5326
Computer Usage and Setup Help / Re: Anti-Virus
« on: November 28, 2010, 12:40:49 pm »
Live essentials sucks, (I used it)
And I do prefer eset smart security as it doesn't use a large memory space as norton and has a firewall and other features...
And it won many times for the best heuristic AV, however it doesn't have the best database
So if you want to go for it don't forget to set for the heuristics scan.

/*For the price
~44 Euros - 1 year license
~65 Euros - 2 years license

But, as I can't pay it, I do download it when the period expires, so I unistall with revo/ccleaner and then install it again, so I can use it for free.

*/
Note2: It have a portuguese engine, just in case you are considering this as a plus.


/*Nos aqui ate podemos falar portugues, eu nao estou interessado no Microsoft Security Essentials, uso o Kaspersky 2011 e gosto muito. Mas e bom saber que alguem nao gosta dele. Ja agora, porque tem respeito negativo.O?
*/

Some portuguese conversation around here...

5327
Other Calculators / Re: A choice to make between a Casio and a TI
« on: November 28, 2010, 12:34:42 pm »
4. 2 Nspires (since the nspire doesn't really worth a lot)

The nspire IS worth a lot (compared to the 83+ series). It's TI-OS that's not worth much.

Two Ndless-Ready NSpires, then!

5328
tiDE / Re: tiDE Team
« on: November 28, 2010, 12:32:20 pm »
You're in the same town as DJ, how nice!
Yep, I even met him one time, I think there's a topic about that somewhere.

I'd like to be in a school like that, but my parents say:

'You're a bright student, you shouldn't go to informatic, you'll be a doctor!!!'
Well, same for me. Or maybe I could be a doctor in computer science?

What I want to do of my life:

Develop Medicine Software and Hardware, mainly Software, also I could work as Informatic Engineer in Hospitals, but I'll take a degree on Medicine (Surgeon) and one as Software Engineer :)

5329
tiDE / Re: tiDE Team
« on: November 28, 2010, 12:26:46 pm »
I'm in a CEGEP, some sort of college between high school and university here in Québec, they offers technical programs (like mine, Computer Science - Industrial) or preuniversity programs.

You're in the same town as DJ, how nice!

I'd like to be in a school like that, but my parents say:

'You're a bright student, you shouldn't go to informatic, you'll be a doctor!!!'

5330
Other Calculators / Re: A choice to make between a Casio and a TI
« on: November 28, 2010, 12:25:46 pm »
yes, but my parents (have or are, I never remember)divorced, and as I don't see my father a lot (very complicated story) he didn't give me any birthday present for 2 years. same for xmas --'

but that's another story :p


I'm sorry for you, really sorry.

Both are and have divorced work, since divorced is a verb but also a noun :P

If he didn't give you presents, you deserve:
1. Prizm
2. 84+S.E.
3. 89 Titanium
4. 2 Nspires (since the nspire doesn't really worth a lot)

EDIT: 1000th post?

5331
tiDE / Re: tiDE Team
« on: November 28, 2010, 12:21:45 pm »
I could help as well, I have 2½ years of C# experience learnt at school and I own the complete edition of Visual Studio 2008.

I wish i had programming classes!!! What kind of school are you in?

5332
Other Calculators / Re: Mimas by Benjamin Moody
« on: November 28, 2010, 12:11:42 pm »
VAR is 666, which is a 2-byte number. A is only a one-byte register, so you can't load VAR into A.

1. Deep Thought, you have 2222 posts hahaha
2.
Code: [Select]
#include "ti83plus.inc"
.org 40339
.db t2ByteTok, tAsmCmp

VariableNameTest .equ 666
ThisIsZero .equ 0
B_CALL _ClrLCDFull
ld a, VariableNameTest

add a, ThisisZero
ld h,2
ld l, 154

B_CALL _DispHL
B_CALL _getKey
B_CALL _ClrLCDFull
ret

This works in the computer, though.

3.
Code: [Select]
VAR = 666
B_CALL _ClrLCDFull

ld HL, VAR
B_CALL _DispHL
B_CALL _getKey
B_CALL _ClrLCDFull
ret

What about this?

5333
Introduce Yourself! / Re: Hi, I'm rayquaza59!
« on: November 28, 2010, 12:10:00 pm »
ok ;D

We could give money but we poor.
We could beat you up but we nice

So, we give peanuts, I remember the day I was given peanuts :D

I remember the day I wasn't given peanuts D:

I still need some.

Really? You're here since August!

5334
Computer Projects and Ideas / Re: Trio and Niko: Falling
« on: November 28, 2010, 12:08:59 pm »
well, what I'm gonna hate most is making NCPs and such, my terraining skills are great but I suck making people.  though monsters are obscenely fun to create :)

Monsters aren't hard because there is no such thing as 'monster's, you're free to do whatever you want. People? That will be harder because there are lines to follow :S

5335
Computer Projects and Ideas / Re: Trio and Niko: Falling
« on: November 28, 2010, 12:06:33 pm »
thanks, that's about 15 tiles right there O.o

only 985 to go! :D

Always look on the bright side of life!

If you made them in computer (using MSPaint and then Tokens) it would be easier, but wAIT, sorry, this is grayscale :S

5336
Computer Projects and Ideas / Re: Trio and Niko: Falling
« on: November 28, 2010, 12:00:29 pm »


VERY WELL! I really like this

5337
TI Z80 / Re: [Platformer] Pyyrix's Most Excellent Adventure
« on: November 28, 2010, 11:52:04 am »
Quote
you are not mistaken good sir

best buy doesn't have anything either

last store option: office depot (might have it), after that it's probably amazon.com

the source is 17K axe source, but the 36K of appvar levels would be much harder to replicate, the whole process could take hours

so I'll wait till cable.

Good luck finding a cable. None of your friends has one?

5338
Other Calculators / Re: Mimas by Benjamin Moody
« on: November 28, 2010, 11:51:22 am »
Use '=' instead of '.equ'. :)  Mimas doesn't support '.equ' yet. :D

That works better, but when I compile this:
Code: [Select]
VAR = 666
OTHERVAR = 0
BCALL ClrLCDFull
ld a, VAR

add a, OTHERVAR
ld h,2
ld l, 154

BCALL DispHL
BCALL GetKey
BCALL ClrLCDFull
ret

And compile it, I get:

Code: [Select]
Error

Argument 029Ah out of range

I have no idea what this means :S

5339
Site Feedback and Questions / Re: A quick suggestion
« on: November 28, 2010, 10:54:08 am »
Strange, I guess it must not be compatible with all phones yet. The mobile version is very limited, though, anyway. On one of them there are no Logout link. ???

It is not that it is uncompatible. It's just that I don't know how to go to it. I now know, in the sidebar homepage, but I like the normal version on phone too, I can even use the IRC!

5340
TI Z80 / Re: [Platformer] Pyyrix's Most Excellent Adventure
« on: November 28, 2010, 10:51:02 am »
Indeed. I had to double-check my copy of codex a few times to spot crashes the first time. I made backups before running it, though.

One day I was given the HEX code to allow lower case. I also double-checked it, I could crash my calculator!

If Alvin had some time he could also copy Axe code, but that would be a nightmare!

Pages: 1 ... 354 355 [356] 357 358 ... 424