Skip to content

Instantly share code, notes, and snippets.

View jurb's full-sized avatar

Jurian jurb

View GitHub Profile
@jurb
jurb / SketchSystems.spec
Last active September 29, 2020 08:52
My Awesome Sketch
My Awesome Sketch
First State
some event -> Second State
Second State
some event -> First State
My Awesome Sketch2
First State2
some event -> Second State
Second State2
@jurb
jurb / gist:d802879b7c8fa9676cccae453e3c5b83
Created July 12, 2019 15:49
blockstack verification
Verifying my Blockstack ID is secured with the address 1C7LGRewNUotAnyARo5D8c9XtdiAnx5z9Q https://explorer.blockstack.org/address/1C7LGRewNUotAnyARo5D8c9XtdiAnx5z9Q
@jurb
jurb / gist:77eb8cb2d5dfcd959faea6f549f26c14
Created July 12, 2019 08:17
Blockstack verification
Verifying my Blockstack ID is secured with the address 1HPBZbj6BLhpC75772n2XBncKfvarz1ThQ https://explorer.blockstack.org/address/1HPBZbj6BLhpC75772n2XBncKfvarz1ThQ
@jurb
jurb / .block
Last active May 22, 2019 07:30
fresh block
license: mit

Keybase proof

I hereby claim:

  • I am jurb on github.
  • I am jurb (https://keybase.io/jurb) on keybase.
  • I have a public key ASAvcMvYGGHYV-1QgyfR1i-c1B2-jIHA_vS4ppC3HXPGFQo

To claim this, I am signing this object:

Verifying my Blockstack ID is secured with the address 1HuG89C1J6AbaDmEGzkHL8sQR8BV6CzbUR https://explorer.blockstack.org/address/1HuG89C1J6AbaDmEGzkHL8sQR8BV6CzbUR
@jurb
jurb / README.md
Last active May 2, 2023 05:48
Filter values with checkboxes and URL parameters

This little thing creates checkboxes to filter a dataset on values of a column you specify. Also, it lets you filter the data with parameters in the URL. Checking the boxes adjusts the URL, making it easy to share a certain configuration of your data.

Also added a copy to clipboard button for convenience (works only on desktop, is hidden on mobile).

Uses lodash for convenient and cross-browser array filtering, and jQuery for the copy to clipboard button.

@jurb
jurb / silk-blog-embed-examples.html
Last active August 30, 2015 11:35
Silk blog embed examples
<!-- Wide stackchart. Note that you just need to include
the URL inside the <iframe> tag. Strip away other markup
generated by Silk from the explore page. Also note that
you can but text inside the <figcaption> tag to put a
caption below the embed. -->
<figure style="max-width:860px">
<iframe src="//playboy.silk.co/s/embed/stackchart/collection/decades/numeric/blonde-playmates/numeric/brunette-playmates/numeric/redhead-playmates/slice/0/10"></iframe>
<figcaption>
Data from <a href="http://playboy.silk.co">playboy.silk.co</a>
</figcaption>
<center>
<video width="600" height="575" controls="" poster="screencast.png">
<source src="screencast.mp4" type="video/mp4">
<source src="screencast.ogv" type="video/ogg">
</video>
</center>