Skip to content

Instantly share code, notes, and snippets.

View k3zi's full-sized avatar
💭
生きている

KZ k3zi

💭
生きている
View GitHub Profile
@k3zi
k3zi / pronunciation-resources.md
Last active February 10, 2024 09:15
English and Japanese Pronunciation Resources

Pronunciation Resources

Comment if you would like to see a resource added to the list.

Guides / Courses

あいうえおフォニックス (🇬🇧 English, Web, Free)
English phonetics video series made for a Japanese audience.
https://youtube.com/channel/UCX2tvXwAItLs5RhFFSGn9LQ

Dogen: Japanese Phonetics Series (🇯🇵 Japanese, Web, Paid)

@indragiek
indragiek / Theming.swift
Last active February 3, 2018 23:21
Swift API for theming on iOS
// Created by Indragie on 5/3/15.
// Copyright (c) 2015 Indragie Karunaratne. All rights reserved.
import UIKit
public protocol ThemeType {
typealias Target
func apply(target: Target)
}