タグ

programmingに関するbricklifeのブックマーク (342)

  • 子どもだけではなく全ての日本国民にとってプログラミングが重要である、たった1つの理由


     2020 Viscuit  2045
    子どもだけではなく全ての日本国民にとってプログラミングが重要である、たった1つの理由
    bricklife
    bricklife 2016/08/23
    全面的に同意「プログラミングを行うことで、コンピュータの“ワケの分からなさ”が少しずつ理解できます」
  • gitにおけるコミットログ/メッセージ例文集100


     使  
    gitにおけるコミットログ/メッセージ例文集100
  • プログラミング原則一覧 - Strategic Choice

    見つけた時に逐次エントリしている「プログラミング原則」カテゴリの一覧です。不定期に追加しています。プログラミング一般デメテルの法則DRY原則YAGNIKISS原則OAOOUNIX哲学可逆性曳光弾直交性契約による設計 DbCプログラマの三大美徳PIEの原則SLAPパフォーマンスチューニングの格言驚き最小の原則オブジェクト指向プログラミングパルナスの規則抽象データ型サブタイプ求めるな、命じよコマンドとクエリ分離原則オブジェクト指向設計パターン言語生成・使用分離の原則パターンの定義IOP

  • ズンドコキヨシ with RxSwift 最終版と試行錯誤の歴史 - Qiita

    前作「ズンドコキヨシ with RxSwift」は、とりあえずサクっとRxSwiftで書いてみたバージョンだったので、ちゃんと動いてはいるもののいくつか不満がありました。 出力がdoOnNextとsubscribeCompletedに分かれている 終了判定のために流のストリームを変形している リズム感アップのためにキ・ヨ・シ!前にタイミング調整をしている scanを使っているところにRxっぽさが欠けるw 上記を解消しようと色々試行錯誤した結果、できたのが以下です。自分の中ではこれを最終版としました。 import Foundation import RxSwift enum ズンドコ: UInt32 { case ズン case ドコ } let ズンドコ川 = Observable<Int>.interval(0.5, scheduler: MainScheduler.instance

    ズンドコキヨシ with RxSwift 最終版と試行錯誤の歴史 - Qiita
    bricklife
    bricklife 2016/03/30
    飽きずにズンドコしてました。ご査収ください
  • 3歳児向けプログラミング学習教材「Cubetto」--LOGOの世界を木の玩具で再現


    STEMKickstarterLEGOPhiroArduinoWinkVortexRobo Wunderkind 使CubettoKickstarter CubettoLOGOLOGOLEGO
    3歳児向けプログラミング学習教材「Cubetto」--LOGOの世界を木の玩具で再現
    bricklife
    bricklife 2016/03/24
    これは支援したい!
  • Reactive Swift Meetup (2016/04/13 19:00〜)


     iOS1辿ReactiveFRPRxSwiftReactiveCocoaReSwiftSwiftFluxSwiftBondMVVMFRP  wantedly sync URL http://s.wantedly.com/1qvAX9H Twitter #Reactive_Swift_Meetup 
    Reactive Swift Meetup (2016/04/13 19:00〜)
    bricklife
    bricklife 2016/03/22
    「RxSwift、ReactiveCocoa、ReSwift、Flux、SwiftBond、MVVM、FRPなどの各技術の活用について」
  • Swiftで文字列または数値のみを許容する型を作ってDictionaryのキーとして使う - Qiita


    JSONRPCKitSwiftJSON-RPC 2.0  JSON-RPC 2.0idenum使public enum RequestIdentifier { case NumberIdentifier(Int) case StringIdentifier(String) } extension RequestIdentifier {public init?(value: AnyObject) { switch value { case let number as Int: self = .NumberIdentifier(number) case let string as St
    Swiftで文字列または数値のみを許容する型を作ってDictionaryのキーとして使う - Qiita
    bricklife
    bricklife 2016/03/08
    小ネタを投稿しました
  • 明日から使えるRxJava頻出パターン

    PostgreSQLの行レベルセキュリティと SpringAOPでマルチテナントの ユーザー間情報漏洩を防止する (JJUG CCC 2021 Spring)Koichiro Matsuoka

    明日から使えるRxJava頻出パターン
    bricklife
    bricklife 2016/02/19
    Rx啓蒙によい資料。使っているのはRxJavaだけど考え方はRx系全般で使える
  • アプリ開発と状態遷移の管理 - ninjinkun's diary


    WebCROSS2016 ReduxSwiftReSwift使使  iOSAndroidViewController UserManager LikesManager BookmarkManager U
    アプリ開発と状態遷移の管理 - ninjinkun's diary
    bricklife
    bricklife 2016/02/03
    アラートやアニメーションの取り扱いはいつも悩むところ。ユーザの操作に対してリアクションしつつ裏でデータを更新したいときとか
  • LEGO® Education WeDo 2.0 予約販売サイト|レゴ エデュケーション 正規販売代理店 (株) アフレル


    ® LEGO® Education WeDo 2.0  WeDo 2.0  () Programmingwith Hands-on & Heads-in! WeDo 2.0  ®  調 
    LEGO® Education WeDo 2.0 予約販売サイト|レゴ エデュケーション 正規販売代理店 (株) アフレル
    bricklife
    bricklife 2016/01/27
    WeDoが2.0になってUSBケーブルから開放された! Bluetooth接続でWin、Mac、iOS、Androidからプログラミングできるように
  • MSX-BASIC の1画面プログラミング技術 - nagix


     MSX Advent Calendar 2015 6 1980 MSXFAN  MSX-BASIC 稿稿1N10 1MSX 0402411 -  - Wikipedia  
    MSX-BASIC の1画面プログラミング技術 - nagix
    bricklife
    bricklife 2015/12/07
    VPOKEとかなつかしい
  • try! Swift

    try! Swift Swift ?? 💥 2016.3.2〜2016.3.4 東京・渋谷 Twitterで@tryswiftconfをフォローしてください! #tryswiftconf try! Swift is an immersive community gathering about iOS、watchOS, and tvOS development in Swift. try! Swiftは世界中のSwiftデベロッパーが一堂に会し、知識や技術を互いに共有し高め合うことを目的としたカンファレンスです。

    bricklife
    bricklife 2015/11/18
    めっちゃいきたい! もしいけなかったらtry? Swiftという裏番組やるかな…
  • milen.me — Swift Generic Protocols

    Published on 04 Sep, 2015 Protocols in Swift can be generic via abstract type members rather than parameterisation. Consequently, the protocol itself can no longer be used as a type but only as a generic constraint. The Problem If you tried to use a generic protocol as a type as follows: protocol GenericProtocol { typealias AbstractType func magic() -> AbstractType } let list : [GenericProtocol] =

    bricklife
    bricklife 2015/11/11
    typealiasを持つプロトコルの取り回しに苦労してたところにヒント発見
  • PHP BLT #1 (2015/11/24 19:00〜)

    PHP BLT は 参加者全員がTipsを発表(Lightning Talk)する というコンセプトの PHP周辺エンジニア・Web/サーバーサイド全般の勉強会 です (ただし、今回はオーディエンス枠もあります)。 参加枠 LT発表枠 -> LTを発表いただく参加者の枠です オーディエンス枠 -> LTの発表なしで聴衆としてご参加いただける枠です(もちろんオーディエンス枠でもブログなどでまとめていただくことは歓迎です) ブログまとめ枠 -> LTの発表なしでブログに発表内容をまとめていただく前提でご参加いただける枠です 持ち物 LT[5分](発表者) LT用のPC(Mini DisplayPort – VGAアダプタ は会場にございます) 場所 株式会社メルカリ 東京支社オフィス 東京都港区六木6-10-1 六木ヒルズ森タワー18F 入館の方法 18:30開場、19:00開始の予定です

    PHP BLT #1 (2015/11/24 19:00〜)
    bricklife
    bricklife 2015/11/06
    potatotipsのPHP版みたいな勉強会をメルカリで開催しますよ!
  • Label under image in UIButton

    I'm trying to create a button which has some text beneath the icon (sorta like the app buttons) however it seems to be quite difficult to achieve. Any ideas how can I go about get the text to display below the image with a UIButton?

    Label under image in UIButton
    bricklife
    bricklife 2015/10/27
    UIButtonで画像の下にテキストを表示する方法いろいろ
  • Let's Play: Refactor the Mega Controller!

    About the content This content has been published here with the express permission of the author. So you’ve got a huge view controller that knows about everything. It’s become a puppeteer mastermind whose responsibilities have somehow grown to simultaneously encompass disk I/O and navigation bar styling. Andy Matuschak live codes solutions to reduce the size of the beast, and refactors out its res

    Let's Play: Refactor the Mega Controller!
    bricklife
    bricklife 2015/10/20
    これまでこういうVCいっぱい書いてきたわ…。Swift 2.0的なリファクタリングがとても参考になる
  • GitHub - bricklife/ReactKit-APIKit-Himotoki-sample: Incremental search sample created using ReactKit, APIKit and Himotoki

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    GitHub - bricklife/ReactKit-APIKit-Himotoki-sample: Incremental search sample created using ReactKit, APIKit and Himotoki
    bricklife
    bricklife 2015/10/08
    ReactKit、APIKit、Himotokiを使ってQiitaをインクリメンタルサーチするデモ
  • Gitのつくりかた | メルカリエンジニアリング


     @DQNEO  GitCGitGit C CGit CWebGit  () 使 GitLinus Tovals
    Gitのつくりかた | メルカリエンジニアリング
    bricklife
    bricklife 2015/09/14
    「誤解を恐れずに言えば、Gitとは一種のコンテンツ管理システムであり、その実体はKVSです」
  • 私が挫折を繰り返したのちにコーディングを習得するに至った経緯 | POSTD


    Project EulerWeb Colin Hughes11姿QWERTYORIC-1 Micro Computer2130 1112945000
    私が挫折を繰り返したのちにコーディングを習得するに至った経緯 | POSTD
    bricklife
    bricklife 2015/09/04
    「学校で履修されている数学を見るのは心が痛む」「創造することのスリルや喜び、痛みや苦しみまでもが失われます」
  • Reactive とは何か? #reactive_shinjuku

    2015/08/18 Reactive System Meetup in 西新宿 by @okapies http://reactive-shinjuku.connpass.com/event/17991/

    Reactive とは何か? #reactive_shinjuku
    bricklife
    bricklife 2015/08/20
    リアクティブプログラミングなどのReactiveなものについてどう説明すればいいかいつも悩んでいたけど、これはわかりやすい!