Skip to content

Instantly share code, notes, and snippets.

View ppone's full-sized avatar

Parag Patel ppone

View GitHub Profile
>>>>>>>>
GET /app/site/hosting/restlet.nl?script=customscript_invd_totals_sync&deploy=customdeploy_invd_totals_sync&realm=5389282_SB1&customers=1&invoices=1&payments=1&credit_notes=1&date_from=2007-11-11&date_to=2020-12-11 HTTP/1.1
User-Agent: Invoiced/1.0
Host: 5389282-sb1.restlets.api.netsuite.com
Authorization: OAuth oauth_signature="zpLh6tbgsUIloCYzmsKV7XPCB%2Bw%3D", oauth_version="1.0", oauth_nonce="c8df114a3e4c6a8fa9bff03e3dca680b", oauth_signature_method="HMAC-SHA1", oauth_consumer_key="2e4f847cab77f0f7a92946addadd0e89e6b8223783ba8cdd6e572acd7e8c3f22", oauth_token="1c43845f946cf2c3182384bac7b65a5d7bc7aafbf064cae358b2af06e357ed07", oauth_timestamp="1607723254", realm="5389282_SB1"
<<<<<<<<
HTTP/1.1 500 Internal Server Error
X-N-OperationId: aa2755fd-c852-4872-8225-d642edce73bd
“Innovation in California is at its absolute peak right now. Sure, half of the companies are silly, and you know two-thirds of them are going to go bankrupt, but the dozen or so ideas that emerge out of that are going to be really important...”
Bill Gates
@ppone
ppone / gist:7128169
Created October 23, 2013 22:43
Programming Environment
Setting up Developers Env (OS X 10.9 Mavericks)
0.) Install Dropbox with your dev account, and setup your mail account
1.) Install Xcode from Mac App Store
2.) Log into Apple Developer Website and install OS X Command Line Tools
3.) Install iTerm2 http://www.iterm2.com use this instead of the default Terminal shell
@ppone
ppone / hello
Created July 11, 2013 20:41
Example Python Gist
def hello():
print "hello"