Skip to content

Instantly share code, notes, and snippets.

@joannecheng
joannecheng / TR.scala
Last active May 19, 2016 12:47
aaaagghhh
package com.martialcodex
import scala.language.implicitConversions
import android.app.{Activity,Dialog}
import android.view.{View,ViewGroup,LayoutInflater}
case class TypedResource[A](id: Int)
case class TypedLayout[A](id: Int)
object TR {
@joannecheng
joannecheng / android.mkd
Last active May 19, 2016 12:47
Stupid android details I keep forgetting

Android SDK manager

android

List targets

android list target

Create new avd:

@joannecheng
joannecheng / _.md
Last active May 19, 2016 12:47
ralph
@joannecheng
joannecheng / observations.mkd
Last active May 19, 2016 12:47
Strange things in Emacs evil mode
  • Can't navigate with home row
    • preferences
  • packages-list

Emacs Lesson 1

Keybindings Cheatsheet

Getting out
C-x C-cExit emacssave-buffers-kill-terminal
C-gCancel running or partially typed commandkeyboard-quit
@joannecheng
joannecheng / _.md
Created July 23, 2014 17:40
anim test
@joannecheng
joannecheng / _.md
Created July 23, 2014 17:06
anim test
/**
* This sketch demonstrates how to use an FFT to analyze
* the audio being generated by an AudioPlayer.
* <p>
* FFT stands for Fast Fourier Transform, which is a
* method of analyzing audio that allows you to visualize
* the frequency content of a signal. You've seen
* visualizations like this before in music players
* and car stereos.
* <p>
@joannecheng
joannecheng / _.md
Created May 6, 2014 21:48
Arc Animations
@joannecheng
joannecheng / index.html
Last active May 19, 2016 11:35
FutureJS Live Coding example
<!DOCTYPE html>
<meta charset="utf-8">
<style>
circle.jupiter {
fill: rgb(200, 80, 40);
}
circle.saturn {
fill: rgb(230, 180, 40);
}
circle.neptune {