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

Pages: 1 ... 9 10 [11] 12 13 ... 16
151
Computer Programming / Re: please help
« on: June 11, 2013, 09:29:49 pm »
Code: [Select]
def weight_for_p():
    global weight_p
    isnt_num=True  #loop once
    while isnt_num:    #loop if weight_p isn't a number
        print "How much does your pork weigh(kg)?"
        try:
            isnt_num=False #don't loop again
            weight_p = float(raw_input(">"))
        except ValueError: #if there is a value error, do this
            isnt_num=True       #loop again
            print "you suck at inputting numbers" #print that you suck at inputing numbers
A few questions:
What do you need this for? I'm not going to assume anything, but I hope you aren't just copy and pasting this into an assignment.
Why do all of your questions involve meat in some way? Am I the only one here who knows python?

152
Computer Projects and Ideas / Re: remote control
« on: June 07, 2013, 07:40:45 pm »
It depends. If you have an old nokia phone, it seems unlikely. However, if it is a smartphone, it is likely possible with VNC software. The software is running on your computer, and allows your phone to move the mouse and display the screen.

Also, please use CAPITAL letters for propper nouns (such as I) or abbreviations (PC).

153
Other Calculators / Re: First discovery of nspire cm-c prototype
« on: June 04, 2013, 09:50:35 am »
This is really cool. I collect nspire prototypes, but I prefer the working ones :(. I would still like to see what secrets this one contains.

154
Other Calculators / Re: Your calculator collection
« on: June 02, 2013, 04:20:11 pm »
No, where did you get that idea? I like it because it has mechanical switches.
Also, the last four I got yesterday. The nspires and the 84 were 'hand-me-downs' from my cousin in college (she won craptons of math competitions and won calculators), and the 5100 was at a garage sale for $2.

155
Other Calculators / Re: Your calculator collection
« on: June 02, 2013, 12:06:59 pm »
This is my collection. the image came out huge, and I don't feel like resizing it :P
Spoiler For huge image:
In order of when I acquired them:
TI-84 Plus SE
TI-Nspire
TI-Nspire CAS+
TI-82
(blank) Nspire CAS+ prototype
TI-XXXXXXXXXXX (Nspire prototype)
Commodore PR-100
TI-86
TI-83 Plus SE
TI-1750
TI-5100
TI-Nspire
TI-Nspire CAS
TI-84 Plus SE (HW revision B)


156
Miscellaneous / Re: Anyone heard of ASCII?
« on: May 31, 2013, 10:27:12 pm »
__________     ___    ___     __________          __________         ___         __  __  __     __________
|___    ___|     |  |    |  |     |  _______|         |   _______|       /     \       |  | | | |  |    |   _______|
      |  |           |  |__ |  |     | |______           |  |     ____       /  /_\ \      |  | | | |  |    |  |______
      |  |           |   ___   |     |  ______|          |  |    |__   |     /  ___  \     |  | | | |  |    |  _______|
      |  |           |  |    |  |     | |______           |  |_____|  |    /  /    \  \    |  | | | |  |    |  |______
      |_|           |__|   |_|      |_______|          |_________|   /_/       \_\   |_| |_| |_|    |________|

* pimathbrainiac lost

* pimathbrainiac runs
that works equally well as the ascii
THE GAME

157
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 28, 2013, 10:40:33 pm »
5248: Your 83PSE is fast because it is overclocked, and you keep your Nspire's 84 keypad for backup purposes. (true story)

158
Computer Programming / Re: I need help
« on: May 28, 2013, 10:35:59 pm »
What language is this? I may be able to help.
It looks like Python because of the raw_input(). Try deleting the commas. Python only uses commas as separators in arguments.
to fix this, it would be
Code: [Select]
if (condition1=="beef" or condition1=="lamb" or condition1=="venison") and (condition2blv <= 5) and condition3=="rare":
    print condition2blv * 20

159
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 28, 2013, 02:44:42 pm »
5243: you always carry at least 4 calcs in your inside jacket pocket and never dropped one out of your pocket. (true story)

160
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 28, 2013, 11:19:06 am »
5238: You use a laser and a calculator as a light source.
5239: To take apart another calculator.

Edit: I screwed up the numbering because I didn't refresh

161
Miscellaneous / Re: Anyone heard of ASCII?
« on: May 27, 2013, 03:25:26 pm »
Hm, I didn't know about that. I only know them for their Gamecube controller :P

162
Miscellaneous / Re: Anyone heard of ASCII?
« on: May 27, 2013, 02:31:26 pm »
ASCII is also a company in Japan.

163
Miscellaneous / Re: Birthday Posts
« on: May 27, 2013, 02:20:33 pm »
ultimate
I hope it's not the last one. D:
But Frisbee, maybe robots playing Frisbee?
anyway, Happy Birthday!

164
Web Programming and Design / Re: RFG Image Uploader
« on: May 22, 2013, 06:43:32 pm »
What about a "user's images" page on everyone's profile, which would end up being self-moderating. If someone saw an inappropriate (or off the calculator topic, etc) image, there would be a 'report image' button.

165
Miscellaneous / Re: Black People, Unite!
« on: May 22, 2013, 05:20:34 pm »
I am kind of curious about the demographics of omnimaga too. There should be a poll (can you add a poll to a topic?) on races, and maybe also what countries people are from.

Pages: 1 ... 9 10 [11] 12 13 ... 16