Skip to content

Instantly share code, notes, and snippets.

View jjhesk's full-sized avatar
💊
cybernetics

SodiDav jjhesk

💊
cybernetics
  • ZZY
View GitHub Profile
@jjhesk
jjhesk / index.html
Created September 30, 2020 04:04
Neon "Open" Sign
<div>
<p>
<span>O</span>
<span>P</span>
<span>E</span>
<span>N</span>
</p>
</div>
@jjhesk
jjhesk / click-and-copy-to-clipboard-referral-invite-links.markdown
Created September 30, 2020 03:56
Click and Copy to Clipboard (referral/invite links)
@jjhesk
jjhesk / io-ws1m.svg
Created February 25, 2019 11:11
some parts
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<style id="jsbin-css">
/* Now with ugly css! */
textarea {
width: 90%;
}
input {} button {
font-size: 2em;
padding: 1%;
margin: 2%;
<style id="jsbin-css">
/* Now with ugly css! */
textarea {
width: 90%;
}
input {} button {
font-size: 2em;
padding: 1%;
margin: 2%;
<style id="jsbin-css">
/* Now with ugly css! */
textarea {
width: 90%;
}
input {} button {
font-size: 2em;
padding: 1%;
margin: 2%;
<style id="jsbin-css">
/* Now with ugly css! */
textarea {
width: 90%;
}
input {} button {
font-size: 2em;
padding: 1%;
margin: 2%;
<style id="jsbin-css">
/* Now with ugly css! */
textarea {
width: 90%;
}
input {} button {
font-size: 2em;
padding: 1%;
margin: 2%;
<style id="jsbin-css">
/* Now with ugly css! */
textarea {
width: 90%;
}
input {} button {
font-size: 2em;
padding: 1%;
margin: 2%;
@jjhesk
jjhesk / check the number
Created January 6, 2019 14:07
jschecker.js
function check(event) {
var randomize = document.getElementById('randomize').value;
// var pattern = /"(.+?)" "(.+?)" "(.+?)" "(.+?)"/;
var ss, ssh, cs, nb, sn;
clear();
if (randomize.length > 64) {