Skip to content

Instantly share code, notes, and snippets.

View jmgao's full-sized avatar
☢️
ͬͤ ͬͬͤ ͦͬͬͤ ͬͦͬͬͤ ͤͬͦͬͬͤ ͬͤͬͦͬͬͤ ͬͬͤͬͦͬͬͤ ͦͬͬͤͬͦͬͬͤ ͬͦͬͬͤͬͦͬͬͤ ͤͬͦͬͬͤͬͦͬͬͤ ͬͦͬͬͤ

Josh Gao jmgao

☢️
ͬͤ ͬͬͤ ͦͬͬͤ ͬͦͬͬͤ ͤͬͦͬͬͤ ͬͤͬͦͬͬͤ ͬͬͤͬͦͬͬͤ ͦͬͬͤͬͦͬͬͤ ͬͦͬͬͤͬͦͬͬͤ ͤͬͦͬͬͤͬͦͬͬͤ ͬͦͬͬͤ
View GitHub Profile
RMS NOTATION TUTORIAL
BEHAVIOR
=: write-only
+: read/writeable
&: earlyclobber (impacts register sharing, defensive copying, etc.)
%: commutative
,: groups alternative constraints
?: discourages group of constraints
@pboos
pboos / AndroidManifest.xml
Last active December 14, 2015 07:49
Android: Install/uninstall scala on rooted phone. Beware! Only use this if you know what you are doing!
<uses-library android:name="ch.pboos.scala-library-2.10.0"/>
<uses-library android:name="ch.pboos.scala-actors-2.10.0"/>
<uses-library android:name="ch.pboos.scala-collection-2.10.0"/>
<uses-library android:name="ch.pboos.scala-immutable-2.10.0"/>
<uses-library android:name="ch.pboos.scala-mutable-2.10.0"/>