- https://twitter.com/RenateKuenast
- https://twitter.com/sypwynia
- https://twitter.com/yoerialbrecht
- https://twitter.com/wierdduk
- https://twitter.com/geertwilderspvv
- https://twitter.com/baspaternotte
- https://twitter.com/schmidtlepp
- https://twitter.com/nadiaezzeroili/
- https://twitter.com/ncilla
- https://twitter.com/MichaelvdGalien
- Install homebrew, by getting the commandline tools: https://developer.apple.com/downloads and then do the install homebrew here: http://mxcl.github.com/homebrew/
- Open Terminal.app
- Check python is installed by typing
python
- Install pip if you don't have it
sudo easy_install pip
- Use pip to install virtualenv (don't ask me why):
sudo pip install virtualenv
- Find a fresh place to checkout the project: [email protected]:whatsthehubbub/victoryboogiewoogie.git use the Mac client: http://mac.github.com/
- In the terminal
cd
to where you just checked out the project, for instance:cd ~/Documents/projects/sake/victorycheckout
- Create a virtual environment if you don't have one yet:
virtualenv venv --distribute
<!DOCTYPE html> | |
<html> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script> | |
<script type="text/javascript" src="jquery.tipsy.js"></script> | |
<link href="tipsy.css" rel="stylesheet" type="text/css" /> | |
</head> | |
<body> | |
<div id="chart"></div> |
neighbors of S1NordS ['GG', 'S1NordN', 'U7S'] | |
path from GG to U7S | |
['GG', 'S1NordS', 'U7S'] | |
path from GG to S25 | |
['GG', 'S1NordS', 'U7S', 'S25'] | |
[Finished in 0.1s] | |
GG = Großgörchenstraße | |
S1NordS = S1 North Exit South of the road | |
S1NordN = S1 North Exit North of the road |
# | |
from suds.client import Client | |
from suds.xsd.doctor import ImportDoctor, Import | |
wsdlURL = 'http://wetten.overheid.nl/BWBIdService/BWBIdService.wsdl' | |
imp = Import('http://schemas.xmlsoap.org/soap/encoding/') | |
doctor = ImportDoctor(imp) |
The OpenTechSchool has set up and hosted a few tech workshops and meetups here in Berlin now. Aside from the monthly Beginners Meetup and hosting the Udacity Global Meetup we hosted workshops for program beginners in Python and Javascript on our own and on the premise of CampusParty.
One thing that was extraordinary popular on CampusParty was the Workshop on Git for beginners. And we decided to do it again, this time with a closer focus on version control as a major benefit in code sharing (by using git and github) for beginners - free of charge.
So if you are interested in
import sys | |
import time | |
import zmq | |
context = zmq.Context() | |
# Socket to receive messages on | |
receiver = context.socket(zmq.PULL) | |
receiver.bind("tcp://*:5558") |
the engineer must /negotiate/ with the mountain at every stage of the project, testing to see where the rock resists and where it yields, and is quite often surprised by the behaviour of the rock.
(making stuff keeps you honest because nothing can ever be reduced to anything else. Latour irreducibility)
it is impossible to derive one thing instantly from another without the needed labour
Actors become more real by making larger parts of the cosmos vibrate in harmony with their goals, or by taking detours in their goals to capitalize on the force of nearby actants.
It is never the actant in naked purity that possesses force, but only the actant involved in its ramshackle associations with others, which collapse if these associations are not lovingly maintained.
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA1 | |
// Generated on: 2012-04-13 23:44:46 GMT+00:00 | |
// ************** Tweet 1 of 47455 ************** | |
{ | |
"in_reply_to_screen_name": null, |