This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<canvas id="canvas"></canvas> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Brian Roach", | |
"label": "Senior Technical Product Manager + Engineer", | |
"summary": "Experienced Senior Product Manager with a decade of success in driving product growth from concept to launch. Unique background product management with strong technical foundation. I can code, design, and lead cross-functional teams to deliver high-quality products. Intersted in building products that empower creators and communities. Currently exploring MIR and audio-ML for audico and video production.", | |
"email": "[email protected]", | |
"phone": "", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://cdn.tailwindcss.com"></script> | |
</head> | |
<body class="bg-black p-10"> | |
<section id="interactiveInterface" class="grid grid-cols-5 grid-rows-5 gap-4 rounded-t-xl overflow-hidden p-10"> | |
</section> | |
<div id="keyContainer"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="progress pink"> | |
<div class="indeterminate white"></div> | |
</div> | |
<div class="app" style="display: none;"> | |
<div class="sequencer"> | |
<div class="steps"></div> | |
</div> | |
<a class="regenerate btn-floating btn-large waves-effect waves-light pink darken-2 pulse"> | |
<i class="material-icons">refresh</i> | |
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="machine-bg"> | |
<div class="player"></div> | |
<div class="controls top-controls"> | |
<div> | |
<div id="temperature" class="mdc-slider" tabindex="0" role="slider" aria-valuemin="0.2" aria-valuemax="2" aria-valuenow="1.1" | |
aria-label="Select temperature"> | |
<div class="mdc-slider__track-container"> | |
<div class="mdc-slider__track"></div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function()%7Bvar%20a=window.location.href;a.match(/%5Ehttps:%5C/%5C/(www%5C.)?arxiv%5C.org/)?window.location.href=a.replace(%22arxiv.org%22,%22ar5iv.labs.arxiv.org%22):a.match(/%5Ehttps:%5C/%5C/(www%5C.)?ar5iv%5C.labs%5C.arxiv%5C.org/)&&(window.location.href=a.replace(%22ar5iv.labs.arxiv.org%22,%22arxiv.org%22))%7D)(); |
#FuzzyJsPlus
#FuzzyMatching
#JavaScript
#NodeJS
#Deno
#CLI
#Async
#FZF
#Golang
#WebDevelopment
#TypeScript
FuzzyJsPlus is a port of the fuzzy finder command line tool FZF to JavaScript. While not as performant as its Golang counterpart, it provides fast and efficient fuzzy matching capabilities in JavaScript environments, such as Node.js and Deno, or even in the browser.
So you want to write a sync system for a web app with offline and realtime support? Good luck. You might find the following resources useful.
-
Database in a browser, a spec (Stepan Parunashvili)
What problem are we trying to solve with a sync system?
-
The web of tomorrow (Nikita Prokopov)
OlderNewer