Pinned Loading
-
hunyuan-text2video-comfyui-workflows
hunyuan-text2video-comfyui-workflows PublicWorkflows to make videos with tencent's hunyuan video model...
-
Like rot13, but 96 characters get sw...
Like rot13, but 96 characters get swapped instead of just 13 1function rot96(n){for(var t,i,o="\n\t",r=30;r<128;r++)o+=String.fromCodePoint(r);i=o.length;return n.split("").map(n=>(t=o.indexOf(n),o[(t+i/2)%i])).join("")}
-
Self Extracting HTML JavaScript GZIP...
Self Extracting HTML JavaScript GZIP/ZLIB Compression Deflate Packer 1<h1>Self Extracting Web Compression</h1><textarea rows=10 cols=100 id=input ondrop="up();return!1" placeholder=Drop></textarea><br>Compress: <input type=button value=GZIP onclick=compress('gzip')> <input type=button value=ZLIB onclick=compress('deflate')> <input type=button value=RAW onclick=compress('deflate-raw')> HTML <input type=checkbox id=htm checked onclick=if(this.checked)js.checked=0> JavaScript <input type=checkbox id=js onclick=if(this.checked)htm.checked=0><br><textarea id=output rows=10 cols=100 ondrop="up();return!1" onmouseover=this.select()></textarea><h1 id=siz></h1><script>async function compress(e,t,n,a){if(js.checked)t="eval",n="",a=";";if(htm.checked)t="document.write",n="<script>",a="<\/script>";for(var o=(new TextEncoder).encode(input.value),i=new CompressionStream(e),o=new Blob([o]).stream().pipeThrough(i),i=await(await new Response(o).blob()).arrayBuffer(),r=new Uint8Array(i),u="",s=0;s<r.byteLength;s++)u+=String.fromCharCode(r[s]);setTimeout(sz,420),output.value=n+'!async function(e,A=new DecompressionStream("'+e+'")){e=(await(await fetch("data:WHAK;base64,'+btoa(u)+'")).blob()).stream().pipeThrough(A);return(await new Response(e).blob()).text()}().then(e=>{'+t+"(e)})"+a}function sz(){var e=input.value,t=output.value,n=e.length-t.length,n=e.length?(100*n/e.length).toFixed(2):0;siz.innerHTML=e.length+" versus "+t.length+". You saved "+n+"%"}function up(){with(new FileReader)readAsDataURL(event.dataTransfer.files[0]),onload=e=>{e=result,output.value=e,input.value=atob(e.split(",")[1])}}</script>
-
video-frame-extractor.html
video-frame-extractor.html PublicLocally Extract Video Frames As PNG Images. I show the prompt I use on Claude.AI to show how I made it...
HTML
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.