Css and Js Rain
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
const words = [ | |
'cigar', | |
'rebut', | |
'sissy', | |
'humph', | |
'awake', | |
'blush', | |
'focal', |
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
<div class="flex justify-center mt-10"> | |
<div class="flex flex-col"> | |
<div class="flex flex-row"> | |
<div class="flex flex-col rounded"> | |
<div class="flex w-full flex-col mb-10 border border-l-0"> | |
<div class="flex w-24 my-1">Team 1</div> | |
<div class="flex w-24 my-1">Team 2</div> | |
</div> | |
<div class="flex w-full flex-col mb-10 border border-l-0"> | |
<div class="flex w-24 my-1">Team 1</div> |
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
for file in *.js; do mv "$file" "${file/old-value/new-value}”; done |
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
const webshot = require('webshot'); | |
const streamToPromise = require('stream-to-promise') | |
var stream = webshot('www.google.com', { | |
screenSize: { | |
height:480, | |
width:600 | |
} | |
}); |
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
find . -depth -name '*a_*' -execdir bash -c 'mv "$0" "${0//a_/b_}"' {} \; |
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
!function(){function t(){var t=new Audio("http://www.the3eds.com/private/MC%20Hammer%20-%20Hammertime.mp3");t.play()}function e(){i=document.createElement("img"),i.src="https://38.media.tumblr.com/17553eb21cb7b8cbd985813a7c335a47/tumblr_mgwcl7550T1s3hncbo1_250.gif",i.style.position="fixed",i.style.bottom="0px",i.style.left="0px";var t=document.getElementsByTagName("body")[0];t.appendChild(i)}function n(){var t=0,e=!0,n=i.width;setInterval(function(){e&&t<window.innerWidth-n?t+=20:t>0?(e=!1,t-=20):e=!0,i.style.left=t+"px"},50)}var i;t(),e(),n()}(); |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="description" content="Simon" /> | |
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
#game{ | |
margin:0 auto; |
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
.container { | |
width: 200px; | |
height: 200px; | |
position: relative; | |
perspective: 1000px; | |
} | |
#cube { |
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
body{ | |
background-color:black; | |
} | |
#title{ | |
color:#fff; | |
font-size:18px; | |
margin-bottom:20px | |
} |
NewerOlder