Skip to content

Instantly share code, notes, and snippets.

View babakinks's full-sized avatar

Babak Aghili babakinks

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>yguyghggjkgh</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
.axis path,
.axis line {
@babakinks
babakinks / scattererror.html
Created April 17, 2013 21:36
troubleshooting scatter plot
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>yguyghggjkgh</title>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
.axis path,
.axis line {
@babakinks
babakinks / ThreeInnerCircles.html
Created April 12, 2013 20:34
practice with d3, baby steps.
<!DOCTYPE html>
<html>
<head>
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<script>
var circleRadii = [40, 20, 10];
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
export PATH="/usr/local/bin:$PATH"
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
export JAVA_HOME=`/usr/libexec/java_home -v 1.6`
export HADOOP_PREFIX=/opt/cdh4_mac_bundle/hadoop-2.0.0-cdh4.1.1
export HADOOP_MAPRED_HOME=/opt/cdh4_mac_bundle/hadoop-2.0.0-mr1-cdh4.1.1
export HBASE_HOME=/opt/cdh4_mac_bundle/hbase-0.92.1-cdh4.1.1
@babakinks
babakinks / core-site.xml
Created March 31, 2013 18:34
troubleshooting...
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Put site-specific property overrides in this file. -->
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://localhost:9000</value>
</property>