I hereby claim:
- I am chuwy on github.
- I am chuwy (https://keybase.io/chuwy) on keybase.
- I have a public key ASC4yihj3aD9BK2glw6wm-sUNqbq9Qj8uWYJMcb3KhGjrQo
To claim this, I am signing this object:
| { | |
| "privateIp" : "172.31.9.37", | |
| "devpayProductCodes" : null, | |
| "availabilityZone" : "us-east-1c", | |
| "version" : "2010-08-31", | |
| "accountId" : "252193496797", | |
| "instanceId" : "i-8297a757", | |
| "billingProducts" : null, | |
| "instanceType" : "t2.micro", | |
| "pendingTime" : "2015-09-29T11:00:50Z", |
| { | |
| "type" : "object", | |
| "properties" : { | |
| "message" : { | |
| "type" : "string" | |
| }, | |
| "city_id" : { | |
| "type" : "integer", | |
| "maximum" : 2147483647, | |
| "minimum" : 0 |
| final case class WeatherStamp(main: MainInfo, wind: Wind, clouds: Clouds, rain: Option[Rain], snow: Option[Snow], dt: BigInt) extends OwmResponse | |
| // Common `main` JSON object | |
| case class MainInfo( | |
| grndLevel: Option[BigDecimal], | |
| humidity: BigInt, | |
| pressure: BigDecimal, | |
| seaLevel: Option[BigDecimal], | |
| temp: BigDecimal, | |
| tempMin: BigDecimal, |
| import akka.actor.ActorSystem | |
| import akka.http.scaladsl.Http | |
| import akka.http.scaladsl.model._ | |
| import akka.stream.ActorMaterializer | |
| import akka.stream.scaladsl.{ Sink, Source, Flow } | |
| import com.typesafe.config.ConfigFactory | |
| import scala.concurrent.{ Future, Await, ExecutionContext } | |
| import scala.concurrent.duration._ |
| 1450880573740 | |
| 1450880574145 | |
| 1450880574470 | |
| 1450880574796 | |
| java.util.concurrent.TimeoutException: Futures timed out after [3 seconds] | |
| 1450880577800 | |
| java.util.concurrent.TimeoutException: Futures timed out after [3 seconds] | |
| 1450880580803 | |
| java.util.concurrent.TimeoutException: Futures timed out after [3 seconds] | |
| 1450880583807 |
| #!/usr/bin/env python3 | |
| """ | |
| Script for looking unmentioned commits in milesone comparing with specified PR | |
| Usage: issuer.py user password company/repository milestone_pattern pull_id | |
| """ | |
| import sys | |
| import itertools | |
| import re |
| #!/usr/bin/env python | |
| """ | |
| Webserver printing headers | |
| """ | |
| import SimpleHTTPServer | |
| import SocketServer | |
| import logging | |
| import sys |
| import fs2._ | |
| import scala.concurrent.duration._ | |
| /** | |
| * Stream of signals with pauses | |
| */ | |
| object Interval { | |
| private implicit val strategy = Strategy.fromFixedDaemonPool(3) | |
| private implicit val scheduler = Scheduler.fromFixedDaemonPool(3) |
| package jsonschemavalidator | |
| import scala.language.implicitConversions | |
| import cats.syntax.either._ | |
| import cats.syntax.semigroup._ | |
| import cats.syntax.semigroupk._ | |
| import cats.syntax.validated._ | |
| import cats.data.ValidatedNel | |
| import cats.instances.all._ |
I hereby claim:
To claim this, I am signing this object: