Skip to content

Instantly share code, notes, and snippets.

View rod-dot-codes's full-sized avatar

Rodney Hawkins rod-dot-codes

View GitHub Profile
@rod-dot-codes
rod-dot-codes / 0_reuse_code.js
Created November 29, 2013 08:29
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
@rod-dot-codes
rod-dot-codes / views.py
Last active August 29, 2015 14:20 — forked from mjumbewu/views.py
from rest_framework.response import Response
import logging
import json
import re
import dill
from django.conf import settings
from django.core import cache as django_cache
from mock import patch
from rest_framework.permissions import SAFE_METHODS