Skip to content

Instantly share code, notes, and snippets.

View qcgm1978's full-sized avatar
😈
Fight

Youth qcgm1978

😈
Fight
  • 10:52 (UTC -12:00)
View GitHub Profile
console.group("inception movie");
var inception = (function() {
/* on flight: arianna's dream */
var timerate = 1;
timerate=1/40*365*24;//The period of the final of the film reveals about forty years passed because the older man is about 80 now and was about 40 before the dream. So the period hours is 40*365*24. There are total 5 levels of all the dreams so the time rate should about 1/Math.pow(40*365*24,1/5)≈1/12.85≈0.078.
var team = ["Yusuf", "Arthur", "Eames", "Saito", "Arianna", "Dominic", "Mr.Fischer"];
console.log("Real world", team);
@qcgm1978
qcgm1978 / dabblet.css
Last active February 24, 2019 06:23 — forked from csssecrets/dabblet.css
Translucent borders
/**
* Translucent borders
*/
body {
background: url('http://csssecrets.io/images/stone-art.jpg');
}
div {
border: 10px solid hsla(0,0%,100%,.5);