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
| package com.example | |
| import org.scalatest.FunSuite | |
| import org.scalamock.scalatest.proxy.MockFactory | |
| import org.scalamock.scalatest.{MockFactory => RegularMockFactory} | |
| import org.scalamock.proxy.ProxyMockFactory | |
| trait Highlight | |
| class ProxyMockIntelliJHighlightingBrokenTest extends FunSuite with MockFactory { |
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
| [user] | |
| name = Aaron Crickenberger | |
| email = spiffxp@gmail.com | |
| [alias] | |
| br = branch | |
| ca = commit --amend | |
| ci = commit | |
| cp = cherry-pick | |
| co = checkout | |
| fp = fetch --prune |
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
| # .bash_profile | |
| # ls | |
| export CLICOLOR=1 | |
| alias ll='ls -l' | |
| alias la='ls -a' | |
| # auto-completion hooks | |
| for file in /usr/local/etc/bash_completion.d/*; do | |
| source $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
| #!/usr/bin/env bash | |
| sed 's|/Users/USERNAME/Dropbox/Public|/http://dl.dropbox.com/u/3423/|g'; | |
| sed 's|file://localhost/Users/USERNAME/Dropbox/Public/|http://dl.dropbox.com/u/3423/|g'; | |
| sed 's|~/Dropbox/Public/|http://dl.dropbox.com/u/3423/|g'; | |
| sed 's|\.\.\/Public/|http://dl.dropbox.com/u/3423/|g'; |
NewerOlder