README.md
bin/
bp/
01_syre_footwear.js
04_pub_healthcare.js
IMPLEMENTATION_SUMMARY.md
This file contains hidden or 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
| cat > /tmp/mov.rb << 'EOF' | |
| #!/data/data/com.termux/files/usr/bin/ruby | |
| # frozen_string_literal: true | |
| # mov.rb – auto-download highly rated movies to Android TV | |
| # Usage: ./mov.rb [--interactive] [--dry-run] [--max N] [--quality 1080p] | |
| require "json" | |
| require "net/http" | |
| require "uri" |
This file contains hidden or 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
| cat > /tmp/mov.rb << 'EOF' | |
| #!/data/data/com.termux/files/usr/bin/ruby | |
| # frozen_string_literal: true | |
| # mov.rb – auto-download highly rated movies to Android TV | |
| # Usage: ./mov.rb [--interactive] [--dry-run] [--max N] [--quality 1080p] | |
| require "json" | |
| require "net/http" | |
| require "uri" |
This file contains hidden or 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
| ```diff | |
| diff --git a/.gitignore b/.gitignore | |
| index abc1234..def5678 100644 | |
| --- a/.gitignore | |
| +++ b/.gitignore | |
| @@ -1,3 +1,5 @@ | |
| *.gem | |
| *.rbc | |
| +*.tgz | |
| *.tar.gz |
Check If a particle is inside the sphere and assign a new color to the faces of it.
A Pen by Sascha Sigl on CodePen.
This file contains hidden or 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> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>ParticleSlider</title> | |
| </head> | |
| <body id="particle-slider"> | |
| <div class="slides"> | |
| <div id="first-slide" class="slide" data-src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAGQCAMAAABh+/QGAAAC9FBMVEXu7u7u7u7////5+fn////u7u78/Pz7+/v////////////5+fn////////////7+/v////////////39/f////6+vr+/v76+vr////////39/f////v7+/9/f3v7+/////////+/v74+Pj////////////////////8/Pz5+fn////////////w8PD+/v7z8/P////7+/v////////9/f3u7u7////////4+Pj////////////////////////////////////u7u7////6+vr////09PT////////////////////////////////4+Pj////////y8vL////////////////////////v7+/////////////09PTu7u79/f3////////39/f////////////////////////////////////////////8/Pz////29vb////////z8/P////////////////x8fH////////////////////////z8/P////z8/P////////////////////////////////////19fX////v7+/x8fH////////////////////39/f////////w8PD////////x8fHz8/P////////////z8/P19fX////19fX////////////y8vL////29vb////x8fH////29vb//////////////////////////// |
Colorful particles attracted and emited by the cursor
A Pen by Gabriel Valfridsson on CodePen.
NewerOlder