Tagged Questions

5
votes
3answers
189 views

Python Weather API

How do I get my weather in a Python program?
-5
votes
3answers
240 views

functions taking in two variables

Hello again, I have this question which I don't understand and need help here. 1) I have this function double covertD(double, int), which takes in two arguements and returns a do …
0
votes
1answer
145 views

Where is a commercially usable dataset of temperature by zipcode by month?

Lots of web sites offer this data (see http://www.google.com/search?hl=en&q="average+temperature"+by+zip+code) but I don't see the dataset they are using. I looked at the nati …
2
votes
1answer
569 views

iPhone Temperature Sensor

My question is very similar to this one: iPhone Proximity Sensor. There's clearly some manner of thermometer within the iPhone that's readable by the OS. Has anyone uncovered the …
1
vote
0answers
109 views

Forcing machine to run at a certain temperature [closed]

Hi, This isn't entirely a programming question but, how would one make a computer run at an inputted temperature? The machines will be running Linux for a heatsink design project. …
0
votes
1answer
592 views

Windows Temperature Monitor

As part of an application for a client, I need to have a section which reports temperature information (motherboard, CPU, HDD). I know there are standalone applications such as Ha …
2
votes
4answers
1k views

How to get the temperature of motherboard of a PC (and other hardware statistics)?

Hello, does any one know how to get the current motherboard, processor or HD temperature statistics? In GNU/Linux, I know I could use something like hddtemp or sensord to get the i …