Skip to content

Instantly share code, notes, and snippets.

View rlugojr's full-sized avatar

Ray Lugo, Jr. rlugojr

View GitHub Profile
@rlugojr
rlugojr / .block
Created July 8, 2016 00:15 — forked from mbostock/.block
Margin Convention
license: gpl-3.0
@rlugojr
rlugojr / README.md
Created July 4, 2016 02:26 — forked from brattonc/README.md
D3 Liquid Fill Gauge

Liquid Fill Gauge v1.1 - 7/14/2015

Changes:

  • Added support for updating the gauge value after loading is complete. The loadLiquidFillGauge method now returns an object with an update method which allows the gauge value to be changed. Click any of the gauges above to randomly update their value.

Configurable features include:

  • Changeable min/max values.
  • All colors.
@rlugojr
rlugojr / README.md
Created July 4, 2016 02:24 — forked from brattonc/README.md
D3 Rectangular Area Chart

A D3 Rectangular Area Chart with animated filling.

Configurable features include:

  • Configurable maximum value. The chart will use either the maximum value of data it's provided, or a maximum value that you specify through configuration. This is especially useful if you're using multiple charts at the same time and you want their relative sizes to be the same regardless of their data.
  • Expansion direction. I.E. which corner does the chart expand from.
  • Animation on/off.
  • Configurable delay between chart load and animation start.
  • Configurable delay between the start of the expansion animation for each area block.
  • Area block colors and text colors.
@rlugojr
rlugojr / README.md
Created July 4, 2016 02:21 — forked from brattonc/README.md
D3 Bar Stacker Gauge

A D3 Bar Stacker Gauge with animated filling.

Configurable features include:

  • Configurable minimum and maximum values.
  • Configurable corner rounding.
  • Padding.
  • Color.
  • Horizontal or verticle layout.
  • Text size.
@rlugojr
rlugojr / CENTOS Linux Static IP
Last active July 1, 2016 18:39 — forked from fernandoaleman/Linux Static IP
How To Configure Static IP On CentOS 6
## Configure eth0
#
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
NM_CONTROLLED="yes"
ONBOOT=yes
HWADDR=A4:BA:DB:37:F1:04
TYPE=Ethernet
BOOTPROTO=static
@rlugojr
rlugojr / README.md
Created July 1, 2016 03:52 — forked from shancarter/.block
Mister Nester

DESCRIPTION

@rlugojr
rlugojr / .block
Created June 29, 2016 05:39 — forked from mbostock/.block
Spline Transition
license: gpl-3.0
@rlugojr
rlugojr / .block
Created June 29, 2016 05:38 — forked from mbostock/.block
Line Transition
license: gpl-3.0
@rlugojr
rlugojr / README.md
Created June 27, 2016 06:39 — forked from armollica/README.md
Icon Array