Skip to content

Instantly share code, notes, and snippets.

View nieldm's full-sized avatar

Daniel Mendez nieldm

View GitHub Profile
@nieldm
nieldm / gist:50195969607d05093064de6baa76e550
Created February 1, 2017 18:25
Appium for iOS 10 UI Testing Code 1
xcodebuild -workspace [WORKSPACE] -scheme [SCHEME] -arch i386 -sdk iphonesimulator10.2
import UIKit
class TodosViewController: UIViewController, UINavigationBarDelegate {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
}
override func viewDidAppear(animated: Bool) {
@nieldm
nieldm / config.hdf
Created January 15, 2014 05:15 — forked from jazzdan/config.hdf
Server {
Port = 80
SourceRoot = /Users/dan/hhvm-test/public/
}
VirtualHost {
* {
Pattern = .*
RewriteRules {
* {
@nieldm
nieldm / hack.sh
Created April 1, 2012 21:48 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#