chunk_id
large_stringlengths
7
11
question_id
large_stringlengths
4
8
language
large_stringclasses
1 value
chunk_index
int64
0
7
chunk_text
large_stringlengths
163
2.82k
sparse_text
large_stringlengths
129
3.52k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
10
234
sparse_values
listlengths
10
234
export_source
large_stringclasses
1 value
13493061_c0
13493061
erlang
0
Title: Extracting a substring from a large string in Erlang Problem title: Extracting a substring from a large string in Erlang Tags: string, erlang Problem: Extracting a substring from a large string in Erlang I need to search for a substring in a string and return that if it is there in the string. What is the best w...
Extracting a substring from a large string in Erlang Extracting a substring from a large string in Erlang string erlang a Extracting Erlang Extracting a substring from a large string in Erlang I need to search for a substring in a string and return that if it is there in the string. What is the best way to do that in E...
[ 0.006805419921875, -0.004425048828125, 0.00848388671875, 0.0179443359375, -0.01287841796875, -0.01226806640625, -0.00135040283203125, -0.003448486328125, 0.007568359375, -0.005523681640625, -0.004730224609375, -0.0098876953125, -0.0211181640625, 0.0211181640625, 0.00836181640625, 0.005...
[ 31501, 238, 1916, 1614, 91693, 1295, 21334, 79315, 1004, 3066, 23, 72, 10, 3871, 33938, 100, 30646, 450, 2174, 2685, 2965, 3917, 54, 3687, 96276, 167785 ]
[ 0.1845703125, 0.09954833984375, 0.053192138671875, 0.2130126953125, 0.25146484375, 0.07379150390625, 0.0963134765625, 0.2042236328125, 0.131103515625, 0.265625, 0.044342041015625, 0.0845947265625, 0.03216552734375, 0.06500244140625, 0.1304931640625, 0.101806640625, 0.1307373046875, ...
embed
2271417_c0
2271417
erlang
0
Title: Is Erlang really a functional language? Problem title: Is Erlang really a functional language? Tags: functional-programming, erlang Problem: Is Erlang really a functional language? I hear all the time that Erlang is a functional language, yet it is easy to call databases or non side-effect free code from a funct...
Is Erlang really a functional language? Is Erlang really a functional language? functional-programming erlang Erlang Is Erlang really a functional language? I hear all the time that Erlang is a functional language, yet it is easy to call databases or non side-effect free code from a function, and commands are easily or...
[ 0.031494140625, 0.006011962890625, 0.01416015625, 0.002685546875, -0.0033416748046875, 0.018310546875, -0.00640869140625, -0.0198974609375, -0.0078125, -0.0186767578125, 0.0037841796875, -0.00897216796875, -0.0008392333984375, -0.00634765625, 0.00665283203125, 0.00170135498046875, -0...
[ 1004, 3066, 6183, 123309, 46876, 2071, 10, 28966, 72, 36802, 23468, 11782, 63399, 171760, 4092, 18151, 32354, 75101, 72546, 12989, 17368, 4, 375, 1510, 17721, 1884, 158189, 7440, 137175, 289, 2831 ]
[ 0.1666259765625, 0.294189453125, 0.1109619140625, 0.2318115234375, 0.2122802734375, 0.0130615234375, 0.0635986328125, 0.08648681640625, 0.1021728515625, 0.01959228515625, 0.08697509765625, 0.0865478515625, 0.115478515625, 0.0931396484375, 0.055084228515625, 0.122314453125, 0.16564941...
embed
42532320_c0
42532320
erlang
0
Title: ejabberd 2.01's module "mod_eventful" could not be loaded Problem title: ejabberd 2.01's module "mod_eventful" could not be loaded Tags: ejabberd, erlang, php Problem: ejabberd 2.01's module "mod_eventful" could not be loaded Code signals: mod_eventful, ejabberd.log, Authorization, ...
ejabberd 2.01's module "mod_eventful" could not be loaded ejabberd 2.01's module "mod_eventful" could not be loaded ejabberd erlang php mod_eventful ejabberd.log Authorization Basic SFRUUCBCQVNJQyBVU0VSTkFNRTpIVFRQIEJBU0lDIFBBU1NXT1JE handle_call mod_eventful.erl gen_server handle_msg gen_...
[ 0.00421142578125, 0.0211181640625, -0.00164031982421875, 0.01422119140625, -0.01348876953125, 0.00506591796875, 0.00921630859375, -0.014892578125, 0.00135040283203125, -0.05029296875, 0.000370025634765625, -0.015869140625, -0.003173828125, -0.00872802734375, 0.000911712646484375, -0.01...
[ 28, 145, 102459, 71, 787, 6746, 3768, 88996, 13415, 90141, 7844, 41502, 5809, 959, 72367, 72, 3066, 3958, 2811, 4867, 61804, 91692, 17759, 70981, 15301, 34831, 85763, 56, 9226, 39642, 5612, 9007, 10402, 141, 17368, 116890, 6370, 39876, 758,...
[ 0.113037109375, 0.1756591796875, 0.230224609375, 0.178466796875, 0.0731201171875, 0.1497802734375, 0.091064453125, 0.2298583984375, 0.2008056640625, 0.2412109375, 0.2099609375, 0.00616455078125, 0.0943603515625, 0.0943603515625, 0.1798095703125, 0.032196044921875, 0.1622314453125, ...
embed
62319712_c0
62319712
erlang
0
Title: How to receive on a list of possible values in erlang or elixir Problem title: How to receive on a list of possible values in erlang or elixir Tags: erlang-otp, erlang, elixir Problem: How to receive on a list of possible values in erlang or elixir Is it possible to have a dynamic list of values that can be used...
How to receive on a list of possible values in erlang or elixir How to receive on a list of possible values in erlang or elixir erlang-otp erlang elixir How Ref Message Refs How to receive on a list of possible values in erlang or elixir Is it possible to have a dynamic list of values that can be used in a guard for an...
[ -0.0010223388671875, 0.0087890625, 0.003662109375, 0.004425048828125, -0.01129150390625, -0.0220947265625, -0.0272216796875, 0.0203857421875, 0.0218505859375, -0.005035400390625, 0.0177001953125, -0.0191650390625, 0.0177001953125, 0.0218505859375, 0.017333984375, 0.0125732421875, -0....
[ 11249, 47, 53299, 98, 5303, 7722, 142424, 72, 3066, 15296, 38308, 707, 818, 254, 53295, 48205, 4588, 84079, 831, 11814, 56050, 46389, 3444, 33022 ]
[ 0.0604248046875, 0.047149658203125, 0.203857421875, 0.10955810546875, 0.1630859375, 0.16259765625, 0.17041015625, 0.1019287109375, 0.2412109375, 0.055511474609375, 0.20458984375, 0.0207977294921875, 0.047271728515625, 0.07177734375, 0.2005615234375, 0.1036376953125, 0.054046630859375...
embed
28030390_c0
28030390
erlang
0
Title: Documentation of the Erlang shell function i(), or which module exports it? Problem title: Documentation of the Erlang shell function i(), or which module exports it? Tags: erlang-shell, erlang Problem: Documentation of the Erlang shell function i(), or which module exports it? I'm trying to find documentation o...
Documentation of the Erlang shell function i(), or which module exports it? Documentation of the Erlang shell function i(), or which module exports it? erlang-shell erlang Documentation Erlang Documentation of the Erlang shell function i(), or which module exports it? I'm trying to find documentation on the i() shell f...
[ -0.00341796875, 0.0048828125, -0.003692626953125, 0.0255126953125, 0.01177978515625, 0.02783203125, 0.0008697509765625, -0.0020294189453125, -0.0137939453125, 0.0052490234375, 0.02880859375, -0.013916015625, -0.010986328125, 0.0028533935546875, 0.0322265625, 0.0106201171875, 0.007934...
[ 43101, 2320, 1004, 3066, 128019, 32354, 17, 132, 88996, 31255, 7, 442, 72, 209806, 170198, 134071, 214, 98323, 18588, 254, 1363, 26366, 2367 ]
[ 0.1732177734375, 0.057861328125, 0.1556396484375, 0.258544921875, 0.22509765625, 0.18408203125, 0.1922607421875, 0.1307373046875, 0.201416015625, 0.226318359375, 0.048980712890625, 0.056671142578125, 0.0933837890625, 0.1800537109375, 0.0533447265625, 0.174560546875, 0.0289306640625, ...
embed
1436075_c0
1436075
erlang
0
Title: ejabberd: Difference between "disco_local_identity" and "disco_sm_identity"? Problem title: ejabberd: Difference between "disco_local_identity" and "disco_sm_identity"? Tags: erlang, ejabberd, api Problem: ejabberd: Difference between "disco_local_identity" and "disco_sm_i...
ejabberd: Difference between "disco_local_identity" and "disco_sm_identity"? ejabberd: Difference between "disco_local_identity" and "disco_sm_identity"? erlang ejabberd api Difference disco_local_identity disco_sm_identity ejabberd: Difference between "disco_local_identity" and ...
[ -0.006256103515625, 0.0091552734375, 0.00518798828125, 0.0322265625, 0.00689697265625, 0.02734375, 0.0042724609375, 0.0120849609375, 0.005828857421875, 0.006195068359375, 0.0260009765625, -0.00225830078125, 0.0024261474609375, 0.001708984375, 0.0009002685546875, 0.007293701171875, 0....
[ 28, 145, 102459, 71, 803, 18234, 6620, 17721, 3827, 587, 98908, 52128, 2481, 136, 7, 39, 72, 3066, 31470, 20947, 60212, 88996, 61687, 150624 ]
[ 0.0723876953125, 0.114013671875, 0.1756591796875, 0.1297607421875, 0.042510986328125, 0.189697265625, 0.08251953125, 0.06842041015625, 0.1151123046875, 0.17626953125, 0.164794921875, 0.211181640625, 0.1307373046875, 0.03814697265625, 0.061767578125, 0.15576171875, 0.0197906494140625,...
embed
32708445_c0
32708445
erlang
0
Title: Can you link two processes in Erlang if the current process is neither one? Problem title: Can you link two processes in Erlang if the current process is neither one? Tags: erlang Problem: Can you link two processes in Erlang if the current process is neither one? It is possible to call link(pid) in Erlang to li...
Can you link two processes in Erlang if the current process is neither one? Can you link two processes in Erlang if the current process is neither one? erlang Can Erlang Can you link two processes in Erlang if the current process is neither one? It is possible to call link(pid) in Erlang to link the currently executing...
[ 0.002227783203125, 0.0166015625, 0.00182342529296875, 0.0162353515625, -0.003265380859375, 0.00506591796875, 0.0031585693359375, 0.00927734375, 0.00848388671875, -0.0634765625, -0.0257568359375, -0.00089263916015625, -0.0096435546875, 0.033447265625, 0.00775146484375, 0.01141357421875,...
[ 4171, 3126, 6626, 9433, 1004, 3066, 2174, 43581, 83, 2725, 9319, 90, 23, 1632, 72, 7722, 11782, 45226, 82424, 71924, 47, 207487, 15700, 959, 214 ]
[ 0.06768798828125, 0.254150390625, 0.1324462890625, 0.16455078125, 0.1556396484375, 0.292236328125, 0.07720947265625, 0.1129150390625, 0.0738525390625, 0.07684326171875, 0.05743408203125, 0.041839599609375, 0.05364990234375, 0.01666259765625, 0.0902099609375, 0.100341796875, 0.1040649...
embed
39576983_c0
39576983
erlang
0
Title: erlang: Count items in list of tuples Problem title: erlang: Count items in list of tuples Tags: erlang Problem: erlang: Count items in list of tuples I have the following list of items [{id, user1, category1}, {id, user2, category1}, {id, user1, category2}....], where id is unique, and user/category can be repe...
erlang: Count items in list of tuples erlang: Count items in list of tuples erlang Count user1 category1 user2 category2 erlang: Count items in list of tuples I have the following list of items [{id, user1, category1}, {id, user2, category1}, {id, user1, category2}....], where id is unique, and user/category can be rep...
[ -0.002899169921875, -0.00311279296875, 0.00092315673828125, -0.01025390625, -0.0027923583984375, -0.0003337860107421875, -0.024169921875, -0.01348876953125, 0.0123291015625, -0.0274658203125, -0.017822265625, -0.006256103515625, 0.02783203125, 0.032470703125, -0.0008697509765625, 0.006...
[ 72, 3066, 108210, 55769, 23, 5303, 111, 370, 99726, 38937, 418, 95487, 304, 25632, 532, 7440, 3447, 36998, 33478, 6504, 831, 119140, 31577, 26366, 2046, 63841, 1295, 65918, 387, 496 ]
[ 0.1326904296875, 0.2412109375, 0.209228515625, 0.2213134765625, 0.067626953125, 0.1722412109375, 0.038330078125, 0.1492919921875, 0.2449951171875, 0.1636962890625, 0.07647705078125, 0.2086181640625, 0.10064697265625, 0.05859375, 0.0836181640625, 0.005950927734375, 0.1080322265625, ...
embed
3768658_c0
3768658
erlang
0
Title: returning the max of a list Problem title: returning the max of a list Tags: erlang, list, sequential Problem: returning the max of a list I am trying to return the max of a list. I have the following code list_max([]) -> []; list_max([H|T]) -> list_max(H, T). list_max(Temp, []) -> Temp; list_max(Temp, [H|T]) wh...
returning the max of a list returning the max of a list erlang list sequential list_max Temp returning the max of a list I am trying to return the max of a list. I have the following code But am struggling to relate to Erlang. How do I assign something to temp and replace it to the highest?
[ 0.01153564453125, 0.0167236328125, 0.0235595703125, 0.00506591796875, 0.01007080078125, 0.00506591796875, -0.0194091796875, 0.00714111328125, 0.003173828125, -0.0125732421875, 0.019287109375, -0.0011138916015625, -0.00183868408203125, 0.00762939453125, 0.0302734375, -0.01165771484375, ...
[ 30646, 214, 70, 18389, 111, 5303, 72, 3066, 243228, 289, 24084, 37446, 31577, 25632, 18151, 237875, 33444, 1004, 95486, 9844, 20805, 91995, 47, 167375 ]
[ 0.1351318359375, 0.042236328125, 0.02294921875, 0.2159423828125, 0.045318603515625, 0.1866455078125, 0.1138916015625, 0.244140625, 0.13916015625, 0.0193939208984375, 0.2037353515625, 0.2364501953125, 0.0592041015625, 0.02105712890625, 0.111572265625, 0.04815673828125, 0.0611572265625...
embed
8135375_c0
8135375
erlang
0
Title: Is the call to ssl:send/2 blocking? Problem title: Is the call to ssl:send/2 blocking? Tags: erlang, send, ssl, block Problem: Is the call to ssl:send/2 blocking? I am making use of a SSL socket which is upgraded from a TCP Socket. When I am trying to send some data through that socket using ssl:send/2 , it bloc...
Is the call to ssl:send/2 blocking? Is the call to ssl:send/2 blocking? erlang send ssl block ssl:send send_timeout Is the call to ssl:send/2 blocking? I am making use of a SSL socket which is upgraded from a TCP Socket. When I am trying to send some data through that socket using ssl:send/2 , it blocks. I have send_ti...
[ 0.00347900390625, 0.025146484375, 0.01220703125, -0.001739501953125, -0.025390625, -0.01544189453125, 0.007598876953125, 0.00193023681640625, -0.003692626953125, -0.0067138671875, 0.035400390625, 0.0020904541015625, 0.0035552978515625, -0.0003662109375, -0.00970458984375, 0.01330566406...
[ 2071, 11782, 47, 91, 24861, 39285, 12477, 46389, 214, 72, 3066, 25379, 6032, 6056, 103527, 27853, 116086, 17854, 31577, 2053, 35829, 15400, 10756, 7, 29806 ]
[ 0.0227508544921875, 0.1065673828125, 0.059051513671875, 0.0251617431640625, 0.180419921875, 0.15771484375, 0.208740234375, 0.1790771484375, 0.058349609375, 0.039886474609375, 0.18212890625, 0.0751953125, 0.08526611328125, 0.1094970703125, 0.1563720703125, 0.08587646484375, 0.08984375...
embed
9277384_c0
9277384
erlang
0
Title: Erlang port driver compatible both with R15B and pre-R15B Problem title: Erlang port driver compatible both with R15B and pre-R15B Tags: 64-bit, c, erlang Problem: Erlang port driver compatible both with R15B and pre-R15B Given the changes described in http://www.erlang.org/doc/man/erl_driver.html#rewrites_for_6...
Erlang port driver compatible both with R15B and pre-R15B Erlang port driver compatible both with R15B and pre-R15B 64-bit c erlang Erlang R15B pre-R15B Erlang port driver compatible both with R15B and pre-R15B Given the changes described in http://www.erlang.org/doc/man/erl_driver.html#rewrites_for_64_bits , is it rea...
[ 0.015625, 0.013671875, -0.020263671875, 0.006927490234375, -0.005584716796875, 0.0037689208984375, -0.003082275390625, 0.019287109375, 0.01068115234375, -0.01953125, 0.030029296875, -0.01531982421875, -0.0034942626953125, -0.01519775390625, 0.01251220703125, 0.01806640625, -0.0082397...
[ 1004, 3066, 11469, 27941, 146731, 627, 1837, 571, 479, 1052, 7911, 3137, 72, 65572, 56, 141, 33926, 107, 5429, 52164, 13307, 169022, 9790, 13695, 3525, 10332, 101758, 3190, 4904, 5557, 63923, 8951, 60877 ]
[ 0.117919921875, 0.25244140625, 0.1207275390625, 0.181884765625, 0.1556396484375, 0.060791015625, 0.1922607421875, 0.124267578125, 0.0970458984375, 0.028167724609375, 0.1112060546875, 0.0731201171875, 0.006927490234375, 0.07867431640625, 0.0670166015625, 0.1153564453125, 0.13012695312...
embed
5700344_c0
5700344
erlang
0
Title: Erlang: Who supervises the supervisor? Problem title: Erlang: Who supervises the supervisor? Tags: erl, erlang-supervisor, erlang Problem: Erlang: Who supervises the supervisor? In all Erlang supervisor examples I have seen yet, there usually is a "master" supervisor who supervises the whole tree (or at least is...
Erlang: Who supervises the supervisor? Erlang: Who supervises the supervisor? erl erlang-supervisor erlang Erlang Who Erlang: Who supervises the supervisor? In all Erlang supervisor examples I have seen yet, there usually is a "master" supervisor who supervises the whole tree (or at least is the root node in the superv...
[ -0.011474609375, 0.0238037109375, -0.0037994384765625, 0.020751953125, 0.0048828125, -0.004638671875, 0.026123046875, 0.011474609375, -0.01214599609375, -0.01409912109375, 0.01507568359375, -0.0194091796875, 0.0118408203125, 0.0206298828125, 0.01312255859375, 0.0106201171875, -0.0130...
[ 1004, 3066, 12, 40469, 1601, 1824, 90, 70, 51858, 72, 141, 59104, 27781, 765, 51592, 56104, 10, 47327, 58, 2750, 28271, 53201, 19713, 74855, 110, 2174, 36356, 7, 11249, 5608, 186, 297, 222201, 103510 ]
[ 0.1627197265625, 0.2822265625, 0.0295257568359375, 0.140869140625, 0.1907958984375, 0.2222900390625, 0.12158203125, 0.083251953125, 0.255615234375, 0.119873046875, 0.0614013671875, 0.1590576171875, 0.1292724609375, 0.0166015625, 0.052215576171875, 0.06988525390625, 0.038909912109375,...
embed
13603371_c0
13603371
erlang
0
Title: Erlang: convert HTTP GET param to Unicode Problem title: Erlang: convert HTTP GET param to Unicode Tags: unicode, encoding, request, http, erlang Problem: Erlang: convert HTTP GET param to Unicode I am using connector on Erlang. It gets requests from Javascript like "controler?q=value". If I send a value in Unic...
Erlang: convert HTTP GET param to Unicode Erlang: convert HTTP GET param to Unicode unicode encoding request http erlang Erlang HTTP GET Unicode Erlang: convert HTTP GET param to Unicode I am using connector on Erlang. It gets requests from Javascript like "controler?q=value". If I send a value in Unicode, the browser ...
[ -0.005767822265625, 0.01434326171875, 0.01953125, -0.025634765625, -0.0015106201171875, -0.01397705078125, 0.01092529296875, -0.0029754638671875, -0.01287841796875, -0.0267333984375, -0.00799560546875, -0.052001953125, -0.0081787109375, -0.005218505859375, -0.017578125, -0.035400390625...
[ 1004, 3066, 12, 96760, 135913, 79794, 121, 39, 47, 219778, 60347, 112, 22, 587, 50336, 1621, 72, 17368, 37067, 748, 62163, 1295, 74181, 1884, 81988, 56, 32, 864, 1369, 27494, 4263, 25379, 34292, 23, 70, 31842, 40899, 79315, 11249, 903, ...
[ 0.1453857421875, 0.269287109375, 0.03466796875, 0.1796875, 0.233642578125, 0.2177734375, 0.1534423828125, 0.1383056640625, 0.1197509765625, 0.2420654296875, 0.171630859375, 0.127197265625, 0.087890625, 0.13720703125, 0.1746826171875, 0.1317138671875, 0.0699462890625, 0.045593261718...
embed
21724608_c0
21724608
erlang
0
Title: String to binary, difference between constant and variable conversion Problem title: String to binary, difference between constant and variable conversion Tags: type-conversion, binary, erlang, string Problem: String to binary, difference between constant and variable conversion Can somebody please explain me wh...
String to binary, difference between constant and variable conversion String to binary, difference between constant and variable conversion type-conversion binary erlang string Content String to binary, difference between constant and variable conversion Can somebody please explain me why the second statement gives a b...
[ 0.004119873046875, -0.00482177734375, -0.00390625, 0.0269775390625, 0.01434326171875, 0.0218505859375, -0.0107421875, 0.01495361328125, 0.00677490234375, -0.00970458984375, 0.00421142578125, -0.016357421875, 0.02880859375, 0.0125732421875, 0.0157470703125, 0.0029449462890625, 0.00185...
[ 23351, 214, 47, 2394, 6635, 60212, 17721, 53697, 136, 77336, 142477, 10644, 2271, 46354, 72, 3066, 79315, 70870, 73342, 15400, 17932, 63805, 76199, 10, 15481, 10566 ]
[ 0.1845703125, 0.118408203125, 0.14404296875, 0.157958984375, 0.19189453125, 0.1546630859375, 0.0736083984375, 0.2340087890625, 0.05804443359375, 0.26953125, 0.1729736328125, 0.07659912109375, 0.0243377685546875, 0.1146240234375, 0.05914306640625, 0.2034912109375, 0.209716796875, 0....
embed
71935703_c1
71935703
erlang
1
and thanks in advance. here's what I tried after looking at the comments. -module(a). -compile(export_all). f1() -> receive List -> io:format("~p~n", [List+1]); _ -> io:format("Exit~n") end. f2() -> receive {From, List} -> From ! "~p~n" ,[List+1]; _ -> io:format("Exit~n") end. f3() -> receive {From, List} -> From ! "~...
and thanks in advance. here's what I tried after looking at the comments. -module(a). -compile(export_all). f1() -> receive List -> io:format("~p~n", [List+1]); _ -> io:format("Exit~n") end. f2() -> receive {From, List} -> From ! "~p~n" ,[List+1]; _ -> io:format("Exit~n") end. f3() -> receive {From, List} -> From ! "~...
[ -0.00994873046875, 0.0003566741943359375, -0.0245361328125, 0.02587890625, 0.0028228759765625, 0.0028533935546875, 0.00897216796875, 0.0106201171875, 0.00555419921875, -0.0145263671875, 0.0185546875, 0.000843048095703125, 0.0130615234375, 0.0284423828125, 0.0184326171875, -0.0055847167...
[ 45458, 129745, 3688, 2367, 37842, 24626, 5, 20, 83279, 13, 11, 58875, 1340, 180758, 5584, 1238, 418, 53299, 32036, 22995, 51727, 254, 2306, 19, 154663, 21748, 19279, 217, 3564, 304, 168407, 28090, 363, 28864, 26073, 7, 601, 18781, 7477, 8...
[ 0.021820068359375, 0.1041259765625, 0.045989990234375, 0.0306549072265625, 0.12255859375, 0.03961181640625, 0.001373291015625, 0.0157928466796875, 0.23486328125, 0.09466552734375, 0.12353515625, 0.1396484375, 0.149658203125, 0.260498046875, 0.19384765625, 0.10498046875, 0.07568359375...
embed
38967973_c0
38967973
erlang
0
Title: Why is factorial not overflowing the stack in Erlang? Problem title: Why is factorial not overflowing the stack in Erlang? Tags: erlang Problem: Why is factorial not overflowing the stack in Erlang? -module(demo). -export([factorial/1]). factorial(0) -> 1; factorial(N) -> N * factorial(N-1). The factorial is not...
Why is factorial not overflowing the stack in Erlang? Why is factorial not overflowing the stack in Erlang? erlang Why Erlang N-1 Why is factorial not overflowing the stack in Erlang? The factorial is not tail recursive but why is it not overflowing the stack? I am able to get factorial of 100,000 without stack overflo...
[ 0.0006866455078125, 0.01190185546875, 0.0017242431640625, 0.01129150390625, 0.01416015625, -0.0047607421875, -0.00579833984375, -0.004180908203125, -0.0033111572265625, -0.02001953125, 0.00860595703125, -0.03271484375, 0.0054931640625, -0.0111083984375, 0.03076171875, 0.005126953125, ...
[ 44084, 83, 31461, 15403, 959, 645, 118664, 214, 177261, 1004, 3066, 23, 72, 541, 5759, 46741, 195625, 5844, 15400, 19048, 2046, 805, 4, 9508, 15490, 51776, 3060, 1733, 9969, 6743 ]
[ 0.1156005859375, 0.07281494140625, 0.161376953125, 0.2154541015625, 0.140869140625, 0.079345703125, 0.202392578125, 0.046539306640625, 0.1834716796875, 0.1204833984375, 0.275390625, 0.03631591796875, 0.0384521484375, 0.0789794921875, 0.1436767578125, 0.1776123046875, 0.1083984375, ...
embed
21873418_c0
21873418
erlang
0
Title: Yaws + Erlang. Output data Problem title: Yaws + Erlang. Output data Tags: yaws, erlang, erlangweb Problem: Yaws + Erlang. Output data Code signals: teams, Yaws, Erlang, Output, application:start, ConnString, Driver, MySQL, ODBC, ANSI, Server, Database, User, Password, Option, Conn, odbc:connect, Results, odbc:s...
Yaws + Erlang. Output data Yaws + Erlang. Output data yaws erlang erlangweb teams Yaws Erlang Output application:start ConnString Driver MySQL ODBC ANSI Server Database User Password Option Conn odbc:connect Results odbc:sql_query team_name lists:map Tname io_lib:format ERROR File zero.yaws:39 Exception function_clause...
[ 0.0281982421875, 0.0067138671875, -0.0014190673828125, 0.024169921875, 0.005615234375, 0.0206298828125, 0.00848388671875, -0.0194091796875, -0.0030059814453125, -0.00469970703125, 0.0233154296875, -0.0269775390625, 0.0023345947265625, -0.0185546875, -0.0009613037109375, -0.002807617187...
[ 2369, 19725, 997, 1004, 3066, 5, 13538, 7077, 2053, 151, 72, 14051, 87199, 38415, 17137, 1657, 19, 71713, 131470, 157146, 34687, 24318, 14368, 9902, 22687, 187781, 53400, 170461, 86769, 229, 65037, 135457, 146104, 99247, 7175, 5303, 62346, 11...
[ 0.20068359375, 0.254638671875, 0.1805419921875, 0.1844482421875, 0.29150390625, 0.015472412109375, 0.1773681640625, 0.14404296875, 0.1689453125, 0.08154296875, 0.1243896484375, 0.1209716796875, 0.2066650390625, 0.0947265625, 0.12060546875, 0.08001708984375, 0.042236328125, 0.133300...
embed
22575431_c0
22575431
erlang
0
Title: Can't build and install Erlang on pcduino Problem title: Can't build and install Erlang on pcduino Tags: erlang, build, arm Problem: Can't build and install Erlang on pcduino I have just got my pcduino. I want to write my programs using Erlang and want to use version R16B (so I can use web sockets). Wh...
Can't build and install Erlang on pcduino Can't build and install Erlang on pcduino erlang build arm Can Erlang Can't build and install Erlang on pcduino I have just got my pcduino. I want to write my programs using Erlang and want to use version R16B (so I can use web sockets). When I download and builds R16...
[ 0.000614166259765625, 0.0257568359375, -0.004119873046875, 0.0059814453125, -0.00946044921875, -0.0181884765625, -0.0185546875, -0.013427734375, -0.00009870529174804688, 0.005523681640625, 0.00811767578125, -0.04248046875, 0.025634765625, -0.00121307373046875, 0.0184326171875, 0.003585...
[ 4171, 3768, 18, 45367, 136, 20600, 1004, 3066, 98, 36719, 693, 4043, 72, 16294, 3444, 33022, 103391, 17368, 4527, 11389, 627, 2485, 571, 1467, 221, 27853, 7026, 127877, 1810, 20513, 98323, 3249, 35782, 214493 ]
[ 0.09765625, 0.0234527587890625, 0.095947265625, 0.1719970703125, 0.07879638671875, 0.1744384765625, 0.1500244140625, 0.307373046875, 0.099365234375, 0.0841064453125, 0.17578125, 0.1932373046875, 0.09478759765625, 0.1796875, 0.0133056640625, 0.056488037109375, 0.0672607421875, 0.056...
embed
4012575_c0
4012575
erlang
0
Title: Erlang - How to run more than one node on single windows vista machine? Problem title: Erlang - How to run more than one node on single windows vista machine? Tags: erlang Problem: Erlang - How to run more than one node on single windows vista machine? i m graduate student and as my project i have to run Erlang ...
Erlang - How to run more than one node on single windows vista machine? Erlang - How to run more than one node on single windows vista machine? erlang Erlang How Erlang - How to run more than one node on single windows vista machine? i m graduate student and as my project i have to run Erlang Chat Application, but i am...
[ 0.005279541015625, -0.01116943359375, -0.0091552734375, 0.034912109375, -0.0027313232421875, -0.00445556640625, -0.000732421875, -0.007354736328125, 0.0115966796875, -0.06298828125, 0.003173828125, -0.01708984375, 0.0159912109375, 0.0028533935546875, -0.0036468505859375, 0.004699707031...
[ 1004, 3066, 11249, 47, 11675, 1286, 3501, 1632, 110, 112, 98, 11001, 54825, 9462, 36279, 72, 150180, 9836, 13452, 18032, 104921, 55681, 116, 988, 4358, 38415, 2606 ]
[ 0.125, 0.282470703125, 0.08697509765625, 0.04974365234375, 0.1673583984375, 0.1607666015625, 0.1444091796875, 0.1212158203125, 0.157958984375, 0.19580078125, 0.079833984375, 0.15576171875, 0.1029052734375, 0.150390625, 0.10516357421875, 0.06109619140625, 0.04107666015625, 0.0906982...
embed
4420672_c0
4420672
erlang
0
Title: howto start table in mnesia? Problem title: howto start table in mnesia? Tags: mnesia, erlang Problem: howto start table in mnesia? I have situation when one of tables rich size 2G and after it I cannot work with this table, 'mynode@localhost' 5> mnesia:dirty_first(my_table). ** exited: {aborted,{badarg,[my_tabl...
howto start table in mnesia? howto start table in mnesia? mnesia erlang howto start table in mnesia? I have situation when one of tables rich size 2G and after it I cannot work with this table, 'mynode@localhost' 5> mnesia:dirty_first(my_table). ** exited: {aborted,{badarg,[my_table]}} ** I understand I need apply frag...
[ -0.01019287109375, -0.0079345703125, -0.002655029296875, 0.013916015625, -0.007537841796875, 0.00177001953125, 0.01611328125, 0.002197265625, -0.004364013671875, -0.043701171875, 0.0341796875, 0.025146484375, -0.01153564453125, 0.00823974609375, 0.028076171875, 0.00823974609375, 0.00...
[ 3642, 188, 4034, 23180, 23, 49097, 3478, 72, 3066, 16648, 1632, 98870, 13267, 116, 724, 7103, 53418, 4488, 678, 1176, 157, 112, 981, 98908, 40294, 190, 936, 939, 13448, 271, 22819, 82230, 3422, 3674, 10566, 28219, 59911, 38551, 2320, 1167...
[ 0.0965576171875, 0.14453125, 0.2142333984375, 0.267578125, 0.1171875, 0.2196044921875, 0.26220703125, 0.0814208984375, 0.18359375, 0.041412353515625, 0.005615234375, 0.13818359375, 0.09698486328125, 0.040618896484375, 0.050445556640625, 0.008392333984375, 0.0628662109375, 0.0762329...
embed
982847_c0
982847
erlang
0
Title: Differences between set and ordered_set in Mnesia? Problem title: Differences between set and ordered_set in Mnesia? Tags: database-design, erlang, mnesia, schema Problem: Differences between set and ordered_set in Mnesia? What are the differences between a table of type set, and a table of type ordered_set? I'm...
Differences between set and ordered_set in Mnesia? Differences between set and ordered_set in Mnesia? database-design erlang mnesia schema Differences ordered_set Mnesia Differences between set and ordered_set in Mnesia? What are the differences between a table of type set, and a table of type ordered_set? I'm interest...
[ 0.0234375, 0.0036468505859375, 0.0027618408203125, 0.00128173828125, 0.0115966796875, -0.003387451171875, 0.0093994140625, -0.0252685546875, 0.012939453125, 0.0224609375, 0.0224609375, 0.026611328125, -0.008544921875, -0.0107421875, -0.000553131103515625, 0.01544189453125, -0.0162353...
[ 803, 18234, 69098, 17721, 5423, 136, 12989, 297, 454, 3509, 23, 276, 86, 3478, 63399, 34198, 72, 3066, 49097, 61903, 60212, 23180, 10644, 60892, 12301, 18781, 23718, 35509, 93425, 15917, 110 ]
[ 0.080078125, 0.1800537109375, 0.1258544921875, 0.1180419921875, 0.2208251953125, 0.10394287109375, 0.2105712890625, 0.119384765625, 0.035003662109375, 0.234130859375, 0.0390625, 0.042449951171875, 0.1650390625, 0.2100830078125, 0.09375, 0.08837890625, 0.017852783203125, 0.159790039...
embed
10963359_c0
10963359
erlang
0
Title: Concatenating BitStrings (Not Binaries) in Erlang Problem title: Concatenating BitStrings (Not Binaries) in Erlang Tags: erlang, concatenation, bitstring, binary Problem: Concatenating BitStrings (Not Binaries) in Erlang How do you concatenate bitstrings. I mean bitstrings because I do not know the number of byt...
Concatenating BitStrings (Not Binaries) in Erlang Concatenating BitStrings (Not Binaries) in Erlang erlang concatenation bitstring binary Concatenating BitStrings Not Binaries Erlang Solution Concatenating BitStrings (Not Binaries) in Erlang How do you concatenate bitstrings. I mean bitstrings because I do not know the...
[ 0.0164794921875, 0.013916015625, 0.001251220703125, 0.0145263671875, 0.0035400390625, 0.00836181640625, -0.025390625, 0.007537841796875, 0.004791259765625, -0.00927734375, -0.0084228515625, -0.02001953125, 0.0172119140625, 0.011474609375, 0.0201416015625, -0.017578125, -0.00157165527...
[ 1657, 4460, 33, 26518, 27774, 71713, 5180, 122116, 54092, 10484, 23, 1004, 3066, 72, 158, 4785, 91693, 2394, 11205, 187895, 11249, 54, 398, 33478, 76, 67, 7, 29459, 959, 3714, 14012, 390, 1636, 47, 186, 48716, 111, 3217 ]
[ 0.1082763671875, 0.1705322265625, 0.132080078125, 0.0928955078125, 0.1744384765625, 0.2296142578125, 0.165771484375, 0.1485595703125, 0.135498046875, 0.0615234375, 0.05877685546875, 0.1640625, 0.2783203125, 0.1016845703125, 0.129638671875, 0.177490234375, 0.2890625, 0.134765625, ...
embed
38749920_c1
38749920
erlang
1
n"), bbuffer:put(Pid, N), insert(N - 1, Pid). Error in process <0.61.0> with exit value: {function_clause,[{main,insert,[-1,<0.60.0>],[{file,"main.erl"},{line,13}]}]} The program runs and loops the N times but crashes. Can someone explain why my solution doesn't work or present an idea for another solution? Thank you. ...
n"), bbuffer:put(Pid, N), insert(N - 1, Pid). Error in process <0.61.0> with exit value: {function_clause,[{main,insert,[-1,<0.60.0>],[{file,"main.erl"},{line,13}]}]} The program runs and loops the N times but crashes. Can someone explain why my solution doesn't work or present an idea for another solution? Thank you. ...
[ -0.0252685546875, 0.0013275146484375, 0.0162353515625, 0.007232666015625, -0.0181884765625, 0.01611328125, -0.017578125, -0.0201416015625, -0.0025177001953125, -0.0264892578125, 0.02490234375, -0.01171875, 0.009521484375, -0.0069580078125, 0.018310546875, -0.00193023681640625, 0.0002...
[ 653, 74054, 876, 123759, 56, 7077, 683, 532, 541, 183540, 839, 106, 436, 212059, 9433, 122887, 102107, 82230, 34292, 137175, 18347, 4032, 24931, 73, 33657, 5759, 99929, 29822, 141, 2256, 2681, 1528, 127877, 136, 40956, 7, 20028, 1284, 15063...
[ 0.112060546875, 0.025970458984375, 0.10125732421875, 0.1978759765625, 0.146484375, 0.111572265625, 0.053558349609375, 0.1478271484375, 0.122802734375, 0.248046875, 0.0687255859375, 0.03778076171875, 0.04730224609375, 0.232666015625, 0.15966796875, 0.1759033203125, 0.16552734375, 0....
embed
55332733_c0
55332733
erlang
0
Title: How to generate a 32 bit big-endian number in the format 0x00000001 in erlang Problem title: How to generate a 32 bit big-endian number in the format 0x00000001 in erlang Tags: erlang Problem: How to generate a 32 bit big-endian number in the format 0x00000001 in erlang I need to generate a variable which has th...
How to generate a 32 bit big-endian number in the format 0x00000001 in erlang How to generate a 32 bit big-endian number in the format 0x00000001 in erlang erlang How How to generate a 32 bit big-endian number in the format 0x00000001 in erlang I need to generate a variable which has the following properties - 32 bit, ...
[ -0.004913330078125, 0.0244140625, -0.0167236328125, -0.006011962890625, -0.007171630859375, 0.00274658203125, 0.0045166015625, 0.002593994140625, 0.0179443359375, -0.0286865234375, 0.00677490234375, -0.006378173828125, -0.000858306884765625, 0.0108642578125, 0.0299072265625, 0.00982666...
[ 11249, 47, 139392, 2789, 4785, 6957, 33, 27201, 14012, 9384, 757, 425, 197094, 6746, 72, 3066, 9, 23, 3871, 77336, 25632, 183871, 892, 1505, 61475, 678, 7730, 158661, 1632, 2685, 6002, 86531, 100, 903 ]
[ 0.061767578125, 0.059478759765625, 0.2393798828125, 0.260986328125, 0.1920166015625, 0.1412353515625, 0.12353515625, 0.1959228515625, 0.2088623046875, 0.199951171875, 0.1265869140625, 0.11962890625, 0.1373291015625, 0.209228515625, 0.1395263671875, 0.25732421875, 0.0216522216796875, ...
embed
59625299_c2
59625299
erlang
2
:process_authenticated_packet/2, xmpp_stream_in:handle_info/2, p1_server:handle_msg/8, proc_lib:init_p_do_apply/3, Failed, c52c-4fe8-8a56-213c1a86bc12-3, sub_els, gen_iq_handler:process_iq, gen_iq_handler.erl, ejabberd_router:do_route, ejabberd_router.erl, ejabberd_router:route, ejabberd_c2s:check_privacy_then_route, e...
:process_authenticated_packet/2, xmpp_stream_in:handle_info/2, p1_server:handle_msg/8, proc_lib:init_p_do_apply/3, Failed, c52c-4fe8-8a56-213c1a86bc12-3, sub_els, gen_iq_handler:process_iq, gen_iq_handler.erl, ejabberd_router:do_route, ejabberd_router.erl, ejabberd_router:route, ejabberd_c2s:check_privacy_then_route, e...
[ 0.01434326171875, 0.0142822265625, 0.01239013671875, 0.0281982421875, 0.005035400390625, 0.0126953125, -0.00787353515625, -0.004364013671875, 0.021484375, -0.013427734375, 0.03759765625, -0.0213623046875, -0.011474609375, 0.01251220703125, -0.003082275390625, 0.0279541015625, 0.01696...
[ 152, 63923, 916, 92733, 7636, 3674, 29102, 126, 12477, 1022, 39, 6366, 86429, 73, 79628, 7319, 915, 418, 39642, 4432, 177, 23538, 10402, 5612, 217, 254, 246, 9007, 538, 18113, 190355, 297, 12744, 2242, 1019, 13683, 15276, 1530, 8316, 1614...
[ 0.05560302734375, 0.159912109375, 0.109619140625, 0.170654296875, 0.1334228515625, 0.1119384765625, 0.1702880859375, 0.0958251953125, 0.1478271484375, 0.083251953125, 0.08966064453125, 0.2392578125, 0.2139892578125, 0.0316162109375, 0.18701171875, 0.18310546875, 0.02978515625, 0.05...
embed
15264342_c0
15264342
erlang
0
Title: How to use sublime text 2 and Ctags for erlang source code? Problem title: How to use sublime text 2 and Ctags for erlang source code? Tags: erlang, ctags, sublimetext2 Problem: How to use sublime text 2 and Ctags for erlang source code? I install the Ctags by package control. And I also use the sublime-erlang. ...
How to use sublime text 2 and Ctags for erlang source code? How to use sublime text 2 and Ctags for erlang source code? erlang ctags sublimetext2 How Ctags sublimetext2 How to use sublime text 2 and Ctags for erlang source code? I install the Ctags by package control. And I also use the sublime-erlang. Most of the time...
[ 0.0164794921875, -0.0024871826171875, -0.00019550323486328125, 0.0185546875, 0.00396728515625, 0.0031585693359375, -0.004608154296875, 0.0255126953125, 0, -0.04638671875, -0.00469970703125, -0.021484375, -0.00106048583984375, -0.0096435546875, 0.0245361328125, -0.004058837890625, -0....
[ 11249, 4527, 117584, 13, 7986, 116, 136, 313, 75985, 72, 3066, 31344, 18151, 22829, 304, 100, 20600, 98169, 6226, 56, 43240, 1957, 29479, 6138, 71, 5612, 7722, 88203, 3934 ]
[ 0.05078125, 0.109375, 0.2012939453125, 0.116455078125, 0.199951171875, 0.15673828125, 0.04559326171875, 0.050933837890625, 0.235107421875, 0.1085205078125, 0.2288818359375, 0.131103515625, 0.1279296875, 0.1776123046875, 0.1412353515625, 0.005126953125, 0.054534912109375, 0.04946899...
embed
20266587_c0
20266587
erlang
0
Title: Erlang BPMN 2 Parser Problem title: Erlang BPMN 2 Parser Tags: erlang, bpmn Problem: Erlang BPMN 2 Parser I'm writing BPMN (Business Process Model and Notation) engine for Erlang. I've created parser, that gets business process definition from xml, creates amount of different records and links between them. Now,...
Erlang BPMN 2 Parser Erlang BPMN 2 Parser erlang bpmn Erlang BPMN Parser Erlang BPMN 2 Parser I'm writing BPMN (Business Process Model and Notation) engine for Erlang. I've created parser, that gets business process definition from xml, creates amount of different records and links between them. Now, i need to create g...
[ -0.00121307373046875, 0.01080322265625, -0.01141357421875, 0.01470947265625, -0.00946044921875, 0.0361328125, -0.01165771484375, -0.01416015625, -0.01513671875, -0.023681640625, 0.006561279296875, 0.00006771087646484375, 0.01324462890625, 0.000598907470703125, 0.01422119140625, 0.01721...
[ 1004, 3066, 55885, 46720, 116, 2392, 2189, 72, 111467, 28725, 32562, 181573, 123996, 13293, 438, 22062, 87907, 75935, 366, 8063, 9433, 80934, 1295, 131492, 28282, 41170, 12921, 115923, 22317, 17721, 3871, 9226, 454, 17447, 39, 182355, 191, 35...
[ 0.1673583984375, 0.296142578125, 0.142822265625, 0.216796875, 0.1373291015625, 0.139892578125, 0.1658935546875, 0.0364990234375, 0.0791015625, 0.13232421875, 0.09344482421875, 0.06048583984375, 0.1197509765625, 0.1619873046875, 0.1097412109375, 0.0589599609375, 0.1607666015625, 0.0...
embed
6076802_c0
6076802
erlang
0
Title: What does the hash sign do in erlang? Problem title: What does the hash sign do in erlang? Tags: erlang Problem: What does the hash sign do in erlang? What does the hash sign do in erlang? record_to_string(#roster{us = {User, _Server}, jid = JID, name = Name, subscription = Subscription, ask = Ask, askmessage = ...
What does the hash sign do in erlang? What does the hash sign do in erlang? erlang What record_to_string User _Server JID Name Subscription Ask AskMessage Username ejabberd_odbc:escape What does the hash sign do in erlang? What does the hash sign do in erlang?
[ -0.00933837890625, 0.01446533203125, -0.000377655029296875, 0.027099609375, -0.01287841796875, 0.0172119140625, -0.004425048828125, 0.0218505859375, 0.0067138671875, -0.020263671875, 0.0081787109375, -0.02880859375, 0.01470947265625, 0.0264892578125, 0.00244140625, -0.004150390625, 0...
[ 4865, 14602, 70, 1556, 127, 24092, 54, 72, 3066, 23, 17164, 188, 91693, 53400, 193348, 821, 7146, 8273, 59478, 105219, 6011, 11627, 28, 145, 102459, 71, 2199, 65037, 98224 ]
[ 0.049407958984375, 0.05450439453125, 0.0472412109375, 0.1968994140625, 0.2034912109375, 0.208251953125, 0.0880126953125, 0.1298828125, 0.278076171875, 0.054229736328125, 0.146484375, 0.080810546875, 0.12274169921875, 0.10296630859375, 0.1085205078125, 0.104248046875, 0.10565185546875...
embed
6800022_c0
6800022
erlang
0
Title: Erlang Dialyzer PLT file portability between different architectures Problem title: Erlang Dialyzer PLT file portability between different architectures Tags: dialyzer, erlang Problem: Erlang Dialyzer PLT file portability between different architectures Can you copy and use a Dialyzer PLT output to another machi...
Erlang Dialyzer PLT file portability between different architectures Erlang Dialyzer PLT file portability between different architectures dialyzer erlang Erlang Dialyzer PLT Erlang Dialyzer PLT file portability between different architectures Can you copy and use a Dialyzer PLT output to another machine of different ar...
[ -0.008056640625, 0.0128173828125, -0.01312255859375, 0.0205078125, -0.01446533203125, -0.00848388671875, -0.0181884765625, -0.01239013671875, 0.0032196044921875, 0.033447265625, 0.0001392364501953125, 0.00994873046875, -0.0045166015625, 0.0159912109375, -0.0013580322265625, 0.029418945...
[ 1004, 3066, 4512, 538, 4383, 436, 27026, 11435, 4898, 83259, 17721, 12921, 159958, 879, 72, 4171, 398, 43658, 136, 4527, 140992, 47, 15700, 36279, 88303, 15276, 13307, 29908, 98, 5153, 20429, 397, 3773 ]
[ 0.1201171875, 0.211181640625, 0.1483154296875, 0.1846923828125, 0.2098388671875, 0.1014404296875, 0.2435302734375, 0.1593017578125, 0.1307373046875, 0.1041259765625, 0.091796875, 0.1168212890625, 0.1624755859375, 0.0948486328125, 0.033294677734375, 0.07958984375, 0.01483154296875, ...
embed
6071202_c0
6071202
erlang
0
Title: Erlang exmpp get body from Packet Problem title: Erlang exmpp get body from Packet Tags: ejabberd, erlang Problem: Erlang exmpp get body from Packet I need to get body attribute from input xmpp Packet with Erlang/xmpp. I receive packet: Record = #received_packet{packet_type=message, raw_packet=Packet, from=From,...
Erlang exmpp get body from Packet Erlang exmpp get body from Packet ejabberd erlang Packet Erlang Record received_packet packet_type raw_packet type_attr Type Erlang exmpp get body from Packet I need to get body attribute from input xmpp Packet with Erlang/xmpp. I receive packet: How can i extract body message from Pac...
[ 0.019775390625, 0.02734375, -0.005096435546875, 0.0213623046875, 0.01422119140625, 0.021240234375, 0.03466796875, 0.005584716796875, -0.00738525390625, -0.025146484375, 0.023681640625, -0.01806640625, -0.0029754638671875, -0.016357421875, 0.00057220458984375, 0.00101470947265625, -0....
[ 1004, 3066, 1119, 39, 6366, 2046, 14361, 1295, 56607, 126, 145, 102459, 71, 72, 54877, 75204, 29102, 43824, 50986, 49649, 10644, 27639, 42, 60457, 3871, 150380, 13, 107730, 1022, 425, 53299, 125663, 26008 ]
[ 0.11846923828125, 0.2396240234375, 0.10626220703125, 0.07208251953125, 0.2142333984375, 0.08294677734375, 0.2291259765625, 0.10369873046875, 0.183837890625, 0.0836181640625, 0.0369873046875, 0.08404541015625, 0.01727294921875, 0.06561279296875, 0.1387939453125, 0.0770263671875, 0.116...
embed
29772420_c0
29772420
erlang
0
Title: Conversations in XMPP Problem title: Conversations in XMPP Tags: ejabberd, erlang, xmpp Problem: Conversations in XMPP I'm implementing an XMPP Chat and I was wondering if there is any XEP regarding lists of conversations (like WhatsApp) . With message archiving, the clients can retrieve the message history with...
Conversations in XMPP Conversations in XMPP ejabberd erlang xmpp Conversations XMPP Conversations in XMPP I'm implementing an XMPP Chat and I was wondering if there is any XEP regarding lists of conversations (like WhatsApp) . With message archiving, the clients can retrieve the message history with a given user, but i...
[ 0.00787353515625, 0.0203857421875, 0.00099945068359375, 0.0303955078125, 0.0024871826171875, -0.000263214111328125, -0.01373291015625, 0.0208740234375, -0.0078125, -0.0198974609375, 0.01031494140625, 0.00628662109375, 0.01104736328125, 0.0274658203125, 0.01177978515625, 0.0147705078125...
[ 1657, 28784, 5256, 23, 1193, 9088, 683, 28, 145, 102459, 71, 72, 3066, 1022, 39, 6366, 29479, 18032, 149016, 2499, 21290, 118861, 5303, 77104, 5062, 19499, 17106, 26008, 43878, 214, 19802, 831, 3996, 32692, 38937, 9803, 38415, 5117, 1733, ...
[ 0.061553955078125, 0.2303466796875, 0.107666015625, 0.08917236328125, 0.09454345703125, 0.173828125, 0.2069091796875, 0.062164306640625, 0.124755859375, 0.19873046875, 0.1458740234375, 0.07208251953125, 0.236572265625, 0.07373046875, 0.05328369140625, 0.20849609375, 0.0782470703125, ...
embed
5263170_c0
5263170
erlang
0
Title: emacs, erlang and file association Problem title: emacs, erlang and file association Tags: windows, erlang, emacs Problem: emacs, erlang and file association I associated the .erl extension to runemacs.exe When I double-click on a erl file, emacs doesn't open it. If I open a erl file from the file menu of emacs,...
emacs, erlang and file association emacs, erlang and file association windows erlang emacs emacs, erlang and file association I associated the .erl extension to runemacs.exe When I double-click on a erl file, emacs doesn't open it. If I open a erl file from the file menu of emacs, emacs opens the file ! a buffer is cal...
[ 0.0255126953125, -0.01312255859375, 0.00104522705078125, -0.00836181640625, 0.00159454345703125, 0.00616455078125, -0.0106201171875, 0.01092529296875, 0.01190185546875, -0.022705078125, 0.019287109375, 0.0224609375, -0.0159912109375, -0.0015411376953125, 0.026123046875, 0.0022430419921...
[ 352, 2263, 7, 72, 3066, 136, 11435, 125413, 54825, 137272, 56, 141, 111938, 47, 11675, 11883, 4439, 46480, 41929, 123278, 98, 22027, 18, 9803, 10, 8026, 711, 373, 18234, 35839, 201505, 7663, 501, 12, 64, 70, 83, 6, 23, 313, 18499, 132...
[ 0.1444091796875, 0.2127685546875, 0.175537109375, 0.179931640625, 0.2357177734375, 0.0277099609375, 0.1622314453125, 0.17333984375, 0.1270751953125, 0.1976318359375, 0.16015625, 0.216064453125, 0.168701171875, 0.0107421875, 0.060028076171875, 0.201171875, 0.221435546875, 0.14611816...
embed
22062942_c0
22062942
erlang
0
Title: What function is to small for spawning into an own process Problem title: What function is to small for spawning into an own process Tags: erlang Problem: What function is to small for spawning into an own process Where is the limit where there is no benefit of spawning a process to make a more parallelized func...
What function is to small for spawning into an own process What function is to small for spawning into an own process erlang What What function is to small for spawning into an own process Where is the limit where there is no benefit of spawning a process to make a more parallelized function call? For example when doin...
[ -0.0037689208984375, 0.009521484375, -0.000873565673828125, -0.004425048828125, 0.0025177001953125, -0.0166015625, 0.01458740234375, -0.0166015625, 0.006866455078125, 0.00054168701171875, 0.006195068359375, -0.015380859375, -0.014404296875, 0.0294189453125, 0.0201416015625, 0.008605957...
[ 4865, 32354, 83, 47, 19336, 100, 5623, 434, 592, 3934, 10002, 9433, 72, 3066, 17475, 110, 68073, 1286, 95103, 29367, 11782, 195625, 6713, 2037, 53201, 45646, 12638, 29041, 112, 15190, 26008, 49129, 225490 ]
[ 0.060943603515625, 0.2320556640625, 0.093505859375, 0.21240234375, 0.2440185546875, 0.08233642578125, 0.156005859375, 0.1136474609375, 0.0399169921875, 0.1326904296875, 0.137939453125, 0.1478271484375, 0.024688720703125, 0.2039794921875, 0.1712646484375, 0.0670166015625, 0.1616210937...
embed
7541334_c0
7541334
erlang
0
Title: Where should I put my static text files in order to be OTPy? Problem title: Where should I put my static text files in order to be OTPy? Tags: cowboy, erlang-otp, erlang, rebar Problem: Where should I put my static text files in order to be OTPy? I'm building a server with cowboy , and I've got some static HTML ...
Where should I put my static text files in order to be OTPy? Where should I put my static text files in order to be OTPy? cowboy erlang-otp erlang rebar Where OTPy Where should I put my static text files in order to be OTPy? I'm building a server with cowboy , and I've got some static HTML pages that I want to serve. I...
[ 0.0184326171875, -0.0089111328125, 0.01141357421875, -0.020751953125, -0.017822265625, 0.006927490234375, 0.0203857421875, 0.00038909912109375, 0.005889892578125, -0.0106201171875, -0.00787353515625, -0.03759765625, -0.00738525390625, 0.0031585693359375, 0.0230712890625, 0.001670837402...
[ 78662, 5608, 3884, 759, 201939, 7986, 102158, 12989, 186, 180, 23658, 53, 434, 30885, 72, 3066, 818, 254, 456, 1299, 33976, 10723, 678, 552, 19097, 37967, 3444, 21265, 101786, 3687, 12096, 13580, 14192, 7440, 6713, 100 ]
[ 0.1199951171875, 0.0823974609375, 0.1409912109375, 0.027435302734375, 0.256103515625, 0.1923828125, 0.2108154296875, 0.04730224609375, 0.05584716796875, 0.1175537109375, 0.1732177734375, 0.2137451171875, 0.0760498046875, 0.206298828125, 0.03436279296875, 0.176513671875, 0.08129882812...
embed
29505161_c2
29505161
erlang
2
{173000,true} select bag : {284000,ok} select set : {255000,ok} select ordered_set : {221000,ok} select duplicate bag : {252000,ok} match bag : {238000,ok} match set : {192000,ok} match ordered_set : {136000,ok} match Code signals: Erlang, select_ets_test, Times, ets:fun2ms, ets_haoxian_template.count, timer:tc, MODUL...
{173000,true} select bag : {284000,ok} select set : {255000,ok} select ordered_set : {221000,ok} select duplicate bag : {252000,ok} match bag : {238000,ok} match set : {192000,ok} match ordered_set : {136000,ok} match Code signals: Erlang, select_ets_test, Times, ets:fun2ms, ets_haoxian_template.count, timer:tc, MODUL...
[ -0.0012359619140625, -0.00579833984375, 0.004730224609375, 0.004852294921875, -0.0038604736328125, -0.022216796875, -0.01312255859375, 0.0054931640625, 0.01153564453125, 0.00186920166015625, 0.00102996826171875, -0.0059814453125, -0.00250244140625, -0.00555419921875, 0.019775390625, -0...
[ 2489, 36605, 9774, 36849, 6157, 152, 3882, 68037, 685, 5423, 2588, 29213, 12989, 297, 3509, 4015, 14105, 171763, 67, 13821, 14858, 3742, 87774, 78263, 28864, 26073, 1004, 3066, 7831, 6954, 19114, 82, 16498, 304, 4432, 7, 528, 17574, 3378, ...
[ 0.0911865234375, 0.2015380859375, 0.0599365234375, 0.22998046875, 0.2314453125, 0.00360107421875, 0.1070556640625, 0.15869140625, 0.0802001953125, 0.167236328125, 0.0859375, 0.13916015625, 0.1583251953125, 0.07159423828125, 0.160400390625, 0.0159912109375, 0.07159423828125, 0.16394...
embed
4127605_c0
4127605
erlang
0
Title: Erlang: robustness against port owner&#x27;s death Problem title: Erlang: robustness against port owner&#x27;s death Tags: erlang-ports, erlang Problem: Erlang: robustness against port owner's death What happens when the process which owns a spawned port dies and is restarted by the supervisor? Is there a way fo...
Erlang: robustness against port owner&#x27;s death Erlang: robustness against port owner&#x27;s death erlang-ports erlang Erlang Erlang: robustness against port owner's death What happens when the process which owns a spawned port dies and is restarted by the supervisor? Is there a way for the old port not to die with ...
[ 0.0079345703125, 0.03857421875, 0.0022125244140625, 0.007080078125, 0.00018310546875, -0.0245361328125, -0.01043701171875, 0.0089111328125, -0.006195068359375, 0.00860595703125, 0.00860595703125, -0.016845703125, 0.00714111328125, 0.036865234375, 0.023193359375, 0.026123046875, -0.00...
[ 1004, 3066, 60627, 26548, 11469, 101785, 47219, 72, 6982, 96276, 3229, 9433, 10002, 7, 5623, 7710, 297, 14792, 136, 456, 17137, 1601, 51858, 3917, 10332, 959, 68, 678, 3525, 78219, 645, 83, 7722, 63284, 121011, 90 ]
[ 0.1011962890625, 0.2364501953125, 0.1451416015625, 0.0721435546875, 0.216064453125, 0.1461181640625, 0.1121826171875, 0.03802490234375, 0.16015625, 0.1412353515625, 0.07080078125, 0.1514892578125, 0.151611328125, 0.012298583984375, 0.12158203125, 0.1234130859375, 0.061187744140625, ...
embed
42862526_c0
42862526
erlang
0
Title: how to include line-numbers in Erlang/Elixir Dbg Problem title: how to include line-numbers in Erlang/Elixir Dbg Tags: erlang, dbg, elixir Problem: how to include line-numbers in Erlang/Elixir Dbg Please how may we include line numbers in the output from Dbg module in Erlang/ Elixir? I use the https://hexdocs.pm...
how to include line-numbers in Erlang/Elixir Dbg how to include line-numbers in Erlang/Elixir Dbg erlang dbg elixir line-numbers Erlang Elixir Dbg Dbg.local_call __MODULE__ Dbg.trace how to include line-numbers in Erlang/Elixir Dbg Please how may we include line numbers in the output from Dbg module in Erlang/ Elixir? ...
[ 0.0020294189453125, 0.0201416015625, -0.00738525390625, 0.0238037109375, -0.006500244140625, 0.004791259765625, 0.00012493133544921875, 0.013916015625, 0.0024871826171875, -0.05322265625, -0.005340576171875, -0.0120849609375, 0.00982666015625, 0.023681640625, 0.01104736328125, 0.019775...
[ 3642, 47, 26698, 13315, 9, 2606, 1297, 23, 1004, 3066, 647, 150, 38308, 391, 11821, 72, 15296, 25318, 98908, 85763, 397, 39989, 1543, 101935, 140992, 88996, 4527, 1106, 425, 29713, 26822, 63014, 13 ]
[ 0.06884765625, 0.0211181640625, 0.1727294921875, 0.194580078125, 0.01220703125, 0.1915283203125, 0.170166015625, 0.04425048828125, 0.12353515625, 0.2315673828125, 0.0281219482421875, 0.08721923828125, 0.2308349609375, 0.048736572265625, 0.173583984375, 0.035003662109375, 0.0565185546...
embed
50901497_c0
50901497
erlang
0
Title: How to read a text file into a map in Erlang? Problem title: How to read a text file into a map in Erlang? Tags: erlang, data-structures Problem: How to read a text file into a map in Erlang? I have a text file like so: {fruit, [apple,banana,kiwi]}. {car, [estate,hatchback]}. {tree, [ebony,pine,ask,birch]}. {pla...
How to read a text file into a map in Erlang? How to read a text file into a map in Erlang? erlang data-structures How Erlang How to read a text file into a map in Erlang? I have a text file like so: How can I read it into a map or any other data structure in Erlang (to further iterate over each key and its respective ...
[ 0.028564453125, -0.0194091796875, 0.002166748046875, 0.00567626953125, -0.0157470703125, 0.00994873046875, 0.00897216796875, -0.00445556640625, -0.00262451171875, -0.0128173828125, -0.0024871826171875, -0.0113525390625, 0.0031280517578125, -0.00677490234375, 0.0341796875, 0.01098632812...
[ 11249, 47, 12301, 7986, 11435, 3934, 10, 22288, 23, 1004, 3066, 72, 2053, 137656, 1884, 831, 45646, 8560, 22799, 107013, 34292, 28412 ]
[ 0.07196044921875, 0.03924560546875, 0.193359375, 0.200439453125, 0.1822509765625, 0.16455078125, 0.02764892578125, 0.2366943359375, 0.067138671875, 0.1619873046875, 0.284912109375, 0.07867431640625, 0.0802001953125, 0.10546875, 0.00873565673828125, 0.01172637939453125, 0.130615234375...
embed
35251712_c0
35251712
erlang
0
Title: How to get the URL in Erlang? Problem title: How to get the URL in Erlang? Tags: parameters, request, erlang Problem: How to get the URL in Erlang? I want to show different Strings on the Web page according to the URL query string parameter. For example if the URL is localhost:8080?x=a then the web page will sho...
How to get the URL in Erlang? How to get the URL in Erlang? parameters request erlang How URL Erlang localhost:8080 How to get the URL in Erlang? I want to show different Strings on the Web page according to the URL query string parameter. For example if the URL is localhost:8080?x=a then the web page will show "Hello"...
[ 0.00086212158203125, 0.01507568359375, 0.00970458984375, -0.0078125, 0.0084228515625, -0.00186920166015625, 0.01226806640625, -0.00836181640625, -0.009765625, -0.040771484375, 0.0067138671875, -0.04541015625, -0.00640869140625, 0.019775390625, 0.0054931640625, -0.00634765625, -0.0169...
[ 11249, 47, 2046, 70, 31862, 23, 1004, 3066, 171859, 50336, 72, 4000, 40294, 4836, 3444, 7639, 12921, 23351, 5180, 4002, 9191, 59499, 41, 1294, 79315, 425, 1467, 841, 13817, 275, 1033, 2967, 7808, 3642 ]
[ 0.0745849609375, 0.056610107421875, 0.135009765625, 0.10205078125, 0.261474609375, 0.121337890625, 0.1810302734375, 0.323486328125, 0.2181396484375, 0.1214599609375, 0.1246337890625, 0.1129150390625, 0.1553955078125, 0.240234375, 0.056640625, 0.1029052734375, 0.1051025390625, 0.099...
embed
4160790_c0
4160790
erlang
0
Title: The tuple space distributed computing paradigm for Erlang Problem title: The tuple space distributed computing paradigm for Erlang Tags: distributed-computing, erlang Problem: The tuple space distributed computing paradigm for Erlang There are several languages that implement tuple spaces: http://en.wikipedia.or...
The tuple space distributed computing paradigm for Erlang The tuple space distributed computing paradigm for Erlang distributed-computing erlang Erlang The tuple space distributed computing paradigm for Erlang There are several languages that implement tuple spaces: http://en.wikipedia.org/wiki/Tuple_space Has anyone w...
[ 0.0289306640625, 0.0361328125, -0.004241943359375, 0.018798828125, 0.00872802734375, -0.017333984375, -0.00958251953125, -0.00787353515625, -0.000789642333984375, -0.03173828125, 0.02294921875, 0.0087890625, -0.006256103515625, 0.01495361328125, 0.00347900390625, 0.0296630859375, -0....
[ 370, 8705, 32628, 15917, 3674, 242122, 214709, 1004, 3066, 277, 7077, 72, 40368, 46876, 450, 29479, 7168, 13691, 15665, 65421, 35672, 79786, 678, 26950, 88996, 36398, 74157, 452, 16981 ]
[ 0.1376953125, 0.217529296875, 0.2447509765625, 0.173828125, 0.061920166015625, 0.1708984375, 0.181396484375, 0.1185302734375, 0.25048828125, 0.03216552734375, 0.1016845703125, 0.050201416015625, 0.0614013671875, 0.1937255859375, 0.00396728515625, 0.1622314453125, 0.04949951171875, ...
embed
4942873_c0
4942873
erlang
0
Title: Tail Recursion vs Forward recursion in Erlang Problem title: Tail Recursion vs Forward recursion in Erlang Tags: erlang, tail-recursion, recursion Problem: Tail Recursion vs Forward recursion in Erlang Is tail recursion better than forward recursion for perfomance in erlang? Or erlang compiler optimizes forward ...
Tail Recursion vs Forward recursion in Erlang Tail Recursion vs Forward recursion in Erlang erlang tail-recursion recursion Tail Recursion Forward Erlang Tail Recursion vs Forward recursion in Erlang Is tail recursion better than forward recursion for perfomance in erlang? Or erlang compiler optimizes forward recursion...
[ 0.010986328125, 0.0291748046875, 0.000385284423828125, 0.0096435546875, -0.006988525390625, -0.0162353515625, -0.01190185546875, -0.0196533203125, -0.0050048828125, -0.019775390625, 0.01373291015625, -0.0081787109375, 0.029541015625, 0.006561279296875, 0.024658203125, -0.012939453125, ...
[ 1218, 379, 165428, 42, 6889, 20209, 1326, 19364, 195625, 1830, 1004, 3066, 23, 72, 46741, 107, 48650, 2071, 11522, 3501, 40225, 100, 117, 3584, 669, 9969, 34759, 15572, 20650, 89397, 4527, 64457, 33153, 33342, 1286, 28875 ]
[ 0.216064453125, 0.1895751953125, 0.154052734375, 0.1405029296875, 0.12939453125, 0.150390625, 0.1063232421875, 0.22265625, 0.21630859375, 0.117919921875, 0.16064453125, 0.256591796875, 0.012725830078125, 0.122314453125, 0.297119140625, 0.0491943359375, 0.173095703125, 0.01652526855...
embed
17894352_c0
17894352
erlang
0
Title: How to configure lager to send logs to papertrail or loggly Problem title: How to configure lager to send logs to papertrail or loggly Tags: papertrail-app, loggly, erlang Problem: How to configure lager to send logs to papertrail or loggly I am building an erlang application and making use of lager — a logging ...
How to configure lager to send logs to papertrail or loggly How to configure lager to send logs to papertrail or loggly papertrail-app loggly erlang How How to configure lager to send logs to papertrail or loggly I am building an erlang application and making use of lager — a logging framework written by Basho technolo...
[ -0.0019683837890625, 0.0299072265625, -0.0267333984375, -0.016357421875, -0.00046539306640625, 0.002685546875, 0.00970458984375, -0.0028533935546875, 0.012939453125, -0.030517578125, 0.01361083984375, -0.014404296875, -0.0135498046875, 0.00165557861328125, 0.003021240234375, -0.0073242...
[ 11249, 47, 222495, 26602, 25379, 12684, 7, 15122, 1517, 379, 707, 110608, 9007, 72, 3066, 33976, 38415, 459, 36659, 170846, 59121, 144334, 31, 118299, 2806, 1884, 140992, 62323, 35782, 64906, 538, 196219, 3642, 903 ]
[ 0.06512451171875, 0.1080322265625, 0.2440185546875, 0.282958984375, 0.1168212890625, 0.196044921875, 0.112060546875, 0.163330078125, 0.18603515625, 0.1708984375, 0.05206298828125, 0.22802734375, 0.12451171875, 0.106689453125, 0.2283935546875, 0.051483154296875, 0.104736328125, 0.11...
embed
19939628_c0
19939628
erlang
0
Title: Possible to match argument by type in Erlang? Problem title: Possible to match argument by type in Erlang? Tags: erlang Problem: Possible to match argument by type in Erlang? I'm wondering if it's possible to have a function that does different things for different argument types, including user-defined type. Th...
Possible to match argument by type in Erlang? Possible to match argument by type in Erlang? erlang Possible Erlang Possible to match argument by type in Erlang? I'm wondering if it's possible to have a function that does different things for different argument types, including user-defined type. This is an example of w...
[ 0.006744384765625, 0.0004100799560546875, 0.007415771484375, -0.003509521484375, -0.0224609375, -0.0106201171875, -0.027099609375, 0.0152587890625, -0.01416015625, -0.019287109375, 0.015869140625, -0.0341796875, -0.0189208984375, -0.0155029296875, 0.022216796875, -0.004638671875, -0....
[ 115861, 2661, 47, 14858, 10750, 390, 10644, 23, 1004, 3066, 72, 149016, 7722, 765, 32354, 14602, 12921, 8966, 100, 52895, 38937, 112, 5983, 27781, 903, 6002, 86531 ]
[ 0.133056640625, 0.10595703125, 0.0513916015625, 0.206298828125, 0.2418212890625, 0.1019287109375, 0.22119140625, 0.087890625, 0.146728515625, 0.274658203125, 0.0789794921875, 0.0196685791015625, 0.1396484375, 0.002716064453125, 0.1429443359375, 0.047607421875, 0.1187744140625, 0.03...
embed
36123902_c0
36123902
erlang
0
Title: Erlang interactions with COM objects Problem title: Erlang interactions with COM objects Tags: com, erlang Problem: Erlang interactions with COM objects Does anyone know how to interact with COM objects using Erlang? I found comet library that allowed it, but it looks like this code is no longer present in OTP p...
Erlang interactions with COM objects Erlang interactions with COM objects com erlang Erlang COM Erlang interactions with COM objects Does anyone know how to interact with COM objects using Erlang? I found comet library that allowed it, but it looks like this code is no longer present in OTP package. I'm considering to ...
[ -0.0072021484375, -0.004241943359375, -0.01025390625, 0.0228271484375, -0.00049591064453125, -0.00176239013671875, -0.0240478515625, 0.01025390625, 0.0028533935546875, -0.029541015625, 0.0093994140625, 0.00421142578125, 0.0206298828125, -0.00074005126953125, 0.02099609375, 0.0076293945...
[ 1004, 3066, 182809, 7, 678, 31436, 36746, 375, 72, 35672, 3714, 3642, 47, 78974, 17368, 1380, 18, 35773, 1294, 107003, 442, 18151, 110, 51713, 13379, 180, 23658, 98169, 179635, 33022, 15700, 46876, 37223, 4904, 127219, 11469, 51515, 2684, 1...
[ 0.1781005859375, 0.30322265625, 0.22021484375, 0.08599853515625, 0.1700439453125, 0.216064453125, 0.2073974609375, 0.1490478515625, 0.0982666015625, 0.012786865234375, 0.069091796875, 0.06219482421875, 0.0207366943359375, 0.215087890625, 0.09033203125, 0.1490478515625, 0.105590820312...
embed
1838046_c0
1838046
erlang
0
Title: Where is $ERL_TOP on a macports installation of Erlang Problem title: Where is $ERL_TOP on a macports installation of Erlang Tags: macports, erlang, eclipse Problem: Where is $ERL_TOP on a macports installation of Erlang I've installed Erlang through macports on my macbook and I'm trying to use the Erlang Eclips...
Where is $ERL_TOP on a macports installation of Erlang Where is $ERL_TOP on a macports installation of Erlang macports erlang eclipse Where ERL_TOP Erlang Where is $ERL_TOP on a macports installation of Erlang I've installed Erlang through macports on my macbook and I'm trying to use the Erlang Eclipse plugin , but it ...
[ 0.0166015625, 0.0089111328125, -0.0022735595703125, 0.0128173828125, -0.004913330078125, -0.00653076171875, 0.0026397705078125, 0.00013065338134765625, 0.0030670166015625, -0.004364013671875, -0.002227783203125, -0.0033416748046875, 0.005950927734375, 0.00958251953125, 0.0255126953125, ...
[ 78662, 83, 3650, 12501, 866, 454, 70675, 98, 19138, 6982, 59720, 1004, 3066, 7, 72, 106371, 184, 241, 30121, 20600, 14137, 234962, 69993, 27117, 6275, 14364, 32316, 141, 2394, 6635, 128019, 105866, 99 ]
[ 0.08154296875, 0.06268310546875, 0.07373046875, 0.1522216796875, 0.216796875, 0.053802490234375, 0.275634765625, 0.004180908203125, 0.06298828125, 0.197998046875, 0.055694580078125, 0.1448974609375, 0.27783203125, 0.036346435546875, 0.14208984375, 0.1285400390625, 0.05865478515625, ...
embed
8272548_c0
8272548
erlang
0
Title: Erlang VM: scheduler runtime information Problem title: Erlang VM: scheduler runtime information Tags: scheduler, profiling, erlang Problem: Erlang VM: scheduler runtime information I was searching for a way to retrieve information about how the scheduling is done during a program's execution: which processes ar...
Erlang VM: scheduler runtime information Erlang VM: scheduler runtime information scheduler profiling erlang Erlang Erlang VM: scheduler runtime information I was searching for a way to retrieve information about how the scheduling is done during a program's execution: which processes are in which scheduler, if they ch...
[ 0.00616455078125, 0.00921630859375, 0.006683349609375, 0.0123291015625, -0.017822265625, -0.0224609375, 0.000720977783203125, -0.006561279296875, -0.030029296875, -0.023681640625, 0.00927734375, -0.00531005859375, -0.00994873046875, 0.0003490447998046875, 0.02587890625, 0.0103759765625...
[ 1004, 3066, 43084, 80889, 42, 11675, 6032, 4677, 9468, 214, 72, 157318, 3917, 47, 456, 3996, 1672, 3642, 5094, 15246, 2069, 16940, 20271, 1528, 71924, 9433, 23, 15549, 36457, 12638, 127877, 1632, 56458, 25647, 62548, 209806, 26147 ]
[ 0.13720703125, 0.2490234375, 0.2293701171875, 0.267822265625, 0.18212890625, 0.1361083984375, 0.1654052734375, 0.19091796875, 0.2113037109375, 0.035125732421875, 0.0809326171875, 0.06256103515625, 0.02947998046875, 0.0144805908203125, 0.01739501953125, 0.09356689453125, 0.01385498046...
embed
21364584_c2
21364584
erlang
2
' with exit value: {undef,[{#Fun<node_mon.10.72841891>,[],[]}]} 15:20:19.643 [error] Error in process <0.41.0> on node 'disco_8989_slave@localhost' with exit value: {undef,[{lock_server,start_link,[],[]}]} Code signals: Simplest, Disco, Eshell, V5.10.2, disco_8989_master, UberAchim, Application, BOOTS, DDFS, Event, SER...
' with exit value: {undef,[{#Fun<node_mon.10.72841891>,[],[]}]} 15:20:19.643 [error] Error in process <0.41.0> on node 'disco_8989_slave@localhost' with exit value: {undef,[{lock_server,start_link,[],[]}]} Code signals: Simplest, Disco, Eshell, V5.10.2, disco_8989_master, UberAchim, Application, BOOTS, DDFS, Event, SER...
[ -0.01116943359375, -0.01141357421875, -0.004608154296875, 0.0179443359375, 0.00775146484375, -0.0028076171875, -0.0111083984375, -0.023193359375, -0.005218505859375, -0.006103515625, -0.0076904296875, -0.029296875, 0.00119781494140625, 0.0166015625, 0.0186767578125, 0.015869140625, -...
[ 242, 678, 82230, 34292, 420, 97249, 157, 112, 3796, 10179, 13903, 12183, 423, 16619, 23988, 13307, 363, 188800, 212059, 23, 9433, 121254, 102107, 110, 3827, 587, 1019, 176673, 29505, 13, 98908, 40294, 21135, 39642, 17137, 10187, 28864, 26073,...
[ 0.033447265625, 0.0174407958984375, 0.187255859375, 0.1563720703125, 0.0372314453125, 0.211669921875, 0.09454345703125, 0.11767578125, 0.05645751953125, 0.007080078125, 0.034454345703125, 0.1173095703125, 0.005645751953125, 0.049072265625, 0.039947509765625, 0.04046630859375, 0.04275...
embed
4245858_c0
4245858
erlang
0
Title: Erlang and websockets Problem title: Erlang and websockets Tags: websocket, erlang Problem: Erlang and websockets Some time ago I found Joe Armstrong's example on Erlang and websocket, but I couldn't get it work. I fixed an error and a couple of warnings in the Erlang code but with Apache I wasn't able to get a ...
Erlang and websockets Erlang and websockets websocket erlang Erlang Erlang and websockets Some time ago I found Joe Armstrong's example on Erlang and websocket, but I couldn't get it work. I fixed an error and a couple of warnings in the Erlang code but with Apache I wasn't able to get a good result. Can anybody give m...
[ 0.0186767578125, 0.018798828125, -0.01123046875, -0.00885009765625, 0.003936767578125, 0.00787353515625, -0.013671875, 0.0185546875, -0.0203857421875, -0.036376953125, 0.0146484375, -0.021728515625, 0.0050048828125, 0.009521484375, 0.0245361328125, 0.0068359375, -0.01251220703125, ...
[ 1004, 3066, 136, 1467, 991, 27853, 72, 40207, 191011, 27781, 69427, 18, 4488, 188347, 18499, 1631, 18151, 9795, 1430, 16750, 5122, 8781, 3871, 3884, 9191, 678, 17925, 46132, 14364, 237, 3638, 47302, 102158 ]
[ 0.130859375, 0.291259765625, 0.07989501953125, 0.10589599609375, 0.0992431640625, 0.1756591796875, 0.0673828125, 0.1414794921875, 0.224365234375, 0.16162109375, 0.01629638671875, 0.010223388671875, 0.05487060546875, 0.0447998046875, 0.081298828125, 0.037139892578125, 0.134033203125, ...
embed
11764218_c1
11764218
erlang
1
XML file its apear with &uuml Thanks for your help. Code signals: erlsom_sax_latin1:translateReferenceNonCharacter/4, erlsom_sax_latin1:parseTextNoIgnore/3, erlsom_sax_latin1:parseContent/2, erlsom_sax_latin1:parse/2, mapReduce:run/0, Erlang, Erlsom, DTD, Malformed, erlsom_sax_latin1:nowFinalyTranslate, erlsom_sax_lat...
XML file its apear with &uuml Thanks for your help. Code signals: erlsom_sax_latin1:translateReferenceNonCharacter/4, erlsom_sax_latin1:parseTextNoIgnore/3, erlsom_sax_latin1:parseContent/2, erlsom_sax_latin1:parse/2, mapReduce:run/0, Erlang, Erlsom, DTD, Malformed, erlsom_sax_latin1:nowFinalyTranslate, erlsom_sax_lat...
[ 0.0224609375, 0.027099609375, 0.006011962890625, -0.0045166015625, 0.01007080078125, -0.01104736328125, -0.0045166015625, -0.005584716796875, -0.00048828125, 0.01043701171875, -0.00372314453125, -0.0181884765625, -0.00116729736328125, 0.01092529296875, 0.00726318359375, 0.0046997070312...
[ 92537, 11435, 6863, 68634, 147, 678, 619, 60386, 141, 22362, 4358, 5, 28864, 26073, 7, 12, 72, 5084, 14263, 2335, 73, 82825, 30145, 19309, 4332, 69988, 13, 59881, 84068, 2263, 720, 17357, 2500, 184, 174379, 5021, 11137, 18113, 25352, 1247...
[ 0.280029296875, 0.2099609375, 0.1756591796875, 0.182861328125, 0.2208251953125, 0.1175537109375, 0.161865234375, 0.1748046875, 0.1688232421875, 0.02044677734375, 0.097412109375, 0.031890869140625, 0.235107421875, 0.2666015625, 0.045318603515625, 0.00860595703125, 0.0693359375, 0.25...
embed
37444560_c0
37444560
erlang
0
Title: Process terminating after exiting the remote shell in erlang Problem title: Process terminating after exiting the remote shell in erlang Tags: erlang, erlang-shell Problem: Process terminating after exiting the remote shell in erlang I started a process and registered it using register(?MODULE,PID) from remote s...
Process terminating after exiting the remote shell in erlang Process terminating after exiting the remote shell in erlang erlang erlang-shell Process MODULE PID Process terminating after exiting the remote shell in erlang I started a process and registered it using register(?MODULE,PID) from remote shell. Now when i am...
[ 0.0234375, 0.0361328125, -0.0179443359375, 0.016357421875, -0.006866455078125, -0.006134033203125, 0.00115203857421875, 0.0033111572265625, -0.0135498046875, -0.013916015625, -0.00439453125, -0.00927734375, 0.00762939453125, 0.005035400390625, 0.0238037109375, 0.024169921875, 0.01379...
[ 123996, 121011, 214, 7103, 82230, 148814, 128019, 72, 3066, 98610, 129984, 436, 7146, 26859, 9433, 189893, 68067, 32, 12013, 397, 683, 1295, 444, 20949, 24372, 3525, 94878, 7440, 164, 9232, 5983 ]
[ 0.171875, 0.191162109375, 0.084228515625, 0.1162109375, 0.167236328125, 0.1943359375, 0.216552734375, 0.1319580078125, 0.23828125, 0.078857421875, 0.0938720703125, 0.06103515625, 0.137939453125, 0.021759033203125, 0.162109375, 0.0985107421875, 0.1378173828125, 0.0197296142578125, ...
embed
49912048_c0
49912048
erlang
0
Title: How to iterate through all elements in a list with Erlang Problem title: How to iterate through all elements in a list with Erlang Tags: loops, for-loop, erlang Problem: How to iterate through all elements in a list with Erlang I'm new to Erlang. All I want to do is take a list, loop through each element so I ca...
How to iterate through all elements in a list with Erlang How to iterate through all elements in a list with Erlang loops for-loop erlang How Erlang Mylist How to iterate through all elements in a list with Erlang I'm new to Erlang. All I want to do is take a list, loop through each element so I can send them to a func...
[ 0.0006866455078125, -0.01385498046875, -0.0023040771484375, 0.008056640625, -0.00994873046875, 0.008056640625, 0.0234375, 0.01953125, 0.005859375, -0.03857421875, 0.0341796875, -0.0234375, 0.00142669677734375, 0.00174713134765625, 0.01104736328125, 0.00604248046875, -0.00384521484375...
[ 11249, 47, 17, 8560, 67, 8305, 756, 80854, 23, 5303, 678, 1004, 3066, 40956, 100, 28354, 72, 2646, 6562, 3525, 3444, 5646, 12638, 12830, 25379, 32354, 34735, 27781, 89536 ]
[ 0.038360595703125, 0.0277252197265625, 0.0577392578125, 0.2261962890625, 0.10968017578125, 0.1937255859375, 0.1435546875, 0.1783447265625, 0.061614990234375, 0.1829833984375, 0.0699462890625, 0.1619873046875, 0.275390625, 0.193359375, 0.10174560546875, 0.1683349609375, 0.101867675781...
embed
17654367_c0
17654367
erlang
0
Title: Erlang: net_adm:names() returns {error, nxdomain} Problem title: Erlang: net_adm:names() returns {error, nxdomain} Tags: erlang Problem: Erlang: net_adm:names() returns {error, nxdomain} When executing net_adm:names(), I get an error {error, nxdomain}. nxdomain implies the domain name does not exist, but I am ab...
Erlang: net_adm:names() returns {error, nxdomain} Erlang: net_adm:names() returns {error, nxdomain} erlang Erlang net_adm:names Erlang: net_adm:names() returns {error, nxdomain} When executing net_adm:names(), I get an error {error, nxdomain}. nxdomain implies the domain name does not exist, but I am able to ping my ho...
[ 0.006134033203125, -0.00323486328125, 0.005584716796875, 0.0203857421875, 0.004119873046875, 0.00469970703125, 0.000621795654296875, 0.006927490234375, -0.005035400390625, -0.017333984375, 0.006866455078125, -0.0361328125, 0.007720947265625, -0.017333984375, 0.01275634765625, 0.0072326...
[ 1004, 3066, 2043, 712, 39, 11627, 30646, 188800, 653, 425, 56206, 73, 12, 72, 14847, 71924, 132, 2046, 18499, 4, 8152, 35388, 77758, 9351, 14602, 959, 32316, 19048, 33429, 27980, 70, 33949, 65771, 17721, 110, 988, 26859, 12921, 30022, 903...
[ 0.14453125, 0.260498046875, 0.12939453125, 0.07568359375, 0.153564453125, 0.2049560546875, 0.1168212890625, 0.2235107421875, 0.098388671875, 0.1768798828125, 0.2242431640625, 0.0989990234375, 0.0572509765625, 0.076904296875, 0.0035400390625, 0.134765625, 0.0250091552734375, 0.02416...
embed
50359521_c0
50359521
erlang
0
Title: Query ejabberd from a http server Problem title: Query ejabberd from a http server Tags: erlang, ejabberd, ejabberd-module Problem: Query ejabberd from a http server I have a mnesia database Database has a table with lots of records. I want to get all the records from this table from a node.js server via rest ap...
Query ejabberd from a http server Query ejabberd from a http server erlang ejabberd ejabberd-module a Query Query ejabberd from a http server I have a mnesia database Database has a table with lots of records. I want to get all the records from this table from a node.js server via rest api ( http request ) For eg. Node...
[ 0.0086669921875, 0.0260009765625, -0.010986328125, 0.008056640625, -0.0107421875, 0.01214599609375, 0.00014019012451171875, 0.007080078125, 0.01263427734375, -0.07568359375, 0.017578125, -0.037109375, -0.007293701171875, -0.000640869140625, -0.00173187255859375, 0.00970458984375, 0.0...
[ 58836, 53, 28, 145, 102459, 71, 1295, 1621, 10723, 72, 3066, 83279, 49097, 3478, 63399, 187781, 23180, 71358, 115923, 3444, 2046, 756, 110, 112, 28175, 10588, 31470, 50336, 1388, 438, 10, 41, 1294, 241, 30646, 47, 903 ]
[ 0.1378173828125, 0.0738525390625, 0.115234375, 0.1632080078125, 0.2296142578125, 0.22412109375, 0.115234375, 0.1767578125, 0.1619873046875, 0.04376220703125, 0.1817626953125, 0.1217041015625, 0.11474609375, 0.205322265625, 0.1107177734375, 0.114501953125, 0.159912109375, 0.03988647...
embed
15433565_c0
15433565
erlang
0
Title: Erlang Testing (Non Exported / Private) function of module using common test Problem title: Erlang Testing (Non Exported / Private) function of module using common test Tags: testing, rebar, erlang, erlang-otp, common-test Problem: Erlang Testing (Non Exported / Private) function of module using common test I ha...
Erlang Testing (Non Exported / Private) function of module using common test Erlang Testing (Non Exported / Private) function of module using common test testing rebar erlang erlang-otp common-test common Erlang Testing Non Exported Private Erlang Testing (Non Exported / Private) function of module using common test I ...
[ -0.0069580078125, 0.01336669921875, -0.01025390625, 0.0225830078125, 0.0006103515625, -0.0037841796875, 0.0146484375, -0.0201416015625, 0.003631591796875, -0.0137939453125, 0.0025482177734375, -0.00811767578125, 0.0078125, 0.01190185546875, 0.035888671875, 0.0084228515625, -0.0047302...
[ 1004, 3066, 8647, 214, 59881, 134456, 86111, 32354, 88996, 17368, 39210, 3034, 134234, 456, 1299, 72, 818, 254, 6954, 3775, 959, 31255, 11249, 831, 11782, 6097, 170846 ]
[ 0.13623046875, 0.272705078125, 0.2138671875, 0.061859130859375, 0.1116943359375, 0.1483154296875, 0.1107177734375, 0.17333984375, 0.1807861328125, 0.04071044921875, 0.1640625, 0.220703125, 0.2083740234375, 0.041229248046875, 0.1285400390625, 0.068603515625, 0.07550048828125, 0.1030...
embed
5065193_c0
5065193
erlang
0
Title: Basic question on pattern matching Problem title: Basic question on pattern matching Tags: erlang, pattern-matching Problem: Basic question on pattern matching I noticed that [H|T] = [1]. succeeds but [H|T] = []. fails. I guess that's just how it works, but is there any reason the designer didn't chose to let th...
Basic question on pattern matching Basic question on pattern matching erlang pattern-matching Basic Basic question on pattern matching I noticed that [H|T] = [1]. succeeds but [H|T] = []. fails. I guess that's just how it works, but is there any reason the designer didn't chose to let this pattern matching succeed and ...
[ -0.002777099609375, 0.039306640625, 0.007049560546875, -0.0036773681640625, -0.0081787109375, -0.00592041015625, -0.00830078125, 0.01495361328125, 0.01495361328125, 0.0025634765625, 0.0279541015625, -0.017578125, 0.004669189453125, -0.0047607421875, 0, -0.000484466552734375, 0.027343...
[ 91692, 9655, 103510, 14858, 214, 72, 3066, 98753, 156672, 841, 58745, 618, 2203, 17550, 214493, 7, 1284, 35782, 87, 57767, 3642, 43240, 31635, 51517, 18, 19667, 2633, 16750, 95486, 572, 1369, 1065, 136, 384 ]
[ 0.11083984375, 0.09033203125, 0.2076416015625, 0.2196044921875, 0.08331298828125, 0.08758544921875, 0.2138671875, 0.2325439453125, 0.12249755859375, 0.1497802734375, 0.137451171875, 0.16162109375, 0.06890869140625, 0.09844970703125, 0.22412109375, 0.055389404296875, 0.068359375, 0....
embed
17289648_c0
17289648
erlang
0
Title: Erlang how can I see application output via JCL on detached erl? Problem title: Erlang how can I see application output via JCL on detached erl? Tags: erlang, erlang-otp Problem: Erlang how can I see application output via JCL on detached erl? I firstly start a node_a on detached mode, then start a node_b consol...
Erlang how can I see application output via JCL on detached erl? Erlang how can I see application output via JCL on detached erl? erlang erlang-otp Erlang JCL Erlang how can I see application output via JCL on detached erl? I firstly start a node_a on detached mode, then start a node_b console and use JCL(Ctrl+G) to co...
[ -0.005096435546875, 0.00799560546875, 0.01324462890625, 0.018310546875, -0.00787353515625, 0.00127410888671875, 0.0062255859375, 0.0078125, -0.004974365234375, 0.01361083984375, 0.007171630859375, -0.0216064453125, 0.0068359375, 0.01068115234375, 0.0296630859375, -0.02392578125, -0.0...
[ 1004, 3066, 3642, 831, 1957, 38415, 140992, 1829, 821, 37486, 149, 934, 297, 72, 141, 98, 254, 4034, 110, 112, 11, 13736, 275, 130250, 4448, 1328, 724, 37067, 4527, 17137, 11583, 18, 11907, 22995, 51727, 86869 ]
[ 0.094482421875, 0.2271728515625, 0.042327880859375, 0.0882568359375, 0.209228515625, 0.2265625, 0.281494140625, 0.09375, 0.1439208984375, 0.227294921875, 0.0880126953125, 0.1502685546875, 0.059844970703125, 0.10205078125, 0.140380859375, 0.040740966796875, 0.040771484375, 0.0992431...
embed
24063721_c0
24063721
erlang
0
Title: Erlang - pattern matching predicate Problem title: Erlang - pattern matching predicate Tags: erlang, pattern-matching Problem: Erlang - pattern matching predicate To know if particular expression matches specified pattern I can write in erlang something like following: case <expression> of <pattern> -> true; _ -...
Erlang - pattern matching predicate Erlang - pattern matching predicate erlang pattern-matching Erlang is_match Erlang - pattern matching predicate To know if particular expression matches specified pattern I can write in erlang something like following: For example: Is there a way to write it in more compact way? Some...
[ -0.00946044921875, -0.003814697265625, 0.0103759765625, -0.010009765625, -0.0167236328125, 0.004730224609375, -0.01611328125, 0.0107421875, 0.0228271484375, -0.02734375, 0.0303955078125, -0.00124359130859375, 0.004913330078125, -0.01348876953125, 0.021728515625, 0.006378173828125, -0...
[ 1004, 3066, 103510, 14858, 1653, 2063, 214, 67, 72, 98753, 83, 3714, 2174, 17311, 125195, 90, 58735, 297, 831, 33022, 23, 1884, 25632, 3917, 442, 1286, 94928 ]
[ 0.138916015625, 0.273681640625, 0.212890625, 0.2025146484375, 0.10357666015625, 0.1572265625, 0.043212890625, 0.001068115234375, 0.118408203125, 0.28466796875, 0.1341552734375, 0.1502685546875, 0.1121826171875, 0.054901123046875, 0.196533203125, 0.098876953125, 0.1090087890625, 0.0...
embed
8336042_c1
8336042
erlang
1
(echo_server2, {echo, Text}). crash() -> gen_server:call(echo_server2, crash). %% behaviours init(_Args) -> {ok, none}. handle_call(crash, _From, State) -> X=1, {reply, X=2, State}; handle_call({echo, Text}, _From, State) -> {reply, Text, State}. handle_cast(_, State) -> {noreply, State}. Code signals: Erlang, Spawn, e...
(echo_server2, {echo, Text}). crash() -> gen_server:call(echo_server2, crash). %% behaviours init(_Args) -> {ok, none}. handle_call(crash, _From, State) -> X=1, {reply, X=2, State}; handle_call({echo, Text}, _From, State) -> {reply, Text, State}. handle_cast(_, State) -> {noreply, State}. Code signals: Erlang, Spawn, e...
[ -0.0057373046875, 0.00848388671875, 0.006500244140625, 0.0185546875, 0.004425048828125, 0.023681640625, -0.01043701171875, -0.023193359375, 0.00482177734375, -0.024658203125, 0.0020294189453125, 0.007293701171875, 0.00811767578125, 0.00335693359375, 0.04345703125, 0.009765625, 0.0104...
[ 15, 13, 3089, 39642, 304, 24129, 150631, 132, 33079, 9226, 454, 85763, 194, 3949, 224833, 7, 23, 217, 7614, 9405, 685, 351, 5, 34831, 41535, 168407, 22836, 1193, 33000, 62479, 55257, 74, 55741, 28864, 26073, 1004, 3066, 10959, 7710, 28, ...
[ 0.03851318359375, 0.0618896484375, 0.267333984375, 0.2294921875, 0.1463623046875, 0.1417236328125, 0.192138671875, 0.038909912109375, 0.0264434814453125, 0.1968994140625, 0.050048828125, 0.1697998046875, 0.04449462890625, 0.0867919921875, 0.2315673828125, 0.0675048828125, 0.038299560...
embed
9016895_c1
9016895
erlang
1
-expired problem by using this: seconds_1970()-> T1 = {{1970,1,1},{0,0,0}}, T2 = calendar:universal_time(), {Days,{HH,Mins,Secs}} = calendar:time_difference(T1,T2), (Days * 24 * 60 * 60) + (HH * 60 * 60) + (Mins * 60) + Secs. However, the question still remains. There must be a way, a fundamental Erlang way of getting ...
-expired problem by using this: seconds_1970()-> T1 = {{1970,1,1},{0,0,0}}, T2 = calendar:universal_time(), {Days,{HH,Mins,Secs}} = calendar:time_difference(T1,T2), (Days * 24 * 60 * 60) + (HH * 60 * 60) + (Mins * 60) + Secs. However, the question still remains. There must be a way, a fundamental Erlang way of getting ...
[ 0.0169677734375, 0.03564453125, -0.020751953125, 0.0196533203125, -0.0128173828125, -0.0111083984375, 0.002197265625, 0.02099609375, 0.009765625, -0.049560546875, 0.008056640625, 0.0019378662109375, 0.014404296875, 0.023681640625, 0.00665283203125, 0.0019683837890625, 0.0016784667968...
[ 83613, 14, 2822, 2967, 390, 17368, 903, 94131, 106438, 103607, 384, 418, 2203, 2389, 63527, 304, 87939, 49545, 289, 6032, 97141, 78288, 59076, 4233, 4439, 428, 18234, 6620, 618, 10461, 744, 1496, 997, 661, 72199, 9655, 7464, 47143, 8110, ...
[ 0.1033935546875, 0.06610107421875, 0.07421875, 0.2069091796875, 0.0233001708984375, 0.1068115234375, 0.1336669921875, 0.255615234375, 0.2646484375, 0.08740234375, 0.1329345703125, 0.1434326171875, 0.0295867919921875, 0.022857666015625, 0.1434326171875, 0.1717529296875, 0.203979492187...
embed
53667669_c1
53667669
erlang
1
top are showing almost 80% utilization At 1000 reqs/sec we se cpu utilization at 45-50% per core (still high bearing in mind that no other part of our application is running) *Note: using the 4 vcpu machine we were able to get close to 700 reqs/sec and memory in all of our tests is barely utilizied or changing with loa...
top are showing almost 80% utilization At 1000 reqs/sec we se cpu utilization at 45-50% per core (still high bearing in mind that no other part of our application is running) *Note: using the 4 vcpu machine we were able to get close to 700 reqs/sec and memory in all of our tests is barely utilizied or changing with loa...
[ -0.0198974609375, 0.00836181640625, -0.005126953125, -0.0091552734375, -0.00083160400390625, 0.006622314453125, -0.001953125, -0.01177978515625, -0.00640869140625, -0.036376953125, 0.01953125, 0.00994873046875, -0.0211181640625, 0.0250244140625, 0.0087890625, -0.007720947265625, -0.0...
[ 2663, 141377, 39555, 20668, 24514, 1363, 4382, 456, 864, 39797, 40, 501, 1766, 2678, 47501, 117, 56458, 89733, 11192, 2831, 2446, 38415, 51042, 16, 201, 78543, 36279, 19048, 20903, 10044, 98323, 109921, 3059, 19537, 151134, 72367, 11249, 5229...
[ 0.2093505859375, 0.0711669921875, 0.04205322265625, 0.1573486328125, 0.1732177734375, 0.044891357421875, 0.1622314453125, 0.09539794921875, 0.145751953125, 0.149169921875, 0.021942138671875, 0.00750732421875, 0.218505859375, 0.114501953125, 0.1409912109375, 0.052947998046875, 0.16528...
embed
10220081_c0
10220081
erlang
0
Title: Erlang code to reverse string Problem title: Erlang code to reverse string Tags: algorithm, erlang Problem: Erlang code to reverse string This is an Erlang code to do string inverse. But, it does not work. -module(lists1). -export([reverse/1]). reverse(L) -> reverse(L, []). reverse([H|T], L) -> reverse(T, [H|L])...
Erlang code to reverse string Erlang code to reverse string algorithm erlang Erlang lists1 Erlang code to reverse string This is an Erlang code to do string inverse. But, it does not work. lists1:reverse(Bbc) . ** exception error: no function clause matching lists1:reverse(def,[]) (lists1.erl, line 5) why ? any help wi...
[ -0.004364013671875, 0.0123291015625, 0.00775146484375, 0.0264892578125, -0.00799560546875, 0.005218505859375, 0.01708984375, 0.009033203125, 0.00157928466796875, -0.0159912109375, 0.0023040771484375, -0.01025390625, 0.0107421875, -0.0017852783203125, 0.0230712890625, 0.0008544921875, ...
[ 1004, 3066, 18151, 47, 39531, 184, 79315, 234873, 72, 5303, 418, 54, 23, 37676, 14602, 959, 4488, 7, 82825, 107, 65037, 131527, 18499, 110, 32354, 70731, 13, 14858, 112, 420, 1065, 6562, 56, 141, 13315, 21162, 15400, 4358, 77947 ]
[ 0.1412353515625, 0.253662109375, 0.1839599609375, 0.0233917236328125, 0.2052001953125, 0.1522216796875, 0.211669921875, 0.1671142578125, 0.0782470703125, 0.170654296875, 0.0139312744140625, 0.032562255859375, 0.10791015625, 0.257080078125, 0.056182861328125, 0.09832763671875, 0.11779...
embed
20793628_c0
20793628
erlang
0
Title: Is there an Erlang equivalent to Python&#x27;s `passlib`? Problem title: Is there an Erlang equivalent to Python&#x27;s `passlib`? Tags: python, erlang, cryptographic-hash-function Problem: Is there an Erlang equivalent to Python's `passlib`? I'm trying to replicate the functionality of the following Python snip...
Is there an Erlang equivalent to Python&#x27;s `passlib`? Is there an Erlang equivalent to Python&#x27;s `passlib`? python erlang cryptographic-hash-function passlib.hash sha512_crypt Erlang Python sha512_crypt.encrypt Is there an Erlang equivalent to Python's `passlib`? I'm trying to replicate the functionality of the...
[ 0.003753662109375, -0.0020599365234375, 0.015869140625, 0.0030059814453125, -0.0184326171875, -0.03369140625, 0.005828857421875, -0.0137939453125, -0.00799560546875, -0.0361328125, 0.005584716796875, 0.01531982421875, 0.0224609375, 0.043212890625, -0.00860595703125, 0.01104736328125, ...
[ 2071, 2685, 142, 1004, 3066, 183234, 47, 145581, 3768, 13409, 5612, 17198, 50828, 72, 215637, 48461, 126234, 137175, 27875, 9638, 758, 1530, 136791, 33, 31577, 143126, 123309, 25632, 93, 58134, 9077, 678 ]
[ 0.0248260498046875, 0.05426025390625, 0.0794677734375, 0.1746826171875, 0.2841796875, 0.1824951171875, 0.07171630859375, 0.2183837890625, 0.045440673828125, 0.1739501953125, 0.26513671875, 0.06463623046875, 0.1102294921875, 0.1256103515625, 0.1278076171875, 0.11474609375, 0.135375976...
embed
32918713_c0
32918713
erlang
0
Title: Passing arguments to a function: a two element tuple v. two separate arguments? Problem title: Passing arguments to a function: a two element tuple v. two separate arguments? Tags: erlang Problem: Passing arguments to a function: a two element tuple v. two separate arguments? In some situations, I find it is cle...
Passing arguments to a function: a two element tuple v. two separate arguments? Passing arguments to a function: a two element tuple v. two separate arguments? erlang Passing Passing arguments to a function: a two element tuple v. two separate arguments? In some situations, I find it is clearer if I pass two arguments ...
[ 0.021484375, -0.0078125, -0.01373291015625, -0.000598907470703125, -0.000335693359375, 0.00787353515625, -0.006591796875, -0.00921630859375, 0.0166015625, -0.00994873046875, 0.0308837890625, 0.00982666015625, -0.007720947265625, 0.032470703125, -0.000583648681640625, -0.006072998046875...
[ 28872, 214, 10750, 7, 47, 32354, 6626, 12830, 370, 8705, 81, 84797, 10, 72, 3066, 113949, 34735, 56, 27875, 5303, 452, 70541, 90698, 11522, 20623, 60212, 227066 ]
[ 0.1346435546875, 0.0253753662109375, 0.270263671875, 0.095703125, 0.084228515625, 0.183837890625, 0.1654052734375, 0.1822509765625, 0.13037109375, 0.201416015625, 0.102294921875, 0.1611328125, 0.003753662109375, 0.07147216796875, 0.216552734375, 0.019317626953125, 0.0972900390625, ...
embed
51081545_c0
51081545
erlang
0
Title: Erlang - invalid/wrong date Problem title: Erlang - invalid/wrong date Tags: date, erlang Problem: Erlang - invalid/wrong date How can I validate a date in Erlang? What happens is that, for example, the date 2018-02-31 is a "valid date" in the sense that I can work with it. When I insert this date on a table (fi...
Erlang - invalid/wrong date Erlang - invalid/wrong date date erlang Erlang Erlang - invalid/wrong date How can I validate a date in Erlang? What happens is that, for example, the date 2018-02-31 is a "valid date" in the sense that I can work with it. When I insert this date on a table (field date) it converts itself to...
[ 0.01287841796875, 0.0016937255859375, -0.0004730224609375, 0.0264892578125, -0.00811767578125, -0.0078125, -0.041259765625, 0.004791259765625, -0.0078125, 0.01226806640625, 0.0111083984375, -0.01275634765625, 0.013916015625, 0.0250244140625, -0.0034637451171875, -0.0027313232421875, ...
[ 1004, 3066, 56649, 434, 35133, 5622, 72, 11249, 831, 87, 44622, 67, 23, 96276, 27781, 267, 43627, 5016, 83, 10, 7013, 10422, 4488, 678, 183540, 23180, 28394, 96760, 68034, 37151, 9513, 1742, 3882, 997, 138, 13312, 3444, 3917, 2633, 3714, ...
[ 0.1700439453125, 0.318115234375, 0.235595703125, 0.0654296875, 0.165771484375, 0.19970703125, 0.059967041015625, 0.0282440185546875, 0.058319091796875, 0.025848388671875, 0.2156982421875, 0.13916015625, 0.07891845703125, 0.0254058837890625, 0.1285400390625, 0.1502685546875, 0.1142578...
embed
60662186_c0
60662186
erlang
0
Title: Handling bad argument in a function Erlang without using try-catch Problem title: Handling bad argument in a function Erlang without using try-catch Tags: erlang Problem: Handling bad argument in a function Erlang without using try-catch I want to try to handle a bad argument given to my function without using t...
Handling bad argument in a function Erlang without using try-catch Handling bad argument in a function Erlang without using try-catch erlang try-catch Handling Erlang io:format N-1 Zero Handling bad argument in a function Erlang without using try-catch I want to try to handle a bad argument given to my function without...
[ -0.0137939453125, 0.003936767578125, 0.004669189453125, -0.004913330078125, 0.0294189453125, 0.004669189453125, -0.01611328125, 0.0024871826171875, -0.0201416015625, -0.0240478515625, 0.018310546875, -0.05615234375, -0.001068115234375, 0.0225830078125, 0.039306640625, -0.0118408203125,...
[ 193237, 6494, 10750, 32354, 1004, 3066, 15490, 17368, 9790, 4460, 206, 72, 22995, 51727, 541, 5759, 83947, 3444, 34831, 34475 ]
[ 0.181640625, 0.184814453125, 0.2310791015625, 0.1656494140625, 0.123291015625, 0.2430419921875, 0.091064453125, 0.034698486328125, 0.16845703125, 0.142333984375, 0.086181640625, 0.06298828125, 0.1802978515625, 0.15771484375, 0.04339599609375, 0.09490966796875, 0.1568603515625, 0.04...
embed
50123591_c0
50123591
erlang
0
Title: How to obtain fully qualified domain name (or just domain name) in Erlang/Elixir? Problem title: How to obtain fully qualified domain name (or just domain name) in Erlang/Elixir? Tags: elixir, erlang Problem: How to obtain fully qualified domain name (or just domain name) in Erlang/Elixir? Erlang has inet.gethos...
How to obtain fully qualified domain name (or just domain name) in Erlang/Elixir? How to obtain fully qualified domain name (or just domain name) in Erlang/Elixir? elixir erlang How Erlang Elixir inet.gethostname Michaels-MacBook-Pro How to obtain fully qualified domain name (or just domain name) in Erlang/Elixir? Erla...
[ 0.008544921875, 0.014892578125, 0.002685546875, 0.0206298828125, 0.02001953125, 0.01300048828125, 0.00823974609375, -0.00408935546875, -0.024658203125, -0.031982421875, 0.0299072265625, 0.002716064453125, -0.01806640625, 0.007080078125, -0.0283203125, 0.0026397705078125, 0.0133666992...
[ 11249, 47, 113054, 89554, 217225, 77758, 9351, 1660, 23, 1004, 3066, 647, 150, 38308, 64, 15296, 72, 25318, 126, 3794, 40294, 11627, 11617, 7, 55450, 37975, 10752, 1556, 5, 27980, 4966, 3642, 54 ]
[ 0.05511474609375, 0.06427001953125, 0.136474609375, 0.1207275390625, 0.1829833984375, 0.1591796875, 0.1702880859375, 0.03521728515625, 0.0697021484375, 0.15185546875, 0.290283203125, 0.03460693359375, 0.089111328125, 0.243896484375, 0.03131103515625, 0.05712890625, 0.0770263671875, ...
embed
52803036_c0
52803036
erlang
0
Title: Does ERLANG ODBC support connection Pooling? Problem title: Does ERLANG ODBC support connection Pooling? Tags: erlang, connection-pooling, odbc Problem: Does ERLANG ODBC support connection Pooling? Does Erlang/OTP's odbc module support connection pooling? Searching for this directly leads to very old documentati...
Does ERLANG ODBC support connection Pooling? Does ERLANG ODBC support connection Pooling? erlang connection-pooling odbc Does ERLANG ODBC Pooling Does ERLANG ODBC support connection Pooling? Does Erlang/OTP's odbc module support connection pooling? Searching for this directly leads to very old documentation which state...
[ -0.00775146484375, 0.01190185546875, -0.0145263671875, 0.01806640625, -0.00186920166015625, 0.0245361328125, -0.0155029296875, -0.0216064453125, 0.00457763671875, 0.016845703125, 0.0128173828125, -0.043701171875, 0.01361083984375, -0.0152587890625, -0.0037384033203125, -0.0007019042968...
[ 28695, 73386, 34687, 24318, 8060, 94878, 56718, 214, 72, 3066, 20740, 229, 65037, 101790, 1004, 670, 23658, 88996, 19361, 33086, 105237, 10332, 209806, 235603, 1830, 959, 41392, 3642, 222495, 442, 19882 ]
[ 0.106689453125, 0.25830078125, 0.1309814453125, 0.214599609375, 0.1630859375, 0.156005859375, 0.1573486328125, 0.1524658203125, 0.064697265625, 0.248779296875, 0.1544189453125, 0.1065673828125, 0.19921875, 0.000457763671875, 0.109619140625, 0.024871826171875, 0.141357421875, 0.1198...
embed
14912770_c1
14912770
erlang
1
amqp_channel:call(Channel, Get), <=== error here #'basic.get_empty'{} = amqp_channel:call(Channel, Get), amqp_channel:call(Channel, #'channel.close'{}). Code signals: test:test_message/0, gen_server, queue.declare, TEST_DIRECT_QUEUE, gen_server:call, gen_server.erl, test:test_message, test.erl, test_message, include_l...
amqp_channel:call(Channel, Get), <=== error here #'basic.get_empty'{} = amqp_channel:call(Channel, Get), amqp_channel:call(Channel, #'channel.close'{}). Code signals: test:test_message/0, gen_server, queue.declare, TEST_DIRECT_QUEUE, gen_server:call, gen_server.erl, test:test_message, test.erl, test_message, include_l...
[ -0.01361083984375, 0.0361328125, -0.007080078125, 0.0244140625, -0.006195068359375, -0.004547119140625, -0.00982666015625, -0.0264892578125, 0.007537841796875, -0.02392578125, 0.0218505859375, 0.020263671875, -0.03271484375, 0.0224609375, 0.0260009765625, 0.006378173828125, 0.0057373...
[ 444, 864, 254, 17032, 8876, 85763, 127008, 20779, 69112, 18499, 3688, 402, 27744, 3794, 33548, 939, 2203, 247, 5, 155648, 194, 28864, 26073, 7, 12, 3034, 6954, 74157, 107838, 9226, 39642, 41, 50718, 38103, 384, 21828, 123237, 53966, 141, ...
[ 0.08306884765625, 0.121826171875, 0.1600341796875, 0.142333984375, 0.1414794921875, 0.1446533203125, 0.1077880859375, 0.14208984375, 0.02056884765625, 0.1064453125, 0.037445068359375, 0.145263671875, 0.1898193359375, 0.1224365234375, 0.2244873046875, 0.197998046875, 0.009735107421875...
embed
49341912_c0
49341912
erlang
0
Title: Erlang: get ip address from hostname Problem title: Erlang: get ip address from hostname Tags: ip, network-programming, erlang, hostname Problem: Erlang: get ip address from hostname In my local network exists pcs, where have a hostname as example "testhost". How can I from given hostname get a IP-address ? I tr...
Erlang: get ip address from hostname Erlang: get ip address from hostname ip network-programming erlang hostname hostname Erlang net_adm:dns_hostname testhost.fritz.box Erlang: get ip address from hostname In my local network exists pcs, where have a hostname as example "testhost". How can I from given hostname get a I...
[ 0.000499725341796875, 0.0027313232421875, 0.00174713134765625, 0.034912109375, 0.02294921875, -0.0045166015625, 0.00494384765625, 0.00689697265625, -0.0269775390625, -0.0576171875, 0.0233154296875, -0.02392578125, -0.032470703125, 0.00084686279296875, -0.0147705078125, 0.027099609375, ...
[ 1004, 3066, 12, 2046, 17, 254, 29823, 1295, 27980, 11627, 33120, 28966, 72, 2043, 39, 1779, 40294, 3034, 135427, 11728, 759, 4000, 32316, 36719, 765, 237, 27781, 6954, 11249, 831, 34475, 10, 8021, 712, 107421, 37842, 126684, 3871, 32354, ...
[ 0.1622314453125, 0.291259765625, 0.0186309814453125, 0.09564208984375, 0.0190887451171875, 0.1422119140625, 0.156005859375, 0.143798828125, 0.1710205078125, 0.22705078125, 0.06982421875, 0.06280517578125, 0.07769775390625, 0.005035400390625, 0.01678466796875, 0.034912109375, 0.173583...
embed
18869388_c0
18869388
erlang
0
Title: erlang method not called Problem title: erlang method not called Tags: erlang-shell, erlang Problem: erlang method not called subtract(A,B)-> io:format("SUBTRACT!~n"), A-B. hello()-> io:format("Hello, world!~n"). greet_and_math(X) -> hello(), subtract(X,3), add(X,2). And when I run helloworld:greet_and_math(15)....
erlang method not called erlang method not called erlang-shell erlang file_comment API greet_and_math Internal io:format SUBTRACT A-B Hello helloworld:greet_and_math erlang method not called Hi I have a sample erlang code as, And when I run Output is: Hello, world! SUBTRACT! 17 My doubt is why A-B which is 15-2=13 not ...
[ 0.0008392333984375, 0.01092529296875, 0.00128173828125, 0.03564453125, -0.00994873046875, 0.0057373046875, -0.01007080078125, 0.007476806640625, 0.000484466552734375, 0.005615234375, -0.0123291015625, -0.027099609375, -0.00689697265625, 0.027587890625, 0.018310546875, 0.01275634765625,...
[ 72, 3066, 55300, 959, 35839, 128019, 11435, 277, 674, 61687, 3514, 126, 2940, 125458, 106745, 22995, 51727, 111231, 37082, 43379, 62, 9, 571, 35378, 33600, 31, 32554, 7134, 121413, 18151, 11675, 13538, 7077, 83, 8999, 38, 729, 92814, 15400,...
[ 0.14892578125, 0.27734375, 0.2159423828125, 0.1058349609375, 0.1456298828125, 0.182861328125, 0.112060546875, 0.0501708984375, 0.1346435546875, 0.11798095703125, 0.14404296875, 0.125732421875, 0.1380615234375, 0.1527099609375, 0.0926513671875, 0.1650390625, 0.17236328125, 0.1134033...
embed
55156598_c1
55156598
erlang
1
{extended_start_script, true} ] }. {profiles, [ {prod, [{relx, [{dev_mode, false}, {include_erts, true}, {include_src, false}]}] }] }. {plugins, [rebar3_hex]}. {erl_opts, [ {parse_transform, lager_transform} ]}. Code signals: rebar3, _build, app_name, lager:start, erl_opts, debug_info, github.com, ranch.git, lager.git...
{extended_start_script, true} ] }. {profiles, [ {prod, [{relx, [{dev_mode, false}, {include_erts, true}, {include_src, false}]}] }] }. {plugins, [rebar3_hex]}. {erl_opts, [ {parse_transform, lager_transform} ]}. Code signals: rebar3, _build, app_name, lager:start, erl_opts, debug_info, github.com, ranch.git, lager.git...
[ -0.00848388671875, 0.0198974609375, -0.003570556640625, 0.007537841796875, -0.00128936767578125, -0.007110595703125, -0.01416015625, -0.01251220703125, 0.001983642578125, -0.007232666015625, 0.02294921875, -0.01556396484375, 0.010986328125, 0.013671875, 0.020751953125, 0.00579833984375...
[ 3355, 35548, 71, 17137, 32032, 29568, 58395, 112348, 425, 18548, 61170, 98320, 217028, 2529, 19437, 145301, 5425, 107, 1299, 363, 1106, 56, 141, 2146, 933, 2500, 215175, 26602, 28864, 26073, 7, 456, 177149, 4027, 11627, 12, 72, 8, 85779, ...
[ 0.0309295654296875, 0.1429443359375, 0.00677490234375, 0.1961669921875, 0.213623046875, 0.1070556640625, 0.2000732421875, 0.156982421875, 0.0770263671875, 0.15185546875, 0.117919921875, 0.0469970703125, 0.1318359375, 0.1348876953125, 0.1142578125, 0.1468505859375, 0.1002197265625, ...
embed
3723064_c0
3723064
erlang
0
Title: Sorting Erlang records in a list? Problem title: Sorting Erlang records in a list? Tags: sorting, erlang Problem: Sorting Erlang records in a list? I have a record in erlang: -record(myrec, { id = 0, price = 0, quantity = 0 }). I then have a list of records that I want to sort by id and price, both in descending...
Sorting Erlang records in a list? Sorting Erlang records in a list? sorting erlang Sorting Erlang Sorting Erlang records in a list? I have a record in erlang: I then have a list of records that I want to sort by id and price, both in descending and ascending order, where price is the first key and if two records have t...
[ 0.00732421875, 0.00634765625, 0.007293701171875, -0.004302978515625, 0.0035247802734375, -0.0084228515625, -0.041259765625, 0.0107421875, -0.000640869140625, -0.00836181640625, -0.006256103515625, 0.0220947265625, 0.0079345703125, -0.00811767578125, 0.017333984375, -0.0089111328125, ...
[ 53666, 214, 1004, 3066, 115923, 23, 5303, 12096, 72, 10, 17164, 3444, 47, 390, 3447, 136, 27167, 60887, 82800, 12989, 5117, 22799, 6626, 5701, 61924, 7477, 100, 903, 275, 4223 ]
[ 0.2171630859375, 0.0977783203125, 0.156005859375, 0.286376953125, 0.2293701171875, 0.0535888671875, 0.1923828125, 0.225341796875, 0.1209716796875, 0.013397216796875, 0.1517333984375, 0.053314208984375, 0.07476806640625, 0.051910400390625, 0.109130859375, 0.041900634765625, 0.17102050...
embed
11889152_c0
11889152
erlang
0
Title: Split ets in erlang Problem title: Split ets in erlang Tags: ets, erlang Problem: Split ets in erlang I've a work in a course with mapReduce algorithem so i built an ets table in Erlang from a big data file and I would like to work on it concurrently. The table turned out to be very big and I would like to know ...
Split ets in erlang Split ets in erlang ets erlang Split Split ets in erlang I've a work in a course with mapReduce algorithem so i built an ets table in Erlang from a big data file and I would like to work on it concurrently. The table turned out to be very big and I would like to know if there is a way to split the o...
[ 0.003173828125, 0.006744384765625, -0.0111083984375, -0.00823974609375, -0.018310546875, -0.0107421875, 0.007354736328125, 0.007171630859375, 0.01324462890625, -0.0174560546875, -0.009033203125, 0.0269775390625, 0.00592041015625, 0.023193359375, 0.0218505859375, 0.017333984375, -0.00...
[ 46474, 82, 7, 23, 72, 3066, 4488, 15411, 678, 22288, 4332, 106357, 5745, 2783, 7701, 88303, 23180, 1004, 1295, 6957, 2053, 11435, 1884, 98, 133244, 69347, 47, 186, 4552, 3714, 3917, 65450, 1632, 3934, 10846, 164917, 33938, 2499, 1614, 727...
[ 0.247314453125, 0.195068359375, 0.174560546875, 0.1064453125, 0.1441650390625, 0.271240234375, 0.047943115234375, 0.045166015625, 0.009429931640625, 0.0987548828125, 0.10723876953125, 0.1590576171875, 0.1190185546875, 0.05377197265625, 0.038116455078125, 0.055419921875, 0.18371582031...
embed
1017017_c0
1017017
erlang
0
Title: What is the best way to learn Erlang? Problem title: What is the best way to learn Erlang? Tags: erlang Problem: What is the best way to learn Erlang? Other than specific projects (although those are welcome as well)... What tools, books, articles, and other resources should I have at my desk to help me learn Er...
What is the best way to learn Erlang? What is the best way to learn Erlang? erlang What Erlang What is the best way to learn Erlang? Other than specific projects (although those are welcome as well)... What tools, books, articles, and other resources should I have at my desk to help me learn Erlang? Also, are there mob...
[ 0.0012664794921875, 0.00537109375, 0.0069580078125, 0.0027313232421875, -0.002899169921875, 0.00909423828125, 0.007293701171875, -0.0034332275390625, 0.003265380859375, -0.03466796875, 0.014892578125, -0.0264892578125, 0.006072998046875, 0.0108642578125, 0.0120849609375, 0.014038085937...
[ 2965, 3917, 47, 30698, 1004, 3066, 72, 4865, 83, 70, 29458, 77635, 81907, 72977, 42840, 38440, 65514, 765, 8, 1042, 4358, 14288, 11675, 70141, 48225, 36997, 8162, 1884, 36802, 215543, 122446, 131216 ]
[ 0.1578369140625, 0.108642578125, 0.08526611328125, 0.167724609375, 0.1962890625, 0.31494140625, 0.1285400390625, 0.07061767578125, 0.04010009765625, 0.0323486328125, 0.051116943359375, 0.0723876953125, 0.01971435546875, 0.1480712890625, 0.07177734375, 0.05279541015625, 0.103820800781...
embed
23587902_c0
23587902
erlang
0
Title: How to get an random integer with limit length? Problem title: How to get an random integer with limit length? Tags: erlang Problem: How to get an random integer with limit length? I want to create a function get_id(max_length). At first want to math:pow/2, but it return float data type. It seems not a good idea...
How to get an random integer with limit length? How to get an random integer with limit length? erlang How M_a M_b M_c random:seed get_id random:uniform How to get an random integer with limit length? I want to create a function get_id(max_length). At first want to math:pow/2, but it return float data type. It seems no...
[ -0.029296875, 0.00421142578125, 0.01031494140625, -0.01025390625, 0.01422119140625, 0.011474609375, 0.0038909912109375, -0.004425048828125, 0.01495361328125, -0.0576171875, 0.01544189453125, -0.0042724609375, -0.0159912109375, 0.006927490234375, 0.0498046875, -0.0234375, -0.018188476...
[ 11249, 47, 2046, 96759, 892, 1505, 678, 17475, 140909, 142, 72, 3066, 11, 275, 184, 297, 532, 5980, 5037, 3444, 28282, 32354, 24084, 23986, 927, 5117, 48909, 771, 434, 12477, 30646, 21917, 257, 2053, 10644, 37202, 4127, 6528, 18151, 28960...
[ 0.0809326171875, 0.0540771484375, 0.124755859375, 0.2088623046875, 0.1505126953125, 0.1895751953125, 0.1107177734375, 0.236328125, 0.2117919921875, 0.029052734375, 0.06414794921875, 0.1915283203125, 0.0540771484375, 0.059051513671875, 0.07855224609375, 0.1435546875, 0.165771484375, ...
embed
36751413_c0
36751413
erlang
0
Title: Print a string that understands newlines (\n), in Erlang Problem title: Print a string that understands newlines (\n), in Erlang Tags: erlang Problem: Print a string that understands newlines (\n), in Erlang I have a something like this: Run = "Test run [number\n" . When I do io:format("~p", [Run]) , I don't see...
Print a string that understands newlines (\n), in Erlang Print a string that understands newlines (\n), in Erlang erlang Print Erlang Run Test io:format Print a string that understands newlines (\n), in Erlang I have a something like this: Run = "Test run [number\n" . When I do io:format("~p", [Run]) , I don't see the ...
[ -0.0164794921875, 0.00103759765625, 0.00616455078125, 0.0247802734375, -0.0191650390625, 0.0201416015625, 0.008544921875, -0.006866455078125, -0.00167083740234375, 0.018798828125, 0.010498046875, -0.039306640625, 0.0022125244140625, 0.000576019287109375, -0.0024261474609375, 0.02185058...
[ 39754, 79315, 28219, 7, 3525, 59801, 41872, 19, 1004, 3066, 23, 72, 28398, 8647, 22995, 12, 51727, 1884, 903, 2203, 111337, 11675, 2606, 1297, 2306, 254, 163321, 2301, 18, 1957, 2256, 28412, 237, 11249, 831, 47, 49119, 11435, 678, 124850,...
[ 0.2056884765625, 0.2181396484375, 0.2086181640625, 0.0604248046875, 0.1317138671875, 0.2073974609375, 0.07452392578125, 0.0931396484375, 0.1339111328125, 0.255126953125, 0.012176513671875, 0.06072998046875, 0.1942138671875, 0.173095703125, 0.16162109375, 0.005096435546875, 0.22155761...
embed
14932193_c1
14932193
erlang
1
.erl"},{line,227}]}]} 1...Address : {239,255,255,250} Port : 1900 As i wrote before, the code same code runs under Ubuntu without errors. Is there anybody out there who can help me? Thanks, Ulf Code signals: R15B03, MULTICAST_GROUP, MULTICAST_PORT, OPTIONS, multicast_ttl, multicast_loop, Socket, gen_udp:open, inet:seto...
.erl"},{line,227}]}]} 1...Address : {239,255,255,250} Port : 1900 As i wrote before, the code same code runs under Ubuntu without errors. Is there anybody out there who can help me? Thanks, Ulf Code signals: R15B03, MULTICAST_GROUP, MULTICAST_PORT, OPTIONS, multicast_ttl, multicast_loop, Socket, gen_udp:open, inet:seto...
[ 0.01904296875, 0.0155029296875, -0.017822265625, 0.0245361328125, 0.006103515625, -0.004547119140625, -0.0025634765625, -0.005706787109375, -0.0002994537353515625, 0.0068359375, -0.00390625, -0.032958984375, 0.033935546875, 0.00421142578125, -0.00341796875, 0.01953125, -0.00848388671...
[ 6, 5, 56, 141, 2256, 3768, 106, 27, 161007, 9323, 135455, 24291, 13791, 33418, 70, 18151, 5701, 127877, 1379, 116890, 15490, 18499, 2685, 4358, 195901, 28864, 26073, 627, 1837, 571, 9513, 213734, 441, 48963, 136498, 18409, 91599, 28023, 602...
[ 0.053436279296875, 0.045074462890625, 0.1297607421875, 0.1954345703125, 0.11669921875, 0.1292724609375, 0.036529541015625, 0.0253143310546875, 0.175537109375, 0.1427001953125, 0.171142578125, 0.1961669921875, 0.188720703125, 0.2373046875, 0.007965087890625, 0.209716796875, 0.09802246...
embed
22635890_c0
22635890
erlang
0
Title: Futures and Promises in Erlang Problem title: Futures and Promises in Erlang Tags: promise, concurrency, future, erlang Problem: Futures and Promises in Erlang Does Erlang has equivalents for Future and Promises ? Or since future and promises are solving a problem that doesn't exist in Erlang systems (synchronis...
Futures and Promises in Erlang Futures and Promises in Erlang promise concurrency future erlang Futures Promises Erlang Futures and Promises in Erlang Does Erlang has equivalents for Future and Promises ? Or since future and promises are solving a problem that doesn't exist in Erlang systems (synchronisation orchestrat...
[ 0.0098876953125, 0.0177001953125, -0.01202392578125, -0.01043701171875, -0.01068115234375, 0.00136566162109375, 0.00933837890625, -0.002899169921875, -0.019287109375, -0.01312255859375, -0.004302978515625, 0.0206298828125, 0.00732421875, 0.021484375, 0.00848388671875, 0.004486083984375...
[ 94724, 7, 136, 1250, 5453, 23, 1004, 3066, 103036, 108636, 982, 22690, 72, 1556, 183234, 3115, 6496, 2967, 32316, 76519, 12654, 101966, 178992, 18, 3871, 2856, 484, 109109, 5809, 352, 202, 9433, 2263, 22230 ]
[ 0.25146484375, 0.04705810546875, 0.1590576171875, 0.195068359375, 0.221435546875, 0.0634765625, 0.163818359375, 0.28271484375, 0.238037109375, 0.1461181640625, 0.08990478515625, 0.233154296875, 0.0494384765625, 0.0275421142578125, 0.15771484375, 0.061767578125, 0.00347900390625, 0....
embed
30545977_c0
30545977
erlang
0
Title: Best way to convert list of lists to list of tuples? Problem title: Best way to convert list of lists to list of tuples? Tags: erlang-escript, erlang, erlang-shell Problem: Best way to convert list of lists to list of tuples? What's the best way to convert a list such as [[1,2,3],[a,b,c],[4,5,6]] to a list of tu...
Best way to convert list of lists to list of tuples? Best way to convert list of lists to list of tuples? erlang-escript erlang erlang-shell Best Best way to convert list of lists to list of tuples? What's the best way to convert a list such as [[1,2,3],[a,b,c],[4,5,6]] to a list of tuples like this: where tuple N is c...
[ -0.0069580078125, 0.006683349609375, 0.0164794921875, -0.0203857421875, -0.0062255859375, 0.00087738037109375, -0.002288818359375, -0.01171875, 0.00360107421875, -0.02734375, 0.000766754150390625, -0.00008106231689453125, 0.010009765625, 0.0291748046875, -0.0096435546875, 0.00457763671...
[ 11345, 3917, 96760, 5303, 111, 7, 47, 370, 99726, 72, 3066, 13, 32032, 128019, 2965, 133063, 96386, 275, 238, 617, 104629, 1884, 903, 8705, 541, 150350, 927, 12830, 17262, 1614, 6562, 46741, 195625, 5844, 32354, 46683, 3220, 51515 ]
[ 0.07958984375, 0.07489013671875, 0.1781005859375, 0.260498046875, 0.088134765625, 0.0963134765625, 0.081787109375, 0.1566162109375, 0.257080078125, 0.036834716796875, 0.1884765625, 0.0191497802734375, 0.2193603515625, 0.1710205078125, 0.09552001953125, 0.093994140625, 0.0741577148437...
embed
1665817_c0
1665817
erlang
0
Title: What does this Erlang statement do? Problem title: What does this Erlang statement do? Tags: erlang Problem: What does this Erlang statement do? I have this Erlang code: not lists:any(fun(Condition) ->Condition(Message) end, Conditions). Can anyone please explain the entire statement in layman's terms? For your ...
What does this Erlang statement do? What does this Erlang statement do? erlang What Erlang lists:any Condition Message Conditions What does this Erlang statement do? I have this Erlang code: Can anyone please explain the entire statement in layman's terms? For your information Condition is a function, Conditions is an ...
[ 0.001800537109375, 0.0186767578125, -0.0037841796875, 0.02734375, -0.0087890625, -0.00173187255859375, 0.0224609375, -0.008544921875, 0.02197265625, -0.01373291015625, 0.00787353515625, -0.01513671875, 0.007354736328125, 0.01068115234375, 0.0048828125, 0.02001953125, 0.0167236328125,...
[ 4865, 14602, 903, 1004, 3066, 63805, 54, 72, 5303, 7, 4848, 46347, 1363, 48205, 4588, 5256, 18151, 73342, 64194, 669, 69407, 4677, 83, 32354, 10298, 53, 7477, 11935, 428, 594, 6011, 429, 3564, 29459, 91084, 959 ]
[ 0.082275390625, 0.06829833984375, 0.090087890625, 0.1651611328125, 0.292236328125, 0.2041015625, 0.09808349609375, 0.10302734375, 0.2095947265625, 0.0396728515625, 0.140869140625, 0.2275390625, 0.1358642578125, 0.1177978515625, 0.031707763671875, 0.1505126953125, 0.13525390625, 0.1...
embed
21287517_c0
21287517
erlang
0
Title: Are there any Erlang written Zookeeper equivalent projects? Problem title: Are there any Erlang written Zookeeper equivalent projects? Tags: erlang Problem: Are there any Erlang written Zookeeper equivalent projects? There are a few Zookeeper equivalent projects written in Go. Etcd for instance. Erlang could als...
Are there any Erlang written Zookeeper equivalent projects? Are there any Erlang written Zookeeper equivalent projects? erlang Erlang Zookeeper Are there any Erlang written Zookeeper equivalent projects? There are a few Zookeeper equivalent projects written in Go. Etcd for instance. Erlang could also be a lightweight i...
[ -0.00057220458984375, 0.0181884765625, 0.00168609619140625, -0.00897216796875, 0.0007171630859375, -0.02001953125, 0.005218505859375, -0.00201416015625, 0.0002574920654296875, 0.01226806640625, 0.015380859375, -0.00165557861328125, 0.0244140625, -0.0177001953125, 0.0224609375, 0.020019...
[ 2499, 1004, 3066, 59121, 70755, 184308, 183234, 77635, 2685, 72, 10846, 23, 2016, 1775, 71574, 110527, 5809, 22729, 165598, 6397, 15917, 22799, 27494, 4343, 180346, 53371, 4516, 103882, 60042, 17368, 86, 3478, 7 ]
[ 0.067626953125, 0.1370849609375, 0.272216796875, 0.1502685546875, 0.18408203125, 0.27490234375, 0.19140625, 0.160400390625, 0.0165252685546875, 0.06927490234375, 0.0635986328125, 0.0243377685546875, 0.1507568359375, 0.057220458984375, 0.1513671875, 0.02490234375, 0.031494140625, 0....
embed
38940128_c0
38940128
erlang
0
Title: Why to use a supervisor when I can use a try catch in Erlang? Problem title: Why to use a supervisor when I can use a try catch in Erlang? Tags: erlang Problem: Why to use a supervisor when I can use a try catch in Erlang? I am reading the docs and it says that when some error occurs the process terminates and t...
Why to use a supervisor when I can use a try catch in Erlang? Why to use a supervisor when I can use a try catch in Erlang? erlang Why Erlang Why to use a supervisor when I can use a try catch in Erlang? I am reading the docs and it says that when some error occurs the process terminates and the supervisor can restarte...
[ -0.00860595703125, 0.0284423828125, 0.01470947265625, 0.0018310546875, 0.00262451171875, -0.01239013671875, 0.022705078125, 0.0164794921875, -0.01031494140625, -0.040771484375, -0.0048828125, -0.016845703125, 0.00634765625, 0.02294921875, 0.044921875, 0.00146484375, -0.00503540039062...
[ 44084, 4527, 10, 1601, 51858, 831, 9790, 105556, 1004, 3066, 72, 18499, 74918, 9433, 121011, 17137, 297, 150631, 47644, 15400, 46389, 67153, 68034, 3871, 7 ]
[ 0.1123046875, 0.116943359375, 0.069091796875, 0.18994140625, 0.2802734375, 0.03485107421875, 0.176025390625, 0.1881103515625, 0.108642578125, 0.251220703125, 0.023834228515625, 0.144287109375, 0.03216552734375, 0.042144775390625, 0.08660888671875, 0.0648193359375, 0.0145263671875, ...
embed
44333543_c0
44333543
erlang
0
Title: How can I run rr() in erl_call success? Problem title: How can I run rr() in erl_call success? Tags: erlang Problem: How can I run rr() in erl_call success? Is there any way to run rr/1 success in using erl_call? or is there any similar function like rr can be used in erl_call? I want to load some records in erl...
How can I run rr() in erl_call success? How can I run rr() in erl_call success? erlang How erl_call How can I run rr() in erl_call success? Is there any way to run rr/1 success in using erl_call? or is there any similar function like rr can be used in erl_call? I want to load some records in erl_call. Or is there any w...
[ -0.00811767578125, 0.00311279296875, -0.01531982421875, 0.017333984375, -0.000225067138671875, -0.002593994140625, 0.01214599609375, -0.007659912109375, 0.001190185546875, -0.045166015625, 0.014404296875, 0.0000762939453125, -0.015869140625, -0.0103759765625, 0.028076171875, -0.0219726...
[ 11249, 831, 87, 11675, 29161, 132, 23, 72, 141, 454, 85763, 36272, 3066, 3917, 11583, 17368, 32354, 11814, 3444, 72367, 115923, 61924, 17164, 4216, 959, 3089, 12013, 397, 129984, 20, 13, 128019 ]
[ 0.067138671875, 0.0706787109375, 0.0274658203125, 0.1795654296875, 0.26123046875, 0.1531982421875, 0.06732177734375, 0.1182861328125, 0.177734375, 0.0882568359375, 0.2286376953125, 0.192138671875, 0.1632080078125, 0.0296630859375, 0.1551513671875, 0.0176544189453125, 0.143798828125, ...
embed
12495355_c0
12495355
erlang
0
Title: Erlang: ibrowse - get redirected URL Problem title: Erlang: ibrowse - get redirected URL Tags: erlang Problem: Erlang: ibrowse - get redirected URL I'm using ibrowse API for Erlang. The problem is that when I try to read webpages that redirect to another webpage it turns up blank. Any ideas on how to follow the ...
Erlang: ibrowse - get redirected URL Erlang: ibrowse - get redirected URL erlang Erlang URL get_web Src ibrowse:start Body ibrowse:send_req Erlang: ibrowse - get redirected URL I'm using ibrowse API for Erlang. The problem is that when I try to read webpages that redirect to another webpage it turns up blank. Any ideas...
[ -0.005523681640625, 0.0166015625, 0.01300048828125, 0.021240234375, 0.00848388671875, 0.003265380859375, -0.0247802734375, -0.01324462890625, -0.0033416748046875, -0.0390625, 0.0299072265625, 0.00194549560546875, -0.033447265625, -0.01068115234375, 0.00653076171875, -0.00689697265625, ...
[ 1004, 3066, 17, 140773, 184, 2046, 456, 80581, 297, 31862, 12, 72, 14051, 19437, 17137, 43960, 39285, 107, 864, 17368, 61687, 2967, 3229, 9790, 12301, 1467, 22469, 7, 450, 47, 15700, 442, 15504, 1257, 44237, 25647, 3642, 28960, 144851, 35...
[ 0.1553955078125, 0.280517578125, 0.130126953125, 0.2069091796875, 0.1968994140625, 0.1068115234375, 0.1268310546875, 0.2587890625, 0.0880126953125, 0.201904296875, 0.0200958251953125, 0.1104736328125, 0.092041015625, 0.153076171875, 0.09954833984375, 0.14599609375, 0.0616455078125, ...
embed
37892072_c0
37892072
erlang
0
Title: Listening for key input in wxErlang Problem title: Listening for key input in wxErlang Tags: wxwidgets, wxerlang, erlang Problem: Listening for key input in wxErlang I'm trying to make a small game in Erlang, using wxErlang. My main function is a loop and I need to check if a specific key has been pressed at the...
Listening for key input in wxErlang Listening for key input in wxErlang wxwidgets wxerlang erlang Listening Listening for key input in wxErlang I'm trying to make a small game in Erlang, using wxErlang. My main function is a loop and I need to check if a specific key has been pressed at the start of the loop (up, down,...
[ -0.0167236328125, 0.004058837890625, -0.004150390625, -0.033203125, 0.0004596710205078125, -0.01409912109375, 0.0145263671875, 0.0091552734375, 0.005950927734375, -0.039794921875, -0.00518798828125, -0.01483154296875, -0.01153564453125, 0.02294921875, -0.005401611328125, 0.007720947265...
[ 47969, 592, 100, 22799, 107730, 148, 425, 18468, 3066, 32306, 3794, 34058, 72, 31577, 3249, 19336, 6712, 1004, 17368, 5201, 32354, 40956, 12765, 2174, 29458, 1556, 30501, 4034, 2037, 7565, 25737, 7108, 51347, 7964, 35863, 47353, 54, 903 ]
[ 0.2454833984375, 0.1009521484375, 0.123291015625, 0.21484375, 0.20751953125, 0.0753173828125, 0.08514404296875, 0.141845703125, 0.26025390625, 0.1014404296875, 0.16796875, 0.089599609375, 0.040679931640625, 0.00213623046875, 0.00732421875, 0.0240936279296875, 0.094482421875, 0.1051...
embed
12254851_c0
12254851
erlang
0
Title: Does erlang:disconnect_node/2 immediately stop queued messages? Problem title: Does erlang:disconnect_node/2 immediately stop queued messages? Tags: erlang Problem: Does erlang:disconnect_node/2 immediately stop queued messages? If I sent a lot of messages to a remote node and immediately call erlang:disconnect_...
Does erlang:disconnect_node/2 immediately stop queued messages? Does erlang:disconnect_node/2 immediately stop queued messages? erlang Does erlang:disconnect_node Does erlang:disconnect_node/2 immediately stop queued messages? If I sent a lot of messages to a remote node and immediately call erlang:disconnect_node/2 to...
[ -0.004180908203125, -0.0037384033203125, -0.01116943359375, 0.004913330078125, -0.0018768310546875, 0.012939453125, -0.0023651123046875, -0.0250244140625, 0.00518798828125, -0.03466796875, 0.033447265625, -0.00848388671875, 0.00665283203125, -0.00165557861328125, -0.013671875, 0.013610...
[ 72, 3066, 3827, 135457, 157, 112, 12477, 109312, 7279, 41, 34, 89914, 101790, 297, 9325, 5915, 148814, 110, 11782, 36069, 94878, 18227, 8305, 1439, 55300, 51339, 50029, 2837, 1830, 89289 ]
[ 0.07080078125, 0.2197265625, 0.05615234375, 0.1846923828125, 0.1156005859375, 0.10589599609375, 0.189453125, 0.1181640625, 0.1407470703125, 0.093017578125, 0.055023193359375, 0.1220703125, 0.00042724609375, 0.037506103515625, 0.0254364013671875, 0.07525634765625, 0.111572265625, 0....
embed
38249856_c2
38249856
erlang
2
so that the process simple stops receiving the traces. Update A commenter indicated they could not Code signals: the, How, Elixir, BEAM, erlang.trace, some_pid, Example, simple_tracer, IO.inspect, fancy_tracer, IO.puts, spawn_link, Example.simple_tracer, Example.fancy_tracer, Tell, erlang.trace_pattern, garbage_collec...
so that the process simple stops receiving the traces. Update A commenter indicated they could not Code signals: the, How, Elixir, BEAM, erlang.trace, some_pid, Example, simple_tracer, IO.inspect, fancy_tracer, IO.puts, spawn_link, Example.simple_tracer, Example.fancy_tracer, Tell, erlang.trace_pattern, garbage_collec...
[ -0.00726318359375, 0.015869140625, -0.004241943359375, -0.0035858154296875, 0.004058837890625, -0.01055908203125, -0.0130615234375, 0.00482177734375, -0.0030670166015625, -0.051025390625, 0.00286865234375, 0.00933837890625, -0.0018463134765625, 0.025146484375, 0.0284423828125, 0.016723...
[ 221, 450, 9433, 8781, 7279, 7, 217063, 144851, 28641, 6868, 117414, 1836, 5809, 959, 28864, 26073, 70, 11249, 25318, 38308, 9622, 8922, 72, 3066, 39989, 13, 3060, 45226, 89536, 56, 17780, 16711, 1207, 2408, 7077, 5623, 7710, 10187, 5, 191...
[ 0.08807373046875, 0.0841064453125, 0.18017578125, 0.2442626953125, 0.1898193359375, 0.10455322265625, 0.134033203125, 0.285888671875, 0.0133056640625, 0.0509033203125, 0.055938720703125, 0.007415771484375, 0.1009521484375, 0.09588623046875, 0.2398681640625, 0.26171875, 0.011657714843...
embed
6913523_c0
6913523
erlang
0
Title: Easy way of loading project&#x27;s Rebar dependencies in Erlang shell Problem title: Easy way of loading project&#x27;s Rebar dependencies in Erlang shell Tags: erlang, rebar Problem: Easy way of loading project's Rebar dependencies in Erlang shell I've got a project that uses Rebar as build tool. When developin...
Easy way of loading project&#x27;s Rebar dependencies in Erlang shell Easy way of loading project&#x27;s Rebar dependencies in Erlang shell erlang rebar Easy Rebar Erlang Easy way of loading project's Rebar dependencies in Erlang shell I've got a project that uses Rebar as build tool. When developing, I would like all ...
[ -0.00469970703125, 0.007171630859375, -0.013916015625, 0.0189208984375, -0.006378173828125, 0.00946044921875, -0.00439453125, 0.014892578125, -0.007080078125, -0.0230712890625, 0.00360107421875, -0.0230712890625, -0.018798828125, 0.0164794921875, 0.0185546875, 0.014404296875, -0.0273...
[ 71975, 3917, 72367, 214, 13452, 3768, 853, 1299, 42548, 117538, 1004, 3066, 128019, 23, 72, 456, 4527, 237, 45367, 55516, 168698, 2806, 1884, 756, 4027, 58735, 153837, 375, 5974, 619, 23468, 7722, 17368, 85269, 4439, 63773, 903 ]
[ 0.184814453125, 0.094970703125, 0.176513671875, 0.0897216796875, 0.1435546875, 0.0675048828125, 0.1395263671875, 0.260009765625, 0.22265625, 0.1490478515625, 0.1461181640625, 0.254150390625, 0.2215576171875, 0.0299530029296875, 0.052978515625, 0.08270263671875, 0.005523681640625, 0...
embed
70262947_c0
70262947
erlang
0
Title: Erlang Kernel Space Polling Problem title: Erlang Kernel Space Polling Tags: elixir, erlang Problem: Erlang Kernel Space Polling I just want to know if kqueue for FreeBSD and epoll for Linux and other kernel space polling functions are a default OS behaviour to handle sockets and connections ? I asked that becau...
Erlang Kernel Space Polling Erlang Kernel Space Polling elixir erlang Erlang Kernel Space Polling Erlang Kernel Space Polling I just want to know if kqueue for FreeBSD and epoll for Linux and other kernel space polling functions are a default OS behaviour to handle sockets and connections ? I asked that because I have ...
[ 0.01556396484375, 0.00946044921875, -0.005859375, -0.00384521484375, 0.00732421875, -0.00860595703125, -0.0093994140625, -0.014404296875, -0.02197265625, -0.0184326171875, 0.03369140625, 0.01068115234375, 0.01953125, 0.00927734375, -0.0096435546875, 0.00009298324584960938, -0.0010681...
[ 1004, 3066, 119125, 583, 43045, 663, 30319, 15296, 38308, 72, 3444, 3714, 2174, 472, 944, 13388, 100, 5153, 20429, 397, 136, 28, 5877, 141, 29908, 77924, 32628, 160, 32354, 621, 10, 114977, 11787, 224833, 34831, 221, 27853, 94878, 37170, ...
[ 0.1402587890625, 0.287109375, 0.16015625, 0.0880126953125, 0.1536865234375, 0.195068359375, 0.2169189453125, 0.083740234375, 0.2054443359375, 0.08477783203125, 0.07586669921875, 0.0654296875, 0.010711669921875, 0.098876953125, 0.1260986328125, 0.24365234375, 0.0845947265625, 0.0889...
embed
1227241_c0
1227241
erlang
0
Title: Building an XMERL document in Erlang Problem title: Building an XMERL document in Erlang Tags: xml, erlang Problem: Building an XMERL document in Erlang Can anyone show me how to build a simple XML document using XMERL? The documentation only shows how to append to a current XML document that is read from a file...
Building an XMERL document in Erlang Building an XMERL document in Erlang xml erlang Building XMERL Erlang Data Foo Bar Building an XMERL document in Erlang Can anyone show me how to build a simple XML document using XMERL? The documentation only shows how to append to a current XML document that is read from a file. I...
[ 0.01495361328125, 0.02001953125, -0.01446533203125, -0.0032806396484375, 0.0169677734375, 0.01092529296875, -0.006866455078125, -0.01953125, 0.01434326171875, -0.0380859375, 0.031982421875, -0.027587890625, -0.0023345947265625, 0.0042724609375, 0.025390625, -0.00726318359375, 0.00921...
[ 104919, 1193, 31922, 866, 12937, 23, 1004, 3066, 142, 131492, 72, 11809, 9572, 31, 3253, 4171, 35672, 7639, 163, 3642, 47, 45367, 8781, 92537, 17368, 209806, 4734, 45831, 114689, 71, 43581, 12301, 1295, 11435, 3444, 28282, 3525, 206597, 277...
[ 0.1724853515625, 0.123291015625, 0.197021484375, 0.2279052734375, 0.2164306640625, 0.07086181640625, 0.149169921875, 0.28857421875, 0.020599365234375, 0.2066650390625, 0.0919189453125, 0.07470703125, 0.1044921875, 0.061981201171875, 0.171875, 0.01715087890625, 0.02398681640625, 0.0...
embed
48574988_c0
48574988
erlang
0
Title: No `typer` after building and installing Erlang/OTP Problem title: No `typer` after building and installing Erlang/OTP Tags: erlang Problem: No `typer` after building and installing Erlang/OTP I built and installed OTP-20.2.2 on Fedora 27 following the instructions . After installation, however, there doesn't se...
No `typer` after building and installing Erlang/OTP No `typer` after building and installing Erlang/OTP erlang Erlang OTP No `typer` after building and installing Erlang/OTP I built and installed OTP-20.2.2 on Fedora 27 following the instructions . After installation, however, there doesn't seem to be a typer executabl...
[ -0.007598876953125, 0.01031494140625, 0.001220703125, 0.01263427734375, -0.00799560546875, 0.00103759765625, -0.0174560546875, -0.00994873046875, -0.00946044921875, 0.0224609375, 0.0167236328125, -0.0072021484375, 0.02099609375, -0.00811767578125, 0.0203857421875, 0.006134033203125, ...
[ 438, 137543, 7103, 33976, 20600, 1004, 3066, 670, 23658, 72, 180, 88303, 11033, 70147, 4221, 11606, 1438, 167934, 24372, 59720, 18, 48903, 39497, 71924, 2886, 171581, 141, 538, 4383, 2685, 143006, 4727, 8337, 5361, 2046 ]
[ 0.082763671875, 0.287841796875, 0.05560302734375, 0.09588623046875, 0.10211181640625, 0.1075439453125, 0.242431640625, 0.05499267578125, 0.1844482421875, 0.07708740234375, 0.07275390625, 0.05682373046875, 0.1209716796875, 0.155029296875, 0.05682373046875, 0.1507568359375, 0.142822265...
embed
48270121_c2
48270121
erlang
2
{l2, Ref, L2R} -> {L1, L2R} after 5000 -> receive_results(Ref, L1, L2) end. do_recv(Socket) -> Code signals: server, Erlang, gen_tcp:connect, Sock, Data, Hallo, gen_tcp:send, Bin, io:fwrite, Received, tcp_closed, Connection, gen_tcp:close, Quitting, do_recv, Port, Listen, gen_tcp:listen, parallel_connection, MergeSort...
{l2, Ref, L2R} -> {L1, L2R} after 5000 -> receive_results(Ref, L1, L2) end. do_recv(Socket) -> Code signals: server, Erlang, gen_tcp:connect, Sock, Data, Hallo, gen_tcp:send, Bin, io:fwrite, Received, tcp_closed, Connection, gen_tcp:close, Quitting, do_recv, Port, Listen, gen_tcp:listen, parallel_connection, MergeSort...
[ -0.000232696533203125, 0.017822265625, -0.00701904296875, 0.00335693359375, 0.004852294921875, 0.00823974609375, -0.0206298828125, -0.018310546875, 0.03271484375, -0.01123046875, 0.01470947265625, -0.000736236572265625, -0.007659912109375, 0.014892578125, -0.006378173828125, 0.00344848...
[ 141, 304, 53295, 339, 1052, 8152, 33079, 866, 418, 7103, 19692, 53299, 2109, 7136, 190015, 10461, 3564, 54, 31688, 334, 8912, 27853, 28864, 26073, 7, 12, 10723, 1004, 3066, 9226, 121422, 135457, 1061, 2594, 11809, 54029, 39285, 16666, 22995...
[ 0.06494140625, 0.1715087890625, 0.223388671875, 0.072021484375, 0.1248779296875, 0.036865234375, 0.06585693359375, 0.08544921875, 0.082275390625, 0.1259765625, 0.2442626953125, 0.11376953125, 0.10986328125, 0.170166015625, 0.1920166015625, 0.099365234375, 0.066650390625, 0.04165649...
embed
4215031_c0
4215031
erlang
0
Title: Sending terms instead of iolists to an Erlang driver Problem title: Sending terms instead of iolists to an Erlang driver Tags: erlang-driver, erlang Problem: Sending terms instead of iolists to an Erlang driver Is there an equivalent of driver_output_term in the other direction, i.e. sending an Erlang term to th...
Sending terms instead of iolists to an Erlang driver Sending terms instead of iolists to an Erlang driver erlang-driver erlang Sending Erlang driver_output_term term_to_binary Sending terms instead of iolists to an Erlang driver Is there an equivalent of driver_output_term in the other direction, i.e. sending an Erlang...
[ 0.0303955078125, 0.0223388671875, -0.0238037109375, 0.005035400390625, -0.031494140625, 0.00543212890625, 0.000476837158203125, 0.024169921875, -0.016845703125, -0.035888671875, 0.037841796875, -0.01019287109375, 0.007720947265625, 0.0185546875, 0.001220703125, 0.008544921875, 0.0033...
[ 24044, 214, 69407, 64457, 22995, 6562, 47, 1004, 3066, 27941, 72, 33926, 6056, 7077, 32166, 13579, 188, 19155, 1294, 183234, 3789, 48225, 135834, 15490, 96760, 366, 184, 313, 5609, 475, 27781 ]
[ 0.1131591796875, 0.0178375244140625, 0.2125244140625, 0.1077880859375, 0.124267578125, 0.1954345703125, 0.078125, 0.1258544921875, 0.2410888671875, 0.2095947265625, 0.07830810546875, 0.1337890625, 0.1243896484375, 0.1485595703125, 0.2305908203125, 0.212646484375, 0.09033203125, 0.1...
embed
34622869_c0
34622869
erlang
0
Title: Function chaining in Erlang Problem title: Function chaining in Erlang Tags: erlang Problem: Function chaining in Erlang It would be nice to create ORM like Active Record or Hibernate, it should process chained queries like this: User = User:new():for_login(«stackoverflow_admin»):for_password(«1984»):load(). How...
Function chaining in Erlang Function chaining in Erlang erlang Erlang User User:new for_login stackoverflow_admin for_password Function chaining in Erlang It would be nice to create ORM like Active Record or Hibernate, it should process chained queries like this: How can we do this? Or just like that, in one line - or ...
[ 0.00927734375, 0.00506591796875, -0.0028076171875, 0.00677490234375, -0.00170135498046875, -0.0029754638671875, 0.004180908203125, 0.007720947265625, 0.0086669921875, -0.0439453125, 0.00506591796875, -0.003265380859375, -0.00531005859375, -0.010498046875, -0.0091552734375, -0.020751953...
[ 28670, 10763, 1608, 14653, 23, 1004, 3066, 72, 53400, 54936, 100, 4867, 73, 177261, 5465, 118664, 135087, 13409, 47416, 2806, 186, 26267, 28282, 180, 25656, 1884, 88441, 54877, 2673, 46690, 2182, 5608, 9433, 121293, 297, 41, 10484, 903, 112...
[ 0.165771484375, 0.07598876953125, 0.2110595703125, 0.1893310546875, 0.05743408203125, 0.16259765625, 0.30810546875, 0.08380126953125, 0.051116943359375, 0.0234222412109375, 0.05108642578125, 0.0300140380859375, 0.050384521484375, 0.0921630859375, 0.0706787109375, 0.16064453125, 0.165...
embed
41475361_c0
41475361
erlang
0
Title: Calling functions within case pattern matching is illegal pattern? Problem title: Calling functions within case pattern matching is illegal pattern? Tags: pattern-matching, erlang Problem: Calling functions within case pattern matching is illegal pattern? -module(erltoy). -compile(export_all). isFive(5) -> true;...
Calling functions within case pattern matching is illegal pattern? Calling functions within case pattern matching is illegal pattern? pattern-matching erlang Calling export_all erltoy.erl:9 Calling functions within case pattern matching is illegal pattern? Can I not call functions as part of the pattern match?
[ -0.0206298828125, 0.016357421875, 0.0024261474609375, -0.0021209716796875, -0.00069427490234375, 0.0072021484375, -0.00799560546875, 0.001312255859375, 0.01806640625, -0.041015625, 0.0224609375, 0.0035247802734375, -0.0064697265625, 0.0084228515625, 0.0291748046875, -0.005340576171875,...
[ 26265, 214, 32354, 28032, 7225, 103510, 14858, 83, 85325, 98753, 72, 3066, 31255, 5584, 188, 53, 56, 141, 1126, 4171, 959, 11782, 2831 ]
[ 0.10498046875, 0.09625244140625, 0.1551513671875, 0.1143798828125, 0.1322021484375, 0.2105712890625, 0.1845703125, 0.03704833984375, 0.17236328125, 0.199462890625, 0.06573486328125, 0.1893310546875, 0.1722412109375, 0.0936279296875, 0.0882568359375, 0.08612060546875, 0.04147338867187...
embed
47320411_c0
47320411
erlang
0
Title: How to obtein batery, memory and CPU consumption in RPi? Problem title: How to obtein batery, memory and CPU consumption in RPi? Tags: cpu-usage, raspberry-pi3, erlang, performance Problem: How to obtein batery, memory and CPU consumption in RPi? I have an erlang process running in my RPi and I want to study its...
How to obtein batery, memory and CPU consumption in RPi? How to obtein batery, memory and CPU consumption in RPi? cpu-usage raspberry-pi3 erlang performance How CPU RPi raspberry-pi3 How to obtein batery, memory and CPU consumption in RPi? I have an erlang process running in my RPi and I want to study its batery, memor...
[ -0.00099945068359375, 0.01483154296875, -0.0169677734375, 0.0252685546875, 0.00946044921875, -0.021240234375, -0.005218505859375, 0.00128936767578125, 0.0021514892578125, -0.03857421875, 0.00007724761962890625, -0.0037994384765625, 0.007659912109375, 0.0107421875, 0.0111083984375, 0.01...
[ 11249, 47, 995, 67, 73, 1777, 26976, 98323, 86039, 18588, 254, 23, 80026, 14, 1766, 147152, 61375, 53623, 1434, 363, 72, 3066, 23718, 4, 136, 9433, 759, 3444, 35187, 158, 7, 2037, 69101, 37223, 208124, 109954, 139392, 43799, 4677, 72134 ]
[ 0.0718994140625, 0.04986572265625, 0.0736083984375, 0.069091796875, 0.083740234375, 0.134765625, 0.1448974609375, 0.173828125, 0.214111328125, 0.138671875, 0.07537841796875, 0.0516357421875, 0.1434326171875, 0.190673828125, 0.12939453125, 0.1026611328125, 0.0975341796875, 0.1513671...
embed
33117081_c2
33117081
erlang
2
, my_module, John, exmpp.hrl, exmpp_client.hrl, ejabberd.hrl, on_filter_packet, _Host, Host, Opts, INFO_MSG, START, MODULE, LOADING, ejabberd_hooks:add, filter_packet, gen_server:start_link, Packet, Input, Parser, exmpp_xml:start_parser, FAILS, HERE, Schedule, exmpp_xml:parse_final, exmpp_xml:stop_parser, ERROR, REPORT...
, my_module, John, exmpp.hrl, exmpp_client.hrl, ejabberd.hrl, on_filter_packet, _Host, Host, Opts, INFO_MSG, START, MODULE, LOADING, ejabberd_hooks:add, filter_packet, gen_server:start_link, Packet, Input, Parser, exmpp_xml:start_parser, FAILS, HERE, Schedule, exmpp_xml:parse_final, exmpp_xml:stop_parser, ERROR, REPORT...
[ 0.01080322265625, 0.018798828125, -0.007110595703125, 0.0157470703125, 0.00933837890625, 0.0218505859375, 0.0194091796875, -0.01025390625, 0.00555419921875, -0.033935546875, -0.00054931640625, -0.01397705078125, 0.00933837890625, -0.0111083984375, 0.00579833984375, 0.000789642333984375...
[ 4, 759, 83279, 13, 4939, 1119, 39, 6366, 5, 4097, 141, 222978, 28, 145, 102459, 71, 98, 120337, 29102, 126, 11193, 271, 100932, 2331, 933, 123552, 13439, 724, 188359, 98610, 129984, 22215, 156906, 497, 43042, 4028, 46312, 9226, 39642, 171...
[ 0.06427001953125, 0.1533203125, 0.225341796875, 0.1336669921875, 0.216064453125, 0.12451171875, 0.065185546875, 0.2236328125, 0.00787353515625, 0.07562255859375, 0.098388671875, 0.1793212890625, 0.0845947265625, 0.150146484375, 0.1990966796875, 0.1580810546875, 0.1439208984375, 0.2...
embed
40982026_c0
40982026
erlang
0
Title: How to get a tuple in a list? Problem title: How to get a tuple in a list? Tags: erlang Problem: How to get a tuple in a list? I would like to know how can I use lists:filter to get a specific tuple from a list of tuples. My code is : myFilter(Item,List)-> MyItems = lists:map(fun(X)-> element(2,X) end,List), lis...
How to get a tuple in a list? How to get a tuple in a list? erlang How Item List MyItems lists:map lists:filter lists:member atom1 atom2 atom3 How to get a tuple in a list? I would like to know how can I use lists:filter to get a specific tuple from a list of tuples. My code is : Example :
[ -0.0024566650390625, 0.0037384033203125, -0.01141357421875, -0.0011749267578125, 0.00689697265625, -0.004119873046875, 0.004241943359375, 0.0084228515625, 0.01495361328125, -0.020263671875, 0.0181884765625, 0.0019378662109375, -0.0137939453125, 0.0255126953125, -0.000614166259765625, 0...
[ 11249, 47, 2046, 10, 370, 8705, 23, 5303, 72, 3066, 78426, 32036, 2646, 2982, 62346, 120337, 27417, 34627, 304, 363, 1884, 3642, 4527, 29458, 1295, 99726, 18151, 89536 ]
[ 0.0782470703125, 0.0672607421875, 0.1473388671875, 0.098388671875, 0.1719970703125, 0.279541015625, 0.1104736328125, 0.2509765625, 0.05572509765625, 0.1961669921875, 0.1392822265625, 0.1793212890625, 0.05572509765625, 0.1181640625, 0.057464599609375, 0.1837158203125, 0.11279296875, ...
embed
34857704_c0
34857704
erlang
0
Title: Number in list printed as &quot;\f&quot; Problem title: Number in list printed as &quot;\f&quot; Tags: erlang, list, operators, erlang-shell Problem: Number in list printed as "\f" I am trying to learn Erlang and had gotten no further than operators when I ran into a problem: 5> TheList = [2,4,6,8]. [2,4,6,8] 6>...
Number in list printed as &quot;\f&quot; Number in list printed as &quot;\f&quot; erlang list operators erlang-shell Number TheList Number in list printed as "\f" I am trying to learn Erlang and had gotten no further than operators when I ran into a problem: Why do I get "\f" in the last operation? Shouldn't it be [12]...
[ 0.0186767578125, -0.0098876953125, 0.003570556640625, -0.006500244140625, -0.00157928466796875, 0.00921630859375, 0.006378173828125, 0.0137939453125, 0.0213623046875, 0.021240234375, -0.005523681640625, -0.040283203125, 0.0074462890625, 0.0113525390625, -0.020263671875, -0.004486083984...
[ 103332, 23, 5303, 28412, 297, 237, 41872, 420, 1230, 41502, 72, 3066, 39933, 128019, 581, 154663, 31577, 30698, 1004, 53333, 7, 13028, 2967, 44084, 2046, 4568, 41018, 151117, 442, 186, 77284, 4865, 14602, 58, 29459 ]
[ 0.20947265625, 0.080322265625, 0.216796875, 0.1683349609375, 0.022247314453125, 0.07684326171875, 0.168701171875, 0.23486328125, 0.060577392578125, 0.0086669921875, 0.1224365234375, 0.22021484375, 0.161865234375, 0.180419921875, 0.132080078125, 0.2193603515625, 0.0185699462890625, ...
embed
46800163_c1
46800163
erlang
1
1.31646>}} And, the docs for timer:send_after/3 state almost the same thing as the erlang version: send_after(Time, Pid, Message) -> {ok, TRef} | {error, Reason} Evaluates Pid ! Message after Time milliseconds. So the question is, why do these two functions, which on the face of it do the same thing, behave differently...
1.31646>}} And, the docs for timer:send_after/3 state almost the same thing as the erlang version: send_after(Time, Pid, Message) -> {ok, TRef} | {error, Reason} Evaluates Pid ! Message after Time milliseconds. So the question is, why do these two functions, which on the face of it do the same thing, behave differently...
[ -0.00064849853515625, 0.0081787109375, 0.00144195556640625, 0.01806640625, 0.0023193359375, -0.0225830078125, -0.024658203125, 0.01300048828125, 0.00750732421875, -0.0216064453125, 0.035888671875, 0.007476806640625, -0.00482177734375, 0.0245361328125, 0.0240478515625, 0.000614166259765...
[ 178509, 54, 4439, 21991, 39285, 11, 46327, 18113, 11341, 39555, 5701, 13580, 72, 3066, 11389, 25379, 70059, 436, 532, 48205, 4588, 685, 14107, 4240, 188800, 236267, 151228, 1636, 711, 7103, 19055, 8877, 191633, 9655, 15400, 6097, 6626, 32354,...
[ 0.05548095703125, 0.07342529296875, 0.08404541015625, 0.310791015625, 0.168212890625, 0.040679931640625, 0.27392578125, 0.162109375, 0.0440673828125, 0.04962158203125, 0.080810546875, 0.05133056640625, 0.1201171875, 0.2462158203125, 0.08282470703125, 0.177734375, 0.178466796875, 0....
embed