Skip to content

Instantly share code, notes, and snippets.

@daniel2324
daniel2324 / TreeMapChart.pde
Last active May 10, 2016 22:39
TreeMap en Burbujas
float ANGLE = 0;
float ADJUST = 0.45;
boolean VALUE = false;
class TreeMapChart extends Group {
float _x,_y,_w,_h,_gap;
TreeNode _tree;
TreeMapChart(float a,float b,float c,float d) {
_x=a; _y=b; _w=c; _h=d;
}
@daniel2324
daniel2324 / MatrixGraph.pde
Last active April 12, 2016 05:32
Matriz de Dispersión
/* Matrix Graph Class for VisualStructLib */
/* Copyright (c) 2016 Boris Beck, Daniel Herrera */
class MatrixGraph extends Group{
//Colores de la matriz
color matrixBorderColor = #000000;
color matrixBackgroundColor = #ffffff;
color dotBorderColor = #000000;
color dotBackgroundColor = #ffffff;
color labelBackgroundColor = #000000;
@daniel2324
daniel2324 / areaCultivo.txt
Created May 5, 2014 23:17
Tarea 8 Daniel Herrera 201173619
north: 11.00
south: 10.00
east: -84.00
west: -85.00
rows: 6
cols: 6
null: 0
1 1 1 1 2 2
1 2 1 1 2 1
@daniel2324
daniel2324 / buffers1.geojson
Created May 5, 2014 23:10
Tarea 7 Daniel Herrera 201173619
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@daniel2324
daniel2324 / puntos.dat
Created April 6, 2014 02:26
Tarea 6 Daniel Herrera 201173619
1|-84.19|10.34|4
2|-84.73|10.57|5
3|-84.42|10.19|2
4|-84.27|10.34|4
5|-84.09|10.26|7
6|-84.29|10.43|4
7|-84.37|10.75|2
8|-84.24|10.91|1
9|-84.72|10.43|5
@daniel2324
daniel2324 / imagenes.txt
Created March 22, 2014 02:03
Tarea 4 Daniel Herrera 201173619
Las imágenes están en este repositorio https://github.com/daniel2324/Daniel_Herrera_201173619_Practica4 y en el tec digital.
@daniel2324
daniel2324 / ascii.txt
Last active August 29, 2015 13:57
Tarea 3 Daniel Herrera 201173619
north: 11
south: 10
east: -84
west: -85
rows: 7
cols: 7
* * 333 333 333 * *
222 222 333 333 333 222 *
* 222 333 333 222 222 *
* 222 333 333 111 222 *
@daniel2324
daniel2324 / areasRaster.txt
Created March 21, 2014 19:15
Tarea 5 Daniel Herrera 201173619
north: 11
south: 10
east: -84
west: -85
rows: 10
cols: 10
null: 0
1 1 3 3 6 6 6 9 9 9
1 1 3 3 6 6 6 9 9 9
@daniel2324
daniel2324 / intersecciones.geojson
Created March 21, 2014 14:56
Tarea 2 Daniel Herrera 201173619
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@daniel2324
daniel2324 / areas.txt
Created March 21, 2014 14:52
Tarea 1 Daniel Herrera 201173619
A 5 1
2 6
5 4
3 2
2 0
0 4
1 1
A 6 1
5 4
7 5