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
<pre> | |
<code>@keyframes rounded-mask-reveal { | |
from { | |
clip-path: inset(10% 10% 10% 10% round 30px); | |
} | |
to { | |
clip-path: inset(0% 0% 0% 0% round 30px); | |
} | |
} |
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
""" | |
Purpose: | |
Interact with the UPDATED OpenAI API Supports 1.2.3+ | |
Provide supporting prompt engineering functions. | |
""" | |
""" | |
Purpose: | |
Interact with the OpenAI API. | |
Provide supporting prompt engineering functions. | |
""" |
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)
#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.
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)(); |
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
<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> |
NewerOlder