Skip to content

Instantly share code, notes, and snippets.

View inishchith's full-sized avatar
🔖
I may be slow to respond

Nishchith Shetty inishchith

🔖
I may be slow to respond
View GitHub Profile
@inishchith
inishchith / HIstop_words.py
Created January 31, 2018 15:33
This list is composed from 100 most frequently occuring words in classical_hindi corpus <https://github.com/cltk/hindi_text_ltrc> in CLTK.
"""
StopList for classical_hindi corpora at CLTK.
"""
import re,os
import string
from cltk.tokenize.indian_tokenizer import indian_punctuation_tokenize_regex as i_word
from nltk.probability import FreqDist
import nltk

Keybase proof

I hereby claim:

  • I am inishchith on github.
  • I am inishchith (https://keybase.io/inishchith) on keybase.
  • I have a public key whose fingerprint is AD16 AEEC C2FD FC64 CB91 C460 EB7B 7222 E6BE F716

To claim this, I am signing this object:

@inishchith
inishchith / itunes.sh
Created January 27, 2019 10:06 — forked from mateuszgachowski-snippets/itunes.sh
Bash: iTunes CLI
#!/bin/sh
#
####################################
# iTunes Command Line Control v1.0
# written by David Schlosnagle
# created 2001.11.08
# @edited Mateusz Gachowski
####################################
showHelp () {

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

Keybase proof

I hereby claim:

  • I am inishchith on github.
  • I am inishchith (https://keybase.io/inishchith) on keybase.
  • I have a public key ASDJOMHaI-Bqwsv275dg-8GUkuzSs0rAZivo3BRloLQ8Wwo

To claim this, I am signing this object:

@inishchith
inishchith / setup_server.sh
Created January 28, 2021 05:52
Setup Server
# source credit: https://github.com/Suhail
wget https://raw.githubusercontent.com/Suhail/personal-tools/master/.vimrc
wget https://raw.githubusercontent.com/Suhail/personal-tools/master/.gitconfig
sudo apt-get update
sudo apt-get install apt-file -y
sudo apt-file update -y
sudo apt-get -y upgrade
sudo apt-get install -y git
sudo apt-get install -y python-setuptools