java.lang.SecurityException: Permission denied (missing INTERNET permission?)
at java.net.InetAddress.lookupHostByName(InetAddress.java:418)
at java.net.InetAddress.getAllByNameImpl(InetAddress.java:236)
at java.net.InetAddress.getByName(InetAddress.java:289)
at com.mixpanel.android.util.HttpService$1.run(HttpService.java:38)
at java.lang.Thread.run(Thread.java:841)
Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)
at libcore.io.Posix.getaddrinfo(Posix.java)
at libcore.io.ForwardingOs.getaddrinfo(ForwardingOs.java:61)
View mixpanel-bugs.md
View gist:c1bd97828a20b00d045a8e15b46bf8ae
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
2016-08-16 (-inf, 0] 28250 77.3% | |
2016-08-16 [0,87272) 1079 3.0% | |
2016-08-16 [87272,174544) 529 1.4% | |
2016-08-16 (86400000,inf) 462 1.3% | |
2016-08-16 [174544,261816) 184 0.5% | |
2016-08-16 [261816,349088) 144 0.4% | |
2016-08-16 [436360,523632) 126 0.3% | |
2016-08-16 [349088,436360) 126 0.3% | |
2016-08-16 [698176,785448) 97 0.3% | |
2016-08-16 [610904,698176) 88 0.2% |
View gist:0827c1a17a2d7b23986278498a2356f7
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
2016-08-16 (-inf, 0] 28250 77.3% | |
2016-08-16 [0,87272) 1079 3.0% | |
2016-08-16 [87272,174544) 529 1.4% | |
2016-08-16 (86400000,inf) 462 1.3% | |
2016-08-16 [174544,261816) 184 0.5% | |
2016-08-16 [261816,349088) 144 0.4% | |
2016-08-16 [436360,523632) 126 0.3% | |
2016-08-16 [349088,436360) 126 0.3% | |
2016-08-16 [698176,785448) 97 0.3% | |
2016-08-16 [610904,698176) 88 0.2% |
View gist:22c43fef168e503b078687a1572f53b5
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
2016-08-16 (-inf, 0] 28250 77.3% | |
2016-08-16 [0,87272) 1079 3.0% | |
2016-08-16 [87272,174544) 529 1.4% | |
2016-08-16 (86400000,inf) 462 1.3% | |
2016-08-16 [174544,261816) 184 0.5% | |
2016-08-16 [261816,349088) 144 0.4% | |
2016-08-16 [436360,523632) 126 0.3% | |
2016-08-16 [349088,436360) 126 0.3% | |
2016-08-16 [698176,785448) 97 0.3% | |
2016-08-16 [610904,698176) 88 0.2% |
View gist:452faa144bedc4a3f2a2767c756d7a9f
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
def (a: type) prop := | |
(a1 a2: a) => a1 = a2 | |
def (a: type) set := | |
(a1 a2: a) => (a1 = a2) prop | |
under (s: type) { | |
def binary_relation := |
View gist:cecb99cb6e6ec53822a37f7c9755ec2f
This file has been truncated, but you can view the full file.
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
Jan 5 11:15:57 bogon bootlog[0]: BOOT_TIME 1483586157 495665 | |
Jan 7 22:19:38 bogon syslogd[52662]: Configuration Notice: | |
ASL Module "com.apple.AddressBookLegacy" claims selected messages. | |
Those messages may not appear in standard system log files or in the ASL database. | |
Jan 7 22:19:38 bogon syslogd[52662]: Configuration Notice: | |
ASL Module "com.apple.appinstallation" claims selected messages. | |
Those messages may not appear in standard system log files or in the ASL database. | |
Jan 7 22:19:38 bogon syslogd[52662]: Configuration Notice: | |
ASL Module "com.apple.clouddocs" claims selected messages. |
View backpacking-gears.md
- water proof sacks
- cloth sack
- food sack
- backpack
backpack - Gregory Z55, size M, 1.62 kg- backpack ULA circuit, body M, wrist S, 1.17 kg
- trekking pole - Black Diamond Trail Back Trekking Pole
- clothes ~3.52 kg
- hamlet - Black Diamond Half Dome Helmet
View test_locations.json
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
fdsa |
View GraphemeSplitter.scala
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
package util | |
import scala.collection.mutable.ArrayBuffer | |
object GraphemeSplitter { | |
val CR = 0 | |
val LF = 1 | |
val Control = 2 | |
val Extend = 3 | |
val Regional_Indicator = 4 |
OlderNewer