Skip to content

Instantly share code, notes, and snippets.

View ananthp's full-sized avatar

Ananth Pattabiraman ananthp

View GitHub Profile
@ananthp
ananthp / Shobillu Saptaswara (eng).txt
Created February 25, 2011 07:51
Shobillu Saptaswara - Jagan Mohini, Rupakam - Tyagaraja
Pallavi
g,, rs n. || s, g, m m ||
Sho bil lu sa pta swa ra
g,, _pmgr_ _sn._ || s, g, m m ||
Sho bil lu sa pta swa ra
_gmpmgm_ _pmgr_ _sn._ || s, g, m m ||
Sho bil lu sa pta swa ra
@ananthp
ananthp / gamganapathe-cm_typesetter.txt
Created March 7, 2011 12:14
Gam GaNapathe - Hamsadwani, Rupakam - H Muttiah Bhagavatar
Layout: krithi
DefaultSpeed: 1
Tala: Roopaka
SpeedMarks: Above
LanguageFont: english,Courier
Heading: "Gam GaNapathe",bold,center,16,Arial
Heading: "Hamsadwani - Rupakam - Muttiah Bhagavatar",bold,center,14,Arial
Heading: ""
Heading: "Pallavi",underline,left
S: "1." s' , ; | s' n p , g , p , || g , ; | r , s , g , r , || s , ; | s n. p. , g , r , || g , ; | r , g , p , n , ||
@ananthp
ananthp / gist:1195378
Created September 5, 2011 16:21
Music college facebook page -- description info etc

** Backup. Old text. ** Before modified by Ananth


About

music:The Universal language of Mankind,the one incorporeal entrance into the higher world of knowledge which comprehends mankind but which mankind cannot comprehend.

@ananthp
ananthp / gist:3323662
Created August 11, 2012 10:33
Video for Music

Prerequisites

  • projectM-pulseaudio
  • glc
  • alsa-oss (for aoss)

Settings

projectM -- window size = 1282x720, texture = 1024 or 512 (watch performance),

@ananthp
ananthp / gist:3411789
Created August 21, 2012 05:00
All about "Su(r)li"
@ananthp
ananthp / stuff_on_top_of_ubuntu.markdown
Last active August 29, 2018 17:17 — forked from rpattabi/stuff_on_top_of_ubuntu.md
Stuff On Top of Ubuntu

Stuff to install or setup on top of default ubuntu installation

Launcher Shortcuts

Remove libre office. Add ..

  • Update Manager
  • System Monitor
  • Terminal
@ananthp
ananthp / gist:8a1f33c49b256b3c069f
Last active August 29, 2015 14:03
Stuff on top of windows

Basics

  • Firefox. Sync
  • Chrome. Sync
  • MSOffice / LibreOffice
  • GVim / Notepad++

Audio

  • Reaper
@ananthp
ananthp / sympy_rich_symbols.py
Last active November 28, 2017 11:43
sympy: Creating rich symbols
# Creating rich symbols with sympy
# Run this code on Sympy Live: http://bit.ly/rich-symbols
from sympy import *
init_printing()
# sympy.abc defines all greek alphabets.
# Even otherwise, when we create a symbol like alpha, beta etc,
# we get a nice greek alphabet representation with init_printing
alpha = symbols('alpha')
@ananthp
ananthp / symbols_expr.py
Last active November 28, 2017 12:23
sympy: Symbols and their expressions
# using a symbol and associated expression in sympy
from sympy import *
init_printing()
i, L = symbols('i, L')
s_beta = symbols('beta')
e_beta = i * pi / L
Eq(s_beta, e_beta)
conda update --all

WARNING conda.core.link:run_script(516): pre-unlink script failed for package conda-forge::widgetsnbextension-3.0.8-py36_0 consider notifying the package maintainer