Tagged Questions

9
votes
3answers
1k views

Python Weather API

How do I get my weather in a Python program?
8
votes
3answers
3k views

How to read GPU (graphic card) temperature?

I am interested in a way how to read GPU temperature (graphics processing unit, main chip of graphic card), by using some video card driver API? Everyone knows that there two different chip ...
3
votes
4answers
6k 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 super-secret ...
1
vote
0answers
37 views

Programmatically read CPU temperature (+ other sensor data) on MacOSX (Macbook Pros)

I'd like to programmatically read CPU temperature + any other interesting sensor data from my MacBook Pro (2009 model). How do I do it? I noticed a previous post pointing to this open source ...
1
vote
3answers
1k views

Is there any Android api to find/sense room temperature programmatically in android code?

I am developing an android app for my project, I need to find room temperature as part of it. I am using Droid 2 A955 model for testing. My Questions are: What sensors need to be available in my ...
1
vote
2answers
636 views

Get GPU temperature

I am really puzzled here. I want to create an application that does different events upon different temperatures of my graphics card which is an AMD one. The reason i want to make such an ...