Skip to content

Instantly share code, notes, and snippets.

@setapolo
setapolo / cc.js
Last active March 28, 2020 07:11
closure cascading
console.log("hello,world");
@setapolo
setapolo / README.md
Last active March 28, 2020 09:31
Closure Cascading Hello world Div tag test

CCas Closure Cascading v.0.03 Hello world Div tag test

@setapolo
setapolo / cc.js
Last active March 29, 2020 07:42
Closure Cascading other tags and click
console.log("hello,world");
@setapolo
setapolo / cc.js
Last active March 31, 2020 23:15
Closure Cascading svg circle sample
console.log("hello,world");
@setapolo
setapolo / cc.js
Created April 1, 2020 19:56
Closure Cascading table nest sample
console.log("hello,world");
@setapolo
setapolo / cc.js
Created April 2, 2020 12:39
Closure Cascading event sample
console.log("hello,world");
@setapolo
setapolo / cc.js
Created April 3, 2020 10:12
Closure Cascading SVG tiger
console.log("hello,world");
@setapolo
setapolo / index.html
Created April 4, 2020 00:34
Closure Cascading three.js BOX
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<script>
function init() {
[width,height]=[960,540];
//https://github.com/ics-creative/tutorial-three
const renderer = new THREE.WebGLRenderer({
canvas: document.querySelector('#myCanvas')
});
@setapolo
setapolo / index.html
Created April 4, 2020 06:10
Closure Cascading bootstrap and flavorz prototype
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
</html>
<script type="text/javascript">
//CCas Closure Cascading v.0.03 2020/3/28 moka
var tags=function(s){
return function(p){
@setapolo
setapolo / index.html
Last active April 4, 2020 07:51
bootstrap 3.x Glyphicon picker v0.1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
</html>
<script type="text/javascript">
//CCas Closure Cascading v.0.03 2020/3/28 moka
//https://getbootstrap.com/docs/3.3/components/
var tags=function(s){
return function(p){