Skip to content

Instantly share code, notes, and snippets.

View seekshreyas's full-sized avatar
🐼
\_(*|*)_/

Shreyas seekshreyas

🐼
\_(*|*)_/
  • DocuSign
  • San Francisco, CA
View GitHub Profile
@seekshreyas
seekshreyas / crossdomain.xml
Created April 8, 2012 07:24
Allow Cross Domain Access
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" />
@seekshreyas
seekshreyas / QtMacDeploy.txt
Created April 8, 2012 07:25 — forked from Acrowit/QtMacDeploy.sh
Qt Mac Deployment Script
# Qt Mac Deployment Script
# ---------------------------
# Generate Build By :
$ QtSDK/Desktop/Qt/474/gcc/bin/macdeployqt MyApp.app
# Verify Build By
$ otool -L MyApp.app/Contents/MacOS/MyApp
@seekshreyas
seekshreyas / cleanSVN.sh
Created April 8, 2012 07:52
Clean SVN repository
# Shell command that finds and delete all .svn files
find . -type d -name ".svn" -exec sudo rm -Rf {} \;
@seekshreyas
seekshreyas / GitSubmoduleDelete.sh
Created December 23, 2012 07:20
Delete Git Submodules
# reference url : http://stackoverflow.com/questions/1260748/how-do-i-remove-a-git-submodule
# 1. Set path_to_submodule var (no trailing slash):
path_to_submodule=path/to/submodule
# 2. Delete the relevant line from the .gitmodules file:
git config -f .gitmodules --remove-section submodule.$path_to_submodule
# 3. Delete the relevant section from .git/config
git config -f .git/config --remove-section submodule.$path_to_submodule
@seekshreyas
seekshreyas / _.md
Created February 22, 2013 00:11
INFO247 / Lab 5 / #1
@seekshreyas
seekshreyas / _.md
Created February 22, 2013 00:22
INFO247 / Lab 5 / #2
@seekshreyas
seekshreyas / _.md
Created March 8, 2013 00:18
INFO 247 - Lab 7 - #1 - Draw Squares (full code)
@seekshreyas
seekshreyas / _.md
Created March 8, 2013 00:34
INFO 247 - Lab 7 - #2 - Color Scales
@seekshreyas
seekshreyas / _.md
Created March 8, 2013 00:54
INFO 247 - Lab 7 - #4 - Transformations
@seekshreyas
seekshreyas / _.md
Created April 2, 2013 23:03
Births in 1978