Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
| Homebrew build logs for homebrew/science/opencv on x86_64-linux | |
| Build date: 2016-04-29 09:24:39 |
This file contains hidden or 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
| Homebrew build logs for homebrew/science/opencv on x86_64-linux | |
| Build date: 2016-04-29 09:16:15 |
This file contains hidden or 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
| Homebrew build logs for homebrew/science/opencv on x86_64-linux | |
| Build date: 2016-04-29 09:00:16 |
This file contains hidden or 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
| 2015-10-15 14:07:43 -0400 | |
| ./configure | |
| --prefix=/h/53/jsnell/.linuxbrew/Cellar/python/2.7.10_2 | |
| --enable-ipv6 | |
| --datarootdir=/h/53/jsnell/.linuxbrew/Cellar/python/2.7.10_2/share | |
| --datadir=/h/53/jsnell/.linuxbrew/Cellar/python/2.7.10_2/share | |
| --enable-shared | |
| --without-ensurepip | |
| MACOSX_DEPLOYMENT_TARGET=0 |
This file contains hidden or 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
| 2015-10-15 13:33:04 -0400 | |
| make | |
| install | |
| MANDIR=/h/53/jsnell/.linuxbrew/Cellar/openssl/1.0.2d_1/share/man | |
| MANSUFFIX=ssl | |
| making all in crypto... | |
| make[1]: Entering directory `/h/53/jsnell/.temp/openssl20151015-18012-12im6a7/openssl-1.0.2d/crypto' | |
| make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. |
This file contains hidden or 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
| { | |
| "cells": [ | |
| { | |
| "cell_type": "code", | |
| "execution_count": 1, | |
| "metadata": { | |
| "collapsed": false | |
| }, | |
| "outputs": [ | |
| { |
This file contains hidden or 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
| using PyPlot | |
| function mandel(z) | |
| c = z | |
| maxiter = 80 | |
| for n = 1:maxiter | |
| if abs(z) > 2 | |
| return n-1 | |
| end | |
| z = z^2 + c |
This file contains hidden or 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/sh | |
| # dropbox service | |
| # Replace with linux users you want to run Dropbox clients for | |
| DROPBOX_USERS="ubuntu vagrant" | |
| DAEMON=.dropbox-dist/dropboxd | |
| start() { | |
| echo "Starting dropbox..." | |
| for dbuser in $DROPBOX_USERS; do |
This file contains hidden or 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
| Pkg.status() |
NewerOlder