- A Tour of Go - concurrency
- Effective Go - concurrency
- The Go Programming Language Specification - Channel_types
- Go Concurrency Patterns: Pipelines and cancellation - The Go Blogsubmit search
- Go Concurrency Patterns: Context - The Go Blogsubmit search
- grpc / bidirectional-streaming-rpc
- How Goroutines Work · Krishna's words
- 【How Goroutines Workの翻訳】goroutine の仕組み - まるまるこふこふ
- Big Sky :: Golang の channel の使い所
- Big Sky :: Go 言語の非同期パターン
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bufio" | |
"errors" | |
"fmt" | |
"log" | |
"net/http" | |
"net/url" | |
"os" |
iOS Test Night #10の参加メモ
ハッシュタグ: #ios_test_night
https://iosdiscord.connpass.com/event/123573/
- 発表資料 遅れたためメモできず
- 発表資料
- 5.1でないとつかえないDirect Parser
- Swift 4.2-5.0: SwiftcRunner
Recap of WWDC19に参加してきたのでまとめます。
- Project Catalyst: UIKit on the Mac is finally here! by Tim Oliver @TimOliverAU
- 基本的にはkarnelは一緒だけどUIの部分が違った
- macはAppKit、iOSはUIKit
- AppKitの歴史、UIKitの歴史
- AppKitは1994年、UIKitは2005年
- UIKitのデザインはAppKitの経験を経て改善された
参加してなくてもついていけるもん!WWDCゴリゴリキャッチアップ会20190617の参加メモ
-
「Sing in with Apple」@d_date
- Apple IDでサインインが出来て以下がとれる
- User ID
- Apple IDでサインインが出来て以下がとれる
-
Full Name
- 『 Storyboard Preview by Swift UI 』板谷 晃良
- 発表資料
- https://github.com/AkkeyLab/StoryboardPreviewsBySwiftUI
- wwdcに3名が参加した
- 報告会2回目以上の方多い
- SwiftUIに興味がある人結構多い
- SwiftUI導入無理ぽい、iOS13だし。
15分枠(1) hisa9chi:「MacStadium使ってみた」
- 発表資料
- SWETチームの方
- 開発現場で抱えている課題
- 物理的リソース
- 物理マシンの設置スペース
- 物理的リソース
- 電源容量問題
遅れて参加のためここより以前のものはメモできず..他の登壇者の資料などはwikiを参考にしてください。
- @ryo_kosuge
- https://speakerdeck.com/ryokosuge/guang-gao-shi-zhuang-kousurutoxing-sedayo
- 「広告実装、こうすると幸せだよ」
- FluctSDK iOSの開発をしている
- アプリ
- バナー実装
- refresh rateはいじらないほうがいい
- バナー広告のリフレッシュ=切り替え時間
- 管理画面で変えられるのでアプリに埋め込まないほうがいい