Skip to content

Instantly share code, notes, and snippets.

View kichiemon's full-sized avatar
🌴
I’m on Fiji time!

terasaka kichiemon

🌴
I’m on Fiji time!
View GitHub Profile
@xhiroga
xhiroga / kotlinfest2019.md
Last active January 3, 2020 04:19
Kotlin Fest 2019 登壇資料まとめ

γ‚ͺープニング・セッション: あいさ぀

ι•·ζΎ€ ε€ͺιƒŽγ•γ‚“ ( @ngsw_taro )

γ‚ͺープニング・セッション: What's new in Kotlin?

Svetlana Isakovaさん( @sveta_isakova )
https://speakerdeck.com/svtk/whats-new-in-kotlin

Kotlin コルーチンを η†θ§£γ—γ‚ˆγ† 2019

ε…«ζœ¨δΏŠεΊƒγ•γ‚“ ( @sys1yagi )
https://speakerdeck.com/sys1yagi/kotlin-korutinwo-li-jie-siyou-2019-kotlinfest2019

@owensd
owensd / composite.swift
Created November 29, 2016 17:05
Full playground posting for blog post: Composite Validators - Refined
//: Playground - noun: a place where people can play
import Cocoa
enum Result<ValueType> {
case ok(ValueType)
case error(Error)
}
protocol Validator {
@jimbojsb
jimbojsb / gist:1630790
Created January 18, 2012 03:52
Code highlighting for Keynote presentations

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2: