Skip to content

Instantly share code, notes, and snippets.

View nonlinear's full-sized avatar

Nicholas Frota nonlinear

View GitHub Profile
@nonlinear
nonlinear / apple-scroll.markdown
Created February 28, 2023 23:58
Apple scroll

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am nonlinear on github.
* I am nonlinear (https://keybase.io/nonlinear) on keybase.
* I have a public key ASAslfmqed807TFC0dZPPcOSZohNVdwKstl6LIqmtbKqQAo
To claim this, I am signing this object:

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@nonlinear
nonlinear / class02.tsv
Last active May 8, 2017 22:44
Anscombe's Quartet II
group x y
I 10 8.04
I 8 6.95
I 13 7.58
I 9 8.81
I 11 8.33
I 14 9.96
I 6 7.24
I 4 4.26
I 12 10.84
@nonlinear
nonlinear / sketch.md
Last active November 29, 2016 16:35
Sketch Shortcuts

Artboard Tools

Arrange cmd+control+1
Group control+alt+1
Zoom cmd+4
Previous cmd+control+[
Next cmd+control+]

Distributor

```flow
st=>start: Start
e=>end
op=>operation: My Operation
cond=>condition: Yes or No?
st->op->cond
cond(yes)->e
cond(no)->op
```
Verifying that +nonlinear is my blockchain ID. https://onename.com/nonlinear
@nonlinear
nonlinear / template.sublime-project
Created December 9, 2013 15:30
sublime-project
// TODO:
// 1. on line 7, change path to proper folder
{
"folders":
[
{
"path": "/Users/nonlinear/Documents/Projects/tradefolio"
}
],
"settings":
@nonlinear
nonlinear / bootstrap_button.html
Last active December 28, 2015 22:59
bootstrap_button
<!-- Options:
loading: data-loading-text="Loading..."
contrast: btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-link
size: .btn-lg, .btn-sm, or .btn-xs
action: .active, .disabled
other: .btn-block, .pull-right, .pull-left -->
<button type="button" class="btn btn-default">[Content]</button>