Skip to content

Instantly share code, notes, and snippets.

View manicExpressive's full-sized avatar
💭
Looking for work!

Joshua Blount manicExpressive

💭
Looking for work!
View GitHub Profile
{
"project":"\/api\/v1\/project\/7",
"end_date":"2015-04-23T16:49:32-0400",
"create_date":"2015-04-23T16:49:32-0400",
"form_data":[
{
"create_date":"2015-04-23T16:49:32-0400",
"collect_form":"\/api\/v1\/collect_form\/26",
"field_data":[
{
"project":"\/api\/v1\/project\/7",
"end_date":"2015-04-23T16:49:32-0400",
"create_date":"2015-04-23T16:49:32-0400",
"form_data":[
{
"create_date":"2015-04-23T16:49:32-0400",
"collect_form":"\/api\/v1\/collect_form\/26",
"field_data":[
.vjs-track {
position: absolute;
margin-top: 20px; // as large as needed to get past controls
width: 888px;
}
// Generated on 2014-11-03 using generator-jekyllrb 1.2.1
'use strict';
// Directory reference:
// css: css
// sass: _scss
// javascript: js
// images: img
// fonts: fonts
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Certification form</title>
<style type="text/css">
<!--
*{
margin: 0;
padding: 0;
@manicExpressive
manicExpressive / gist:2166254d4df9603a335d
Last active August 29, 2015 14:08
Brief project setup instructions for SCS-Configurator
# You'll need pip / virtualenv (might have these already?)
apt-get install python-pip python-virtualenv
# Then create the virtualenv
virtualenv venv
source venv/bin/activate
# Then install our requirements inside the virtualenv
$('.raining.game .item').each(function() {
// grab current height
var h = $(this).find('span').outerHeight();
var w = $(this).outerWidth();
console.log('height is ' + h);
console.log('width is ' + w);
// we want h == w
Thanks again everyone for the advice and insight. Our move is now about 16 months in the past, so I thought I'd provide a quick updated on how the process went for us and what we found helpful.
Limiting the things we brought with us went pretty well. We basically replaced everything the first couple weeks we were in town, shipping a bunch of stuff from IKEA and Amazon to avoid hassle in getting stuff to our new apartment. I'm starting to feel a little bit of annoyance at some of the furniture, so we might start getting some slightly nicer things over time.
Making friends has been tremendously easy. For us the combination of hooking into a cool local church, having a kid and going to a few tech events and meetups filled up our friend card pretty quickly. We have loads of interesting people in our lives, friends we can count on to help with various things and haven't really ever had a lack of things to do or people to do them with. Being centrally located in the city has been advantageous for this because we
$ curl -d "[email protected]&password=charlie" http://dev.tutorme.com/token/new.json
{"token": "3si-4876fbb9b43418335e6c", "user": 8, "success": true}
$ curl -d "user=8&token=3si-4876fbb9b43418335e6c" http://dev.tutorme.com/api/users/8/
"[{\"model\": \"auth.user\", \"fields\": {\"user_permissions\": [], \"email\": \"[email protected]\", \"last_name\": \"\", \"first_name\": \"\", \"password\": \"pbkdf2_sha256$12000$7LIE6BPSXHUQ$Qwkx0inMO1Qi50Hn5DzJ3g52xRY9g53o50k9c7i7Wlo=\", \"last_login\": \"2014-06-16T06:15:33.808Z\", \"is_staff\": false, \"username\": \"student\", \"is_superuser\": false, \"groups\": [], \"date_joined\": \"2014-06-16T06:15:32.799Z\", \"is_active\": true}, \"pk\": 8}]"