Skip to content

Instantly share code, notes, and snippets.

View rajeshgk's full-sized avatar

Rajesh Gopinath Kumar rajeshgk

  • RGK Global Inc
  • Houston, Texas
View GitHub Profile
@rajeshgk
rajeshgk / install-msfonts-win8.sh
Created February 28, 2026 20:44 — forked from hadi77ir/install-msfonts-win8.sh
Installing Microsoft fonts on Ubuntu (and other Linux distros)
# Derived from ttf-ms-win8 package config (Arch AUR)
# Run with sudo, and pass the Windows fonts directory path as a parameter.
# By using this file and installing Microsoft fonts, you accept the Windows Fonts EULA.
if [[ `id -u` -ne 0 ]] ; then echo "Please run as root" ; exit 1 ; fi
echo "Creating target directory..."
DESTPATH=/usr/share/fonts/microsoft-fonts
mkdir $DESTPATH
COPY_TO_FONTFOLDER(){
echo "Copying $1..."
basefilename=`basename $1`
@rajeshgk
rajeshgk / parse_boa_statements.py
Created January 14, 2022 11:41 — forked from bencharb/parse_boa_statements.py
parse bank of america pdf statements
'''
Transform Bank of America PDF text into tables.
Example:
python parse_boa_statements.py test/joint_dump.txt test/pers_dump.txt --output test/combined.csv
Example of original PDF text (copy/pasted from PDF):
MISTER NAME | Account # 999 99999 9999 | November 24, 2015 to December 24, 2015
Your checking account
Page 3 of 4
@rajeshgk
rajeshgk / install-sonar-scanner.sh
Created November 21, 2019 23:49 — forked from chetanppatil/install-sonar-scanner.sh
Install sonar-scanner in linux mint, ubuntu...
#!/bin/bash
cd /tmp || exit
echo "Downloading sonar-scanner....."
if [ -d "/tmp/sonar-scanner-cli-3.2.0.1227-linux.zip" ];then
sudo rm /tmp/sonar-scanner-cli-3.2.0.1227-linux.zip
fi
wget -q https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-3.2.0.1227-linux.zip
echo "Download completed."
@rajeshgk
rajeshgk / RunRegressionTest.ps1
Created November 19, 2018 03:26 — forked from RobWunderlich/RunRegressionTest.ps1
powershell script to run Qlik Sense Scalability tool regression scenario and analyzer
#=== Configure the following variables for your environment ====
# Directory where scenario json files are found
$scenarioDir="C:\QS-ScalabilityTools\scenario"
# Root directory of the QS Scalability tools
$scalabilityToolsDir = "C:\QS-scalabilitytools-5.0.0"
# SDK Exerciser version to use -- it's a subdirectory of SDKExerciser directory.
$SDKExerciserVersion = "Jun2018"
#=== End of local environment configuration ===
$app = $args[0].trim()
@rajeshgk
rajeshgk / .bash_profile
Created February 18, 2018 16:22 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
### R code from vignette source 'Presentation.Rnw'
### Encoding: UTF-8
###################################################
### code chunk number 1: init
###################################################
options(width=60)
###################################################
@rajeshgk
rajeshgk / HelloWorld.md
Created December 13, 2014 07:32
This is a markdown file

This is a markdown file