Skip to content

Instantly share code, notes, and snippets.

View bumble-bee-chuna's full-sized avatar

Bee bumble-bee-chuna

  • Anchorage, Alaska
View GitHub Profile
@bumble-bee-chuna
bumble-bee-chuna / gist:af5099dc44319a88e23f
Last active February 26, 2016 11:31
Best tutorials
Best tutorials EVER:
Print Oracle SQL Developer Result to CSV
http://stackoverflow.com/questions/4168398/how-to-export-query-result-to-csv-in-oracle-sql-developer
Install cx_Oracle on RHEL Linux machine... a GOD SEND:
http://ubuntugeeknerd.blogspot.com/2013/08/how-to-install-oxoracle-in-rhel-64-bit.html
@bumble-bee-chuna
bumble-bee-chuna / gist:695810cc9535a9734878
Created April 24, 2015 14:20
cx_Oracle install error log
Downloading/unpacking cx-Oracle#!/usr/bin/python
Running setup.py egg_info for package cx-Oracle
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/tmp/pip-build-root/cx-Oracle/setup.py", line 183, in <module>
@bumble-bee-chuna
bumble-bee-chuna / gist:b33b9b7dae75be8dcd68
Last active August 29, 2015 14:19
Pretty-Print File Containing JSON in Terminal
#requires Python 2.6 or above
echo "$(cat nameOfYourFile.js)" | python -m json.tool