Skip to content

Instantly share code, notes, and snippets.

@filmaj
filmaj / tox-master-output.log
Created July 31, 2017 22:06
tox output from running tests on master (SHA 785ec55ddc)
➔ tox
python installed: EasyProcess==0.2.3,html5lib==0.999999999,py==1.4.34,pytest==3.1.3,PyVirtualDisplay==0.2.1,selenium==3.4.3,six==1.10.0,webencodings==0.5.1
python runtests: PYTHONHASHSEED='2446805468'
python runtests: commands[0] | pytest -vv tests
===================================================================== test session starts =====================================================================
platform darwin -- Python 2.7.13, pytest-3.1.3, py-1.4.34, pluggy-0.4.0 -- /Users/maj/src/web-platform-tests/resources/test/.tox/python/bin/python2.7
cachedir: .cache
rootdir: /Users/maj/src/web-platform-tests/resources/test, inifile:
collected 36 items
@filmaj
filmaj / index.html
Created April 14, 2017 21:26 — forked from tmclean85/index.html
Aloha homepage
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,

Keybase proof

I hereby claim:

  • I am filmaj on github.
  • I am filmaj (https://keybase.io/filmaj) on keybase.
  • I have a public key ASACXj6xxfu9uEcwOHzEbAsslZoxgSGEAD1L6OKSSq73QAo

To claim this, I am signing this object:

paramedic-appium: Running appium w/ node /Users/maj/src/cordova-paramedic/node_modules/appium/build/lib/main.js
Appium: [Appium] Welcome to Appium v1.5.3 (REV 98ca8e8c1d91dfe1a14e81f52cce088908811a07)
Appium: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
paramedic-appium: Running tests from:
paramedic-appium: ../../../../../../../var/folders/sp/5jj48bd57sx78cnldkk5ch_h0000gn/T/tmp-692580V8j6R9Qx11/plugins/cordova-plugin-contacts/appium-tests/common/*.spec.js
Started
Spec started
> CALL init({"platformName":"iOS","platformVersion":"9.3","deviceName":"iPhone 5s","app":"/var/folders/sp/5jj48bd57sx78cnldkk5ch_h0000gn/T/tmp-692580V8j6R9Qx11/platforms/ios/build/emulator/HelloCordova.app","autoAcceptAlerts":true})
@filmaj
filmaj / gist:cb9e313e34f048e25f860886bc51a616
Created September 9, 2016 17:03
a prettier, more compact `git log`
alias.lawg=log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative

Keybase proof

I hereby claim:

  • I am filmaj on github.
  • I am filmaj (https://keybase.io/filmaj) on keybase.
  • I have a public key whose fingerprint is 3600 E054 B3A2 3E96 0157 ECAF B32E FE4B 7A6D 0016

To claim this, I am signing this object:

@filmaj
filmaj / changes.sh
Created January 9, 2014 22:33
hardware support on sauce
sudo apt-get install usbutils
echo "SUBSYSTEM==\"usb\", ATTR{idVendor}==\"18d1\", MODE=\"0666\", GROUP=\"plugdev\"" > /etc/udev/rules.d/51-android.rules
# full list of vendor ids: http://developer.android.com/tools/device.html#VendorIds
# maybe we have our udev rules file include all of them for simplicity?
sudo chmod a+r /etc/udev/rules.d/51-android.rules
@filmaj
filmaj / gist:7799342
Created December 5, 2013 02:43
jekyll build time
Filips-MacBook-Air:filmaj.github.com filmaj$ time jekyll build
Configuration file: /Users/filmaj/src/filmaj.github.com/_config.yml
Source: /Users/filmaj/src/filmaj.github.com
Destination: /Users/filmaj/src/filmaj.github.com/_site
Generating... done.
real 0m4.516s
user 0m1.002s
sys 0m1.543s
@filmaj
filmaj / setup.sh
Last active December 29, 2015 12:19
oshi LXC
sudo apt-get update && sudo apt-get -y dist-upgrade
sudo apt-get install -y x11vnc git vim xvfb wget unzip build-essential openjdk-6-jdk python-software-properties python-pip curl python-dev python-openssl python-httplib2 python-pygame python-twisted python-tk unclutter xli ffmpeg transcode tovid libsox-fmt-all flvtool2 tightvncserver
# only if you are on a pre-ubuntu-13 dist: sudo apt-get install -y ia32-libs
apt-get install --no-install-recommends metacity
sudo add-apt-repository ppa:chris-lea/node.js
echo "press enter"
sudo apt-get update
sudo apt-get install -y nodejs
sudo addgroup --gid 2000 chef
sudo adduser --gid 2000 --uid 2000 --disabled-password chef
@filmaj
filmaj / gist:7204612
Created October 28, 2013 21:01
post-refactor fail
DELETE /wd/hub/session/0a09260d-4a98-4d53-bd9a-01d3701586e4 200 3494ms - 89b
debug: Appium request initiated at /wd/hub/session
debug: Request received with params: {"desiredCapabilities":{"browserName":"Android","device":"Android","platform":"Mac","version":"7.0","app":"/Users/filmaj/src/appium/sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk","app-package":"com.example.android.apis","app-activity":".ApiDemos","launchTimeout":18000,"javascriptEnabled":true}}
info: Using local app from desiredCaps: /Users/filmaj/src/appium/sample-code/apps/ApiDemos/bin/ApiDemos-debug.apk
info: Creating new appium session 657c084c-210e-407b-a8f3-863751483caa
info: Starting android appium
debug: Using fast reset? true
info: Preparing device for session
info: Checking whether app is actually present
info: Checking whether adb is present