Skip to content

Instantly share code, notes, and snippets.

View harritaylor's full-sized avatar

Harri Taylor harritaylor

View GitHub Profile
@harritaylor
harritaylor / Atreus-miryoku.ino
Last active February 13, 2021 12:58 — forked from joeynguyen/Atreus2-Firmware.ino
Implementation of the miryoku (https://github.com/manna-harbour/miryoku) layout for keyboardio atreus running kaleidoscope, with a few personal tweaks.
/* -*- mode: c++ -*-
Atreus -- Chrysalis-enabled Sketch for the Keyboardio Atreusy
Copyright (C) 2018, 2019 Keyboard.io, Inc
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@harritaylor
harritaylor / cifar100_labels.md
Created September 18, 2020 08:46
I couldn't find a listing of CIFAR100 labels in order anywhere. Here they are 🎁
def unpickle(file):
    import pickle
    with open(file, 'rb') as fo:
        dict = pickle.load(fo, encoding='bytes')
        return dict
        
meta = unpickle("./cifar-100-python/meta")

fine_labels = [lbl.decode("utf-8") for lbl in meta[b'fine_label_names']]
@harritaylor
harritaylor / keybase.md
Created December 4, 2019 23:59
keybase.md

Keybase proof

I hereby claim:

  • I am harritaylor on github.
  • I am harritaylor (https://keybase.io/harritaylor) on keybase.
  • I have a public key ASD4577JGHtWjRTBRpCGDCiUBzNn3Z37nSKXcUtupITvpAo

To claim this, I am signing this object: