Skip to content

Instantly share code, notes, and snippets.

View kostysh's full-sized avatar

Kostiantyn Smyrnov kostysh

View GitHub Profile
@kostysh
kostysh / gist:4fc0ddf109b916ea370f
Last active August 29, 2015 14:05
Setup ruby and compass on Ubuntu
sudo apt-get install ruby
sudo gem install compass
@kostysh
kostysh / gist:b0c0fb4b3fb594eddb2d
Created August 9, 2014 13:06
Start Sencha CMD builtin web server for app testing
sencha web -port 8080 start -map [local_url]=[path_to_app] &
@kostysh
kostysh / gist:2e15c1d27a632e8f279d
Created August 9, 2014 12:57
Configure android device to work with Android Tools Device Monitor
Dial this: *#*#2846579#*#*
Service menu will appear.
Go to "ProjectMenu" -> "Background Setting" -> "Log Setting"
Open "Log switch" and set it to ON.
Open "Log level setting" and set the log level you wish. (verbose)
@kostysh
kostysh / gist:6c2858767f8e97e5bace
Created August 9, 2014 12:54
Install app to android device via USB
adb -d install -r ./MyApp.apk
@kostysh
kostysh / gist:3747744
Created September 19, 2012 04:53
Malkovich malkovich
(function() {
var malkovich = function(malkovich) {
(function() {
for (var malkovich in arguments[0]) {
if (arguments[0][malkovich] &&
typeof arguments[0][malkovich].malkovich === 'function') {
arguments[0][malkovich].malkovich.call();
}
}
})(malkovich);