Skip to content

Instantly share code, notes, and snippets.

{
"WhoAmI": "Student",
"WhereAmI" : "ICFOSS",
"WhichPlace?": "Trivandrum"
}
{
"WhoAmI": "Student",
"WhereAmI" : "ICFOSS"
}
@arunasank
arunasank / vim-refresher.md
Created December 10, 2015 13:24
vim refresher
  • Delete all empty lines - g/^$/d
  • Select full file visually - ggVG
@arunasank
arunasank / test-write.txt
Created November 26, 2015 19:16
test-write
Aruna
@arunasank
arunasank / chennai.geojson
Created November 26, 2015 12:55
chennai.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@arunasank
arunasank / Automated transliterator notes
Last active October 20, 2015 05:31
Automated transliterator notes
Maybe split specific words like Palya, halli, panchayat, zilla etc and add these to the dictionary and split words if these are found.
Nagar
Panchayat/Panchaayat/Panchaayath/Panchayath
Bazaar/baazaar/bazar/baazar
Marg/maarg
Galli
Chowk
Nalla/nallaa
@arunasank
arunasank / AIR-extraction
Last active August 29, 2015 14:27
AIR audio extraction script
#!/bin/bash
# youtube-dl-playlist-to-mp3
#
# Utility to download Youtube playlist videos and ripp off their audio into mp3
#
# @author Angel Docampo
# @license WTFPL version 2
echo "This script is useful when you want to download and rip a complete Youtuble playlist into mp3"
echo "Enter a name for the playlist"
read -r NAME