Skip to content

Instantly share code, notes, and snippets.

View lostintangent's full-sized avatar

Jonathan Carter lostintangent

  • GitHub Staff
  • Seattle, WA
  • 19:51 (UTC -07:00)
  • X @lostintangent
View GitHub Profile
@lostintangent
lostintangent / hexagonal-truchet-tiles.markdown
Created February 8, 2020 16:54
Hexagonal Truchet Tiles
@lostintangent
lostintangent / index.html
Last active July 13, 2020 19:55
Lighthouse
<div id="lighthouse">
<div class="top">
<div class="lightning-rod"></div>
<div class="cupola"></div>
<div class="light-room"></div>
</div>
<div class="last-story">
</div>
<div class="stories">
<div class="window"></div>

This is soo cool

@lostintangent
lostintangent / 1 - Intro---README.md
Last active March 18, 2025 20:34
Learning MobX (Side-Effects) [Archived]

1: Intro

Welcome to the interactive tutorial on how to use side-effect "operators" in MobX! Over the course of the next three samples, you'll learn (and be able to explore) exactly how autorun, when and reaction work, and when/why you would use them when building reactive applications.

@lostintangent
lostintangent / index.html
Last active December 6, 2022 05:53
Gorilla Band
<img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/108463/jake-weirick-Q_RBVFFXR_g-unsplash.jpg' alt=''>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="2555.1px" height="1443.7px" viewBox="0 0 2555.1 1443.7" style="enable-background:new 0 0 2555.1 1443.7;"
xml:space="preserve">
<defs>
</defs>
<g id="three">
<g>
@lostintangent
lostintangent / index.html
Last active February 5, 2020 14:48
1 Million Particle Fountain
<!-- See JS -->
<div>Tap for slow mo</div>
@lostintangent
lostintangent / createjs-infinite-irish-remix.markdown
Last active December 10, 2020 04:51
CreateJS: Infinite Irish Remix
@lostintangent
lostintangent / deep-sea-trench.markdown
Last active January 12, 2020 23:01
Deep Sea Trench
@lostintangent
lostintangent / codeswing.json
Last active December 31, 2020 06:54
GistPad - Template (React + TypeScript)
{
"scripts": [
"react",
"react-dom"
],
"styles": [
"font-awesome"
]
}