Skip to content

Instantly share code, notes, and snippets.

{
"dateTime":"2014-05-20T15:00Z",
"winnerId":"67",
"maxGames":"1",
"gameNumber":"1",
"gameLength":2003,
"matchId":"2291",
"tournament":{
"id":"102",
"name":"EU LCS Summer Split",
@cable729
cable729 / Useful React Links.md
Last active May 10, 2016 16:33
Useful React Links
@cable729
cable729 / Android Ideas.md
Last active August 29, 2015 13:56
Thoughts on better android development frameworks

#Injection

I want to be able to do this:

// In module, called at startup
bind(GithubApiInterface.class).to(AwesomeImplementation.class);

// In class
public class AuthenticationController extends Auth {
@cable729
cable729 / pip.log
Created June 26, 2012 18:27
Pip Log error on Windows 8 RC, Python 2.7, MinGW32
------------------------------------------------------------
C:\Python32\Scripts\pip-script.py run on 06/26/12 11:26:13
Requirement already satisfied (use --upgrade to upgrade): mynt in c:\python32\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): Jinja2 in c:\python32\lib\site-packages (from mynt)
skipping extra i18n
Downloading/unpacking misaka>=1.0.2 (from mynt)
Getting page http://pypi.python.org/simple/misaka
$Global:VerbosePreference = 'silentlycontinue'
$Global:DebugPreference = 'silentlycontinue'
#Ensure that we are running the GUI from the correct location
Set-Location $(Split-Path $MyInvocation.MyCommand.Path)
$Global:Path = $(Split-Path $MyInvocation.MyCommand.Path)
Write-Debug "Current location: $Path"
#Check for PSExec
Write-Verbose "Checking for psexec.exe"