Based on widget-/slack-black-theme#60 and Dark Reader's color scheme.
curl -s https://gist.githubusercontent.com/jcayzac/7e66129f4187cef5415c34c67847d112/raw/macos-auto-apply.sh | bash
// You can use maven-publish-helper.gradle script without changes and even share it between multiple | |
// modules. Just place the maven-publish-helper.gradle file in the root directory of your project, | |
// then apply it at the bottom of your module's build.gradle file like this: | |
// ...content of module's build.gradle file... | |
apply from: '../maven-publish-helper.gradle' | |
publishing { | |
publications { |
Based on widget-/slack-black-theme#60 and Dark Reader's color scheme.
curl -s https://gist.githubusercontent.com/jcayzac/7e66129f4187cef5415c34c67847d112/raw/macos-auto-apply.sh | bash
package butterknife.internal; | |
import android.text.Editable; | |
import android.view.KeyEvent; | |
import android.view.View; | |
import android.widget.AdapterView; | |
import android.widget.CompoundButton; | |
import android.widget.TextView; | |
import butterknife.Bind; | |
import butterknife.OnCheckedChanged; |
<VirtualHost *:80> | |
ProxyPreserveHost On | |
ProxyRequests Off | |
ServerName www.example.com | |
ServerAlias example.com | |
ProxyPass / http://localhost:8080/example/ | |
ProxyPassReverse / http://localhost:8080/example/ | |
</VirtualHost> |
Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException | |
database is locked (code 5) | |
android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) | |
at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(SQLiteConnection.java) | |
at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:764) | |
at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754) | |
at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64) | |
at android.database.sqlite.SQLiteDatabase.delete(SQLiteDatabase.java:1577) | |
at com.google.ads.conversiontracking.f.a(SourceFile:92) |
<Files "xmlrpc.php"> | |
order allow,deny | |
deny from all | |
errordocument 403 /noaccess.html | |
errordocument 404 /noaccess.html | |
</Files> |
FATAL EXCEPTION: IntentService[AviaryCdsService] | |
java.lang.IllegalStateException: Missing required api key secret |
AndroidGradleTemplate Status Coverage Status | |
Gradle + Android Studio + Robolectric + Espresso + Mockito + EasyMock/PowerMock + JaCoCo | |
Works with the following Configurations: | |
Multiple Modules | |
Multiple Flavors | |
Android Libraries |
DasKeyboard: | |
Product ID: 0x1919 | |
Vendor ID: 0x04d9 (Holtek Semiconductor, Inc.) | |
Version: 1.06 | |
Speed: Up to 1.5 Mb/sec | |
Location ID: 0x1d114000 / 11 | |
Current Available (mA): 500 | |
Current Required (mA): 100 |
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
android:id="@+id/main_content" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:fitsSystemWindows="true"> | |
<android.support.design.widget.AppBarLayout | |
android:id="@+id/appbar" | |
android:layout_width="match_parent" |