PGP encrypted messages for Keybase users in our chat rooms
I’ve released hubot-keybase, a Hubot script to encrypt messages for Keybase users.
ref: ngs/hubot-keybase on GitHub
I’ve released hubot-keybase, a Hubot script to encrypt messages for Keybase users.
ref: ngs/hubot-keybase on GitHub
Developing Web applications with Swift is pretty fun 🤘
We can run them on Amazon EC2 Container Services and I tried to build light-weight Docker image to deploy more faster.
Here is an example project I made, check this out :point_down:
I’ve released new version of CI2Go, the @circleci client for iOS that supports real-time log watching.
In order to support real-time log watching, I dropped the API Refresh Interval feature from this version.
I’ve published a Swift library ColorHash, that generates UIColor
and NSColor
based on given string.
import ColorHash
let str = "こんにちは、世界"
let saturation = CGFloat(0.30)
let lightness = CGFloat(0.70)
ColorHash(str, [saturation], [lightness]).color
This is a Swift port of a JavaScript library Color Hash.
I’ve published Copy Swift Code, a Sketch app plugin for generating UIColor and NSColor initializer Swift code from fill color of selected layers.
I was looking for how to apply changes made with UIAppearance’s proxy method immediately.
I found a solution in a library UISS, that handles Stylesheets written with JSON format.