active questions tagged energy - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T11:17:18Zhttp://stackoverflow.com/feeds/tag/energyhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1611885/ways-for-web-developers-to-reduce-their-carbon-footprint-4Ways for Web Developers to Reduce Their Carbon Footprint? [closed]Monu2009-10-23T07:35:29Z2009-10-23T08:09:29Z
<p>Hello Guys,
I was looking for something else on the Google where i found this below article .
Please read the below link.
<a href="http://net.tutsplus.com/articles/web-roundups/top-20-ways-for-web-developers-to-reduce-their-carbon-footprint/" rel="nofollow">Ways for Web Developers to Reduce Their Carbon Footprint</a></p>
<p>Can you guys add more Info regarding to Reduce Carbon Footprint ?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1596252/estimate-power-consumption-based-on-running-time-analysis-code-size0Estimate Power Consumption Based on Running Time Analysis / Code SizeQua2009-10-20T17:49:55Z2009-10-21T02:38:46Z
<p>I've developed and tested a C program on my PC and now I want to give an estimate of the power consumption required for the program to do a single run. I've analysised the running time of the application and of invidiual function calls within the application and I know the code size both in assembly lines, but also raw C lines.</p>
<p>How would I give an estimate of the power consumption based on the performance analysis and/code size? I suppose it scales with the amount of lines that uses the CPU for computations or does memory access but I was hoping for a more precise answer.</p>
<p>Also, how would I tell the difference between the power consumption on say my PC compared to a on a microchip device?</p>
http://stackoverflow.com/questions/422539/energy-efficient-application-development20Energy efficient application developmentJlouro2009-01-07T22:59:20Z2009-10-04T09:59:08Z
<p>Are there any tools techniques to build more energy efficient applications,
Any articles,rules or best practices for green programming?</p>
http://stackoverflow.com/questions/1318851/php-vs-java-are-there-energy-consumption-differences33PHP vs. Java are there energy consumption differences?Thomaschaaf2009-08-23T15:49:40Z2009-08-25T04:16:08Z
<p>I heard a rumor, that Java consumes less energy than PHP and was wondering if and how this would be true. I'm currently working in a company where we base most of our apps on PHP. Power consumption has never been the problem for us, but we are working on bigger projects where it might matter. We love PHP for web developing and are wondering how such a rumor can spread and if it is true at all.</p>
<p>The example I heard was that Facebook is switching for exactly that reason to Java (I can't seem to find any of this stuff on google though).</p>
<p>Since a customer of mine is asking me this question I would love proof if it is true.</p>
http://stackoverflow.com/questions/724349/how-can-i-measure-the-energy-consumption-of-my-application-on-windows-mobile-and0How can I measure the energy consumption of my application on Windows Mobile and Windows CE?DR2009-04-07T06:30:30Z2009-06-22T08:23:05Z
<p>I want to measure the energy consumption of </p>
<ul>
<li>my own application (which I can modify)</li>
<li>3rd party applications (which I can't modify)</li>
</ul>
<p>on </p>
<ul>
<li>Windows CE 5.0</li>
<li>Windows Mobile 5/6</li>
</ul>
<p>Is there some kind of API for this?</p>
<p>If not, can I measure other values which I can use to estimate the energy consumption?</p>
<p>I don't need an exact value like <code>20 mAh</code> (although that would be nice) A relative value would suffice, like: "Starting from 100% to 0% charge status, around 20% of the fully charged battery was used by this application"</p>
<p>On the other hand it is very important that the measurement is specific to a single application, i.e. I don't want aggregated measurements for a group of applications, like, "those three applications together consume ..."</p>
http://stackoverflow.com/questions/301053/re-assign-override-hotkey-win-l-to-lock-windows1Re-assign/override hotkey (Win + L) to lock windowsMohit2008-11-19T05:16:08Z2008-11-25T14:35:53Z
<p>Is it possible to re-assign the Win + L hotkey to another executable/shortcut?</p>
<p>Use-case - I would like to switch off the monitor of my laptop as soon as it is locked. I know of a executable which can lock and turn off the monitor but I do not want to change the way the system is locked (by running the program explicitly or by some other shortcut). It would be best if Win + L can be assigned to this executable.</p>
http://stackoverflow.com/questions/152910/environmentally-friendly-programs-1Environmentally Friendly Programs [closed]Jonathan Swift2008-09-30T12:55:46Z2008-10-02T04:23:36Z
<p>Is it possible to write a program in such a way that it uses less joules from the computer? Or is this best left to the compiler? Do different algorithms use different amounts of energy?</p>