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 ... 172 173 [174] 175 176 ... 424
2596
20 KILLED IS BS its like about 20,000.
but i have no idea why you guys think its such a HUGE disaster!
Look,no offense but its only a tiny bit of people and a pwuny patch of land! there are 109X6 people sot thats bsically some random citty with one person dead in it.
besides supernove explosions blow off 1045  joules of energy or1028x the average atom bomb.
of course no number is big, they are about a gazillion numbers bigger than a googleplex even!
earthquakes do 106 times as mucha a nuke.
and its only humans who died ,and there were going to be gone anyway. they were gone for billions of years before.
I find your post extremely offensive to those who are currently suffering in Japan or have family or friends there. I'm asking you to please edit the content of your post and to be more considerate to other people and lives

Seconded.

2597
News / Re: CGPN: March 2011 newsletter available
« on: April 03, 2011, 05:00:11 am »
Another great newsletter. Only skimmed through it for now, will fully read it later.

2598
TI Z80 / Re: Motherload
« on: April 02, 2011, 05:24:19 pm »
Yeah, I'm doing a smaller HUD, so you get one extra row of tiles.
Attached is a GIF of the new version.

Great update :D

2599
TI Z80 / Re: Idea : axiom DCS routines
« on: April 02, 2011, 04:04:17 pm »
Interesting because I had this same idea today.

:D

2600
TI-BASIC / Re: Nspire basic create functions in a program
« on: April 02, 2011, 03:59:15 pm »
For all of you who don't know portuguese, raiz=root and grau=degree.

Concerning your question, this is TI-Basic for the 8x series right?
I know the ':' are there, but the syntax reminds me of NSpire.

2601
Computer Programming / Re: [java] help!
« on: April 02, 2011, 03:35:51 pm »
min(array) returns the minimum value of an array.

2602
The Axe Parser Project / Re: Axe in Wikipedia
« on: April 02, 2011, 01:35:37 pm »
good idea ;)

I also added a few stuff in the end (last paragraph) concerning Assembly VS Axe.

2603
The Axe Parser Project / Re: Axe in Wikipedia
« on: April 02, 2011, 01:30:48 pm »
whilst it still lacks it's own page, I think I made a good start today: http://en.wikipedia.org/wiki/TI-84_Plus_series#Axe_Parser_Language

^-^ What do you guys think?

EDIT: and yes I made it :P

I think you should remove the 'solely'. I know he's doing it alone, but people like Runer helped with optimizations.

2604
Web Programming and Design / Re: ClrHome
« on: April 02, 2011, 06:31:59 am »
Ah, :( it's a boring gray again. :P

PINK+COMIC_SANS_MS, COME BACK!

2605
Computer Programming / Re: [java] help!
« on: April 02, 2011, 06:30:42 am »
This is even more off-topic, but here's my version.

Code: [Select]
grades = []
n = lowest = float("inf")   # 'inf' stands for infinity - this actually works.

while n > 0:
    n = float(input("Grade: "))
    if n > 0:
        if n < lowest:
            lowest = n
        grades.append(n)

for i in range(grades.count(lowest)):
    grades.remove(lowest)
   
print("Average = {0}\nLowest =  {1}".format(sum(grades)/len(grades), lowest))

Scout's version was 13 lines long (without empty lines), mine is 11 lines long (without empty lines)  ;D.

Mine also removes any repeated low scores.  If that isn't desired behavior, then you could just remove the 'for' statement and execute 'grades.remove(lowest)' only once.

For the fun of it, 7 lines!

Code: [Select]
inputs = []
while True:
n = input()
if n<0:
break
inputs.append(n)
print "Average: %d\nLowest: %d" % (sum(inputs)/len(inputs),min(inputs))
* Scout wins.

:P

2606
News / Re: April Fools prank... well... for now
« on: April 02, 2011, 05:46:46 am »
Damn you guys! What an april's fools day!

2607
Miscellaneous / Re: Random YouTube Videos
« on: April 01, 2011, 06:32:26 pm »

2608
Quote
David,

Thank you for contacting Texas Instruments.

The latest OS for the TI-84 is version 2.55MP. There is not an OS version 2.71 on our website.

Did you know a great resource you can use to find answers to your questions, example calculations and other information is our Knowledge Base? The Knowledge Base is accessible to you 24 hours a day, 7 days a week.

http://support.education.ti.com

I hope that you find this information helpful. If you have further questions or comments, please feel free to send me an email.

Best regards,

Jo Henderson
Texas Instruments
Email: [email protected]
General Information: (800) 842-2737
Technical Support: (972) 917-8324

Let me know how I'm doing. Fill out our customer survey at: http://education.ti.com/us/supportsurvey

Are you on Facebook? So is Texas Instruments! To get the latest news on TI educational technology and to be eligible to win cool TI products please visit the URL below for additional information:

http://www.facebook.com/TICalculators




---- Original Message ----
Country: US
Name: David Gomes
Type of Service: NoneOfTheAbove
Computer Software Setup/Usage:
Product Group: GrphHH
Product: TI-84 Plus or TI-84 Plus Silver Edition
Purchase Time: 04/2011
Customer Type: EdCollege
Product Serial#:
Computer OS: Windows 7
Comments: In the TI Community it is said that an OS 2.71 MP for the 84+ was found in your archives somehow.

I was wondering if it is true.

Thanks.

2609
Quote
David,

Thank you for contacting Texas Instruments.

The latest OS for the TI-84 is version 2.55MP. There is not an OS version 2.71 on our website.

Did you know a great resource you can use to find answers to your questions, example calculations and other information is our Knowledge Base? The Knowledge Base is accessible to you 24 hours a day, 7 days a week.

http://support.education.ti.com

I hope that you find this information helpful. If you have further questions or comments, please feel free to send me an email.

Best regards,

I don't want to read the other pages to check it, so this is really true?

2610
I think it is. lets wait how this turns out!

If it is, then DJ, thepenguin and all the others who participated on this must be laughing like hell right now.

Pages: 1 ... 172 173 [174] 175 176 ... 424