This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12-11 17:36:49.006 0-95/? E/Minikin﹕ addFont failed to create font /system/fonts/NotoSansGujarati-Regular.ttf | |
12-11 17:36:49.009 0-95/? E/Minikin﹕ addFont failed to create font /system/fonts/NotoSansGujarati-Bold.ttf | |
12-11 17:36:49.030 0-95/? E/Minikin﹕ addFont failed to create font /system/fonts/NotoSansGujaratiUI-Regular.ttf | |
12-11 17:36:49.032 0-95/? E/Minikin﹕ addFont failed to create font /system/fonts/NotoSansGujaratiUI-Bold.ttf | |
12-11 17:36:49.043 0-95/? E/Minikin﹕ addFont failed to create font /system/fonts/NotoSansGurmukhi-Regular.ttf | |
12-11 17:36:49.052 0-95/? E/Minikin﹕ addFont failed to create font /system/fonts/NotoSansGurmukhi-Bold.ttf | |
12-11 17:36:49.055 0-95/? E/Minikin﹕ addFont failed to create font /system/fonts/NotoSansGurmukhiUI-Regular.ttf | |
12-11 17:36:49.059 0-95/? E/Minikin﹕ addFont failed to create font /system/fonts/NotoSansGurmukhiUI-Bold.ttf | |
12-11 17:36:49.625 0-95/? E/Minikin﹕ addFont failed to create font /system/f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding=utf-8 | |
import csv | |
import re | |
import json | |
import urllib2 | |
def unicode_csv_reader(unicode_csv_data, dialect=csv.excel, **kwargs): | |
# csv.py doesn't do Unicode; encode temporarily as UTF-8: | |
csv_reader = csv.reader(utf_8_encoder(unicode_csv_data), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -x | |
# How to install: | |
# exo-open "http://developer.android.com/sdk/index.html#Other" | |
# brew install libav-tools imagemagick ffmpeg | |
# wget https://gist.githubusercontent.com/paour/0e0454ea63cbe19e91ac/raw/android-screen-to-gif.sh | |
# chmod a+x android-screen-to-gif.sh | |
# Help message | |
function usage() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ReverseProxyDispatcher extends Dispatcher { | |
private final OkHttpClient client; | |
private final HttpUrl serverUrl; | |
public ReverseProxyDispatcher(HttpUrl url) { | |
serverUrl = url; | |
client = new OkHttpClient.Builder().build(); | |
} | |
@Override |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface ReverseProxyValidator { | |
void validate(RecordedRequest request, Response response); | |
} | |
class ReverseProxyDispatcher extends Dispatcher { | |
private final OkHttpClient client; | |
private final HttpUrl serverUrl; | |
private final ReverseProxyValidator validator; | |
public ReverseProxyDispatcher(HttpUrl url, ReverseProxyValidator validator) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2017 Jared Rummler | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/react-native-carousel-view/src/carouselPager.android.js b/node_modules/react-native-carousel-view/src/carouselPager.android.js | |
index 997f2e5..29e0ec3 100644 | |
--- a/node_modules/react-native-carousel-view/src/carouselPager.android.js | |
+++ b/node_modules/react-native-carousel-view/src/carouselPager.android.js | |
@@ -2,9 +2,7 @@ | |
* @flow | |
*/ | |
import React, {Component} from 'react'; | |
-import { | |
- ViewPagerAndroid, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -ex | |
source /etc/os-release | |
declare -A packages | |
declare -i installed=0 | |
packages[htop]=https://github.com/mback2k/torcx-htop/releases/download/3.0.3-1/torcx.tgz | |
packages[qemu-ga]=https://github.com/mback2k/torcx-qemu-ga/releases/download/5.0.2-2/torcx.tgz |
OlderNewer