Docker简明教程 | Docket quick start

Docker自从诞生以来就一直备受追捧,学习Docker是一件很炫酷、很有意思的事情。我希望通过这篇文章能够让大家快速地入门Docker,并有一些学习成果来激发自己的学习兴趣。我也只是一个在Docker这条巨鲸上玩耍的小孩,全文如有不明确、不正确的地方,还请斧正。 Source: Docker简明教程 | saymagic’s blog

LocalizationManager

OSX utility app to manage the localization .strings files Source: LigeiaRowena/LocalizationManager

tiimgreen/github-cheat-sheet

A collection of cool hidden and not so hidden features of Git and GitHub. Source: tiimgreen/github-cheat-sheet

ios-flexboxkit

A simple UIKit extension to wrap the flexbox properties in regular UIView. This project is based on the robust Facebook’s C implementation of Flexbox. The goal is to have a small standalone UIKit library to layout elements. It doesn’t rely on the DOM model at all. Source: alexdrone/ios-flexboxkit

在 Google Map 加入 D3 圖像

如何在 Google Map 裡面加入 D3 的圖像,這次我們實際將資料套進去吧。 Source: 在 Google Map 加入 D3 圖像 – 2 « kuro’s Blog

Constraints & Transformations | Reveal

Prior to the release of iOS 8, mixing Auto Layout with view affine transformations was a shady business: some configurations just didn’t work as expected, so it was mostly avoided or worked around (this Stack Overflow question on the topic has been quite popular). But soon after iOS 8 was released it became apparent that […]