javascript:(function(){$('#new_comment_field')[0].value='This is a question rather than an issue. Please send questions to the selendroid user group\n\nFor issues please provide a concise reproducible test case and describe what results you are seeing and what results you expect.\n\nSee architecture.html';$('button[name="comment_and_close"]').click()})()
This file contains 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
#!/bin/bash | |
##### | |
# | |
# This script creates android emulators on the fly. | |
# | |
# Please refer to the README for usage instructions. | |
# | |
#### |
This file contains 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
#! /bin/bash | |
#===================================================================== | |
# Selects an android device | |
# Copyright (C) 2012-2013 Diego Torres Milano. All rights reserved. | |
#===================================================================== | |
get_adb_devices() | |
{ | |
adb devices 2>&1 | tail -n +2 | sed '/^$/d' | |
} |
This file contains 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
public static void driverLogs(WebDriver driver, String className, String methodName) { | |
LogEntries logs; | |
try { | |
logs = driver.manage().logs().get("logcat"); | |
} catch (Exception e) { | |
return; | |
} catch (OutOfMemoryError e) { | |
System.out.println("failed to get logcat due to OOM current max memory:" + Runtime.getRuntime().maxMemory() + | |
" current free memory: " + Runtime.getRuntime().freeMemory() ); | |
return; |
This file contains 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
#--- | |
# iPIN - iPhone PNG Images Normalizer v1.0 | |
# Copyright (C) 2007 | |
# | |
# Author: | |
# Axel E. Brzostowski | |
# http://www.axelbrz.com.ar/ | |
# [email protected] | |
# | |
# References: |
This file contains 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
[INFO] | |
[INFO] --- maven-surefire-plugin:2.14-SNAPSHOT:test (tck-tests) @ arquillian-jbossas-remote-6 --- | |
[INFO] Surefire report directory: /home/aslak/dev/source/testing/arquillian-container-jbossas/jbossas-remote-6/target/surefire-reports | |
------------------------------------------------------- | |
T E S T S | |
------------------------------------------------------- | |
Running org.arquillian.tck.container.cdi_1_0.CDIBeanLookupWarTestCase | |
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.866 sec | |
Running org.arquillian.tck.container.servlet_2_5.MultipleWebContextLookupMultiWarTestCase |
This file contains 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
#!/usr/bin/perl | |
# | |
# Pre-commit hook for running checkstyle on changed Java sources | |
# | |
# To use this you need: | |
# 1. checkstyle's jar file somewhere | |
# 2. a checkstyle XML check file somewhere | |
# 3. To configure git: | |
# * git config --add checkstyle.jar <location of jar> | |
# * git config --add checkstyle.checkfile <location of checkfile> |
This file contains 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
#!/bin/bash | |
# | |
# This script runs a given command over a range of Git revisions. Note that it | |
# will check past revisions out! Exercise caution if there are important | |
# untracked files in your working tree. | |
# | |
# This came from Gary Bernhardt's dotfiles: | |
# https://github.com/garybernhardt/dotfiles | |
# | |
# Example usage: |
This file contains 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
http://microxchg.io/2015/slides/01_01_lessons-from-a-polyglot-portfolio.pdf | |
http://microxchg.io/2015/slides/01_02_microXchg_2015_architekturbewertung_szoerner.pdf | |
http://microxchg.io/2015/slides/01_03_SpringCloud.pdf | |
http://microxchg.io/2015/slides/01_04_microservicesscalafunctionaldomainmodelsmunichberlin2015-150217091332-conversion-gate02.pdf | |
http://microxchg.io/2015/slides/01_05_uwe_friedrichsen_microservices.pdf | |
http://microxchg.io/2015/slides/01_06_micro_service_challenges.pdf | |
http://microxchg.io/2015/slides/01_07_2015-02-13-microXchg-StefanTilkov.pdf | |
http://microxchg.io/2015/slides/01_08_AdrianCockcroftSlides.pdf | |
http://microxchg.io/2015/slides/01_09_PrinciplesOfMicroservices-Microxchg.pdf | |
http://microxchg.io/2015/slides/01_10_MicroServices_-_Are_your_frameworks_ready--microxchg.pdf |
This file contains 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
^[[1;31m | |
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy | |
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy | |
yyyyy/ +yyyyyyyyyyyyyy+ +y///y | |
yyyyy/ /yyyyyyyyyyyyyyyy: +yo+oy | |
yyyyy/ -yyyyyyyyyyyyyyyyyy- +yyyyy | |
yyyyy/ .syyyyyyyyyyyyyyyyyys. +yyyyy | |
yyyyy/ `syyyyyyyyyyyyyyyyyyyys` +yyyyy | |
yyyyy/ `oyyyyyyyyyyyyyyyyyyyyyy+` +yyyyy | |
yyyyy/ +yyyyyyyyyyyyyyyyyyyyyyyy/ +yyyyy |
OlderNewer