Skip to content

Instantly share code, notes, and snippets.

View jonmaim's full-sized avatar
🌍
Back in Europe!

Jon Maim jonmaim

🌍
Back in Europe!
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jonmaim on github.
  • I am jonmaim (https://keybase.io/jonmaim) on keybase.
  • I have a public key ASAgVwTEflcw0rY7tZrrAsdtyV1mEFhD2twakOr-WtShMgo

To claim this, I am signing this object:

@jonmaim
jonmaim / timezoneConversions.json
Created April 23, 2020 10:02 — forked from danderson00/timezoneConversions.json
Convert Windows time zone names to IANA names. Derived from http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml using the `001` territory for each zone.
{
"Dateline Standard Time": "Etc/GMT+12",
"UTC-11": "Etc/GMT+11",
"Aleutian Standard Time": "America/Adak",
"Hawaiian Standard Time": "Pacific/Honolulu",
"Marquesas Standard Time": "Pacific/Marquesas",
"Alaskan Standard Time": "America/Anchorage",
"UTC-09": "Etc/GMT+9",
"Pacific Standard Time (Mexico)": "America/Tijuana",
"UTC-08": "Etc/GMT+8",
@jonmaim
jonmaim / import_migration.json
Created June 22, 2020 15:48
Migration to Android X
{
"android.arch.core.executor.AppToolkitTaskExecutor": "androidx.arch.core.executor.AppToolkitTaskExecutor",
"android.arch.core.executor.ArchTaskExecutor": "androidx.arch.core.executor.ArchTaskExecutor",
"android.arch.core.executor.DefaultTaskExecutor": "androidx.arch.core.executor.DefaultTaskExecutor",
"android.arch.core.executor.JunitTaskExecutorRule": "androidx.arch.core.executor.JunitTaskExecutorRule",
"android.arch.core.executor.TaskExecutor": "androidx.arch.core.executor.TaskExecutor",
"android.arch.core.executor.TaskExecutorWithFakeMainThread": "androidx.arch.core.executor.TaskExecutorWithFakeMainThread",
"android.arch.core.executor.testing.CountingTaskExecutorRule": "androidx.arch.core.executor.testing.CountingTaskExecutorRule",
"android.arch.core.executor.testing.InstantTaskExecutorRule": "androidx.arch.core.executor.testing.InstantTaskExecutorRule",
"android.arch.core.internal.FastSafeIterableMap": "androidx.arch.core.internal.FastSafeIterableMap",