I hereby claim:
- I am jpatel3 on github.
- I am jpatel (https://keybase.io/jpatel) on keybase.
- I have a public key whose fingerprint is A649 5F3A 5D66 E782 30F3 0B63 854E 0AD8 2A96 FFB7
To claim this, I am signing this object:
{ | |
"fields": [ | |
{"type": "", "name": "Case", "id": "id"}, | |
{"type": "", "name": "Name", "id": "name"}, | |
{"type": "", "name": "Span", "id": "span"}, | |
{"type": "categorical", "sortOrder": "DSC", "name": "Month", "id": "month"}, | |
{"type": "", "name": "Gender", "id": "gender"}] | |
} |
<html> | |
<head> | |
<title>10*10 Multiplication Matrix</title> | |
</head> | |
<body> | |
<table border="2" cellspacing="0" > | |
<script language="javascript"> | |
//Width | |
x=10 |
from django.contrib import admin | |
from units.models import Unit | |
from references_u.models import ReferenceU | |
from qna.models import Question, QuestionHints, QuestionAnswer, QuestionAnswerChoice | |
class ReferenceUInline(admin.StackedInline): | |
model = ReferenceU | |
extra = 1 | |
class QuestionHintsInline(admin.StackedInline): |
#!/usr/bin/env python | |
# encoding: utf-8 | |
""" | |
pre-commit.py | |
Created by Jaimin Patel on 2013-01-08. | |
Copyright (c) 2013 __TuvaLabs__. All rights reserved. | |
""" | |
#!/usr/bin/env python | |
#!/usr/bin/env python | |
from __future__ import with_statement | |
import os | |
import re | |
import shutil | |
import subprocess | |
import sys | |
import tempfile | |
//image modifier will make images all the same size | |
PImage[] tempImages; | |
String rootDir = "C:/Users/Ben/Dropbox/TuvaLabs UI-UX Design/Mock-ups/Assets/Images for Personalization Page/"; | |
ArrayList directories, names; //holds the directories for all image files to be modified | |
void setup(){ | |
size(200,150); | |
directories = new ArrayList(); |
#!/bin/bash -ex | |
cd $WORKSPACE | |
virtualenv -q ve | |
source ./ve/bin/activate | |
pip install -E ./ve -r requirements.txt | |
pip install -E ./ve -r requirements-testing.txt | |
cd $WORKSPACE/projectname | |
ln -fs `pwd`/conf/testsettings.py `pwd`/localsettings.py | |
python manage.py migrate | |
python manage.py jenkins |
[{ | |
"filter_name": "Subject", | |
"filter_title": "Subject / Topic", | |
"children": [{ | |
"name": "", | |
"tags": [{ | |
"name": "Community", | |
"description": "" | |
}, { | |
"name": "Politics", |
I hereby claim:
To claim this, I am signing this object: