Skip to content

Instantly share code, notes, and snippets.

View RyogaK's full-sized avatar

Ryoga Kitagawa RyogaK

  • Rights-Apartment, Inc.
  • Tokushima, Japan
  • 04:36 (UTC +09:00)
View GitHub Profile
@staltz
staltz / introrx.md
Last active July 15, 2024 15:43
The introduction to Reactive Programming you've been missing

iOS

Bases

  • Realm: Local DB
  • SwiftTask: Extended promise
  • SwiftBond: Data bindings
  • Alamofire: Http client
  • AlamofireImage: Image loader w/ image filter
  • Moya: Http API wrapper
  • Unbox: Json parser
  • Swinject: DI container
@fujikky
fujikky / cleanup_bcsymbolmap
Last active February 19, 2020 05:17
Carthage's bcsymbolmap cleanup script
#!/bin/bash
function print_usage() {
echo "Usage: $0 [Options]"
echo "Options:"
echo " -h, --help Display usage"
echo " -p, --project-directory Directory containing Carthage project"
echo " -f, --force Omit confirmation"
exit 1
}