- Commons - shared, freely accessible, finite resources
- The Tragedy - The inevitable depletion of the commons due to conflict of interest
- The problem - people and limites resources
- Collective interest - preserve the commons
- Individual interest - utilize the commons
- Technical solutions - some aspects of technology can help, but they merely slow the eventual depletion; fighting political will
- Nontechnical solutions - mutual coercison, education, appeal to conciousness
- Mutual Coersion - agreed upon coersion between two parties; does not have to be prohibiton; implemented through laws and regulation; enforce legislation through regulatory bodies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################### | |
# bitmapfont.py # | |
# # | |
# Display C-style bitmap fonts in text # | |
######################################### | |
import re | |
def main(): | |
inputline = raw_input("Enter the bytes: ") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){function a(){function b(e){return function(){e.click()}}var c=document.getElementsByTagName("a");for(var d=0;d<c.length;d++){if(c[d].textContent=="Hide"){setTimeout(b(c[d]),100)}}}a();document.addEventListener("DOMContentLoaded",a)})(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"properties": { | |
"buildnumber": 6573, | |
"product": "firefox", | |
"script_repo_revision": "production", | |
"branch": "try", | |
"repository": "", | |
"buildername": "WINNT 5.2 try build", | |
"basedir": "/c/builds/moz2_slave/try-w32-0000000000000000000000", | |
"project": "", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"provisionerId": "aws-provisioner-v1", | |
"workerType": "gaia", | |
"created": "2015-08-12T21:02:28.235Z", | |
"deadline": "2015-08-12T22:02:28.235Z", | |
"scopes": ["queue:*", "index:*"], | |
"payload": { | |
"image": "lightsofapollo/tc-vcs:2.3.4", | |
"command": [ | |
"tc-vcs create-clone-cache --task-id $TASK_ID --run-id $RUN_ID --proxy https://bitbucket.org/acmiyaguchi/tc-hg-testing" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import argparse | |
import logging | |
import os | |
import json | |
import subprocess | |
import sys | |
log = logging.getLogger(__name__) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dasf |
EEB18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from releasetasks.test.firefox import make_task_graph | |
from releasetasks.test import PVT_KEY_FILE | |
import pprint | |
pp = pprint.PrettyPrinter(indent=2) | |
graph = make_task_graph( | |
product="firefox", | |
version="42.0b2", |
OlderNewer