Matt Bierman
seen from Belgium
seen from China
seen from Philippines
seen from United States
seen from Italy

seen from Malaysia
seen from China
seen from Malaysia

seen from United Kingdom
seen from China
seen from United States
seen from United States

seen from United States

seen from United States

seen from United States
seen from China
seen from Belgium

seen from Germany
seen from Belgium

seen from Philippines
Matt Bierman
Immutable value only has mutating members!!! :o
The code:
let moves = [GKGameModelUpdate]() moves.append(move)
The answer:
Immutable value of type '[GKGameModelUpdate]' only has mutating members named ‘append'
Meaning:
Duh. Dunno. Something about mutability but it MAKES ABSOLUTELY NO SENSE!!! Well, it does in a way ... change let to var. But why this messed up sentence? How about “Mutating member ‘append’ used on immutable value type ‘[GKGameModelUpdate]’”?
Office Code Pro
Office Code Pro is a customized version of the Source Code Pro type family [...]. The customizations were made specifically for text editors and coding environments, but are still very usable in other applications.
The tweaks are subtle, but make an already awesome font even better for programming. Improvements include enhanced rendering of bold fonts and some
By Nathan Rutzky (2015) License: SIL-OFL https://github.com/nathco/Office-Code-Pro
Hasklig
Composite glyphs are problematic in languages such as Haskell which utilize these complicated operators (=> ->= etc.) extensively. [...] Hasklig solves the problem the way typographers have always solved ill-fitting characters which co-occur often: ligatures.
Hakslig enhances Source Code Pro with ligatures for operators normally comprized of multiple characters. If your editor supports this it's definitely worth checking out.
By Ian Tuomi (2014) License: SIL-OFL https://github.com/i-tu/Hasklig
New view: Inspector
We’re big fans of the JSON Formatter Chrome extension, code folding really goes a long way in navigating any hierarchical data structure. It’s a natural complement to JSON’s minimalism. Our own take is now the default view when previewing a response. The goal was to focus attention on the data, stripping away braces and punctuation. Hierarchy is communicated instead with nesting boxes and highlighting keys whenever selected. Hashes have never looked better than set with Source Code Pro.
Under the hood is Inspector JSON, a JavaScript library we developed. It’s quite fast and available under the MIT license for integration into other projects as a standalone script, with Browserify, or with RequireJS.
Go go JSON!
Ubuntu 13.04 上的 PyCharm 3.0 字體(Source Code Pro)反鋸齒調整
無意間Google到,讓PyCharm顯示Source Code Pro字型時好看一點的方法。
參考來源:http://blog.jetbrains.com/blog/2013/05/15/intellij-idea-is-the-base-for-android-studio-the-new-ide-for-android-developers/#comment-14837
步驟:
編輯 /opt/pycharm/bin/pycharm64.vmoptions
增加下列文字:
-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dsun.java2d.xrender=true
存檔,重啟PyCharm
回文有提到,如果套用之後,快速的捲動畫面感到遲鈍,可以試著把
-Dsun.java2d.xrender=true
這項移除。
Font: Source Code Pro
Adobe stellt seine speziell entwickelte programmier Schrift "Source Code Pro" nun kostenfrei zur Verfügung.
Mehr unter: http://blogs.adobe.com/typblography/2012/08/source-sans-pro.html
Download: http://sourceforge.net/projects/sourcecodepro.adobe/