This file contains hidden or 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
amqp==1.4.5 | |
anyjson==0.3.3 | |
argparse==1.2.1 | |
astroid==1.1.0 | |
backports.ssl-match-hostname==3.4.0.2 | |
beautifulsoup4==4.3.2 | |
bencode==1.0 | |
billiard==3.3.0.17 | |
biplist==0.6 | |
blinker==1.3 |
This file contains hidden or 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
#!/bin/bash | |
# | |
# lxc: linux Container library | |
# Authors: | |
# Daniel Lezcano <[email protected]> | |
# This library is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU Lesser General Public |
This file contains hidden or 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
Cython==0.20.1 | |
Django==1.5.4 | |
Django-Select2==4.2.1 | |
-e git+https://github.com/Karmak23/fabric.git@7bd2eee26d7255c7b0edac0b87c1ee196086668f#egg=Fabric-origin/HEAD | |
Jinja2==2.7.1 | |
MarkupSafe==0.18 | |
Pillow==2.1.0 | |
PyYAML==3.10 | |
South==0.8.4 | |
Werkzeug==0.9.4 |
This file contains hidden or 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
import json | |
import datetime | |
from decimal import Decimal | |
from mongoengine.queryset import queryset_manager | |
from mongoengine.queryset import QuerySet | |
from mongoengine.base import BaseList, BaseDict, ObjectId | |
def list_encoder(inst, obj, field, force_string=False): | |
""" |
This file contains hidden or 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
<html> | |
<head> | |
<script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script> | |
<script language="javascript" type="text/javascript" src="https://raw.github.com/mbostock/d3/master/d3.min.js"></script> | |
<script language="javascript" type="text/javascript" src="https://raw.github.com/mbostock/d3/master/d3.layout.min.js"></script> | |
<style type="text/css"> | |
#ramswap_wrapper { | |
#border: 1px dotted blue; | |
text-align: center; |
NewerOlder