Skip to content

Instantly share code, notes, and snippets.

View athityakumar's full-sized avatar
🎩
What'll be revealed next from the magic hat?

Athitya Kumar athityakumar

🎩
What'll be revealed next from the magic hat?
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

List of Departments

AE Dept - TnP Data

(Back to top)

Company | Date | Source of info | Package | Posting

@athityakumar
athityakumar / powerlevel9k.config
Created July 6, 2017 18:38
Powerlevel9k oh-my-zsh theme configuration for screenshots used in https://github.com/athityakumar/colorls
export ZSH=$HOME/.oh-my-zsh
export DEFAULT_USER='athityakumar'
TERM=xterm-256color
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE='awesome-fontconfig'
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
POWERLEVEL9K_RPROMPT_ON_NEWLINE=true
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2
@athityakumar
athityakumar / csv_benchmark.rb
Created May 21, 2017 06:53
Benchmarking gems for parsing from and writing to CSV files.
require 'benchmark'
require 'csv'
require 'rcsv'
module Compare
module Core
class << self
def new
@rows = 1000
@cols = 1000