Skip to content

Instantly share code, notes, and snippets.

View gramirezcarrero's full-sized avatar
🎯
Focusing

jose ramirez gramirezcarrero

🎯
Focusing
View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
@gramirezcarrero
gramirezcarrero / .block
Created October 24, 2019 17:49 — forked from mbostock/.block
Cluster Dendrogram
license: gpl-3.0
height: 2000
border: no
redirect: https://beta.observablehq.com/@mbostock/d3-cluster-dendrogram
@gramirezcarrero
gramirezcarrero / csv
Last active October 24, 2019 17:46
cars
name year
car1 2018
car2 2019
car3 2000
@gramirezcarrero
gramirezcarrero / git-deployment.md
Created July 11, 2017 12:55 — forked from noelboss/git-deployment.md
Simple automated GIT Deployment using Hooks

Simple automated GIT Deployment using GIT Hooks

Here are the simple steps needed to create a deployment from your lokal GIT repository to a server based on this in-depth tutorial.

How it works

You are developing in a working-copy on your local machine, lets say on the master branch. Most of the time, people would push code to a remote server like github.com or gitlab.com and pull or export it to a production server. Or you use a service like my Deepl.io to act upon a Web-Hook that's triggered that service.

@gramirezcarrero
gramirezcarrero / Crittografia.markdown
Created August 23, 2013 21:00
A Pen by geronimo.

Crittografia

La sostituzione deve soddisfare una relazione di tipo numerico. Le prime nove lettere dell'alfabeto sono sostituite in modo tale che la somma della lettera da sostituire e della lettera sostituente risulti uguale a 10. Per le seguenti 9 lettere dell'alfabeto deve valere una regola simile con somma pari a 28. Per ultime 8 lettere dell'alfabeto la regola è la stessa, con somma pari a 45.

A Pen by geronimo on CodePen.

License.

@gramirezcarrero
gramirezcarrero / index.html
Created February 16, 2013 20:31
A CodePen by geronimo. graficas con canvasXpress - canvas... canvas html5
<head>
<link type="text/css" src="http://canvasxpress.org/js/EXT/resources/css/ext-all.css"></script>
<link type="text/css" src="http://canvasxpress.org/css/color-field.css"></script>
<!--[if IE]><script type="text/javascript" src="./js/excanvas.js"></script><![endif]-->
<!--[if IE]><script type="text/javascript" src="./js/extext.js"></script><![endif]-->
<script type="text/javascript" src="http://canvasxpress.org/js/EXT/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="http://canvasxpress.org/js/EXT/ext-all-debug.js"></script>
<script type="text/javascript" src="http://canvasxpress.org/js/canvasXpress.min.js"></script>
<script type="text/javascript" src="http://canvasxpress.org/js/color-field.js"></script>
<script type="text/javascript" src="http://canvasxpress.org/js/ext-canvasXpress.js"></script>
@gramirezcarrero
gramirezcarrero / index.html
Created February 7, 2013 18:35
A CodePen by geronimo.
<div id="container">
</div>
@gramirezcarrero
gramirezcarrero / script.js
Created February 7, 2013 18:32
A CodePen by geronimo.
//trece es la cantidad de cajas y tengo en principio 13 cajas con un arreglo de 13 posiciones donde tenemos la palabra hola en trece distintos idiomas escribe a mi correo si necesitas que te explique algo saludos... [email protected]
var myCounter = 0;
var elements, i=0;
while(myCounter < 13){
//document.write("myCounter = " + myCounter);
//document.write(linebreak);
var caja= document.createElement('div');
var etiqueta = document.createElement('div');
var texto = document.createElement('div');
@gramirezcarrero
gramirezcarrero / gist:4702792
Created February 3, 2013 17:50
A CodePen by geronimo. template blue - a template ease HTML5 and ccs3. i like this
We couldn’t find that file to show.
@gramirezcarrero
gramirezcarrero / gist:4702789
Created February 3, 2013 17:48
A CodePen by geronimo. template blue - a template ease HTML5 and ccs3. i like this
We couldn’t find that file to show.