Skip to content

Instantly share code, notes, and snippets.

@amirhhz
amirhhz / 0_reuse_code.js
Created October 14, 2015 09:36
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Keybase proof

I hereby claim:

  • I am amirhhz on github.
  • I am amirhhz (https://keybase.io/amirhhz) on keybase.
  • I have a public key whose fingerprint is A744 E810 9A36 C933 2777 8639 2ADD 1CEC 11F0 BA82

To claim this, I am signing this object:

@amirhhz
amirhhz / settings.py
Last active December 17, 2015 14:49
Simple Django logging config for debugging purposes. Not meant to be used for a production project.
# Simple logging config for debugging
LOGGING = {
'version': 1,
'disable_existing_loggers': True,
'root': {
'handlers': ['console'],
'level': 'WARN',
'formatter': 'verbose'
},
'formatters': {
@amirhhz
amirhhz / about.md
Created August 20, 2011 00:51 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer