Skip to content

Instantly share code, notes, and snippets.

View bowlingforsoap's full-sized avatar
💭
husslin' from home

Vadym Strelchenko bowlingforsoap

💭
husslin' from home
View GitHub Profile
@bowlingforsoap
bowlingforsoap / 0_reuse_code.js
Last active August 29, 2015 14:27
plugins { id 'play' } repositories { jcenter() maven { name "typesafe-maven-release" url "https://repo.typesafe.com/typesafe/maven-releases" } ivy { name "typesafe-ivy-release" url "https://repo.typesafe.com/typesafe/ivy-releases" layout "ivy" } mavenCentral() } model { components { play { platform play: '2.4.0' } } }
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console