Skip to content

Instantly share code, notes, and snippets.

@cybermarinella
cybermarinella / script.js
Created February 22, 2018 14:06
Sfera e Cubo
var scene = new THREE.Scene();
var camera = new THREE.PerspectiveCamera( 75, window.innerWidth/window.innerHeight, 0.1, 1000 );
var renderer = new THREE.WebGLRenderer();
renderer.setSize( window.innerWidth, window.innerHeight );
document.body.appendChild( renderer.domElement );
@cybermarinella
cybermarinella / Jazz Vampire.markdown
Last active November 27, 2015 20:35
Jazz Vampire
// Main Variables:
// I'm placing an underscore before each variable
// because I'm using rather generic names
// I'm using the underscore
// to avoid any accidents:
$_columns: 12 !default; // Total number of columns
$_column-width: 60px !default; // Width of a single column
$_gutter: 20px !default; // Width of the gutter
// Calculate the total width:
@cybermarinella
cybermarinella / Normalize
Created May 4, 2012 14:50
CSS: Normalize
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
HTML5 display definitions
========================================================================== */
/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
@cybermarinella
cybermarinella / start_html
Created May 4, 2012 12:29
HTML: Start Template
<!DOCTYPE>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8">
<title></title>
<link href=" " type="image/ico" rel="shortcut icon"/>
<link rel="pingback" href=" " />
<link rel="stylesheet" href=" " type="text/css" media="screen" />