Skip to content

Instantly share code, notes, and snippets.

View cloudbring's full-sized avatar

Cloudbring cloudbring

  • Santa Monica, CA
View GitHub Profile
Compiling and installing Apache 2 module...
cd /Users/eman/.rvm/gems/ruby-1.8.7-p299/gems/passenger-2.2.15
/Users/eman/.rvm/rubies/ruby-1.8.7-p299/bin/ruby -S /Users/eman/.rvm/gems/ruby-1.8.7-p299/bin/rake clean apache2
# /Users/eman/.rvm/rubies/ruby-1.8.7-p299/bin/ruby -S /Users/eman/.rvm/gems/ruby-1.8.7-p299/bin/rake clean apache2
(in /Users/eman/.rvm/gems/ruby-1.8.7-p299/gems/passenger-2.2.15)
rm -rf ext/apache2/libboost_oxt.a ext/apache2/libboost_oxt
rm -rf ext/apache2/libpassenger_common.a ext/apache2/ApplicationPoolServerExecutable ext/apache2/libpassenger_common
rm -rf ext/apache2/Configuration.o ext/apache2/Bucket.o ext/apache2/Hooks.o ext/apache2/mod_passenger.o ext/apache2/mod_passenger.so
rm -rf ext/nginx/libboost_oxt.a ext/nginx/libboost_oxt
rm -rf ext/nginx/libpassenger_common.a ext/nginx/libpassenger_common
- /Volumes/AMG/sto/data/sturk
d 0755 root:admin /
d 1777 root:admin /Volumes
d 0700 emm:staff /Volumes/AMG
d 0755 emm:staff /Volumes/AMG/sto
d 0755 emm:staff /Volumes/AMG/sto/data
d 0755 emm:staff /Volumes/AMG/sto/data/sturk
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="Bilal Cinarli" />
<title>HTML5 Starter Kit</title>
<meta name="keywords" content="html, html5, starter kit" />
<meta name="description" content="HTML5 starter kit for wordpress themes and any other web pages" />
$ brew install selenium-server-standalone chromedriver
$ git clone git@github.com:theintern/intern.git
$ cd intern
$ npm install --production
$ ln -s .. node_modules/intern
$ curl https://gist.github.com/neonstalwart/6630466/raw/f0e4e4efbefa40c746f7c68e2bb4fa0dd5215047/selftest.local.intern.js > tests/selftest.local.intern.js
$ java -jar /usr/local/opt/selenium-server-standalone/selenium-server-standalone-2.35.0.jar -p 4444 &
$ node node_modules/intern/runner.js config=tests/selftest.local.intern
@cloudbring
cloudbring / designer.html
Created December 3, 2014 20:56
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;