π―
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
| config { | |
| hostname mirror.osn.de | |
| collection { | |
| name all | |
| release list | |
| } | |
| } | |
| # Mirror CVS | |
| config { |
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
| ββ[getchell][Hapkido][Β±][master β][/usr/local/share] | |
| βββͺ brew doctor | |
| Warning: Unbrewed dylibs were found in /usr/local/lib. | |
| If you didn't put them there on purpose they could cause problems when | |
| building Homebrew formulae, and may need to be deleted. | |
| Unexpected dylibs: | |
| /usr/local/lib/libmacfuse_i32.2.dylib | |
| /usr/local/lib/libmacfuse_i64.2.dylib | |
| /usr/local/lib/libosxfuse_i32.2.dylib |
This file has been truncated, but you can view the full file.
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
| ββ[getchell][Hapkido][Β±][master β][/usr/local/share] | |
| βββͺ brew install boost --with-c++11 -v 2>&1 | |
| ==> Downloading http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2 | |
| Already downloaded: /Library/Caches/Homebrew/boost-1.54.0.tar.bz2 | |
| tar xf /Library/Caches/Homebrew/boost-1.54.0.tar.bz2 | |
| ==> Downloading patches | |
| /usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.4) http://www.boost.org/patches/1_54_0/001-coroutine.patch -o 000-homebrew.diff http://www.boost.org/patches/1_54_0/002-date-time.patch -o 001-homebrew.diff http://www.boost.org/patches/1_54_0/003-log.patch -o 002-homebrew.diff http://www.boost.org/patches/1_54_0/004-thread.patch -o 003-homebrew.diff | |
| ######################################################################## 100.0% | |
| ######################################################################## 100.0% | |
| ######################################################################## 100.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
| // | |
| // main.cpp | |
| // LearningCplusplus | |
| // | |
| // Created by Getchell, Adam on 7/9/13. | |
| // Templating tutorial | |
| // http://www.cplusplus.com/doc/tutorial/templates/ | |
| // sequence template | |
| #include <iostream> |
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
| /Users/getchell/.bash_it/plugins | |
| In file included from /Users/getchell/Cplusplus-devel/ex_triangle.cpp:3: | |
| /Users/getchell/Cplusplus-devel/CGAL/Cartesian.h:28:10: fatal error: 'CGAL/Cartesian/Cartesian_base.h' file not found | |
| #include <CGAL/Cartesian/Cartesian_base.h> | |
| ^ | |
| 1 error generated. | |
| [Finished in 0.5s with exit code 1] | |
| [shell_cmd: g++ "/Users/getchell/Cplusplus-devel/ex_triangle.cpp" -o "/Users/getchell/Cplusplus-devel/ex_triangle"] | |
| [dir: /Users/getchell/Cplusplus-devel] | |
| [path: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin] |
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
| ββ[getchell][Hapkido][Β±][master β][~/Cplusplus-devel] | |
| βββͺ brew install -v juju 2>&1 | |
| ==> Installing dependencies for juju: go | |
| ==> Installing juju dependency: go | |
| ==> Downloading https://go.googlecode.com/files/go1.1.2.src.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/go-1.1.2.tar.gz | |
| tar xf /Library/Caches/Homebrew/go-1.1.2.tar.gz | |
| ==> Patching | |
| /usr/bin/patch -f -p1 -i 000-homebrew.diff | |
| patching file src/cmd/ld/lib.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
| β[getchell][Hapkido][~] | |
| βββͺ cd test | |
| ββ[getchell][Hapkido][~/test] | |
| βββͺ ls | |
| CMakeLists.txt build | |
| ββ[getchell][Hapkido][~/test] | |
| βββͺ ll | |
| total 32 | |
| drwxr-xr-x 5 getchell AESDEAN\Domain Users 170 Dec 11 13:26 . | |
| drwxr-xr-x+ 122 getchell AESDEAN\Domain Users 4148 Dec 11 16:02 .. |
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/bash | |
| set -e # Exit script immediately on first error | |
| set -x # Print commands and their arguments as they are executed | |
| # Update package index | |
| sudo apt-get update -y | |
| # Install add-apt | |
| sudo apt-get install python-software-properties -y |
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
| ββ[getchell][Hapkido][~] | |
| βββͺ brew update | |
| Already up-to-date. | |
| ββ[getchell][Hapkido][~] | |
| βββͺ brew --config | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew.git | |
| HEAD: 29b88457870d46901acc7bba6523b475e3a92674 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar |
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
| ββ[getchell][Hapkido][Β±][master β][/usr/local/Cellar] | |
| βββͺ brew uninstall brew-cask | |
| Uninstalling /usr/local/Cellar/brew-cask/0.32.0... | |
| ββ[getchell][Hapkido][Β±][master β][/usr/local/Cellar] | |
| βββͺ brew install brew-cask | |
| ==> Cloning https://github.com/phinze/homebrew-cask.git | |
| Updating /Library/Caches/Homebrew/brew-cask--git | |
| ==> Checking out tag v0.32.0 | |
| πΊ /usr/local/Cellar/brew-cask/0.32.0: 1438 files, 5.7M, built in 9 seconds | |
| ββ[getchell][Hapkido][Β±][master β][/usr/local/Cellar] |