- GLEW(glew-1.11.0-win32.zip)をダウンロードしてファイルを解凍する。
http://glew.sourceforge.net/
http://sourceforge.net/projects/glew/files/glew/1.11.0/
Install
<!-- http://stackoverflow.com/questions/28738089/change-datepicker-dialog-color-for-android-5-0 --> | |
<style name="AppBaseTheme" parent="android:Theme.Material.Light"> | |
<item name="android:datePickerDialogTheme">@style/MyDatePickerDialogTheme</item> | |
</style> | |
<style name="MyDatePickerDialogTheme" parent="android:Theme.Material.Light.Dialog"> | |
<!-- If you want you can override only colorAccent --> | |
<item name="android:colorAccent">@color/date_picker_accent</item> | |
<!-- Or you can change very item color --> |
Install
# | |
# UPDATE for 10.10.4+: please consider this patch obsolete, as apple provides a tool called "trimforce" to enable trim support for 3rd party SSDs | |
# just run "sudo trimforce enable" to activate the trim support from now on! | |
# | |
# Original version by Grant Parnell is offline (http://digitaldj.net/2011/07/21/trim-enabler-for-lion/) | |
# Update July 2014: no longer offline, see https://digitaldj.net/blog/2011/11/17/trim-enabler-for-os-x-lion-mountain-lion-mavericks/ | |
# | |
# Looks for "Apple" string in HD kext, changes it to a wildcard match for anything | |
# | |
# Alternative to http://www.groths.org/trim-enabler-3-0-released/ |