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
+---------+------------------------------------------------------------------+ | |
| kind | source | | |
+---------+------------------------------------------------------------------+ | |
| aruba | The default aruba timeout is (\d+) seconds | | |
| aruba | ^I'm using a clean gemset "([^"]*)"$ | | |
| aruba | ^a directory named "([^"]*)"$ | | |
| aruba | ^a file named "([^"]*)" with:$ | | |
| aruba | ^a (\d+) byte file named "([^"]*)"$ | | |
| aruba | ^an empty file named "([^"]*)"$ | | |
| aruba | ^I write to "([^"]*)" with:$ | |
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
+------------------------------------+-------+------------------------------------+------------------------------------+ | |
| file_colon_line | flags | source | steps | | |
+------------------------------------+-------+------------------------------------+------------------------------------+ | |
| aruba-0.5.1/lib/aruba/cucumber.... | | The default aruba timeout is (\... | | | |
| aruba-0.5.1/lib/aruba/cucumber.... | | ^I'm using a clean gemset "([^"... | | | |
| aruba-0.5.1/lib/aruba/cucumber.... | | ^a directory named "([^"]*)"$ | | | |
| aruba-0.5.1/lib/aruba/cucumber.... | | ^a file named "([^"]*)" with:$ | {"name"=>"a file named \"my.awe... | | |
| aruba-0.5.1/lib/aruba/cucumber.... | | ^a (\d+) byte file named "([^"]... | | | |
| aruba-0.5.1/lib/aruba/cucumber.... | | ^an empty |
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
$ warble && java -jar gauntlt.jar --help | |
warning: Bundler `path' components are not currently supported. | |
The `gauntlt-0.1.2' component was not bundled. | |
Your application may fail to boot! | |
rm -f gauntlt.jar | |
Creating gauntlt.jar | |
Invalid gemspec in [/Users/sarcilav/.rvm/gems/jruby-1.6.7.2/specifications/nokogiri-1.5.9-java.gemspec]: invalid byte sequence in UTF-8 | |
Invalid gemspec in [file:/Users/sarcilav/code-for-fun/gauntlt/gauntlt.jar!/specifications/nokogiri-1.5.9-java.gemspec]: invalid byte sequence in UTF-8 | |
gauntlt is a ruggedization framework |
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
CHUANLI YUSHENG | |
BANK OF EAST ASIA (CHINA) | |
66 Huayuanshiqiao Road, Pudong, | |
Shanghai, China | |
Dear Friend, | |
I am Mr Chuanli Yusheng , the Vice President and Branch Manager of The Bank of East Asia (China), Huayuanshiqiao,Shanghai Branch. I know you may be wondering why I am contacting you for this despite all the friends and relations that I have but I decided to do this with an unknown person to avoid any form of blackmail in the future.Mr.Alvin Peter Kappelmann Jr was an account holder with my bank branch. I have been his account officer for 11 years before his death. He died during the World Trade Center bombing in September 11 2001. | |
Since his death, the management of my bank has made series of efforts to locate his family but all efforts were proved abortive. I also carried out series of research to find his family but it was confirmed that the mother who was the only surviving member of the family died at the hearing of the son’s death. He was already divorced before his death and due to this fact; no o |
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
1.9.3p194 :002 > require 'hunspell-ffi' | |
=> true | |
1.9.3p194 :003 > h = Hunspell.new('app/dics', 'en_GB') | |
=> #<Hunspell:0x007ff8940f8d88 @affix="app/dics/en_GB.aff", @dictionary="app/dics/en_GB.dic", @handler=#<FFI::Pointer address=0x007ff89489d500>, @dic_encoding=#<Encoding:ISO-8859-1>> | |
1.9.3p194 :004 > h.spell('') | |
=> true | |
1.9.3p194 :005 > h.spell(nil) | |
/Users/sarcilav/.rvm/gems/ruby-1.9.3-p194@chico/gems/hunspell-ffi-0.1.3/lib/hunspell-ffi.rb:90: [BUG] Segmentation fault | |
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.0.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
$ brew install -v gnu-prolog | |
==> Downloading http://www.gprolog.org/gprolog-1.4.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/gnu-prolog-1.4.1.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/gnu-prolog-1.4.1.tar.gz | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file src/EnginePl/machine.h | |
Hunk #1 succeeded at 144 with fuzz 2 (offset -5 lines). | |
==> ./configure --prefix=/usr/local/Cellar/gnu-prolog/1.4.1 --with-doc-dir=/usr/local/Cellar/gnu-prolog/1.4.1/share/doc/gnu-prolog | |
./configure --prefix=/usr/local/Cellar/gnu-prolog/1.4.1 --with-doc-dir=/usr/local/Cellar/gnu-prolog/1.4.1/share/doc/gnu-prolog |
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/brew install -v gnu-prolog | |
==> Downloading http://www.gprolog.org/gprolog-1.4.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/gnu-prolog-1.4.1.tar.gz | |
/usr/bin/tar xf /Library/Caches/Homebrew/gnu-prolog-1.4.1.tar.gz | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file src/EnginePl/machine.h | |
Hunk #1 succeeded at 144 with fuzz 2 (offset -5 lines). | |
==> ./configure --prefix=/Users/sarcilav/code-for-fun/homebrew/Cellar/gnu-prolog/1.4.1 --with-doc-dir=/Users/sarcilav/code-for-fun/homebrew/Cellar/gnu-prolog/1.4.1/share/doc/gnu-prolog | |
./configure --prefix=/Users/sarcilav/code-for-fun/homebrew/Cellar/gnu-prolog/1.4.1 --with-doc-dir=/Users/sarcilav/code-for-fun/homebrew/Cellar/gnu-prolog/1.4.1/share/doc/gnu-prolog |
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
--- src/EnginePl/machine.h 8 Apr 2011 16:16:16 -0000 1.26 | |
+++ src/EnginePl/machine.h 14 Nov 2011 12:38:04 -0000 | |
@@ -149,6 +149,10 @@ | |
#define NO_MACHINE_REG_FOR_REG_BANK | |
#endif | |
+#if defined(M_x86_64) && defined(NO_USE_REGS) | |
+#define NO_MACHINE_REG_FOR_REG_BANK | |
+#endif | |
+ |
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
$ brew --config | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: f8c82d414fac66bdfb8433d8a1dc1f0463e424c6 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8-x86_64 | |
Xcode: 4.4 | |
CLT: 4.4.0.0.1.1249367152 | |
GCC-4.0: N/A |
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
$ brew doctor | |
Your system is raring to brew. |