Accounts - Account
Accounts - Accounts Settings
Accounts - Bank Reconciliation
Accounts - Budget Distribution
Accounts - C-Form
Accounts - Chart of Accounts
Accounts - Cost Center
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<!-- Load the Paper.js library --> | |
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/paper.js/0.9.25/paper-full.min.js"></script> | |
<!-- Define inlined PaperScript associate it with myCanvas --> | |
<script type="text/paperscript" src="sine.js" data-paper-canvas="myCanvas"></script> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
startdev() { | |
mysql.server start | |
} | |
stopdev() { | |
mysql.server stop | |
} | |
# git | |
alias gs="git status -s" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
from multiprocessing import Pool | |
import time | |
def monitor(server_sites): | |
start_time = time.time() | |
pool = Pool(processes=10) | |
results = [] | |
for server, sites in server_sites.items(): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2.7 | |
import sys, os | |
import subprocess, commands | |
def main(): | |
for folder in os.listdir("."): | |
if os.path.exists(os.path.join(folder, ".git")): | |
git = commands.getoutput('which git') | |
try: | |
print subprocess.check_output([git] + sys.argv[1:], cwd=os.path.abspath(folder)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
State Number | State | Constituency Number | Constituency | Extent in terms of Assembly Constituencies | Reservation | |||
---|---|---|---|---|---|---|---|---|
1 | Andhra Pradesh | 1 | Adilabad | Sirpur, Asifabad, Khanapur, Adilabad, Boath, Nirmal, Mudhole | ST | |||
2 | Peddapalle | Chennur, Bellampalli, Mancherial, Dharmapuri, Ramagundam, Manthani, Peddapalle | SC | |||||
3 | Karimnagar | Karimnagar, Choppadandi, Vemulawada, Sircilla, Manakondur, Huzurabad, Husnabad | ||||||
4 | Nizamabad | Armur, Bodhan, Nizamabad (Urban), Nizamabad (Rural), Balkonda, Koratla, Jagtial | ||||||
5 | Zahirabad | Jukkal, Banswada, Yellareddy, Kamareddy, Narayankhed, Andole, Zahirabad | ||||||
6 | Medak | Siddipet, Medak, Narsapur, Sangareddy, Patancheru, Dubbak, Gajwel | ||||||
7 | Malkajgiri | Medchal, Malkajgiri, Qutbullapur, Kukatpalle, Uppal, Lal Bahadur Nagar, Secunderabad Cantt. | ||||||
8 | Secunderabad | Musheerabad, Amberpet, Khairatabad, Jubilee Hills, Sanathnagar, Nampally, Secunderabad | ||||||
9 | Hyderabad | Malakpet, Karwan, Goshamahal, Charminar, Chandrayangutta, Yakutpura, Bahadurpura |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Andaman and Nicobar Islands": { | |
"Andaman and Nicobar Islands": [] | |
}, | |
"Andhra Pradesh": { | |
"Adilabad": [ | |
"Sirpur", | |
"Asifabad", | |
"Khanapur", | |
"Adilabad", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from __future__ import unicode_literals | |
import os, sys | |
apache_user = None | |
is_redhat = is_debian = None | |
root_password = None | |
def install(install_path=None): | |
install_pre_requisites() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* impress.js | |
* | |
* impress.js is a presentation tool based on the power of CSS3 transforms and transitions | |
* in modern browsers and inspired by the idea behind prezi.com. | |
* | |
* | |
* Copyright 2011-2012 Bartek Szopka (@bartaz) | |
* | |
* Released under the MIT and GPL Licenses. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
html5doctor.com Reset Stylesheet | |
v1.6.1 | |
Last Updated: 2010-09-17 | |
Author: Richard Clark - http://richclarkdesign.com | |
Twitter: @rich_clark | |
*/ | |
html, body, div, span, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
NewerOlder