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.
Model Year,Vehicle Manufacturer Name,Veh Mfr Code,Represented Test Veh Make,Represented Test Veh Model,Test Vehicle ID,Test Veh Configuration #,Test Veh Displacement (L),Actual Tested Testgroup,Vehicle Type,Rated Horsepower,# of Cylinders and Rotors,Engine Code,Tested Transmission Type Code,Tested Transmission Type,# of Gears,Transmission Lockup?,Drive System Code,Drive System Description,Transmission Overdrive Code,Transmission Overdrive Desc,Equivalent Test Weight (lbs.),Axle Ratio,N/V Ratio,Shift Indicator Light Use Cd,Shift Indicator Light Use Desc,Test Number,Test Originator,Analytically Derived FE?,ADFE Test Number,ADFE Total Road Load HP,ADFE Equiv. Test Weight (lbs.),ADFE N/V Ratio,Test Procedure Cd,Test Procedure Description,Test Fuel Type Cd,Test Fuel Type Description,Test Category,THC (g/mi),CO (g/mi),CO2 (g/mi),NOx (g/mi),PM (g/mi),CH4 (g/mi),N2O (g/mi),RND_ADJ_FE,FE_UNIT,FE Bag 1,FE Bag 2,FE Bag 3,FE Bag 4,DT-Inertia Work Ratio Rating,DT-Absolute Speed Change Ratg,DT-Energy Economy Rating,Target
@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... gramirezcarrero@gmail.com
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.