Skip to content

Instantly share code, notes, and snippets.

View cheebow's full-sized avatar

Motokazu Sekine cheebow

View GitHub Profile
@kalupas226
kalupas226 / JapaneseTCA.md
Last active December 13, 2023 06:00
A Japanese translation of The Composable Architecture's README.md

The Composable Architecture

CI Slack

The Composable Architecture (省略すると TCA) は、コンポジション、テスト、開発者にとっての使いやすさを考慮し、一貫性のある理解しやすい方法でアプリケーションを構築するためのライブラリです。SwiftUI、UIKit などで使用することができ、Apple のどのプラットフォーム (iOS, macOS, tvOS, watchOS) でも使用

require 'open-uri'
require 'json'
response = open('http://www.idolfes.com/2016/json/timetable/time.json')
data = JSON.parse(response.read)
artists = {}
data.each do |day, stages|
stages.each do |stage, items|
items.each do |item|
@masuidrive
masuidrive / tif2016.rb
Last active July 21, 2016 06:44 — forked from cheebow/tif2016.rb
TIF2016出演アイドル別に出演時間を表示する
require 'open-uri'
require 'json'
response = open('http://www.idolfes.com/2016/json/timetable/time.json')
data = JSON.parse(response.read)
artists = {}
data.each do |day, stages|
stages.each do |stage, items|
items.each do |item|
@tigerbears
tigerbears / gist:9480433
Created March 11, 2014 06:11
Avoid arm64 builds with Xcode 5.1 and Cocoapods
Like many of us, my company's iOS project:
- Has dependencies preventing arm64 support
- Uses Cocoapods
- Relies upon CI
- Would love to be built with the new Xcode (and LLVM) 5.1 hotness
Since Xcode 5.1's standard supported architectures now includes arm64, we needed to remove that architecture in a way that would persist across clean installs of our pods during our Jenkins CI server's workflow. This is my first time working with Cocoapods, so I had to do some digging to tie up the loose ends.
The first step is simple enough:
@hayajo
hayajo / changelog_en.md
Last active May 3, 2024 08:29
ChangeLog を支える英語

ChangeLog を支える英語

ChangeLog を書く際によく使われる英語をまとめました。

ほとんど引用です。

基本形