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 ... 114 115 [116] 117 118 ... 424
1726
Math and Science / Geometry Question
« on: May 05, 2011, 03:05:53 pm »
I have this image and I need to find out the height of the triangle.

What I know:
  • The triangle is rectangular so that angle above is 90º
  • The base of the triangle is 50 ( sqroot(40²+30²) ).

I need to find out height (please without really advanced stuff, if I were in USA, I'd be highschool freshman, so something about that level).



The triangle can also be divided in two rectangular triangles.

EDIT: Also, no trigonometry. I know how to use it, but can't use it this year.

1727
Axe / Re: Making appvars
« on: May 05, 2011, 10:01:40 am »
If this is for high-scores, take a look at this:

Code: [Select]
:"appvNAME"?Str1       ;Give it a name
:UnarchiveStr1         ;Unarchive it (no problem if it doesn't exist)
:GetCalc(Str1)?T       ;Check if it exists
:!If T                 ;If it doesn't
:GetCalc(Str1,2)       ;Create it (I give it 2 bytes of space)
:0?{T}^r               ;Let's also set 0 to the first 2 bytes
:End

This is me storing 0 to the first two bytes of a bytearray.

Let's say the user beats the highscore, so I do this:
Code: [Select]
500->S                 ;This is the highscore
S?{T}^r                ;Store the highscore in the appvar

I want to display the highscore:

Code: [Select]
Text(0,0,{T}^r>Dec     ;Don't forget the Dec!

1728
TI Z80 / Re: Online Z80 tables
« on: May 05, 2011, 09:52:50 am »
A 'hover' function would be great, I always wanted to put that in mine. When you hover an instruction, it says a description, speed and size. Can you do that?

You don't even have to do that. You can just add something like 'title="This is title text!"' and it shows up when you mouse over :)

Oh yeah, I had forgotten about some HTML stuff. =D I'll add that to mine ASAIC.

1729
TI Z80 / Re: Online Z80 tables
« on: May 05, 2011, 09:37:06 am »
Got bored this morning, so I made this. (Really should start studying for my AP exam tomorrow <_<)

Searchable Z80 instruction tables

Comments and suggestions? When I get the time I'll add title-text that shows the time and speed of each instruction, as well as a quick description of what it does and what flags it affects.

A lot of thanks goes to Scout, who took the time to create the original online tables, and Runer112, who made a few of the tables on his page. I copy/pasted a lot of it to use in mine (after getting permission a few weeks ago). And thanks to whoever made the original .xls file, too. Haven't gotten to adding credits yet, but they'll definitely be there.

EDIT: Verified it works in all modern browsers, in addition to IE :P

A 'hover' function would be great, I always wanted to put that in mine. When you hover an instruction, it says a description, speed and size. Can you do that?

Either way, the search function is great as I've already said in Cemetech.

1730
Computer Programming / Re: Portal for Android
« on: May 05, 2011, 03:01:13 am »
The link in the first post is wrong by the way.

@Zippy: Have you coded any Java games before? This is a very hard project, I may say.
Good Luck!

1731
Ndless / Re: OSes that support Ndless
« on: May 05, 2011, 02:58:57 am »
How legal is that? O.O Also, OS 2.0.1 is also supported.

Either way, I hope this can help people.

1732
TI Z80 / Re: ThePenguin77's Game of Life
« on: May 05, 2011, 02:58:07 am »
Is that at 15MHz? Also, I never understood the game of life :(

Nice job, though, using Mimas to code games looks cool, I only use it to learn.

1733
TI-BASIC / Re: Storing values to a list
« on: May 04, 2011, 01:15:44 pm »
I really need to know what language sir.

1734
Miscellaneous / Re: Random YouTube Videos
« on: May 04, 2011, 01:01:57 pm »

1735
BatLib / Re: BatLib News
« on: May 04, 2011, 09:46:48 am »
O.O Zeda, this was unexpected. I understand what you're feeling though: you're leaving and everybody will miss you. Not sure why that is a problem for you though.

Quote
I will still frequent Omnimaga, probably, but I would rather my IP be banned and my account deleted.
That was most certainly incomprehensible. You're sort of staff now, I hope you can still frequently visit Omnimaga, especially because you are very popular here and a lot of us like you. You also have a subforum for BatLib.

Either way, I wish you good luck with coding BatLib and hope it keeps advancing because, as you know, I am a BatLib fan, and it helped me learning TI-Basic.

1736
* OmnomIRC dislikes me.

I don't have that problem: Google Chrome Beta, Windows 7.

I've got the same problem too.

Whenever I click on someone's name in Omnom, it's always my profile that comes up. I open it in a new tab, I open it in the current tab, It always searches for me.
What gives?

I think you guys should tell us Browser, Browser Version and OS please.

1737
News / Re: Being a Diplomat
« on: May 04, 2011, 09:40:13 am »
Hot Dog, I feel like this reminder is very important. I wouldn't call it a tutorial though.

I also think that a reference to other forums such as RevSoft, TI Freakware, UnitedTI and Detached Solutions. I understand though that these two are the bigger ones.

Thanks much for these guidelines and I hope more people read them aswell.

1738
News / Re: Tanks and Aliens
« on: May 04, 2011, 09:37:41 am »
JosJuice is on the way to becoming a new Prizm programmer ! yay!

Obliterate is starting to look cool and checkers too.

*cough* chess? *cough*

1739
This just seems like a topic where everybody answers by posting their own product :P Since I have no actual music playing product, I'd just say TruSound looks cool and I have used MobileTunes too, but it was not so easy to convert midi to 8xp.

RealSound? Never tried it.

1740
BatLib / Re: Need help installing BatLib 84+
« on: May 04, 2011, 02:58:11 am »
It's super effective! Ugh, perhaps lock the topic?

Pages: 1 ... 114 115 [116] 117 118 ... 424