Skip to content

Instantly share code, notes, and snippets.

@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" >
@welding3000
welding3000 / angular
Created November 29, 2016 23:33
Open whith gmail
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<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>
<script src="angJs.js"></script>
<body ng-app="myApp" ng-controller="myCtrl">
<!---
hola mundo como estan
@welding3000
welding3000 / angular
Created November 29, 2016 23:34
Html angular
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<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>
<script src="angJs.js"></script>
<body ng-app="myApp" ng-controller="myCtrl">
<!---
hola mundo como estan
@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 / 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 / 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 / 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>
#####################------------------------------------------------------------------------####################
### ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ###
### Cloud-Print-Output [ Hide --- HappyWater --- Variable ] ###
### ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ###
happyWater =
plus: '<ul id="hide_show_border_container">'
endplus: ' </ul>'
#####################------------------------------------------------------------------------####################
########----------------------------------------------------------------########
# valor de cada pig
value = 50 #value-pig
value1 = 65 #value-pig
value2 = 130 #value-pig
# cantidad de pig
add = 10 #pig
add1 = 14 #pig
add2 = 5 #pig
# add cant
totalAdd= add + add1 + add2 # all pig
@welding3000
welding3000 / cloud-code.js
Last active December 17, 2016 00:31
Aqui esta el --- | hidecode | ---- |container haml | --- | hide code | --- | hide output | ---- | iframe | --- | variable iframe | ---- | code haml |
#####################------------------------------------------------------------------------####################
### ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ###
### Cloud-Print-Output [ Hide --- HappyWater --- Variable ] ###
### ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ###
document.getElementById('button_print_output_example_code').innerHTML = happyWater.plus + happyWater.hideCode + happyWater.hideOutput + happyWater.endplus
document.getElementById('button_print_output_example_code1').innerHTML = happyWater.plus + happyWater.hideCode1 + happyWater.hideOutput1 + happyWater.endplus
document.getElementById('button_print_output_example_code2').innerHTML = happyWater.plus + happyWater.hideCode2 + happyWater.hideOutput2 + happyWater.endplus
document.getElementById('button_print_output_example_code3').innerHTML = happyWater.plus + happyWater.hideCode3 + happyWater.hideOutput3 + happyWater.endplus
document.getElementById('button_print_output_example_code4').