问题标签 [greensoftware]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
greensoftware - What humanitarian, eco/green and sustainability focused software projects are there?
I've recently come across the HFOSS (Humanitarian Free Open Source Software) Project as well as some other companies doing Smart Power Grid software companies and other kinds of Green focused software projects.
Since I am doing some research on the topic and because Google searches on Green /Eco / Humanitarian / Sustainability return a lot of noise to signal I was wondering what projects people know about personally which I might find worth reading up on.
windows - 是否可以通过 powershell for windows 或绿色软件构建“自动点击器”?
我想自动化一些过程,基本上运行一些工具,单击菜单,从下拉列表中选择,然后复制并粘贴到 notepad.exe 应用程序以另存为 txt 文件 - 全部在 Windows 中。
但是我的公司环境可能不允许安装。
所以我想知道,是否可以为此编写一个powershell脚本?
或者,有没有不需要安装的绿色软件?最好是开源的。
android - 当设备连接到电源时,Android 是否有不同的 WakeLock 行为?
提供一些背景信息:我正在尝试衡量 Android 应用程序中最佳实践的能耗。我重构了一个使用 WakeLock 来保持屏幕开启的应用程序,而我使用了标志FLAG_KEEP_SCREEN_ON
。令人惊讶的是,我只能在能源消耗方面有很小的改善。
我期待 CPU 能够进入低功耗状态,这将消耗更少的能量。
在这些情况下 CPU 电源管理是否有不同的行为,或者使用此 FLAG 预计不会产生合理的效果?
我正在使用必须连接到电源的设备 ODROID-XU 进行测量。Android 版本为 4.2.2 - API 级别 17。