Skip to content

Instantly share code, notes, and snippets.

View ashwanthkumar's full-sized avatar

Ashwanth Kumar ashwanthkumar

View GitHub Profile
@ashwanthkumar
ashwanthkumar / HBaseSelectiveImport.java
Created December 5, 2012 05:30
Hacked HBase 0.92.1 Import MR to selectively import rows into HBase
/**
* Copyright 2009 The Apache Software Foundation
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
@ashwanthkumar
ashwanthkumar / gist:3806212
Created September 30, 2012 07:53 — forked from anonymous/gist:3805751
The Ying-Yang of CEOs and Engineers

The Ying-Yang of CEOs and Engineers

All successful startups begin with two founders. One guy is the Engineer, and the other guy is the business dude. Over the years of working with various people, I've learned what makes a good engineer, and what makes a good business dude, and the two are complete opposites of each other.

CEO Engineer
@ashwanthkumar
ashwanthkumar / RajKamalBookCorrectPages.java
Created November 28, 2011 21:49
Correct the page layout in Raj Kamal book, available on the internet.
import java.io.FileOutputStream;
import java.io.IOException;
import com.itextpdf.text.DocumentException;
import com.itextpdf.text.pdf.PdfDictionary;
import com.itextpdf.text.pdf.PdfName;
import com.itextpdf.text.pdf.PdfNumber;
import com.itextpdf.text.pdf.PdfReader;
import com.itextpdf.text.pdf.PdfStamper;
@ashwanthkumar
ashwanthkumar / compiler.php
Created November 22, 2011 05:09
Mini Online Judge script - 22/11/2011
<?php
/**
* My mini online judge script in php. This was done as a part of 6 hour hackathon.
*
* @author Ashwanth Kumar
* @version 0.1
* @date 22/11/2011
**/
/**
There are things to note here as,