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 ... 173 174 [175] 176 177 ... 424
2611
« on: April 01, 2011, 02:16:39 pm »
<Scout> Guys, DJ would never allow anyone from Omnimaga to upload a TI OS. I once uploaded apps from people at ticalc.org and all of them were removed from attachments. <OmnomIRC> <aeTIos> you are right. and now, he EVEN UPLOADED THEM HIMSELF unbelieveable <JosJuice> Yeah <Scout> At 00:002 <Scout> 00:02* It's too suspicious.
2612
« on: April 01, 2011, 02:00:31 pm »
I am more and more thinking of an April's fools day. - It is not too hard to change "press f1-f4 to locate shortcut menus" to "have you seen nspire CX?" - E-mails sent to TI usually take ~48 hour for a reply - If something sounds too good (bad) to be true, it usually is not true.
What do you think about it?
I think it's true.
2613
« on: April 01, 2011, 01:03:02 pm »
Lol. I like the calc that follows the mouse. 
Me too, it's a fun mouse. I think someone should make a Windows or Linux and even Mac mouse like cemetech.net's one.
2614
« on: April 01, 2011, 12:41:53 pm »
Well, it looks like Cemetech has a new template (or theme if you prefer). It's a retro theme and it looks you have both the OS mouse and a 84+ SE mouse! Here's a picture of it:  I'd check it myself if I were you to see the 84+ SE mouse effect. I first thought this was just an experiment, but it seems like it is somewhat permanent: <KermOffc> back at the office <KermOffc> TechNOM76, , Scout , it's not temporary <KermOffc> I'm sorry to hear you guys don't like it It also seems like it's not an April Fools Day joke: Edit: And yes, I know that it's April 1st; it's an unfortunate coincidence, but I assure you no less real. To sum up, it's nice to see both TI Freakware and Cemetech are getting new themes and changing their forums, I hope this helps keeping the TI Community young. More information can be found here.
2615
« on: April 01, 2011, 10:09:31 am »
Don't you love the new theme? 
I just read the rest of this topic page, I guessed it anyways, April Foools. I don't particularly like it Deep.
2616
« on: April 01, 2011, 09:51:15 am »
2617
« on: April 01, 2011, 09:49:47 am »
Nice job Michael, I like what you did there.
2618
« on: April 01, 2011, 09:40:13 am »
I'm right there with you, Scout. We should really message TI and threaten to organize a boycott of the Nspire if they kill asm support in the 84+ models.
How would such boycott work though?
2619
« on: April 01, 2011, 09:36:39 am »
2620
« on: April 01, 2011, 09:33:29 am »
Woah This is AWEFUL.
I guess it's the last thing I can stand from TI... (if they release it)
2621
« on: March 31, 2011, 05:46:49 pm »
I know this is not supposed to be here, but for the fun of it, I made a Python code for this challenge: A program that will read integer test scores from the keyboard until a negative value is typed in. The program will drop the lowest score from the total and print the average of the remaining scores. inputs = [] while True: n = input() if n<0: break inputs.append(n)
lowest = inputs[0] for i in range(0,len(inputs)): if inputs[i]<=lowest: lowest=inputs[i] numberOfValues = len(inputs) sumOfValues = 0 for i in range(0,len(inputs)): sumOfValues+=inputs[i] print "Average: " + str(sumOfValues/numberOfValues) print "Lowest: " + str(lowest) It could be shorter, but I made it simplified. Sorry, I couldn't resist: inputs = [] while True: n = input() if n<0: break inputs.append(n)
lowest = inputs[0] sumOfValues = 0 for i in range(0,len(inputs)): if inputs[i]<=lowest: lowest=inputs[i] sumOfValues+=inputs[i] print "Average: %d\nLowest: %d" % (sumOfValues/len(inputs),lowest) 15 lines
2622
« on: March 31, 2011, 04:31:02 pm »
nxtboy III, please avoid double posting. Try to edit the last post. You should maybe read the rules too
2623
« on: March 31, 2011, 02:26:35 pm »
Maybe you could make the gravestone chipped too...
Sorry, but I won't make any changes to that image. I like it as it is
2624
« on: March 31, 2011, 02:21:40 pm »
Could you add more detail and make it spookier? Maybe some cracks...
Maybe like this? What do you think?
2625
« on: March 31, 2011, 01:48:25 pm »
My gravestone attempt. What do you think of it?
1FF8200440025CB252AA54B258A254A240024002400240024002400240024002
Pages: 1 ... 173 174 [175] 176 177 ... 424
|