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:
| { | |
| "events": [ | |
| { | |
| "eventId": "1", | |
| "eventTime": "2025-02-27T23:44:34.028406Z", | |
| "eventType": "EVENT_TYPE_WORKFLOW_EXECUTION_STARTED", | |
| "taskId": "4208310", | |
| "workflowExecutionStartedEventAttributes": { | |
| "workflowType": { | |
| "name": "MyWorkflow" |
| # 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 |
I hereby claim:
To claim this, I am signing this object:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #!/bin/sh | |
| # | |
| #################################### | |
| # iTunes Command Line Control v1.0 | |
| # written by David Schlosnagle | |
| # created 2001.11.08 | |
| # @edited Mateusz Gachowski | |
| #################################### | |
| showHelp () { |
I hereby claim:
To claim this, I am signing this object:
| """ | |
| 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 |