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
(ubic@Pauls-MacBookPro)3> {ok, Pid} = riakc_poolboy:start_pool(foo_pool, SizeArgs, WorkerArgs). | |
{ok,<0.2666.0>} | |
(ubic@Pauls-MacBookPro)4> 17:27:07.509 [debug] Supervisor riakc_poolboy_sup started poolboy:start_link([{name,{local,foo_pool}},{worker_module,riakc_poolboy_worker},{size,10},{max_overflow,20}], [{hostname,"127.0.0.1"},{port,8087},{options,[{auto_reconnect,true}]}]) at pid <0.2666.0> | |
(ubic@Pauls-MacBookPro)4> poolboy:stop(foo_pool). | |
ok | |
(ubic@Pauls-MacBookPro)5> 17:27:27.216 [error] Supervisor riakc_poolboy_sup had child foo_pool started with poolboy:start_link([{name,{local,foo_pool}},{worker_module,riakc_poolboy_worker},{size,10},{max_overflow,20}], [{hostname,"127.0.0.1"},{port,8087},{options,[{auto_reconnect,true}]}]) at <0.2666.0> exit with reason normal in context child_terminated | |
17:27:27.219 [debug] Supervisor riakc_poolboy_sup started poolboy:start_link([{name,{local,foo_pool}},{worker_module,riakc_poolboy_worker},{size,10},{max_overflow,20}], [{hostname,"127.0.0.1"},{port,8087},{options,[{ |
We can't make this file beautiful and searchable because it's too large.
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
"2004-10-01 00:00",29 | |
"2004-10-01 01:00",33 | |
"2004-10-01 02:00",31 | |
"2004-10-01 03:00",31 | |
"2004-10-01 04:00",69 | |
"2004-10-01 05:00",59 | |
"2004-10-01 06:00",93 | |
"2004-10-01 07:00",76 | |
"2004-10-01 08:00",55 | |
"2004-10-01 09:00",55 |
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
-module(or_or_or). | |
-compile(export_all). | |
f1(X) -> | |
if | |
length(X) =:= 1; size(X) =:= 1 -> | |
okay; | |
true -> | |
nope |
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
Compiled src/erlcloud_mon.erl | |
/Users/puzza/src/ubic/deps/erlcloud/src/erlcloud_s3.erl:584: Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3 | |
/Users/puzza/src/ubic/deps/erlcloud/src/erlcloud_s3.erl:720: Warning: crypto:md5/1 is deprecated and will be removed in in a future release; use crypto:hash/2 | |
/Users/puzza/src/ubic/deps/erlcloud/src/erlcloud_s3.erl:777: Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3 | |
Compiled src/erlcloud_s3.erl | |
Compiled src/erlcloud_xml.erl | |
/Users/puzza/src/ubic/deps/erlcloud/src/erlcloud_mturk.erl:1602: Warning: crypto:sha_mac/2 is deprecated and will be removed in in a future release; use crypto:hmac/3 |
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
puzza@Pauls-MacBookPro ~/src/cloudi-quickstart $ cat !$ | |
cat hello_world.erl | |
-module(hello_world). | |
-behaviour(cloudi_service). | |
%% cloudi_service callbacks | |
-export([cloudi_service_init/3, | |
cloudi_service_handle_request/11, | |
cloudi_service_handle_info/3, | |
cloudi_service_terminate/2]). |
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
libtool: link: sed -e 's,^,_,' < .libs/libcloudi_socket_drv.exp > .libs/libcloudi_socket_drv-symbols.expsym | |
libtool: link: g++ -o .libs/libcloudi_socket_drv.so -bundle .libs/libcloudi_socket_drv_la-cloudi_socket_drv.o .libs/libcloudi_socket_drv_la-assert.o -O2 -Wl,-exported_symbols_list,.libs/libcloudi_socket_drv-symbols.expsym | |
Undefined symbols for architecture x86_64: | |
"_enif_get_int", referenced from: | |
_libcloudi_socket_drv_local_listen in libcloudi_socket_drv_la-cloudi_socket_drv.o | |
_libcloudi_socket_drv_local_accept in libcloudi_socket_drv_la-cloudi_socket_drv.o | |
"_enif_get_string", referenced from: | |
_libcloudi_socket_drv_local_listen in libcloudi_socket_drv_la-cloudi_socket_drv.o | |
_libcloudi_socket_drv_local_accept in libcloudi_socket_drv_la-cloudi_socket_drv.o | |
"_enif_make_atom", referenced from: |
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 "port.cpp" | |
# 1 "/Users/puzza/src/GEPD//" | |
# 1 "<built-in>" | |
# 1 "<command-line>" | |
# 1 "./test_bindings.h" 1 | |
# 93 "./test_bindings.h" | |
# 1 "/usr/local/include/boost/preprocessor/cat.hpp" 1 3 | |
# 17 "/usr/local/include/boost/preprocessor/cat.hpp" 3 | |
# 1 "/usr/local/include/boost/preprocessor/config/config.hpp" 1 3 | |
# 18 "/usr/local/include/boost/preprocessor/cat.hpp" 2 3 |
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
puzza@Pauls-MacBookPro ~/src/GEPD/build (master*) $ cmake .. | |
-- Using OTP lib: /usr/local/Cellar/erlang/R16B/lib/erlang/lib - found | |
-- Using erl_interface version: erl_interface-3.7.11 | |
-- Using erts version: erts-5.10.1 | |
-- Boost version: 1.53.0 | |
-- The C compiler identification is Clang 4.2.0 | |
-- The CXX compiler identification is Clang 4.2.0 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info |
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
''' | |
Steps: | |
1. Create any milestones | |
2. Create any labels | |
3. Create each issue, linking them to milestones and labels | |
3.1: Update status for new issue if closed | |
4: Create all the comments for each issue | |
''' | |
import getpass | |
import json |
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
-module(foo). | |
-include_lib("proper/include/proper.hrl"). | |
-type audio_reference_type() :: user | department | client | system. | |
-compile(export_all). | |
-record(tf_audio_reference, { | |
type :: audio_reference_type(), |