i was trying this...
require 'pry'
require 'sinatra'
get '/' do
binding.pry$ cat .gitmodules
[submodule ".vim/bundle/vim-handlebars"]
path = .vim/bundle/vim-handlebars
url = git://github.com/nono/vim-handlebars.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
| diff -ru postgis-2.0.3-orig/configure.ac postgis-2.0.3/configure.ac | |
| --- postgis-2.0.3-orig/configure.ac 2012-12-20 09:38:23.000000000 -0800 | |
| +++ postgis-2.0.3/configure.ac 2013-07-22 04:53:15.290999956 -0700 | |
| @@ -33,7 +33,7 @@ | |
| dnl | |
| AC_PATH_PROG([CPPBIN], [cpp], []) | |
| if test "x$CPPBIN" != "x"; then | |
| - SQLPP="${CPPBIN} -traditional-cpp -P" | |
| + SQLPP="${CPPBIN} -traditional-cpp -P -C" | |
| else |
| # Copyright 1999-2013 Gentoo Foundation | |
| # Distributed under the terms of the GNU General Public License v2 | |
| # $Header: $ | |
| EAPI=5 | |
| inherit git | |
| DESCRIPTION="PL/V8 Javascript for PostgreSQL" | |
| HOMEPAGE="https://code.google.com/p/plv8js/" |
I hereby claim:
To claim this, I am signing this object:
| require 'websocket/driver' | |
| require 'socket' | |
| require 'forwardable' | |
| require 'celluloid/io' | |
| class WSDTester | |
| include Celluloid::IO | |
| include Celluloid::Logger | |
| extend Forwardable |
| require 'minitest/autorun' | |
| require 'httpclient' | |
| require 'socket' | |
| require 'timeout' | |
| describe 'server gets post' do | |
| it 'gets a post' do | |
| timeout = Timeout.timeout 5 do |
| $ be ruby concurrency_test_app.rb -p 5000 | |
| I, [2014-04-02T15:15:12.467887 #1602] INFO -- : Angelo 0.1.5 | |
| I, [2014-04-02T15:15:12.468080 #1602] INFO -- : listening on 127.0.0.1:5000 | |
| D, [2014-04-02T15:15:27.794593 #1602] DEBUG -- : 127.0.0.1 - - "GET /asynch_test HTTP/1.1" 200 11 | |
| D, [2014-04-02T15:15:28.887823 #1602] DEBUG -- : 127.0.0.1 - - "GET /asynch_test HTTP/1.1" 200 11 |