Skip to content

Instantly share code, notes, and snippets.

@welding3000
welding3000 / index.html
Last active January 30, 2017 03:28 — forked from anonymous/index.html
tbl
<script>
var i={
h:'holaaaaaaaaaa',
h1:'hola',
d :' ', d1 :' ',
d2 :' ', d3 :' ',
@welding3000
welding3000 / index.haml
Created December 20, 2016 02:14 — forked from anonymous/index.haml
Single page CSS only vertical accordion layout
%hr
%hr
/ ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
/ ---------------------- start ------------------------
/ ::::::::::::::::::::::::::::::::::::::::::::::::::::::::
#cont
#head
%h1 code
@welding3000
welding3000 / index.html
Created December 16, 2016 03:01 — forked from anonymous/index.html
Parametric RoundBox in three.js (interactive)
<div class="msg">
Click and drag to pan around the scene,
<br/>
scroll to zoom
</div>
@welding3000
welding3000 / index.html
Created December 16, 2016 03:00 — forked from anonymous/index.html
Single page CSS only vertical accordion layout
<!-- Built by Rachel Reveley http://rachelreveley.co.uk -->
<div>
<h1>Main heading</h1>
<h2>Sub heading</h2>
</div>
<div>
<article>
<h2>Section 1</h2>
<div>
<h3>Section 1</h3>
@welding3000
welding3000 / index.html
Created December 4, 2016 19:15 — forked from anonymous/index.html
model.print.netbeet
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<body class="container">
<meta name="google-site-verification" content="z1DD3eKjLziJTQpg-7cvvHWDePx9U5uf_Dt0Lhe0Lxo" />
<nav>
<ul>
<li><a class="nav-a" href="#tabs-1">Output</a> </li>
<li><a class="nav-a" href="#tabs-2">Html</a></li>
<li><a class="nav-a" href="#tabs-3">Css</a></li>
@welding3000
welding3000 / index.html
Created December 4, 2016 19:10 — forked from anonymous/index.html
multiple-model.....|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<h2 id="home">Indice</h2>
<hr/>
<table style="width:100%"><tr>
@welding3000
welding3000 / matriz.jade
Last active December 4, 2016 19:07 — forked from anonymous/index.jade
matrizd
- var n_cols = 40; //-number of columns
.helix
while n_cols--
//-number of positions per column
- var n_pos = 8;
.col
while n_pos--
.pos
@welding3000
welding3000 / model.html
Last active December 4, 2016 19:08 — forked from anonymous/index.html
multiple-model.....|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<h2 id="home">Indice</h2>
<hr/>
<table style="width:100%"><tr>
@welding3000
welding3000 / index.html
Last active December 4, 2016 19:07 — forked from anonymous/angular-curso-lenguaje.markdown
angular-curso-lenguaje
<html ng-app='contenedor' >
<head>
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.0.1/angular.min.js"></script>
<meta charset=utf-8 />
<title>Editor JavaScript online - www.proyectosbds.com</title>
</head>
<body ng-controller="pera" >