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
[package] | |
name = "edge" | |
version = "0.1.0" | |
authors = ["J. Cliff Dyer <[email protected]>"] | |
[dependencies] | |
indradb = "0.12.0" | |
indradb-lib = "0.12.0" | |
serde_json = "*" | |
uuid = "*" |
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
#include <android/log.h> | |
#include <jni.h> | |
#include <binder/Binder.h> | |
#include <binder/Parcel.h> | |
#include <binder/IServiceManager.h> | |
#include <dlfcn.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> |
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
from __future__ import absolute_import | |
""" | |
This will configure and run the nosetests for graph against remove ec2 servers. | |
Running this makes a few assumptions. | |
1) You must have access to graph on github. This will checkout the repo to run the tests | |
2) You must have an account on EC2 and be able to create instances. | |
In order to configure, you need to create a file in your home called ~/.boto that looks like: |