Skip to content

Instantly share code, notes, and snippets.

View daxpandhi's full-sized avatar
🐊
Coding from the hip

Dax Pandhi daxpandhi

🐊
Coding from the hip
View GitHub Profile
@daxpandhi
daxpandhi / statement-to-excel.py
Created December 1, 2023 08:25 — forked from nikhilweee/statement-to-excel.py
Convert HDFC Bank Credit Card statements from PDF to Excel
# This script is designed to convert bank statements from pdf to excel.
#
# It has been tweaked on HDFC Bank Credit Card statements,
# but in theory you can use it on any PDF document.
#
# The script depends on camelot-py,
# which can be installed using pip
#
# pip install "camelot-py[cv]"
@daxpandhi
daxpandhi / GaeaDependencies.md
Created July 18, 2023 15:40
Gaea 1.x Open Source Software Dependencies
@daxpandhi
daxpandhi / Script.cs
Last active February 5, 2020 12:14
Animation loop for Gaea
int frames = 200;
for (int i = 0; i < frames; i++)
{
// Get the multiplier based current frame
float multiplier = i / (float)frames;
// Apply the multiplier to the "final" value you want for your last frame.
// This will increase it gradually per frame.
float melt_value = 0.75 * multiplier;
@daxpandhi
daxpandhi / AutomateGaea.bat
Last active December 9, 2019 13:13
Automating Gaea with Variables
"C:\Program Files\QuadSpinner\Gaea\Gaea.Build.exe"
"C:\Users\Username\Documents\Gaea\erosion_automata.tor"
--silent --resolution0512
filein:"Z:\input.png"
fileout:"Z:\output.png"
duration:0.518
rocksoftness:0.271
strength:0.184
inhibition:1.0
baselevel:0.0
@daxpandhi
daxpandhi / GitHubDesktop.css
Created August 9, 2018 15:17
GitHub Desktop based Stylus theme for Firefox
@-moz-document domain("githubusercontent.com"), domain("graphql-explorer.githubapp.com"), regexp("^https?://((blog|gist|guides|help|raw|resources|status|developer)\\.)?github\\.com/((?!generated_pages/preview).)*$") {
/*! Github Dark v1.20.62 (2018-08-03) */
/* Repository: https://github.com/StylishThemes/GitHub-Dark */
/* Userstyle: http://userstyles.org/styles/37035 */
/* License: https://creativecommons.org/licenses/by-sa/4.0/ */
/* Override default browser styles */
button {
color: #b5b5b5 !important;
}
/* begin auto-generated rules - use tools/generate.js to generate them */