I hereby claim:
- I am mistzzt on github.
- I am misting (https://keybase.io/misting) on keybase.
- I have a public key ASDnQuf1U1n55DwANfeBWH4gEi3lRm4ezTh9ppkLM4KUVQo
To claim this, I am signing this object:
- name: app2 | |
query: 'f: (a -> b -> c) -> g: (a -> b) -> x: a -> c' | |
class: | |
- - \f g x -> f x (g x) | |
- \f g x -> f x (g $ x) | |
- \f g x -> f (fst ((x , (g x)))) (snd ((x , (g x)))) | |
- \f g x -> f (fromMaybe x Nothing) (g x) | |
- \f g x -> f (fromMaybe x Nothing) (g (fromMaybe x Nothing)) | |
- \f g x -> fromMaybe (f x (g x)) Nothing | |
- \f g x -> f x (g (fromMaybe x Nothing)) |
// ==UserScript== | |
// @name cs140bypass | |
// @namespace ucsd.cse | |
// @version 0.0.3 | |
// @description yeman cse 140 | |
// @author mist | |
// @license MIT | |
// @date 2019-05-13 | |
// @match *://learn.zybooks.com/zybook/UCSDCSE140ChengSpring2019/* | |
// @grant none |
#!/bin/bash | |
set -e | |
# Install cab-extracting utility | |
brew install cabextract | |
mkdir /tmp/consolas/ | |
cd /tmp/consolas | |
curl -LO https://sourceforge.net/projects/mscorefonts2/files/cabs/PowerPointViewer.exe |
I hereby claim:
To claim this, I am signing this object:
<?xml version="1.0" encoding="utf-8"?> | |
<XnaContent xmlns:Graphics="ReLogic.Content.Pipeline"> | |
<Asset Type="Graphics:DynamicFontDescription"> | |
<!-- | |
Modify this string to change the default font that will be imported. | |
--> | |
<FontName>Andy</FontName> | |
<!-- |