Skip to content

Instantly share code, notes, and snippets.

View anirudhr95's full-sized avatar

Anirudh Ramesh anirudhr95

View GitHub Profile
@anirudhr95
anirudhr95 / .bash_profile
Created June 30, 2019 12:24
Mac OS import dotfiles
export LC_ALL=en_US.UTF-8
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
@anirudhr95
anirudhr95 / .bashrc
Last active April 11, 2020 08:59
Linux dot files
alias and_st=/home/anirudh/android-studio/bin/studio.sh
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# Path to the bash it configuration
export BASH_IT="/home/anirudh/bash-it"
@anirudhr95
anirudhr95 / cloudSettings
Last active July 26, 2022 08:09
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-01-29T12:10:16.340Z","extensionVersion":"v3.4.3"}
@anirudhr95
anirudhr95 / topic_analysis.py
Created January 6, 2017 11:01
Topic analysis and extraction using gensim (uncommented)
import pandas as pd
import xlrd
from collections import defaultdict
from nltk.corpus import stopwords
from nltk.stem.wordnet import WordNetLemmatizer
import string
import re
excel_object = xlrd.open_workbook('sample.xlsx')
@anirudhr95
anirudhr95 / index_1.html
Created January 3, 2017 03:43
Updated index_1.html
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<style>
svg
{
display : block;
/*margin : 0 auto;*/
@anirudhr95
anirudhr95 / index_1.html
Created January 2, 2017 16:43
Storyboard visualisation
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
svg
{
display : block;
/*margin : 0 auto;*/