With Audio and Screen Sharing Enabled
Add the i386
architecture to the list of dpkg
architectures :
sudo dpkg --add-architecture i386
import sys, time, subprocess, socket, telnetlib | |
from datetime import datetime | |
from collections import defaultdict | |
from boto.ec2.cloudwatch import CloudWatchConnection | |
MAPPINGS = { | |
# Memcached name: (AWS Name, AWS Metric Type, Calculation Method) | |
'uptime': ('Uptime', 'Count', 'gauge'), |
gw@drogon:~/Downloads$ sudo ./vpnsetup.sh | |
[sudo] password for gw: | |
Installing Cisco AnyConnect Secure Mobility Client... | |
Extracting installation files to /tmp/vpn.19PqnG/vpninst897227991.tgz... | |
Unarchiving installation files to /tmp/vpn.19PqnG... | |
Starting Cisco AnyConnect Secure Mobility Client Agent... | |
Failed to start vpnagentd.service: Unit vpnagentd.service not found. |
¯\\\_(ツ)\_/¯ |
"{ | |
u'priority': 6, | |
u'eta': u'2015-11-25T15: 27: 25.112018-05: 00', | |
u'request': { | |
u'args': u'[]', | |
u'time_start': None, | |
u'name': u'offline_processor.tasks.session_timer', | |
u'delivery_info': { | |
u'priority': None, | |
u'redelivered': False, |
#!/bin/bash | |
options=('find' 'delete') | |
PS3='state your wish: ' | |
echo -e "\nfind/delete corrupt whisper-files" | |
select opt in "${options[@]}"; do | |
case $REPLY in | |
[12] ) option=$opt; break;; | |
* ) exit;; |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
from django.shortcuts import render, HttpResponse | |
from django.http import HttpResponseNotAllowed, HttpResponseBadRequest | |
import logging | |
from planout.experiment import SimpleExperiment | |
from planout.experiment import DefaultExperiment | |
from planout.namespace import Namespace | |
from planout.namespace import SimpleNamespace | |
from planout.ops.random import * | |
import json |
As more data that describes politics, finance, governance, and social issues becomes available, new opportunities are created for technologists to inform the public. Here are a few great examples of tools which allow the user experience a situation and learn through interacting with the data.
#API Partners at Hacking Journalism
##API Intros There will be API intros to some of the APIs. These will be running through the afternoon on Saturday.