Skip to content

Instantly share code, notes, and snippets.

View kishoreg's full-sized avatar

Kishore Gopalakrishna kishoreg

View GitHub Profile
/*
This is the base Pinot Record
*/
package com.linkedin.pinot.hadoop.io;
import com.linkedin.pinot.core.util.AvroUtils;
import org.apache.avro.Schema;
import org.apache.avro.generic.GenericData;
@kishoreg
kishoreg / d3.css
Created April 21, 2016 05:48 — forked from bobmonteverde/d3.css
A Simple D3 Line chart with Legend and Tooltips
/********************
* TOOLTIP CSS
*/
.nvtooltip {
position: absolute;
background-color: rgba(255,255,255,1);
padding: 10px;
border: 1px solid #ddd;