chunk_id
large_stringlengths
7
11
question_id
large_stringlengths
4
8
language
large_stringclasses
1 value
chunk_index
int64
0
5
chunk_text
large_stringlengths
128
2.78k
sparse_text
large_stringlengths
116
3.65k
dense_vector
listlengths
3.58k
3.58k
sparse_indices
listlengths
9
228
sparse_values
listlengths
9
228
export_source
large_stringclasses
1 value
40463305_c0
40463305
fsharp
0
Title: F# System.Random in a Recursive function doing funny stuff Problem title: F# System.Random in a Recursive function doing funny stuff Tags: recursion, list, f%23, random Problem: F# System.Random in a Recursive function doing funny stuff I have this funktion that chooses 4 randoms colors and makes a list of it. A...
F# System.Random in a Recursive function doing funny stuff F# System.Random in a Recursive function doing funny stuff recursion list f%23 random System.Random Recursive Red Green Yellow Purple White Black List.item rnd.Next x-1 F# System.Random in a Recursive function doing funny stuff I have this funktion that chooses...
[ -0.0244140625, 0.01287841796875, 0.0037384033203125, -0.0091552734375, -0.0016632080078125, 0.00634765625, -0.01226806640625, 0.0031585693359375, -0.002105712890625, -0.01202392578125, 0.0145263671875, 0.0087890625, -0.002960205078125, 0.0186767578125, 0.01904296875, -0.00579833984375,...
[ 563, 4904, 12353, 126525, 3815, 23, 853, 48650, 5844, 32354, 20594, 99864, 41884, 10, 195625, 1830, 5303, 1238, 3949, 3742, 96759, 6096, 15497, 146762, 16915, 8705, 22392, 10074, 32036, 217, 195, 2208, 5, 81280, 1022, 5759, 903, 40210, 5507...
[ 0.0728759765625, 0.1563720703125, 0.15625, 0.15673828125, 0.2078857421875, 0.0885009765625, 0.072998046875, 0.1944580078125, 0.1292724609375, 0.172607421875, 0.0599365234375, 0.194580078125, 0.08306884765625, 0.0224761962890625, 0.2091064453125, 0.017913818359375, 0.17529296875, 0....
embed
19590812_c0
19590812
fsharp
0
Title: Closures and random numbers in F# Problem title: Closures and random numbers in F# Tags: closures, random, f%23 Problem: Closures and random numbers in F# For fun, I am trying to write a simple simulation of the Monty Hall problem problem using F#. I have created a function getShow which returns an array of thre...
Closures and random numbers in F# Closures and random numbers in F# closures random f%23 Closures System.Random Next Keeps Closures and random numbers in F# For fun, I am trying to write a simple simulation of the Monty Hall problem problem using F#. I have created a function getShow which returns an array of three boo...
[ 0.004364013671875, 0.0157470703125, 0.0242919921875, -0.001678466796875, 0.0004482269287109375, -0.01806640625, 0.02197265625, -0.005462646484375, -0.006866455078125, -0.033447265625, -0.01336669921875, 0.043212890625, -0.029296875, 0.01434326171875, 0.037353515625, -0.0006523132324218...
[ 51053, 7, 30891, 136, 96759, 101935, 563, 4904, 170224, 1238, 3949, 3742, 12353, 126525, 3815, 4997, 83041, 23, 7477, 31577, 8781, 40226, 12982, 53, 19449, 2967, 75935, 32354, 2046, 168660, 30646, 10298, 17262, 337, 16836, 10133, 55247, 1911,...
[ 0.1513671875, 0.0943603515625, 0.110595703125, 0.0831298828125, 0.1876220703125, 0.17333984375, 0.15673828125, 0.2332763671875, 0.2218017578125, 0.0750732421875, 0.01934814453125, 0.09735107421875, 0.1290283203125, 0.07452392578125, 0.1304931640625, 0.110595703125, 0.140625, 0.0037...
embed
15715002_c0
15715002
fsharp
0
Title: Apply list elements to a function Problem title: Apply list elements to a function Tags: recursion, list, f%23 Problem: Apply list elements to a function Would someone please explain why the code below, let list = ["A"; "B"; "C"] let rec processList2 aList str = match aList with | h::t -> let z = str + ", " + h ...
Apply list elements to a function Apply list elements to a function recursion list f%23 Apply processList2 h::t Apply list elements to a function Would someone please explain why the code below, returns the following, instead of this? The function is recursive and passes 'z' to 'str' with each pass, so it seems like it...
[ 0.002288818359375, 0.001678466796875, 0.0004520416259765625, 0.031982421875, -0.00958251953125, 0.0113525390625, 0.004302978515625, 0.0029449462890625, 0.0177001953125, 0.0308837890625, 0.031982421875, -0.024169921875, -0.00384521484375, 0.0091552734375, -0.006439208984375, 0.014343261...
[ 5659, 538, 5303, 80854, 47, 32354, 195625, 1830, 1238, 3742, 9433, 154663, 304, 1096, 18, 22936, 73342, 15400, 70, 18151, 35064, 30646, 25632, 64457, 111, 903, 5844, 10922, 169, 25, 9297, 678, 12638, 27875, 37202, 5608, 4488, 78688, 4358, ...
[ 0.156494140625, 0.1099853515625, 0.203857421875, 0.1568603515625, 0.1131591796875, 0.212646484375, 0.191650390625, 0.0628662109375, 0.05718994140625, 0.1051025390625, 0.1383056640625, 0.18212890625, 0.091796875, 0.026336669921875, 0.039337158203125, 0.01171875, 0.0968017578125, 0.0...
embed
20496960_c0
20496960
fsharp
0
Title: Warnings when using z3 .NET bindings on Linux ("unknown parameter 'model_completion'") Problem title: Warnings when using z3 .NET bindings on Linux ("unknown parameter 'model_completion'") Tags: z3, linux, f%23, .net Problem: Warnings when using z3 .NET bindings on Linux (...
Warnings when using z3 .NET bindings on Linux ("unknown parameter 'model_completion'") Warnings when using z3 .NET bindings on Linux ("unknown parameter 'model_completion'") z3 linux f%23 .net z3 Warnings NET Linux model_completion Warnings when using z3 .NET bindings on Linux ("...
[ -0.0233154296875, 0.00592041015625, -0.01055908203125, -0.0032501220703125, -0.009033203125, -0.00180816650390625, -0.008544921875, -0.00885009765625, -0.005523681640625, -0.01385498046875, 0.001495361328125, -0.01275634765625, 0.00182342529296875, 0.01904296875, 0.0135498046875, 0.013...
[ 5550, 6977, 17368, 97, 363, 17777, 128239, 29908, 309, 69723, 171859, 3768, 51734, 277, 8705, 11508, 6077, 3742, 1179, 3299, 1363, 5974, 131101, 2234, 22819, 32845, 43240, 24503, 4527, 563, 4904, 13452, 3229, 71924, 5941, 57346, 25632, 124519...
[ 0.150390625, 0.060333251953125, 0.07666015625, 0.0975341796875, 0.201416015625, 0.167236328125, 0.1761474609375, 0.1971435546875, 0.0164794921875, 0.1412353515625, 0.16650390625, 0.037628173828125, 0.1737060546875, 0.051849365234375, 0.143310546875, 0.0673828125, 0.062744140625, 0....
embed
29082424_c0
29082424
fsharp
0
Title: Setting selected item in F# ComboBox Problem title: Setting selected item in F# ComboBox Tags: f%23, combobox, winforms Problem: Setting selected item in F# ComboBox This is driving me nuts.... I'm trying to set the "selected" item of the Windows.Forms.ComboBox . I've tried everything but nothing has worked so f...
Setting selected item in F# ComboBox Setting selected item in F# ComboBox f%23 combobox winforms Setting ComboBox Windows.Forms.ComboBox Foo Foos cb.DataSource List.toArray cb.DisplayMember cb.ValueMember cb.SelectedValue defFoo.id SelectedItem SelectedIndex Setting selected item in F# ComboBox This is driving me nuts....
[ -0.01043701171875, 0.0133056640625, 0.015869140625, 0.008544921875, 0.01483154296875, -0.017333984375, -0.015380859375, 0.0042724609375, 0.0133056640625, 0.03369140625, -0.0037841796875, -0.00946044921875, 0.005584716796875, 0.0264892578125, -0.0159912109375, -0.00153350830078125, 0....
[ 503, 19514, 133291, 35735, 23, 563, 4904, 3288, 837, 72295, 1238, 3742, 375, 11728, 46334, 3773, 102973, 10770, 9572, 232, 275, 211235, 32036, 188, 7092, 27417, 50770, 100184, 856, 27591, 51620, 297, 2982, 4153, 39659, 132442, 31577, 5423, ...
[ 0.13818359375, 0.03509521484375, 0.2049560546875, 0.1883544921875, 0.018035888671875, 0.097412109375, 0.20458984375, 0.1356201171875, 0.1600341796875, 0.23291015625, 0.0158843994140625, 0.0814208984375, 0.0888671875, 0.152099609375, 0.1292724609375, 0.107177734375, 0.178955078125, ...
embed
54819648_c0
54819648
fsharp
0
Title: Exposing an F# Map type to C# Problem title: Exposing an F# Map type to C# Tags: f%23 Problem: Exposing an F# Map type to C# I converted an C# Enum and Dictionary like so: type Hosts = HostOne | HostTwo type SiteHosts() as this = inherit Dictionary<Hosts, string>() do this.Add(Hosts.HostOne, "somewebsite.com") t...
Exposing an F# Map type to C# Exposing an F# Map type to C# f%23 Exposing Map Hosts HostOne HostTwo SiteHosts Dictionary this.Add Hosts.HostOne somewebsite.com Hosts.HostTwo anotherwebsite.com IReadOnlyDictionary IDictionary SiteHostMap Exposing an F# Map type to C# I converted an C# Enum and Dictionary like so: (...ac...
[ 0.010009765625, 0.01519775390625, 0.00299072265625, -0.01092529296875, -0.0198974609375, -0.00677490234375, -0.00616455078125, -0.005859375, 0.01007080078125, -0.004913330078125, -0.006622314453125, 0.0045166015625, 0.0030517578125, 0.025634765625, 0.004852294921875, 0.0008201599121093...
[ 45434, 563, 4904, 42719, 10644, 47, 313, 1238, 3742, 100932, 62068, 3613, 20897, 11193, 271, 147638, 903, 4028, 181628, 87, 31345, 20320, 538, 14055, 10763, 11338, 14, 166179, 117176, 357, 316, 136, 172554, 23, 15546, 98441, 6635, 17569, 96...
[ 0.10791015625, 0.11669921875, 0.21484375, 0.2034912109375, 0.13623046875, 0.08905029296875, 0.0484619140625, 0.02130126953125, 0.08001708984375, 0.1197509765625, 0.1668701171875, 0.134033203125, 0.0845947265625, 0.0968017578125, 0.0509033203125, 0.1669921875, 0.0271148681640625, 0....
embed
34345640_c0
34345640
fsharp
0
Title: Expand AD groups recursively in f# Problem title: Expand AD groups recursively in f# Tags: f%23, active-directory Problem: Expand AD groups recursively in f# I'm writing a f# script to check if a System.DirectoryServices.Principal object is a group or a user. If its a group I have to get the list of users in the...
Expand AD groups recursively in f# Expand AD groups recursively in f# f%23 active-directory Expand p:Principal UserPrincipal Principal GroupPrincipal g.IsSecurityGroup.HasValue g.IsSecurityGroup.Value g.GetMembers ToArray Seq.map Seq.concat Seq.toList Expand AD groups recursively in f# I'm writing a f# script to check ...
[ -0.00028228759765625, 0.006256103515625, -0.00634765625, 0.031005859375, 0.0135498046875, -0.00836181640625, -0.0025177001953125, 0.01275634765625, 0.0155029296875, -0.028564453125, 0.0118408203125, 0.032470703125, -0.0027008056640625, 0.017333984375, 0.019775390625, 0.0078125, 0.005...
[ 60075, 2940, 19831, 94407, 195625, 5844, 23, 1238, 4904, 3742, 36457, 80581, 318, 5007, 53400, 109411, 10760, 706, 29598, 4233, 20287, 205072, 6495, 50770, 27417, 717, 7092, 864, 4460, 188, 154663, 32562, 26499, 12765, 2174, 12353, 184911, 30...
[ 0.1505126953125, 0.120361328125, 0.2332763671875, 0.26611328125, 0.241943359375, 0.15283203125, 0.035125732421875, 0.1279296875, 0.2015380859375, 0.1201171875, 0.156005859375, 0.1058349609375, 0.0926513671875, 0.1099853515625, 0.132080078125, 0.16015625, 0.1881103515625, 0.01512145...
embed
38959209_c0
38959209
fsharp
0
Title: Adding to a type in fsharp Problem title: Adding to a type in fsharp Tags: f%23 Problem: Adding to a type in fsharp I am having some difficulty in a task in fsharp. At the moment I have a useful type pre-declared e.g. type TESTA = { foo : Float bar: factorA.double } Due to the nature of the type (used elsewhere)...
Adding to a type in fsharp Adding to a type in fsharp f%23 Adding TESTA Float factorA.double Final PartA Final.TESTA.foo Final.truth Adding to a type in fsharp I am having some difficulty in a task in fsharp. At the moment I have a useful type pre-declared e.g. Due to the nature of the type (used elsewhere) I cannot ch...
[ 0.0223388671875, 0.00653076171875, 0.01116943359375, 0.003875732421875, -0.0047607421875, -0.02294921875, -0.0400390625, 0.010009765625, 0.005859375, 0.0012664794921875, 0.021240234375, 0.027587890625, -0.0128173828125, 0.015380859375, 0.005523681640625, 0.012451171875, 0.00311279296...
[ 62, 59725, 47, 10644, 1238, 89280, 254, 23, 3742, 384, 55669, 38699, 31461, 21555, 2661, 27188, 16995, 284, 618, 3584, 31, 75481, 34844, 66211, 80234, 479, 50718, 320, 31425, 33740, 234311, 53418, 15549, 105237, 159978, 15190, 15700, 80934, ...
[ 0.07391357421875, 0.12890625, 0.1456298828125, 0.249755859375, 0.09027099609375, 0.189697265625, 0.1536865234375, 0.011993408203125, 0.0970458984375, 0.10174560546875, 0.1141357421875, 0.1220703125, 0.1502685546875, 0.01251220703125, 0.0187835693359375, 0.0770263671875, 0.03277587890...
embed
64360371_c0
64360371
fsharp
0
Title: In F#, how to fix a pattern match error with value type &quot;a-&gt;&#x27;b-&gt;Model&#x27; Problem title: In F#, how to fix a pattern match error with value type &quot;a-&gt;&#x27;b-&gt;Model&#x27; Tags: f%23, pattern-matching Problem: In F#, how to fix a pattern match error with value type "a->'b->Model' (I'm ...
In F#, how to fix a pattern match error with value type &quot;a-&gt;&#x27;b-&gt;Model&#x27; In F#, how to fix a pattern match error with value type &quot;a-&gt;&#x27;b-&gt;Model&#x27; f%23 pattern-matching Model Guid.NewGuid InnerRows List.map Cell.init SelectedInnerRow None Select Reset In F#, how to fix a pattern mat...
[ -0.02001953125, 0.0108642578125, 0.0113525390625, 0.01153564453125, 0.00433349609375, -0.00860595703125, -0.0228271484375, -0.005767822265625, 0.01226806640625, -0.01025390625, 0.0191650390625, 0.004241943359375, -0.0018157958984375, -0.0003108978271484375, 0.0262451171875, 0.004486083...
[ 563, 4904, 3642, 30022, 103510, 14858, 18499, 678, 34292, 10644, 3768, 275, 9, 140290, 360, 47, 11, 5386, 1238, 3742, 98753, 13293, 6955, 532, 46568, 22769, 137657, 12724, 32036, 62346, 80743, 73, 217, 51620, 13857, 438, 9624, 126, 103607, ...
[ 0.1116943359375, 0.19384765625, 0.04217529296875, 0.1566162109375, 0.2110595703125, 0.21923828125, 0.1746826171875, 0.049713134765625, 0.1480712890625, 0.139892578125, 0.06011962890625, 0.1556396484375, 0.003082275390625, 0.2073974609375, 0.007080078125, 0.016082763671875, 0.11474609...
embed
18719365_c0
18719365
fsharp
0
Title: System.TypeInitializationException between two program in F# Problem title: System.TypeInitializationException between two program in F# Tags: exception, f%23 Problem: System.TypeInitializationException between two program in F# I'm working on a project and I become always an Exception "TypeInitializationExcepti...
System.TypeInitializationException between two program in F# System.TypeInitializationException between two program in F# exception f%23 System.TypeInitializationException State ConsumablesClicked Testtyp vm.TrackPosition.ToString System.TypeInitializationException between two program in F# I'm working on a project and...
[ 0.0087890625, 0.00750732421875, -0.0123291015625, 0.004150390625, 0.01202392578125, -0.00156402587890625, 0.0223388671875, 0.006134033203125, -0.0032806396484375, -0.0216064453125, 0.01324462890625, 0.0224609375, 0.005401611328125, 0.01312255859375, 0.02001953125, -0.007049560546875, ...
[ 12353, 196707, 4153, 1890, 289, 47691, 19279, 63928, 17721, 6626, 1528, 563, 4904, 131527, 1238, 3742, 22836, 76980, 19736, 181671, 8647, 46280, 81, 39, 86147, 7192, 172, 7763, 71713, 20697, 13452, 24209, 11343, 5443, 37842, 8337, 79315, 47, ...
[ 0.10736083984375, 0.269287109375, 0.061767578125, 0.150390625, 0.10638427734375, 0.0748291015625, 0.070556640625, 0.1722412109375, 0.1392822265625, 0.131103515625, 0.19775390625, 0.1162109375, 0.187255859375, 0.1751708984375, 0.0220489501953125, 0.1260986328125, 0.0777587890625, 0....
embed
20126722_c0
20126722
fsharp
0
Title: Is there any difference between top-level modules and local modules? Problem title: Is there any difference between top-level modules and local modules? Tags: module, f%23 Problem: Is there any difference between top-level modules and local modules? I am a newbe to F#, but am quite familiar with C#. And I was wo...
Is there any difference between top-level modules and local modules? Is there any difference between top-level modules and local modules? module f%23 Version My.Namespace MyModule My.Namespace.MyModule Is there any difference between top-level modules and local modules? I am a newbe to F#, but am quite familiar with C#...
[ 0.0140380859375, 0.018310546875, 0.0019378662109375, -0.00160980224609375, -0.00384521484375, -0.00238037109375, 0.0012054443359375, -0.020751953125, -0.002899169921875, -0.013671875, 0.006317138671875, 0.00457763671875, 0.01409912109375, 0.0005340576171875, 0.00689697265625, -0.002655...
[ 2071, 2685, 2499, 60212, 17721, 2663, 9, 67919, 88996, 7, 136, 4000, 32, 1238, 3949, 3742, 40647, 2646, 163612, 65421, 91616, 8782, 31852, 3525, 372, 563, 4904, 16031, 313, 8, 18347, 17366, 23718, 210716, 21635, 44841, 53418, 209806, 51671,...
[ 0.0163726806640625, 0.0360107421875, 0.085693359375, 0.2357177734375, 0.114990234375, 0.2008056640625, 0.0828857421875, 0.254150390625, 0.24072265625, 0.040313720703125, 0.0938720703125, 0.210693359375, 0.003692626953125, 0.06201171875, 0.000244140625, 0.1519775390625, 0.142822265625...
embed
2205835_c0
2205835
fsharp
0
Title: Functional language implementations of Production Grade data stores Problem title: Functional language implementations of Production Grade data stores Tags: scala, haskell, f%23, erlang, clojure Problem: Functional language implementations of Production Grade data stores There are many datastores written in Erla...
Functional language implementations of Production Grade data stores Functional language implementations of Production Grade data stores scala haskell f%23 erlang clojure Functional Production Grade Functional language implementations of Production Grade data stores There are many datastores written in Erlang, for examp...
[ 0.029296875, 0.014404296875, -0.005645751953125, -0.006439208984375, 0.00506591796875, 0.0020904541015625, -0.00001811981201171875, 0.005126953125, -0.007476806640625, -0.01507568359375, 0.009033203125, -0.0037994384765625, 0.00579833984375, -0.01470947265625, 0.0022430419921875, 0.014...
[ 28670, 10763, 46876, 208124, 118479, 22453, 13, 2053, 4343, 146232, 1556, 142508, 1238, 3949, 3742, 72, 3066, 20450, 461, 107, 5941, 7, 23723, 59121, 23, 1004, 2975, 344, 9865, 1687, 1486, 1311, 12665, 397, 275, 152653, 37206, 156304, 41925...
[ 0.12158203125, 0.0946044921875, 0.1904296875, 0.13916015625, 0.1630859375, 0.1114501953125, 0.031585693359375, 0.158935546875, 0.1595458984375, 0.1490478515625, 0.058746337890625, 0.2227783203125, 0.0357666015625, 0.0165252685546875, 0.09613037109375, 0.07012939453125, 0.26318359375,...
embed
55286809_c0
55286809
fsharp
0
Title: Init an discriminated union of different data types with a single constructor Problem title: Init an discriminated union of different data types with a single constructor Tags: discriminated-union, f%23, types Problem: Init an discriminated union of different data types with a single constructor say I have a typ...
Init an discriminated union of different data types with a single constructor Init an discriminated union of different data types with a single constructor discriminated-union f%23 types Init Variedvalue x.getType VariedValue.I VariedValue.F VariedVAlue.S Init an discriminated union of different data types with a singl...
[ -0.0050048828125, 0.006927490234375, -0.00775146484375, -0.0002613067626953125, -0.0037994384765625, -0.00982666015625, -0.00020885467529296875, -0.01348876953125, 0.00433349609375, -0.005615234375, 0.024169921875, -0.0216064453125, 0.01348876953125, -0.010986328125, 0.0037689208984375, ...
[ 360, 217, 55970, 3674, 69941, 12921, 2053, 52895, 678, 10, 11001, 64549, 748, 87046, 1238, 3742, 84572, 297, 27494, 1022, 3794, 196707, 856, 50770, 568, 919, 16350, 822, 10644, 3917, 28282, 32354, 51776, 23, 189534, 171859, 61475, 20650, 26...
[ 0.09228515625, 0.1131591796875, 0.221923828125, 0.06976318359375, 0.230224609375, 0.1090087890625, 0.111083984375, 0.1790771484375, 0.0283966064453125, 0.0032958984375, 0.114501953125, 0.1522216796875, 0.1146240234375, 0.2047119140625, 0.02459716796875, 0.099609375, 0.1265869140625, ...
embed
20727290_c0
20727290
fsharp
0
Title: fsharp.data CsvProvider on ubuntu / mono Problem title: fsharp.data CsvProvider on ubuntu / mono Tags: type-providers, f%23-data, f%23, mono, monodevelop Problem: fsharp.data CsvProvider on ubuntu / mono I am starting out with FSharp.Data. I would like to use it from MonoDevelop on my Ubuntu box. It works fine i...
fsharp.data CsvProvider on ubuntu / mono fsharp.data CsvProvider on ubuntu / mono type-providers f%23-data f%23 mono monodevelop fsharp.data CsvProvider Stocks MSFT.csv FS3033 ProviderImplementation.CsvProvider Row fsharp.data CsvProvider on ubuntu / mono I am starting out with FSharp.Data. I would like to use it from ...
[ 0.0111083984375, 0.0322265625, 0.01068115234375, 0.0218505859375, 0.0032196044921875, -0.0142822265625, 0.01708984375, 0.0037994384765625, -0.009765625, -0.000614166259765625, -0.00122833251953125, -0.04296875, 0.019775390625, 0.00469970703125, -0.00311279296875, -0.00176239013671875, ...
[ 1238, 89280, 254, 5, 10135, 313, 67756, 177997, 62160, 98, 198996, 248, 22460, 10644, 93136, 27495, 3742, 229815, 68804, 25217, 4439, 334, 93774, 1197, 9185, 123089, 128878, 19929, 441, 96190, 72134, 1810, 3467, 137989, 1884, 4527, 442, 1295,...
[ 0.1136474609375, 0.2481689453125, 0.2408447265625, 0.0721435546875, 0.2237548828125, 0.0621337890625, 0.22900390625, 0.187255859375, 0.1400146484375, 0.08660888671875, 0.171142578125, 0.048919677734375, 0.20068359375, 0.11572265625, 0.1689453125, 0.008270263671875, 0.0277252197265625...
embed
57190595_c0
57190595
fsharp
0
Title: Compose world-crossing async functions with bind Problem title: Compose world-crossing async functions with bind Tags: f%23%2B, f%23, monad-transformers Problem: Compose world-crossing async functions with bind I have a sample railway pipeline that works well: open FSharpPlus let funA n = if n < 10 then Ok n els...
Compose world-crossing async functions with bind Compose world-crossing async functions with bind f%23%2B f%23 monad-transformers Compose FSharpPlus Error Result Async Compose world-crossing async functions with bind I have a sample railway pipeline that works well: But when I want to turn the funB to an async function...
[ -0.017822265625, 0.013427734375, -0.004241943359375, 0.0142822265625, -0.0012969970703125, 0.0034637451171875, 0.000048160552978515625, -0.0164794921875, 0.01165771484375, -0.0177001953125, 0.006011962890625, 0.01068115234375, 0.01556396484375, 0.02099609375, 0.0245361328125, -0.001602...
[ 15612, 8364, 8999, 95665, 214, 10, 12654, 238, 32354, 678, 68557, 1238, 571, 3742, 2667, 712, 215175, 93774, 3467, 254, 88225, 212059, 126684, 7, 121413, 68823, 7514, 137158, 2256, 43240, 5299, 3444, 15504, 7477, 47, 98352, 1363, 18499, 131...
[ 0.1866455078125, 0.09210205078125, 0.1278076171875, 0.1885986328125, 0.07293701171875, 0.039154052734375, 0.2081298828125, 0.1168212890625, 0.20556640625, 0.09783935546875, 0.26318359375, 0.0723876953125, 0.182373046875, 0.06884765625, 0.1177978515625, 0.1414794921875, 0.184448242187...
embed
16149063_c0
16149063
fsharp
0
Title: Embed Interop Types in F# Problem title: Embed Interop Types in F# Tags: f%23, com, com-interop Problem: Embed Interop Types in F# Can we embed interop type in F# ? First I dont see the option to do so in the references. Second, if I embed the type in C#, it tells me to reference the interface and not the concre...
Embed Interop Types in F# Embed Interop Types in F# f%23 com com-interop Embed Interop Types DBEngine DBEngineClass Valid Microsoft.Office.Interop.Access.Dao.DBEngineClass Microsoft.Office.Interop.Access.Dao.DBEngine Invalid Embed Interop Types in F# Can we embed interop type in F# ? First I dont see the option to do s...
[ 0.0167236328125, 0.006622314453125, -0.00139617919921875, 0.00836181640625, -0.0155029296875, 0.0133056640625, -0.023681640625, 0.00970458984375, 0.0036468505859375, -0.03173828125, -0.005615234375, -0.00086212158203125, -0.00186920166015625, 0.021240234375, 0.0157470703125, 0.01287841...
[ 2775, 13482, 5337, 2146, 60457, 23, 563, 4904, 1238, 3742, 375, 10433, 57976, 91384, 1212, 140803, 25447, 7244, 94833, 44851, 26531, 31, 39463, 7013, 4171, 642, 352, 1940, 10644, 13319, 1957, 35829, 91067, 101758, 959, 122776, 18507, 11343, ...
[ 0.10791015625, 0.247802734375, 0.1951904296875, 0.24609375, 0.2318115234375, 0.07012939453125, 0.1612548828125, 0.2271728515625, 0.05731201171875, 0.05615234375, 0.06011962890625, 0.12841796875, 0.0712890625, 0.1090087890625, 0.05596923828125, 0.1163330078125, 0.0377197265625, 0.00...
embed
68740578_c0
68740578
fsharp
0
Title: How can i create an xor function in F# which can encrypt a byte array? Problem title: How can i create an xor function in F# which can encrypt a byte array? Tags: f%23 Problem: How can i create an xor function in F# which can encrypt a byte array? How can i create an xor function in F# which can encrypt a byte a...
How can i create an xor function in F# which can encrypt a byte array? How can i create an xor function in F# which can encrypt a byte array? f%23 How System KCQ word.Length Seq.map Convert.ToChar Convert.ToInt32 key.Length String.Concat EntryPoint IzzyDev Encrypted Decrypted How can i create an xor function in F# whic...
[ 0.01336669921875, -0.0038299560546875, -0.00482177734375, -0.01263427734375, -0.0245361328125, -0.0042724609375, 0.014892578125, 0.009521484375, -0.01470947265625, -0.00408935546875, 0.013916015625, 0.01287841796875, -0.006866455078125, 0.01904296875, -0.01092529296875, -0.023803710937...
[ 11249, 831, 17, 28282, 74706, 32354, 563, 4904, 22, 136791, 390, 67, 10298, 53, 23, 1238, 3742, 12353, 341, 441, 2737, 2565, 864, 62346, 11549, 7763, 84068, 6460, 22799, 23351, 4460, 15123, 147534, 3519, 3285, 152108, 357, 262, 903, 18151...
[ 0.0152587890625, 0.04400634765625, 0.046295166015625, 0.134033203125, 0.246337890625, 0.1951904296875, 0.1231689453125, 0.200439453125, 0.047637939453125, 0.2403564453125, 0.080810546875, 0.0799560546875, 0.13818359375, 0.0865478515625, 0.006988525390625, 0.057891845703125, 0.1076049...
embed
4075160_c0
4075160
fsharp
0
Title: Are there tricks for doing implicit conversions in F#? Problem title: Are there tricks for doing implicit conversions in F#? Tags: f%23 Problem: Are there tricks for doing implicit conversions in F#? Consider this F# code to sum the numbers below i that are multiples of 3 and 5: let isMultipleOfThreeOrFive n = (...
Are there tricks for doing implicit conversions in F#? Are there tricks for doing implicit conversions in F#? f%23 Seq.filter BigInteger System.Numerics.BigInteger Are there tricks for doing implicit conversions in F#? Consider this F# code to sum the numbers below i that are multiples of 3 and 5: Since i is an int , y...
[ -0.0216064453125, 0.0263671875, 0.00994873046875, 0.00439453125, -0.0162353515625, 0.003936767578125, -0.0062255859375, -0.0032196044921875, 0.019775390625, -0.00390625, 0.0052490234375, 0.009033203125, -0.0101318359375, 0.0181884765625, -0.0027008056640625, 0.0081787109375, 0.001914...
[ 2685, 88308, 7, 100, 20594, 165164, 142477, 23, 563, 4904, 1238, 3742, 503, 864, 120337, 14195, 67, 1505, 12353, 129933, 4153, 137399, 18151, 10554, 101935, 35064, 17, 48716, 111, 138, 136, 190, 83, 18, 1181, 645, 118664, 2174, 21334, 113...
[ 0.060272216796875, 0.2088623046875, 0.1263427734375, 0.040008544921875, 0.06829833984375, 0.280029296875, 0.1917724609375, 0.0670166015625, 0.1488037109375, 0.231201171875, 0.06982421875, 0.1068115234375, 0.00726318359375, 0.08697509765625, 0.1566162109375, 0.056671142578125, 0.14733...
embed
46658706_c0
46658706
fsharp
0
Title: FParsec failing on optional parser Problem title: FParsec failing on optional parser Tags: f%23, fparsec, parsing Problem: FParsec failing on optional parser I am currently learning the FParsec library, but I have come across an issue. When I want to parse an optional string and continue parsing as normal afterw...
FParsec failing on optional parser FParsec failing on optional parser f%23 fparsec parsing FParsec None System AccountEntity Default Entity many1Satisfy2L Some EntryPoint account:subaccount Console.ReadLine Failure Error Col Expecting FParsec failing on optional parser I am currently learning the FParsec library, but I...
[ 0.01409912109375, 0.01263427734375, -0.0115966796875, 0.01953125, -0.0322265625, 0.0211181640625, 0.01470947265625, -0.0274658203125, 0.00011157989501953125, 0.0093994140625, 0.0128173828125, 0.004852294921875, 0.005401611328125, -0.0184326171875, 0.0108642578125, 0.025390625, 0.0113...
[ 563, 28636, 39797, 35782, 98, 35829, 289, 366, 2189, 214, 1238, 3949, 3742, 2500, 438, 12353, 61417, 7768, 18, 262, 1021, 7136, 16511, 5941, 418, 5464, 1814, 18929, 866, 357, 15123, 147534, 15426, 22144, 213499, 40777, 31345, 93232, 190355,...
[ 0.1512451171875, 0.1820068359375, 0.2230224609375, 0.1729736328125, 0.0521240234375, 0.1832275390625, 0.092529296875, 0.1533203125, 0.144287109375, 0.0167999267578125, 0.07550048828125, 0.011444091796875, 0.0955810546875, 0.10321044921875, 0.06231689453125, 0.0526123046875, 0.1311035...
embed
335211_c0
335211
fsharp
0
Title: Why does &quot;-1&quot; not work to subtract 1? Problem title: Why does &quot;-1&quot; not work to subtract 1? Tags: f%23, pdc2008 Problem: Why does "-1" not work to subtract 1? I was trying to code along with the PDC2008 Intro to F# video . I get an error in the last line of the code snippet shown below (that t...
Why does &quot;-1&quot; not work to subtract 1? Why does &quot;-1&quot; not work to subtract 1? f%23 pdc2008 Why StockAnalyzer Seq.map Seq.take GetAnalyzers s.Return Seq.nth pdc2008 Why does "-1" not work to subtract 1? I was trying to code along with the PDC2008 Intro to F# video . I get an error in the last line of t...
[ 0.0003414154052734375, 0.016357421875, 0.004852294921875, 0.0106201171875, -0.01123046875, -0.00677490234375, -0.00238037109375, 0.00799560546875, 0.01116943359375, -0.0203857421875, -0.006378173828125, 0.0172119140625, 0.00193023681640625, 0.01177978515625, 0.0115966796875, -0.0124511...
[ 44084, 14602, 5759, 1230, 41502, 959, 4488, 1614, 39989, 18, 106, 47, 1238, 3742, 16396, 68804, 73026, 538, 4383, 864, 62346, 78219, 987, 927, 71, 18151, 21960, 2955, 563, 4904, 1202, 18499, 4568, 8121, 18468, 31611, 3293, 34292, 10, 3235...
[ 0.09661865234375, 0.05413818359375, 0.2335205078125, 0.040283203125, 0.03741455078125, 0.140625, 0.1358642578125, 0.158447265625, 0.158935546875, 0.06396484375, 0.1275634765625, 0.015411376953125, 0.008056640625, 0.006866455078125, 0.146484375, 0.064453125, 0.0225372314453125, 0.03...
embed
37566751_c0
37566751
fsharp
0
Title: What should I do to prevent a 401 Unauthorised when using the Swagger Type Provider? Problem title: What should I do to prevent a 401 Unauthorised when using the Swagger Type Provider? Tags: f%23, type-providers, swagger Problem: What should I do to prevent a 401 Unauthorised when using the Swagger Type Provider...
What should I do to prevent a 401 Unauthorised when using the Swagger Type Provider? What should I do to prevent a 401 Unauthorised when using the Swagger Type Provider? f%23 type-providers swagger the What Unauthorised Swagger Type Provider system.net What should I do to prevent a 401 Unauthorised when using the Swagg...
[ 0.00107574462890625, 0.024658203125, -0.0079345703125, -0.0184326171875, -0.01806640625, -0.0341796875, 0.00726318359375, 0.016357421875, -0.00592041015625, -0.00007486343383789062, 0.008544921875, 0.02783203125, -0.024169921875, 0.0069580078125, 0.000965118408203125, 0.002639770507812...
[ 4865, 5608, 87, 54, 56282, 10, 1112, 418, 4228, 1003, 5922, 52021, 17368, 43062, 21407, 60457, 123089, 42, 1238, 3949, 3742, 10644, 93136, 14202, 68062, 5426, 1179, 81887, 51339, 135913, 1305, 1829, 223, 2046, 29367, 92610, 35166, 36836, 18...
[ 0.060577392578125, 0.0555419921875, 0.009124755859375, 0.04180908203125, 0.1998291015625, 0.060546875, 0.1697998046875, 0.1920166015625, 0.06549072265625, 0.0645751953125, 0.0921630859375, 0.06927490234375, 0.0814208984375, 0.192138671875, 0.2176513671875, 0.187255859375, 0.146118164...
embed
8462311_c0
8462311
fsharp
0
Title: F# Bug with named regular expressions? Problem title: F# Bug with named regular expressions? Tags: f%23, regex Problem: F# Bug with named regular expressions? I was trying to get a named regular expression working in F# without much luck. Ported to C# and it works. Is there some peculiarity with F# that I'm miss...
F# Bug with named regular expressions? F# Bug with named regular expressions? f%23 regex Bug System.Text.RegularExpressions Regex WindowsLiveID Facebook RegexOptions.Compiled RegexOptions.IgnoreCase regex.Matches ImWindowsLiveIDOK Groups Success Console.WriteLine F# Bug with named regular expressions? I was trying to g...
[ 0.0023651123046875, 0.0025177001953125, 0.025146484375, 0.013427734375, -0.007171630859375, 0.01055908203125, -0.00860595703125, 0.0198974609375, 0.005859375, 0.015625, 0.0019683837890625, 0.038330078125, 0.006744384765625, -0.0194091796875, 0.0306396484375, 0.0050048828125, 0.000827...
[ 563, 4904, 57279, 678, 24, 4806, 20324, 125195, 7, 1238, 3949, 3742, 6835, 3355, 12353, 174379, 54601, 35975, 178752, 11678, 3773, 70567, 7146, 1431, 39029, 11137, 6991, 79520, 3370, 43342, 9092, 10760, 144053, 40777, 93232, 31577, 20697, 23,...
[ 0.1636962890625, 0.2174072265625, 0.201904296875, 0.0926513671875, 0.152587890625, 0.1697998046875, 0.2027587890625, 0.2269287109375, 0.03564453125, 0.08599853515625, 0.049591064453125, 0.150634765625, 0.10345458984375, 0.1346435546875, 0.08349609375, 0.093505859375, 0.10888671875, ...
embed
56460993_c0
56460993
fsharp
0
Title: How do I set a default Value in a dropdown menu in Fable Elmish? Problem title: How do I set a default Value in a dropdown menu in Fable Elmish? Tags: fable-f%23, f%23, elmish, drop-down-menu, default Problem: How do I set a default Value in a dropdown menu in Fable Elmish? i want to have a default value in the ...
How do I set a default Value in a dropdown menu in Fable Elmish? How do I set a default Value in a dropdown menu in Fable Elmish? fable-f%23 f%23 elmish drop-down-menu default How Value Fable Elmish Input.Placeholder Your Select.select DefaultValue How do I set a default Value in a dropdown menu in Fable Elmish? i want...
[ 0.0002918243408203125, 0.004119873046875, 0.00732421875, 0.01141357421875, -0.005401611328125, -0.0125732421875, 0.0004253387451171875, -0.018798828125, 0.01080322265625, 0.012939453125, 0.003662109375, -0.007476806640625, 0.0181884765625, 0.017333984375, 0.0014190673828125, 0.01440429...
[ 11249, 54, 87, 5423, 10, 114977, 190060, 23, 36069, 34695, 8026, 563, 2886, 540, 78192, 1071, 2661, 3742, 88, 30144, 7077, 143, 329, 31958, 51620, 100184, 262, 1021, 7136, 856, 50770, 3444, 765, 34292, 660, 50717, 304, 1884, 25632, 107730...
[ 0.056365966796875, 0.040008544921875, 0.009368896484375, 0.185791015625, 0.07470703125, 0.259521484375, 0.256591796875, 0.03271484375, 0.1229248046875, 0.1229248046875, 0.17919921875, 0.0872802734375, 0.174560546875, 0.13427734375, 0.2265625, 0.057952880859375, 0.093505859375, 0.04...
embed
3681901_c0
3681901
fsharp
0
Title: Type of the Item property in F# Problem title: Type of the Item property in F# Tags: syntax, interface, f%23, functional-programming Problem: Type of the Item property in F# Consider the interface: type IVector = abstract Item : int -> float Now, let us define the class: type DenseVector(size : int) = let mutabl...
Type of the Item property in F# Type of the Item property in F# syntax interface f%23 functional-programming Type Item IVector DenseVector Array.zeroCreate this.Item Type of the Item property in F# Consider the interface: Now, let us define the class: What about supply a method to mutate the n-th entry of the dense vec...
[ -0.00701904296875, 0.006622314453125, 0.000843048095703125, -0.0035552978515625, 0.01556396484375, -0.0098876953125, -0.01318359375, -0.0101318359375, -0.00384521484375, 0.0032958984375, 0.017822265625, 0.00421142578125, -0.0220947265625, -0.0059814453125, -0.01141357421875, -0.0013427...
[ 60457, 111, 70, 78426, 57266, 23, 563, 4904, 6002, 86531, 101758, 1238, 3949, 3742, 123309, 28966, 7610, 13, 18770, 1575, 184, 26455, 69253, 53, 80510, 63784, 903, 568, 2982, 61924, 18507, 100677, 55300, 31158, 653, 927, 42805, 168, 173, ...
[ 0.2301025390625, 0.0927734375, 0.013519287109375, 0.2822265625, 0.22265625, 0.048004150390625, 0.15283203125, 0.208740234375, 0.0792236328125, 0.017242431640625, 0.20654296875, 0.0538330078125, 0.0149383544921875, 0.1092529296875, 0.1195068359375, 0.07476806640625, 0.1796875, 0.194...
embed
6948455_c0
6948455
fsharp
0
Title: Webcrawler - Fetch links Problem title: Webcrawler - Fetch links Tags: f%23 Problem: Webcrawler - Fetch links I'm trying to crawl a webpage, and get all the links, and add them to a list<string> which will be returned in the end, from the function. My code: let getUrls s : seq<string> = let doc = new HtmlDocumen...
Webcrawler - Fetch links Webcrawler - Fetch links f%23 Webcrawler Fetch HtmlDocument doc.LoadHtml doc.DocumentNode.SelectNodes Seq.map z.Attributes WebClient web.DownloadString ERROR HERE Webcrawler - Fetch links I'm trying to crawl a webpage, and get all the links, and add them to a list<string> which will be returned...
[ 0.00092315673828125, 0.0184326171875, -0.01226806640625, 0.0194091796875, 0.002777099609375, -0.0213623046875, -0.00173187255859375, 0.0050048828125, -0.00138092041015625, -0.046875, 0.00335693359375, -0.019287109375, -0.013671875, -0.015869140625, 0.0224609375, -0.0036773681640625, ...
[ 4002, 15182, 434, 603, 92962, 206, 22317, 1238, 3949, 3742, 18, 7237, 239469, 51584, 15363, 5021, 112, 100184, 988, 503, 864, 62346, 97, 191145, 150, 1467, 144786, 71713, 214, 151206, 24638, 65791, 31577, 235879, 22469, 2046, 756, 15190, 53...
[ 0.07513427734375, 0.1580810546875, 0.163818359375, 0.20703125, 0.1915283203125, 0.134521484375, 0.1986083984375, 0.0309600830078125, 0.0249176025390625, 0.12890625, 0.048858642578125, 0.1085205078125, 0.1170654296875, 0.0736083984375, 0.00018310546875, 0.076416015625, 0.0211486816406...
embed
2471765_c0
2471765
fsharp
0
Title: VS 2008 and F# Feb CTP - Can&#x27;t debug Problem title: VS 2008 and F# Feb CTP - Can&#x27;t debug Tags: visual-studio-2008, f%23 Problem: VS 2008 and F# Feb CTP - Can't debug I have downloaded the VS2008 integrated shell, and the F# Feb CTP and I have the F# environment working just fine. The problem comes when...
VS 2008 and F# Feb CTP - Can&#x27;t debug VS 2008 and F# Feb CTP - Can&#x27;t debug visual-studio-2008 f%23 Feb CTP Can System Hello World Console.ReadKey visual-studio-2008 VS 2008 and F# Feb CTP - Can't debug I have downloaded the VS2008 integrated shell, and the F# Feb CTP and I have the F# environment working just ...
[ 0.0089111328125, 0.007720947265625, 0.007415771484375, 0.0057373046875, -0.013916015625, 0.02099609375, 0.0009765625, -0.006622314453125, -0.0184326171875, 0.0032806396484375, 0.020751953125, 0.0021514892578125, 0.01123046875, 0.0108642578125, 0.0196533203125, 0.01312255859375, 0.001...
[ 44160, 2021, 136, 563, 4904, 43677, 23658, 4171, 3768, 18, 8, 85779, 313, 21176, 52629, 105011, 12353, 35378, 6661, 40777, 31345, 162429, 7026, 16396, 78779, 128019, 65998, 20697, 5885, 2967, 9790, 182747, 96276, 756, 140992, 76896, 17378, 35...
[ 0.2008056640625, 0.23681640625, 0.108154296875, 0.08392333984375, 0.1739501953125, 0.1982421875, 0.1947021484375, 0.0986328125, 0.0386962890625, 0.07232666015625, 0.14990234375, 0.286865234375, 0.025787353515625, 0.1412353515625, 0.1546630859375, 0.22314453125, 0.0804443359375, 0.1...
embed
32956987_c0
32956987
fsharp
0
Title: How to pattern match on union constructors in `for .. in` Problem title: How to pattern match on union constructors in `for .. in` Tags: f%23, discriminated-union, pattern-matching Problem: How to pattern match on union constructors in `for .. in` In Haskell, if I have a list of union typed values like this: exa...
How to pattern match on union constructors in `for .. in` How to pattern match on union constructors in `for .. in` f%23 discriminated-union pattern-matching How Either Char Left Right Choice1Of2 Incomplete How to pattern match on union constructors in `for .. in` In Haskell, if I have a list of union typed values like...
[ -0.00555419921875, 0.00408935546875, 0.0081787109375, -0.00469970703125, -0.0084228515625, -0.0169677734375, -0.0184326171875, 0.0081787109375, 0.019775390625, 0.0003490447998046875, 0.0184326171875, -0.007598876953125, 0.026123046875, -0.000766754150390625, -0.01202392578125, -0.01123...
[ 11249, 47, 103510, 14858, 98, 69941, 64549, 25251, 2472, 1468, 23, 1238, 3742, 55970, 87046, 98753, 21656, 2480, 90911, 181948, 132887, 304, 277, 131801, 20625, 142508, 5303, 10644, 142424, 10176, 149718, 125663, 756, 50339, 29458, 3900, 19309,...
[ 0.045989990234375, 0.03662109375, 0.2218017578125, 0.2352294921875, 0.06005859375, 0.197021484375, 0.165771484375, 0.0758056640625, 0.172607421875, 0.12158203125, 0.1796875, 0.04913330078125, 0.08819580078125, 0.118408203125, 0.1141357421875, 0.162841796875, 0.0780029296875, 0.0253...
embed
69339317_c0
69339317
fsharp
0
Title: Module with shared state Problem title: Module with shared state Tags: f%23, middleware, functional-programming, asp.net Problem: Module with shared state I'm currently in middle of writing a ASP.NET Core middleware in F#. Basically the way I wanted to implement it is that a service does one-time scan of impleme...
Module with shared state Module with shared state f%23 middleware functional-programming asp.net Module asp.net Module with shared state I'm currently in middle of writing a ASP.NET Core middleware in F#. Basically the way I wanted to implement it is that a service does one-time scan of implemented types in given assem...
[ -0.0103759765625, 0.00885009765625, 0.00250244140625, 0.00836181640625, 0.00299072265625, 0.007476806640625, -0.004180908203125, -0.006561279296875, -0.01129150390625, -0.033447265625, 0.0010833740234375, 0.033935546875, 0.0096435546875, 0.026123046875, 0.01239013671875, 0.005462646484...
[ 63014, 13, 678, 99764, 11341, 1238, 3949, 3742, 86991, 15876, 123309, 28966, 237, 254, 1179, 82424, 32562, 147153, 17777, 31365, 563, 4904, 3917, 36663, 29479, 4516, 14602, 1632, 6032, 44954, 52895, 34475, 89845, 3884, 50339, 45, 10763, 32354...
[ 0.2081298828125, 0.0166015625, 0.1300048828125, 0.220458984375, 0.205322265625, 0.0435791015625, 0.0130615234375, 0.112548828125, 0.1705322265625, 0.190185546875, 0.11083984375, 0.036773681640625, 0.007781982421875, 0.06829833984375, 0.0679931640625, 0.00164794921875, 0.06689453125, ...
embed
17625514_c0
17625514
fsharp
0
Title: The type &#x27;XmlProvider&#x27; is not defined Problem title: The type &#x27;XmlProvider&#x27; is not defined Tags: f%23, f%23-data, type-providers Problem: The type 'XmlProvider' is not defined I'm trying to use the FSharp.Data third party library but am getting an error The type 'XmlProvider' is not defined o...
The type &#x27;XmlProvider&#x27; is not defined The type &#x27;XmlProvider&#x27; is not defined f%23 f%23-data type-providers XmlProvider FSharp.Data KMyMoney Read File.ReadAllText KMyMoneySampleFile.xml KMyMoneySource Csv FreebaseOperators Json RuntimeImplementation The type 'XmlProvider' is not defined I'm trying to ...
[ 0.0162353515625, 0.033935546875, 0.004913330078125, -0.00872802734375, -0.00994873046875, 0.0263671875, 0.002197265625, 0.00012874603271484375, -0.0076904296875, -0.0264892578125, 0.0038299560546875, -0.0322265625, 0.01483154296875, -0.00872802734375, 0.01806640625, 0.01177978515625, ...
[ 10644, 3768, 1542, 7237, 177997, 62160, 83, 959, 61924, 71, 1238, 3742, 27495, 10135, 93136, 1193, 93774, 3467, 254, 137989, 32249, 53, 9083, 10186, 4764, 42724, 31345, 43512, 174379, 33209, 174350, 131492, 211235, 67756, 5153, 37382, 156823, ...
[ 0.2425537109375, 0.09912109375, 0.14111328125, 0.228759765625, 0.220703125, 0.2139892578125, 0.040924072265625, 0.154541015625, 0.2081298828125, 0.0198516845703125, 0.043548583984375, 0.05670166015625, 0.060699462890625, 0.09991455078125, 0.1937255859375, 0.125, 0.0888671875, 0.171...
embed
53673100_c1
53673100
fsharp
1
another, it does not behave how I would expect it to. I have spent hours going over each line of code to make sure I wasn't having any weird side-effects, but have not had any success. I would appreciate it if someone could point me in the right direction. I know I wrote it very imperatively, but I do think it can wor...
another, it does not behave how I would expect it to. I have spent hours going over each line of code to make sure I wasn't having any weird side-effects, but have not had any success. I would appreciate it if someone could point me in the right direction. I know I wrote it very imperatively, but I do think it can wor...
[ -0.0011138916015625, 0.01324462890625, 0.0252685546875, 0.0196533203125, -0.0038604736328125, 0.004364013671875, 0.0267333984375, -0.00933837890625, 0.0166015625, 0.01239013671875, -0.032470703125, -0.017822265625, 0.01153564453125, 0.0166015625, 0.0052490234375, -0.0035552978515625, ...
[ 15700, 14602, 959, 186, 68991, 3642, 2806, 41206, 66933, 21974, 18151, 179459, 171760, 36272, 77947, 54397, 4552, 222530, 5351, 831, 4488, 15400, 22027, 18, 132283, 4358, 8244, 8399, 9622, 11487, 856, 16395, 30646, 2965, 9083, 272, 26176, 110...
[ 0.199951171875, 0.04473876953125, 0.1143798828125, 0.0401611328125, 0.1708984375, 0.0906982421875, 0.042694091796875, 0.089111328125, 0.006622314453125, 0.0416259765625, 0.1439208984375, 0.052337646484375, 0.0914306640625, 0.04541015625, 0.0316162109375, 0.0335693359375, 0.0300903320...
embed
27726058_c0
27726058
fsharp
0
Title: Passing discriminated unions to InlineData attributes Problem title: Passing discriminated unions to InlineData attributes Tags: f%23, discriminated-union, xunit, unit-testing Problem: Passing discriminated unions to InlineData attributes I am trying to unit test a parser that parses a string and returns the cor...
Passing discriminated unions to InlineData attributes Passing discriminated unions to InlineData attributes f%23 discriminated-union xunit unit-testing Passing InlineData Theory Binary Literal Number Add Passing discriminated unions to InlineData attributes I am trying to unit test a parser that parses a string and ret...
[ -0.0098876953125, 0.003204345703125, 0.004974365234375, 0.005401611328125, -0.0106201171875, -0.005096435546875, 0.01129150390625, -0.0166015625, 0.00909423828125, -0.0101318359375, 0.0003070831298828125, 0.00011730194091796875, 0.00579833984375, 0.0074462890625, -0.000598907470703125, ...
[ 28872, 55970, 3674, 69941, 47, 360, 2256, 137989, 150380, 1238, 3949, 3742, 87046, 10438, 6773, 25072, 6954, 581, 30675, 54092, 135940, 103332, 29117, 3034, 366, 2189, 79315, 30646, 164789, 6002, 86531, 53201, 55247, 94928, 4527, 19032, 19279, ...
[ 0.0985107421875, 0.23046875, 0.059600830078125, 0.1995849609375, 0.0626220703125, 0.108154296875, 0.1998291015625, 0.20068359375, 0.1829833984375, 0.008514404296875, 0.0006103515625, 0.09503173828125, 0.1285400390625, 0.05816650390625, 0.1903076171875, 0.1431884765625, 0.146728515625...
embed
56945776_c1
56945776
fsharp
1
where I can't just declare a 1D array as 2D. My first approach: let srcArray = Array.zeroCreate srcArrayLength ... // do relevant computation srcArray.[index] <- result ... // finish computation Array.blit srcArray 0 destArray.[index, *] 0 srcArrayLength My current approach: let srcArray = Array2D.zeroCreate 1 srcArra...
where I can't just declare a 1D array as 2D. My first approach: let srcArray = Array.zeroCreate srcArrayLength ... // do relevant computation srcArray.[index] <- result ... // finish computation Array.blit srcArray 0 destArray.[index, *] 0 srcArrayLength My current approach: let srcArray = Array2D.zeroCreate 1 srcArra...
[ -0.0086669921875, 0.018310546875, -0.0076904296875, 0.00848388671875, -0.0084228515625, -0.00201416015625, -0.01348876953125, -0.006439208984375, 0.01123046875, 0.007720947265625, 0.00079345703125, 0.03125, -0.01092529296875, 0.0064697265625, -0.0107421875, -0.031494140625, 0.0106201...
[ 7440, 831, 18, 159978, 106, 397, 10298, 53, 237, 116, 5117, 51515, 2633, 91, 19437, 7614, 7092, 69253, 80510, 63784, 2182, 449, 927, 29191, 181135, 4711, 16750, 67229, 7121, 757, 37204, 43581, 304, 54, 63262, 36770, 110, 21543, 78869, 305...
[ 0.003936767578125, 0.06060791015625, 0.137451171875, 0.180908203125, 0.0482177734375, 0.14306640625, 0.16650390625, 0.0953369140625, 0.0758056640625, 0.1624755859375, 0.01531982421875, 0.1484375, 0.057952880859375, 0.0087890625, 0.1712646484375, 0.12646484375, 0.1719970703125, 0.11...
embed
31316782_c0
31316782
fsharp
0
Title: What are the Type Parameters for F# Events and Handlers? Problem title: What are the Type Parameters for F# Events and Handlers? Tags: f%23, type-parameter, events, .net, handler Problem: What are the Type Parameters for F# Events and Handlers? I'm trying to use .NET Events and Handlers using the example here: h...
What are the Type Parameters for F# Events and Handlers? What are the Type Parameters for F# Events and Handlers? f%23 type-parameter events .net handler What Type Parameters Events Handlers Event Handler What are the Type Parameters for F# Events and Handlers? I'm trying to use .NET Events and Handlers using the examp...
[ 0.001861572265625, 0.01953125, -0.009521484375, -0.0206298828125, -0.0244140625, -0.015869140625, 0.0037078857421875, -0.0030517578125, -0.006103515625, -0.0185546875, -0.004669189453125, -0.0301513671875, -0.0072021484375, 0.0167236328125, -0.012939453125, -0.00506591796875, 0.00421...
[ 4865, 621, 70, 60457, 1720, 29089, 7, 100, 563, 4904, 123560, 136, 10639, 603, 32, 1238, 3949, 3742, 10644, 6276, 47353, 1179, 35863, 36943, 4527, 5, 17777, 27781, 138410, 2844, 56781, 130664, 40059, 61924, 101758, 57266, 164789, 183871, 18...
[ 0.05206298828125, 0.05645751953125, 0.0577392578125, 0.271728515625, 0.141845703125, 0.183349609375, 0.0771484375, 0.0677490234375, 0.156982421875, 0.2357177734375, 0.20361328125, 0.1304931640625, 0.1871337890625, 0.194580078125, 0.00079345703125, 0.0997314453125, 0.0237579345703125,...
embed
71827762_c0
71827762
fsharp
0
Title: F# CPS evaluation order Problem title: F# CPS evaluation order Tags: continuations, cps, f%23, functional-programming Problem: F# CPS evaluation order I'm trying to understand the order of evaluation when using Continuation-passing style in F#. Take this function for example. let rec CPSfunc n k c = if k = 0 the...
F# CPS evaluation order F# CPS evaluation order continuations cps f%23 functional-programming CPS CPSfunc k-1 Evaluating F# CPS evaluation order I'm trying to understand the order of evaluation when using Continuation-passing style in F#. Take this function for example. When running it with the arguments CPSfunc 4 3 id...
[ 0.006988525390625, 0.006195068359375, 0.009765625, -0.00555419921875, 0.004150390625, 0.00677490234375, 0.030517578125, -0.013916015625, -0.0069580078125, -0.004241943359375, -0.0166015625, -0.002777099609375, 0.00921630859375, 0.004791259765625, 0.00897216796875, -0.0081787109375, -...
[ 563, 4904, 313, 9059, 219836, 12989, 9454, 6423, 1238, 3949, 3742, 123309, 28966, 16498, 472, 5759, 151228, 31577, 28219, 111, 17368, 50343, 1363, 13409, 20623, 32354, 51042, 678, 10750, 201, 138, 3447, 151575, 47, 953, 9790, 3535, 12921, 5...
[ 0.123779296875, 0.224853515625, 0.047149658203125, 0.245849609375, 0.2119140625, 0.200439453125, 0.164306640625, 0.1597900390625, 0.04632568359375, 0.009124755859375, 0.09136962890625, 0.1136474609375, 0.071044921875, 0.1300048828125, 0.0364990234375, 0.076416015625, 0.1629638671875,...
embed
48399125_c1
48399125
fsharp
1
0,100); endPoint|] e.Graphics.DrawLines (pen, points) let getDegrees = 360/60*System.DateTime.Now.Second let addPaint degrees = printfn "Draws with degrees %A" degrees win.Paint.Add (fun e -> (paint e degrees)) win.Paint.Add (fun e -> (paint e 90)) //timer.Tick.Add (fun e -> (addPaint 90)) // Doesn't draw //timer.Tick....
0,100); endPoint|] e.Graphics.DrawLines (pen, points) let getDegrees = 360/60*System.DateTime.Now.Second let addPaint degrees = printfn "Draws with degrees %A" degrees win.Paint.Add (fun e -> (paint e degrees)) win.Paint.Add (fun e -> (paint e 90)) //timer.Tick.Add (fun e -> (addPaint 90)) // Doesn't draw //timer.Tick....
[ -0.00762939453125, -0.005767822265625, 0.007720947265625, -0.0166015625, -0.029296875, -0.005859375, -0.005218505859375, 0.01275634765625, 0.01470947265625, -0.0218505859375, 0.01434326171875, 0.01153564453125, 0.01904296875, 0.0225830078125, 0.00732421875, 0.003204345703125, 0.01177...
[ 757, 3559, 3142, 3564, 147534, 58745, 268, 28, 5, 37878, 19379, 4439, 397, 81456, 93232, 2278, 4, 26847, 16, 2633, 2046, 4657, 7134, 90, 2203, 18139, 64, 4598, 1639, 84293, 86291, 70059, 137594, 2271, 15190, 8335, 4288, 79385, 7, 28412, ...
[ 0.1121826171875, 0.13330078125, 0.0684814453125, 0.1534423828125, 0.1988525390625, 0.00390625, 0.0203399658203125, 0.1646728515625, 0.04345703125, 0.161865234375, 0.1588134765625, 0.077392578125, 0.0277252197265625, 0.227294921875, 0.20751953125, 0.157958984375, 0.0223236083984375, ...
embed
65943337_c1
65943337
fsharp
1
ignore Going further I tried walking the problem around and read the content of cshtml manually and return it as string type HomeController() = inherit Controller() member this.ManualIndex() = let html = System.IO.File.ReadAllText("/Views/Index.cshtml") this.Content(html, "text/html") and it worked , but from the HTML...
ignore Going further I tried walking the problem around and read the content of cshtml manually and return it as string type HomeController() = inherit Controller() member this.ManualIndex() = let html = System.IO.File.ReadAllText("/Views/Index.cshtml") this.Content(html, "text/html") and it worked , but from the HTML...
[ -0.0257568359375, 0.0299072265625, 0.0035552978515625, -0.00848388671875, -0.0111083984375, 0.0091552734375, -0.00408935546875, -0.0247802734375, 0.01165771484375, -0.06298828125, -0.0098876953125, -0.00933837890625, 0.000782012939453125, 0.015869140625, 0.03466796875, -0.0075378417968...
[ 124962, 53333, 37842, 122395, 2967, 10932, 12301, 10941, 20763, 7693, 23009, 30646, 79315, 10644, 2005, 175904, 603, 23, 3334, 217, 27131, 32786, 903, 12662, 20605, 4153, 39659, 12353, 17780, 174350, 31345, 43512, 174379, 100474, 4439, 25352, 2...
[ 0.270263671875, 0.094970703125, 0.0697021484375, 0.1214599609375, 0.1158447265625, 0.02203369140625, 0.1396484375, 0.1973876953125, 0.1474609375, 0.231201171875, 0.1578369140625, 0.0869140625, 0.1619873046875, 0.1005859375, 0.1170654296875, 0.1927490234375, 0.1318359375, 0.04531860...
embed
21212274_c0
21212274
fsharp
0
Title: How to do Dynamic sortBy in F# LINQ to SQL Problem title: How to do Dynamic sortBy in F# LINQ to SQL Tags: f%23-3.0, f%23 Problem: How to do Dynamic sortBy in F# LINQ to SQL Is there a way to do dynamic sorting - ala dyanmic LINQ in C# - when using F# LINQ to SQL query expressions. In particular I am looking to ...
How to do Dynamic sortBy in F# LINQ to SQL How to do Dynamic sortBy in F# LINQ to SQL f%23-3.0 f%23 How Dynamic LINQ SQL System Microsoft.FSharp.Data.TypeProviders System.Data.Linq.SqlClient System.Linq Microsoft.FSharp.Linq SqlDataConnection Data Source SERVER INSTANCE InitialCatalog MyDatabase Integrated Security SSP...
[ 0.03564453125, 0.013427734375, 0.007598876953125, 0.00055694580078125, -0.0205078125, -0.0002536773681640625, -0.012939453125, -0.005462646484375, -0.0126953125, -0.044921875, -0.00830078125, 0.01239013671875, 0.001983642578125, -0.032958984375, -0.0181884765625, -0.007568359375, -0....
[ 11249, 54, 73327, 21068, 12096, 75358, 563, 4904, 46610, 2737, 47, 80866, 1238, 27495, 132265, 3742, 12353, 7244, 3467, 254, 196707, 177997, 44982, 99247, 866, 77641, 2646, 37382, 48748, 15185, 61903, 22829, 239825, 3917, 84079, 214, 15670, 2...
[ 0.04931640625, 0.057830810546875, 0.177001953125, 0.1429443359375, 0.18212890625, 0.2056884765625, 0.1212158203125, 0.2113037109375, 0.1639404296875, 0.2279052734375, 0.134521484375, 0.2135009765625, 0.0413818359375, 0.0765380859375, 0.1370849609375, 0.053192138671875, 0.086547851562...
embed
5567327_c1
5567327
fsharp
1
new FunctionDefinition<bool>(unchanged)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FUNCTIONS.Add("changed", new FunctionDefinition<bool>(changed)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FUNCTIONS.Add("dummy", new FunctionDefinition<string>(dummyfortesting)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gives unambiguou...
new FunctionDefinition<bool>(unchanged)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FUNCTIONS.Add("changed", new FunctionDefinition<bool>(changed)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FUNCTIONS.Add("dummy", new FunctionDefinition<string>(dummyfortesting)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gives unambiguou...
[ 0.01214599609375, 0.02294921875, -0.00750732421875, 0.0062255859375, -0.020263671875, -0.014404296875, 0.0162353515625, -0.00823974609375, 0.026611328125, 0.0279541015625, -0.003265380859375, 0.0003871917724609375, -0.00836181640625, 0.003448486328125, 0.0269775390625, 0.00358581542968...
[ 3525, 28670, 10763, 187423, 943, 1363, 142484, 309, 152028, 71, 136258, 441, 165117, 284, 4028, 10863, 1176, 91693, 17883, 525, 214, 6332, 1234, 18499, 89914, 10644, 3522, 170, 959, 14858, 29568, 4390, 164, 96472, 67413, 132887, 50986, 93771,...
[ 0.134033203125, 0.171142578125, 0.15185546875, 0.171875, 0.1480712890625, 0.0283355712890625, 0.1456298828125, 0.03167724609375, 0.1866455078125, 0.080078125, 0.1802978515625, 0.1322021484375, 0.1112060546875, 0.017181396484375, 0.1378173828125, 0.12890625, 0.135009765625, 0.150756...
embed
62238779_c1
62238779
fsharp
1
: ScreenProps list) = ReactBindings.React.createElement(navbar, (keyValueList CaseRules.LowerFirst props), []) This just crashes with the error: TypeError: (0, _native.createNavigatorFactory) is not a function. (In '(0, _native.createNavigatorFacvtory)(MaterialBottomTabNavigator)',' (0, _native.createNavigatorFactory)...
: ScreenProps list) = ReactBindings.React.createElement(navbar, (keyValueList CaseRules.LowerFirst props), []) This just crashes with the error: TypeError: (0, _native.createNavigatorFactory) is not a function. (In '(0, _native.createNavigatorFacvtory)(MaterialBottomTabNavigator)',' (0, _native.createNavigatorFactory)...
[ -0.00008296966552734375, 0.0072021484375, -0.0021514892578125, 0.0034332275390625, -0.00872802734375, -0.007781982421875, 0.000247955322265625, -0.00823974609375, -0.00457763671875, -0.00555419921875, -0.00341796875, -0.040283203125, 0.026611328125, 0.00860595703125, -0.01361083984375, ...
[ 94831, 10752, 6423, 5303, 2203, 853, 47013, 16882, 33770, 4332, 7612, 19929, 46069, 1299, 19770, 856, 50770, 154663, 43731, 26951, 1577, 15363, 6488, 207263, 25793, 7, 3293, 150631, 90, 678, 18499, 60457, 18468, 31611, 22085, 101, 76, 4935, ...
[ 0.1448974609375, 0.1705322265625, 0.17138671875, 0.1893310546875, 0.002838134765625, 0.06494140625, 0.177978515625, 0.066162109375, 0.149169921875, 0.0367431640625, 0.0941162109375, 0.11572265625, 0.1551513671875, 0.1497802734375, 0.039215087890625, 0.022369384765625, 0.05322265625, ...
embed
9371377_c0
9371377
fsharp
0
Title: How to allocate a single array that does not fit in RAM Problem title: How to allocate a single array that does not fit in RAM Tags: arrays, f%23, pagefile, virtual-memory Problem: How to allocate a single array that does not fit in RAM I thought I'd never say this. I would like to make my machine run super-slow...
How to allocate a single array that does not fit in RAM How to allocate a single array that does not fit in RAM arrays f%23 pagefile virtual-memory System.OutOfMemoryException How RAM Array.init Exception StartupCode$FSI_0003 FSI_0003.main Stopped How to allocate a single array that does not fit in RAM I thought I'd ne...
[ 0.01287841796875, 0.016357421875, -0.004425048828125, -0.0037994384765625, 0.007781982421875, -0.0030517578125, -0.0003490447998046875, -0.00311279296875, -0.003021240234375, -0.03857421875, 0.0240478515625, 0.000072479248046875, 0.0003204345703125, 0.01043701171875, 0.03369140625, -0....
[ 11249, 47, 24286, 33478, 11001, 10298, 53, 450, 14602, 959, 11177, 23, 26959, 4778, 1238, 3949, 3742, 9191, 29822, 20513, 109005, 12353, 79858, 132887, 6696, 4514, 19279, 63928, 69253, 73, 217, 5443, 153076, 114211, 919, 9902, 9508, 363, 56...
[ 0.09228515625, 0.04302978515625, 0.2259521484375, 0.1998291015625, 0.2086181640625, 0.2197265625, 0.1849365234375, 0.0777587890625, 0.1348876953125, 0.1949462890625, 0.208740234375, 0.1121826171875, 0.22998046875, 0.1046142578125, 0.04278564453125, 0.001678466796875, 0.1151123046875,...
embed
70062180_c0
70062180
fsharp
0
Title: F# int list versus unit list Problem title: F# int list versus unit list Tags: types, sorting, visual-studio-2019, f%23, functional-programming Problem: F# int list versus unit list open System let rec quick (cast: int list) mmm = match mmm with | [] -> [] | first::rest -> let small = (rest |> List.filter (fun x...
F# int list versus unit list F# int list versus unit list types sorting visual-studio-2019 f%23 functional-programming System first::rest List.filter List.concat EntryPoint visual-studio-2019 F# int list versus unit list Trying to implement a simple quicksort function in F#. Relatively new to the language, but by all a...
[ 0.002044677734375, 0.01611328125, 0.0142822265625, -0.01397705078125, -0.0086669921875, -0.010986328125, -0.01092529296875, -0.003204345703125, -0.002593994140625, 0.0230712890625, -0.005096435546875, 0.006561279296875, 0.00136566162109375, -0.004669189453125, 0.0186767578125, -0.00503...
[ 563, 4904, 23, 18, 5303, 119475, 25072, 52895, 12096, 21176, 52629, 148548, 1238, 3742, 123309, 28966, 12353, 5117, 56644, 32036, 120337, 4460, 15123, 147534, 29479, 8781, 63773, 62351, 32354, 46876, 86531, 13379, 892, 1505, 64457, 920, 12282, ...
[ 0.1531982421875, 0.229248046875, 0.1263427734375, 0.1796875, 0.2255859375, 0.1455078125, 0.2303466796875, 0.191162109375, 0.1529541015625, 0.1253662109375, 0.1251220703125, 0.1414794921875, 0.068603515625, 0.06591796875, 0.07763671875, 0.039215087890625, 0.024322509765625, 0.033691...
embed
53627006_c0
53627006
fsharp
0
Title: Common parameter in an Union Problem title: Common parameter in an Union Tags: f%23, ml Problem: Common parameter in an Union Hi FSharpers (or any MLer) Still trying to improve my Domain modeling skills (coming from OOP). Let's say that I have the following type A = | AA of AA | AB of AB type AA = { Code : 'a Ti...
Common parameter in an Union Common parameter in an Union f%23 ml Common Union Time Whatsoever a1:A a.Code Common parameter in an Union Hi FSharpers (or any MLer) Still trying to improve my Domain modeling skills (coming from OOP). Let's say that I have the following Let's now imagine that I want the following function...
[ -0.0164794921875, 0.00811767578125, 0.01385498046875, -0.00167083740234375, -0.01214599609375, -0.0274658203125, -0.000827789306640625, 0.0021514892578125, 0.017822265625, -0.040283203125, 0.015625, 0.0184326171875, 0.00848388671875, 0.00909423828125, -0.00384521484375, -0.026123046875...
[ 151301, 171859, 23, 142, 32528, 1238, 3949, 3742, 7115, 19055, 991, 10, 82825, 284, 5, 114211, 2673, 93774, 3467, 21777, 2499, 39456, 56, 50605, 31577, 52295, 93702, 3299, 59376, 180, 20880, 25632, 28987, 3444, 32354, 138256, 33079, 242, 11...
[ 0.206298828125, 0.265380859375, 0.06842041015625, 0.043670654296875, 0.278076171875, 0.096923828125, 0.098876953125, 0.15087890625, 0.2020263671875, 0.1949462890625, 0.029388427734375, 0.1368408203125, 0.0943603515625, 0.14404296875, 0.025390625, 0.18408203125, 0.1246337890625, 0.0...
embed
20265022_c0
20265022
fsharp
0
Title: Unexplained value for __SOURCE_DIRECTORY__ using F# VS2013 on Win8 virtual machine Problem title: Unexplained value for __SOURCE_DIRECTORY__ using F# VS2013 on Win8 virtual machine Tags: f%23-interactive, f%23 Problem: Unexplained value for __SOURCE_DIRECTORY__ using F# VS2013 on Win8 virtual machine The fsharp ...
Unexplained value for __SOURCE_DIRECTORY__ using F# VS2013 on Win8 virtual machine Unexplained value for __SOURCE_DIRECTORY__ using F# VS2013 on Win8 virtual machine f%23-interactive f%23 F# Unexplained __SOURCE_DIRECTORY__ VS2013 Win8 Unexplained value for __SOURCE_DIRECTORY__ using F# VS2013 on Win8 virtual machine T...
[ 0.0206298828125, 0.0167236328125, 0.01007080078125, 0.01007080078125, -0.01953125, 0.01007080078125, 0.00726318359375, 0.00872802734375, -0.008056640625, 0.000637054443359375, 0.01123046875, 0.0274658203125, 0.0162353515625, -0.0142822265625, 0.0174560546875, 0.0067138671875, 0.01892...
[ 992, 83613, 16442, 34292, 5953, 76234, 10854, 123237, 16546, 208230, 17368, 563, 4904, 44160, 7735, 17686, 1019, 20513, 36279, 297, 1238, 27495, 10433, 3742, 89280, 254, 48502, 61924, 14005, 237, 15659, 57520, 5083, 79315, 58735, 9351, 14364, ...
[ 0.03656005859375, 0.1224365234375, 0.1602783203125, 0.1629638671875, 0.057952880859375, 0.2174072265625, 0.108154296875, 0.172607421875, 0.154541015625, 0.1527099609375, 0.0231475830078125, 0.087158203125, 0.14599609375, 0.1761474609375, 0.2265625, 0.05450439453125, 0.181884765625, ...
embed
29770988_c0
29770988
fsharp
0
Title: F#: Writing a function that takes any kind of array as input Problem title: F#: Writing a function that takes any kind of array as input Tags: arrays, f%23 Problem: F#: Writing a function that takes any kind of array as input I am new to programming and F# is my first language. Here is part of my code: let split...
F#: Writing a function that takes any kind of array as input F#: Writing a function that takes any kind of array as input arrays f%23 Writing LinkedList groups.AddLast currentStartIndex..currentEndIndex Math.Min inputArray.Length F#: Writing a function that takes any kind of array as input I am new to programming and F...
[ -0.015625, 0.007232666015625, -0.021484375, -0.0037384033203125, 0.0027313232421875, 0.003326416015625, -0.00018310546875, -0.01055908203125, 0.005889892578125, 0.005157470703125, 0.0012054443359375, -0.013671875, -0.0074462890625, 0.00262451171875, -0.0028228759765625, 0.0042114257812...
[ 563, 4904, 12, 213185, 32354, 450, 51776, 2499, 8562, 111, 10298, 53, 237, 107730, 4778, 1238, 3949, 3742, 12779, 297, 154663, 94407, 4028, 2729, 271, 43581, 126597, 4153, 39659, 163812, 152378, 78804, 59076, 7614, 7092, 449, 444, 3525, 47,...
[ 0.1622314453125, 0.2332763671875, 0.050811767578125, 0.2191162109375, 0.2247314453125, 0.033843994140625, 0.1253662109375, 0.1185302734375, 0.12353515625, 0.036834716796875, 0.199462890625, 0.128173828125, 0.1116943359375, 0.26123046875, 0.1348876953125, 0.0975341796875, 0.0441589355...
embed
33656115_c1
33656115
fsharp
1
let getElements (element:System.Xml.Linq.XElement) = element.Elements(xname + "synonym") |> Seq.cast<System.Xml.Linq.XElement> let synonyms str = let items = [str] items |> List.map System.Xml.Linq.XDocument.Parse |> List.map getRoot |> List.map getElements |> Seq.collect (fun x -> x) |> Seq.map getValue let a = synon...
let getElements (element:System.Xml.Linq.XElement) = element.Elements(xname + "synonym") |> Seq.cast<System.Xml.Linq.XElement> let synonyms str = let items = [str] items |> List.map System.Xml.Linq.XDocument.Parse |> List.map getRoot |> List.map getElements |> Seq.collect (fun x -> x) |> Seq.map getValue let a = synon...
[ -0.01708984375, 0.040283203125, -0.01031494140625, 0.013427734375, -0.006011962890625, 0.0242919921875, 0.009521484375, -0.0205078125, 0.00823974609375, -0.03466796875, 0.00010204315185546875, 0.01556396484375, -0.014892578125, -0.01275634765625, 0.004791259765625, 0.01129150390625, ...
[ 2633, 2046, 647, 19929, 7, 62766, 84293, 1542, 7237, 866, 44982, 2203, 12830, 11627, 997, 12654, 45757, 503, 864, 55741, 164661, 7704, 55769, 9297, 32036, 62346, 12353, 239469, 28636, 12724, 818, 196352, 16498, 1022, 33079, 856, 50770, 10, ...
[ 0.1519775390625, 0.1239013671875, 0.07598876953125, 0.23974609375, 0.0736083984375, 0.1929931640625, 0.1029052734375, 0.0142974853515625, 0.106201171875, 0.0286865234375, 0.1573486328125, 0.0107421875, 0.206787109375, 0.07159423828125, 0.0262298583984375, 0.0643310546875, 0.181884765...
embed
10460310_c0
10460310
fsharp
0
Title: Circular Type Constraints Problem title: Circular Type Constraints Tags: .net, generics, f%23 Problem: Circular Type Constraints I have two interfaces: IState and IAction . A State has a method: GetActions - which returns a collection of IActions. A Action has a method: Apply - which acts on a State, to return a...
Circular Type Constraints Circular Type Constraints .net generics f%23 Circular Type Constraints IState IAction Apply GetActions Circular Type Constraints I have two interfaces: IState and IAction . A State has a method: GetActions - which returns a collection of IActions. A Action has a method: Apply - which acts on a...
[ -0.00787353515625, -0.003387451171875, -0.005584716796875, 0.0140380859375, -0.0164794921875, -0.0172119140625, -0.01202392578125, 0.0224609375, -0.01129150390625, -0.01220703125, -0.003631591796875, 0.00154876708984375, -0.0281982421875, 0.016357421875, 0.01092529296875, 0.00068283081...
[ 209449, 42, 60457, 1657, 2816, 4288, 5, 1179, 189534, 1238, 3949, 3742, 15744, 19888, 87, 284, 10763, 5659, 538, 20779, 39450, 765, 6626, 101758, 136, 22836, 1556, 55300, 5256, 30646, 42486, 57945, 10, 27992, 98, 3525, 10644, 171859, 6226, ...
[ 0.2037353515625, 0.0831298828125, 0.2098388671875, 0.1246337890625, 0.2152099609375, 0.1292724609375, 0.042755126953125, 0.1697998046875, 0.1854248046875, 0.01922607421875, 0.03656005859375, 0.09466552734375, 0.0958251953125, 0.1907958984375, 0.1326904296875, 0.11083984375, 0.1607666...
embed
40578755_c0
40578755
fsharp
0
Title: Populate list with Types Problem title: Populate list with Types Tags: f%23, fsharp.data.sqlclient Problem: Populate list with Types Im trying to populate list with my own type. let getUsers = use connection = openConnection() let getString = "select * from Accounts" use sqlCommand = new SqlCommand(getString, co...
Populate list with Types Populate list with Types f%23 fsharp.data.sqlclient SqlException Accounts Populate Types SqlCommand sqlCommand.ExecuteReader reader.Read reader.GetString e.Message fsharp.data.sqlclient Populate list with Types Im trying to populate list with my own type. In C# I would just add new object into ...
[ 0.026611328125, -0.000125885009765625, -0.0223388671875, 0.0006866455078125, -0.0208740234375, 0.0167236328125, -0.0172119140625, -0.000896453857421875, -0.01068115234375, -0.0380859375, 0.0264892578125, -0.02294921875, -0.00170135498046875, -0.0081787109375, -0.007720947265625, -0.012...
[ 157890, 67, 5303, 678, 60457, 1238, 3949, 3742, 89280, 254, 10135, 99247, 222978, 63928, 61417, 12018, 211603, 31345, 56, 155255, 6011, 5, 3370, 31577, 27623, 10002, 10644, 313, 4904, 2806, 15190, 3525, 36746, 3934, 38937, 154663, 11522, 5151...
[ 0.228271484375, 0.0946044921875, 0.2056884765625, 0.180908203125, 0.25390625, 0.07135009765625, 0.0111083984375, 0.09381103515625, 0.146728515625, 0.111083984375, 0.036529541015625, 0.1123046875, 0.1617431640625, 0.089599609375, 0.1629638671875, 0.0811767578125, 0.055908203125, 0.1...
embed
7178385_c0
7178385
fsharp
0
Title: How do you implement comefrom in F#? Problem title: How do you implement comefrom in F#? Tags: comefrom, f%23 Problem: How do you implement comefrom in F#? I've begun to be accustomed to the F# way of implementing goto control flow, but I'm not quite sure how I can handle comefrom , a la INTERCAL . comefrom is a...
How do you implement comefrom in F#? How do you implement comefrom in F#? comefrom f%23 How Console.Write Lather Rinse Console.ReadLine Too How do you implement comefrom in F#? I've begun to be accustomed to the F# way of implementing goto control flow, but I'm not quite sure how I can handle comefrom , a la INTERCAL ....
[ -0.0162353515625, 0.01055908203125, -0.0133056640625, 0.0311279296875, -0.0024871826171875, 0.01092529296875, 0.00927734375, -0.0014190673828125, 0.0203857421875, -0.0439453125, -0.00897216796875, -0.00145721435546875, -0.01312255859375, 0.00469970703125, 0.00494384765625, -0.014160156...
[ 11249, 29479, 1380, 161063, 23, 563, 4904, 1238, 3742, 1657, 40777, 1456, 18781, 239, 9319, 39668, 184, 31345, 93232, 56374, 54, 2785, 3917, 4163, 31, 6226, 86608, 34831, 21, 59692, 141029, 4552, 80234, 64549, 114864, 47, 88203, 1295, 67967...
[ 0.06561279296875, 0.2274169921875, 0.199951171875, 0.33203125, 0.080810546875, 0.1715087890625, 0.25927734375, 0.07183837890625, 0.066162109375, 0.04437255859375, 0.1739501953125, 0.024688720703125, 0.056915283203125, 0.087158203125, 0.1683349609375, 0.1822509765625, 0.141845703125, ...
embed
36844168_c0
36844168
fsharp
0
Title: F#: Link actual word/definitions dictionary to code Problem title: F#: Link actual word/definitions dictionary to code Tags: f%23 Problem: F#: Link actual word/definitions dictionary to code I'm running into a search issue with my question. I'm trying to link an actual dictionary (e.g., words with definitions) t...
F#: Link actual word/definitions dictionary to code F#: Link actual word/definitions dictionary to code f%23 Link FsVerbalExpressions F#: Link actual word/definitions dictionary to code I'm running into a search issue with my question. I'm trying to link an actual dictionary (e.g., words with definitions) to some code ...
[ 0.0208740234375, -0.0020294189453125, -0.005828857421875, 0.0155029296875, -0.005828857421875, 0.0123291015625, 0.031494140625, 0.01953125, 0.0012969970703125, -0.037353515625, -0.006500244140625, 0.0074462890625, -0.00653076171875, 0.024169921875, 0.01531982421875, 0.0147705078125, ...
[ 563, 4904, 12779, 8561, 2565, 64, 49919, 5256, 45, 10763, 6635, 47, 18151, 1238, 3742, 7, 15896, 3571, 178752, 17514, 51042, 33938, 31089, 31577, 3126, 34153, 678, 80934, 32562, 17368, 135812, 35011, 65421, 6276, 79315, 6713, 12638, 1257, 8...
[ 0.149658203125, 0.22412109375, 0.201171875, 0.198974609375, 0.1275634765625, 0.07122802734375, 0.1785888671875, 0.084716796875, 0.0811767578125, 0.164306640625, 0.09710693359375, 0.111083984375, 0.1888427734375, 0.1131591796875, 0.048370361328125, 0.054656982421875, 0.1595458984375, ...
embed
8796933_c1
8796933
fsharp
1
type signature) let seqCombinations2 xs = Seq.fold (fun acc x -> Seq.collect (fun ys -> Seq.append ys (Seq.append x ys)) acc) Seq.empty xs //Sequences to test on let infiniteSequence = Seq.initInfinite (fun i -> i + 1) let finiteSequence = Seq.take 5 infiniteSequence //This should work easy since its in a finite seque...
type signature) let seqCombinations2 xs = Seq.fold (fun acc x -> Seq.collect (fun ys -> Seq.append ys (Seq.append x ys)) acc) Seq.empty xs //Sequences to test on let infiniteSequence = Seq.initInfinite (fun i -> i + 1) let finiteSequence = Seq.take 5 infiniteSequence //This should work easy since its in a finite seque...
[ -0.01220703125, 0.0198974609375, 0.001800537109375, 0.00299072265625, 0.00262451171875, -0.0016021728515625, -0.005828857421875, 0.00131988525390625, 0.01068115234375, -0.0252685546875, -0.01275634765625, 0.0361328125, 0.0279541015625, 0.02587890625, -0.01080322265625, 0.01458740234375...
[ 10644, 138256, 2633, 40, 864, 10770, 19155, 5256, 304, 1022, 7, 503, 42822, 16498, 50015, 196352, 113, 3611, 33548, 939, 4233, 26513, 3034, 54241, 944, 73, 217, 48310, 67, 17, 33079, 997, 4879, 94418, 13, 78219, 190, 5608, 4488, 23468, ...
[ 0.1795654296875, 0.2352294921875, 0.094482421875, 0.0882568359375, 0.1737060546875, 0.09710693359375, 0.1995849609375, 0.057769775390625, 0.107421875, 0.121337890625, 0.07354736328125, 0.08935546875, 0.1182861328125, 0.1163330078125, 0.0178375244140625, 0.123779296875, 0.101684570312...
embed
34017425_c0
34017425
fsharp
0
Title: F# project won&#x27;t build with &#x27;Lazy`2&#x27; required and unavailable Problem title: F# project won&#x27;t build with &#x27;Lazy`2&#x27; required and unavailable Tags: build, f%23 Problem: F# project won't build with 'Lazy`2' required and unavailable This is an F# test project which I'm trying to 'share' ...
F# project won&#x27;t build with &#x27;Lazy`2&#x27; required and unavailable F# project won&#x27;t build with &#x27;Lazy`2&#x27; required and unavailable build f%23 System.Exception Lazy You System.ComponentModel.Composition Version Culture PublicKeyToken b77a5c561934e089 FSC MyProj System.Runtime F# project won't buil...
[ -0.0279541015625, 0.0263671875, -0.013916015625, -0.009521484375, -0.00286865234375, 0.0198974609375, -0.00131988525390625, 0.00567626953125, 0.006622314453125, 0.00555419921875, 0.0007476806640625, 0.007415771484375, 0.01495361328125, -0.001861572265625, 0.0262451171875, 0.00576782226...
[ 563, 4904, 13452, 23742, 3768, 18, 45367, 678, 2729, 3285, 1135, 304, 56065, 136, 220, 330, 425, 379, 1238, 3742, 12353, 239, 2583, 54137, 140290, 10770, 40322, 40647, 105141, 16934, 162429, 7763, 1098, 14546, 13683, 10289, 208155, 2646, 10...
[ 0.1549072265625, 0.228271484375, 0.1568603515625, 0.097900390625, 0.0614013671875, 0.090576171875, 0.192626953125, 0.1220703125, 0.185546875, 0.25048828125, 0.07525634765625, 0.1634521484375, 0.18896484375, 0.06103515625, 0.0994873046875, 0.1151123046875, 0.0170745849609375, 0.0423...
embed
63198415_c0
63198415
fsharp
0
Title: What is the syntax for OCaml style generic type parameters in F#? Problem title: What is the syntax for OCaml style generic type parameters in F#? Tags: generics, ocaml, f%23 Problem: What is the syntax for OCaml style generic type parameters in F#? According to this answer , F# supports OCaml style type paramet...
What is the syntax for OCaml style generic type parameters in F#? What is the syntax for OCaml style generic type parameters in F#? generics ocaml f%23 What OCaml NestedList List Elem SomeType x:SomeType What is the syntax for OCaml style generic type parameters in F#? According to this answer , F# supports OCaml style...
[ -0.016845703125, 0.0067138671875, -0.0157470703125, -0.00762939453125, 0.00714111328125, 0.01025390625, -0.01239013671875, -0.01031494140625, 0.0040283203125, 0.001129150390625, 0.00811767578125, -0.017822265625, -0.01519775390625, -0.0162353515625, -0.0106201171875, -0.0250244140625, ...
[ 6002, 86531, 180, 105272, 141, 20623, 189534, 10644, 171859, 563, 4904, 23, 36, 9779, 1238, 3949, 3742, 28701, 71, 154663, 32036, 540, 195, 31384, 196707, 1022, 12, 100, 7, 8060, 27781, 12937, 209806, 53418, 9969, 34759, 26946, 81887, 48716...
[ 0.1678466796875, 0.224609375, 0.108642578125, 0.1842041015625, 0.147705078125, 0.185791015625, 0.2039794921875, 0.1956787109375, 0.2232666015625, 0.1392822265625, 0.20166015625, 0.034759521484375, 0.08770751953125, 0.131591796875, 0.064453125, 0.047454833984375, 0.134033203125, 0.1...
embed
51869172_c0
51869172
fsharp
0
Title: F# Deedle and Multi Index Problem title: F# Deedle and Multi Index Tags: deedle, f%23, dataframe Problem: F# Deedle and Multi Index I have recently started to learn F# for Data Science (coming from simple C# and Python). I start to get used to the power of functional first paradigm for Science. However, I am sti...
F# Deedle and Multi Index F# Deedle and Multi Index deedle f%23 dataframe Deedle Multi Index Column Row date1 date2 F# Deedle and Multi Index I have recently started to learn F# for Data Science (coming from simple C# and Python). I start to get used to the power of functional first paradigm for Science. However, I am ...
[ 0.0004367828369140625, 0.022216796875, 0.01348876953125, 0.0198974609375, -0.00982666015625, -0.00084686279296875, 0.00433349609375, 0.004150390625, 0.0113525390625, -0.00927734375, 0.0037078857421875, -0.00121307373046875, -0.004974365234375, 0.01220703125, -0.003082275390625, 0.00793...
[ 563, 4904, 262, 297, 133, 136, 19335, 31471, 8, 1238, 3949, 3742, 2053, 160328, 233987, 96190, 5622, 418, 304, 26859, 30698, 100, 11809, 28745, 277, 8781, 145581, 4034, 14537, 123309, 5117, 214709, 7464, 55681, 85689, 2967, 72546, 30022, 17...
[ 0.1435546875, 0.1871337890625, 0.1722412109375, 0.2216796875, 0.222900390625, 0.045074462890625, 0.2200927734375, 0.252685546875, 0.112548828125, 0.0919189453125, 0.0292816162109375, 0.1395263671875, 0.147705078125, 0.177734375, 0.1497802734375, 0.1767578125, 0.0721435546875, 0.076...
embed
74497759_c0
74497759
fsharp
0
Title: How can I compile F# or C# code into web assembly Problem title: How can I compile F# or C# code into web assembly Tags: webassembly, f%23 Problem: How can I compile F# or C# code into web assembly I want to generate bits of F# (using FCS) or C# (using ?) on the fly and compile them into web assembly. I will lat...
How can I compile F# or C# code into web assembly How can I compile F# or C# code into web assembly webassembly f%23 How How can I compile F# or C# code into web assembly I want to generate bits of F# (using FCS) or C# (using ?) on the fly and compile them into web assembly. I will later run said web assembly module fr...
[ -0.007598876953125, 0.0169677734375, -0.0164794921875, 0.0032806396484375, 0.0017852783203125, 0.0093994140625, -0.0225830078125, -0.00830078125, -0.016845703125, -0.032958984375, -0.01153564453125, -0.007293701171875, 0.0093994140625, -0.002899169921875, 0.00061798095703125, -0.013305...
[ 11249, 831, 87, 9969, 1340, 563, 4904, 707, 313, 18151, 3934, 1467, 10, 89845, 38526, 11, 1238, 3949, 3742, 3444, 139392, 4785, 223, 15161, 294, 12403, 11675, 88996, 17777, 27980, 19048, 17368, 509, 39, 6032, 53418, 35773, 114864, 45367, ...
[ 0.061614990234375, 0.10595703125, 0.0255584716796875, 0.2135009765625, 0.1741943359375, 0.1568603515625, 0.2344970703125, 0.09674072265625, 0.0828857421875, 0.1939697265625, 0.16845703125, 0.1741943359375, 0.0626220703125, 0.21826171875, 0.1226806640625, 0.051513671875, 0.10302734375...
embed
494798_c0
494798
fsharp
0
Title: Async Workflows in F# Problem title: Async Workflows in F# Tags: c%23, f%23, asynchronous, async-workflow Problem: Async Workflows in F# I am a C# programmer, but I have a question about Async Workflows in F#. Supposing I have the following class in a C# class library: class File { IAsyncResult BeginReadAll(stri...
Async Workflows in F# Async Workflows in F# c%23 f%23 asynchronous async-workflow Async Workflows File IAsyncResult BeginReadAll AsyncCallback EndReadAll ReadAllAsync Async Workflows in F# I am a C# programmer, but I have a question about Async Workflows in F#. Supposing I have the following class in a C# class library...
[ 0.0013580322265625, -0.00457763671875, 0.00058746337890625, -0.01025390625, -0.01055908203125, 0.00823974609375, -0.00836181640625, -0.006072998046875, -0.006134033203125, -0.01263427734375, 0.0101318359375, 0.00311279296875, -0.005340576171875, -0.00007343292236328125, 0.0128173828125, ...
[ 62, 12654, 238, 27985, 118664, 23, 563, 4904, 3742, 101966, 18244, 42724, 7, 7136, 121427, 31345, 43512, 12620, 18878, 4764, 77848, 25632, 18507, 35773, 1294, 100094, 7722, 32354, 284, 831, 11782, 1884, 959, 46389, 159029, 86997, 54452, 19361...
[ 0.060394287109375, 0.258056640625, 0.12646484375, 0.1456298828125, 0.2666015625, 0.00408935546875, 0.1478271484375, 0.192138671875, 0.06195068359375, 0.1219482421875, 0.09814453125, 0.09527587890625, 0.04632568359375, 0.065673828125, 0.022613525390625, 0.1201171875, 0.166259765625, ...
embed
49957682_c0
49957682
fsharp
0
Title: System.Drawing.Bitmap not recognised in Visual Studio 2017 Problem title: System.Drawing.Bitmap not recognised in Visual Studio 2017 Tags: bitmap, f%23, system.drawing Problem: System.Drawing.Bitmap not recognised in Visual Studio 2017 I am writing a project in F# that uses the Bitmap functionality of System.Dra...
System.Drawing.Bitmap not recognised in Visual Studio 2017 System.Drawing.Bitmap not recognised in Visual Studio 2017 bitmap f%23 system.drawing System.Drawing.Bitmap Visual Studio system.drawing System.Drawing.Bitmap not recognised in Visual Studio 2017 I am writing a project in F# that uses the Bitmap functionality o...
[ -0.00408935546875, 0.0301513671875, -0.01385498046875, 0.012451171875, 0.021240234375, 0.01177978515625, -0.019287109375, 0.00958251953125, -0.01953125, 0.01068115234375, -0.012451171875, 0.01068115234375, -0.00159454345703125, 0.0240478515625, 0.0036163330078125, -0.0113525390625, -...
[ 12353, 397, 219, 14775, 571, 217, 62346, 959, 75530, 5281, 73372, 22968, 505, 23, 4785, 3742, 5426, 86905, 32562, 13452, 563, 4904, 4527, 27774, 123309, 5, 17777, 20744, 16655, 831, 18, 88303, 10644, 61924, 84293, 15190, 91067, 31913, 35773...
[ 0.15673828125, 0.0265655517578125, 0.1302490234375, 0.1597900390625, 0.102783203125, 0.1549072265625, 0.2401123046875, 0.08099365234375, 0.13134765625, 0.039215087890625, 0.1854248046875, 0.189697265625, 0.20654296875, 0.044464111328125, 0.1563720703125, 0.08447265625, 0.096069335937...
embed
67463627_c0
67463627
fsharp
0
Title: Internal Types for .NET Plugin Loading Problem title: Internal Types for .NET Plugin Loading Tags: plugins, f%23, .net-core Problem: Internal Types for .NET Plugin Loading I'm developing a plugin-loading system for my F# .NET 5 app, following this Microsoft guide . I wanted to provide an interface ICore that wou...
Internal Types for .NET Plugin Loading Internal Types for .NET Plugin Loading plugins f%23 .net-core Internal Types NET Plugin Loading ICore State Core c.State c.reset StringCore Internal Types for .NET Plugin Loading I'm developing a plugin-loading system for my F# .NET 5 app, following this Microsoft guide . I wanted...
[ 0.00008058547973632812, 0.0185546875, -0.01239013671875, 0.02099609375, -0.025634765625, -0.01458740234375, -0.0014801025390625, -0.0157470703125, -0.0028839111328125, -0.0181884765625, -0.00010013580322265625, 0.01220703125, -0.0286865234375, 0.0230712890625, 0.004974365234375, 0.0056...
[ 106745, 141, 60457, 7, 100, 5, 17777, 187364, 228006, 69993, 1238, 3949, 3742, 1179, 30854, 69010, 4524, 22836, 31365, 135206, 2109, 126, 23351, 214, 50886, 13, 168698, 63033, 5426, 563, 4904, 190, 4027, 4, 25632, 7244, 17997, 36663, 22691,...
[ 0.20947265625, 0.11376953125, 0.2476806640625, 0.02557373046875, 0.050140380859375, 0.0526123046875, 0.1884765625, 0.270751953125, 0.1959228515625, 0.253173828125, 0.014434814453125, 0.010223388671875, 0.07244873046875, 0.1424560546875, 0.1580810546875, 0.019256591796875, 0.204589843...
embed
4246844_c0
4246844
fsharp
0
Title: Using native pointers in F# with WritableBitmap Problem title: Using native pointers in F# with WritableBitmap Tags: f%23, native-code Problem: Using native pointers in F# with WritableBitmap Hello I am trying to use WritableBitmap.BackBuffer as used in this example , see the section examples. What I am trying t...
Using native pointers in F# with WritableBitmap Using native pointers in F# with WritableBitmap f%23 native-code Using WritableBitmap WritableBitmap.BackBuffer Microsoft.FSharp.NativeInterop.NativePtr.write NativePter.write Using native pointers in F# with WritableBitmap Hello I am trying to use WritableBitmap.BackBuff...
[ -0.002410888671875, 0.026123046875, -0.004150390625, 0.019287109375, -0.00927734375, -0.004791259765625, -0.01031494140625, -0.0137939453125, -0.01068115234375, -0.01336669921875, -0.0113525390625, 0.010498046875, 0.0185546875, 0.0181884765625, 0.0145263671875, -0.0220947265625, 0.00...
[ 345, 24, 4935, 6275, 1314, 563, 4904, 678, 601, 416, 22819, 571, 217, 62346, 1238, 3949, 3742, 40899, 152470, 7235, 18234, 7244, 3467, 254, 4645, 44851, 2146, 683, 4448, 434, 18781, 353, 720, 35378, 31577, 4527, 11814, 27781, 6183, 33022,...
[ 0.07086181640625, 0.1673583984375, 0.2003173828125, 0.185546875, 0.144775390625, 0.10791015625, 0.2078857421875, 0.0614013671875, 0.0440673828125, 0.1513671875, 0.1973876953125, 0.057861328125, 0.0999755859375, 0.20703125, 0.049346923828125, 0.02154541015625, 0.1324462890625, 0.086...
embed
16652973_c0
16652973
fsharp
0
Title: Option type benchmark using F# Problem title: Option type benchmark using F# Tags: option-type, f%23, benchmarking, null Problem: Option type benchmark using F# I need to use Some/None options in heavy numerical simulations. The following micro benchmark gives me Fast = 485 and Slow = 5890 . I do not like nulls ...
Option type benchmark using F# Option type benchmark using F# option-type f%23 benchmarking null F# Option Fast Slow System.Diagnostics.Stopwatch s.Start Array.init s.ElapsedMilliseconds s.Restart Some Option type benchmark using F# I need to use Some/None options in heavy numerical simulations. The following micro ben...
[ 0.0166015625, -0.0169677734375, 0.01116943359375, -0.013671875, 0.008544921875, -0.03857421875, 0.0146484375, -0.016357421875, -0.01458740234375, -0.0032806396484375, -0.0093994140625, 0.010986328125, -0.005706787109375, -0.0186767578125, 0.0128173828125, 0.01068115234375, 0.02709960...
[ 86769, 10644, 240057, 17368, 563, 4904, 35829, 50986, 1238, 3949, 3742, 56574, 25290, 148507, 12353, 128198, 156095, 35414, 126597, 127966, 191633, 17137, 31384, 3871, 4527, 64, 5021, 86, 50717, 23, 99162, 54744, 40226, 581, 25632, 11948, 76199...
[ 0.261474609375, 0.1669921875, 0.244384765625, 0.03857421875, 0.1197509765625, 0.190673828125, 0.22998046875, 0.15087890625, 0.0758056640625, 0.0259246826171875, 0.15380859375, 0.17724609375, 0.135986328125, 0.20947265625, 0.0555419921875, 0.0809326171875, 0.06097412109375, 0.151733...
embed
68023440_c0
68023440
fsharp
0
Title: How do I use Nethereum to extract Chain Id from a raw transaction? Problem title: How do I use Nethereum to extract Chain Id from a raw transaction? Tags: f%23, .net, c%23, ethereum, nethereum Problem: How do I use Nethereum to extract Chain Id from a raw transaction? Here is the F# code I have so far - let pars...
How do I use Nethereum to extract Chain Id from a raw transaction? How do I use Nethereum to extract Chain Id from a raw transaction? f%23 .net c%23 ethereum nethereum a How Nethereum Chain TransactionFactory.CreateTransaction IntTypeDecoder DecodeBigInteger tx.Signature.V BigInteger How do I use Nethereum to extract C...
[ -0.0205078125, 0.01171875, 0.0012664794921875, 0.01416015625, 0.00031280517578125, 0.00075531005859375, -0.00286865234375, 0.001678466796875, -0.004791259765625, -0.044677734375, -0.007080078125, -0.01116943359375, -0.01165771484375, 0.004364013671875, -0.014892578125, 0.00331115722656...
[ 11249, 4527, 10086, 35593, 316, 125663, 4841, 73, 24799, 1295, 49649, 124161, 54, 87, 47, 1238, 3949, 3742, 1179, 82, 2043, 10, 11062, 44713, 135518, 63784, 2182, 62624, 360, 18, 196707, 120152, 51744, 262, 40899, 129933, 67, 808, 425, 21...
[ 0.08514404296875, 0.1363525390625, 0.1217041015625, 0.2376708984375, 0.200927734375, 0.2113037109375, 0.1903076171875, 0.110107421875, 0.24462890625, 0.0933837890625, 0.19970703125, 0.2115478515625, 0.00701904296875, 0.005157470703125, 0.016387939453125, 0.057373046875, 0.01715087890...
embed
36662987_c0
36662987
fsharp
0
Title: Add elements to nested Map efficiently Problem title: Add elements to nested Map efficiently Tags: f%23 Problem: Add elements to nested Map efficiently I have a nested Map like so: Map<int, Map<int, int>> And I want to be able to add an element to the nested Map as efficiently and neatly as possible. My current ...
Add elements to nested Map efficiently Add elements to nested Map efficiently f%23 Add Map AddStuff collection:Map collection.Add Add elements to nested Map efficiently I have a nested Map like so: And I want to be able to add an element to the nested Map as efficiently and neatly as possible. My current solution is so...
[ -0.01043701171875, -0.00347900390625, 0.00738525390625, -0.0155029296875, -0.0211181640625, 0.01300048828125, -0.006500244140625, -0.021728515625, -0.002685546875, -0.03369140625, 0.015869140625, 0.01507568359375, -0.0008697509765625, 0.033203125, 0.0294189453125, -0.0123291015625, -...
[ 29117, 80854, 47, 8512, 71, 42719, 93766, 538, 1238, 3949, 3742, 37455, 21493, 42486, 166179, 284, 4028, 765, 1884, 221, 3444, 19048, 15190, 12830, 237, 22021, 7722, 43581, 29806, 903, 3293, 563, 4904, 3917, 149016, 2965, 42079, 84751, 1077...
[ 0.18212890625, 0.2222900390625, 0.1295166015625, 0.256103515625, 0.14111328125, 0.2138671875, 0.2076416015625, 0.040069580078125, 0.0867919921875, 0.048553466796875, 0.137939453125, 0.09130859375, 0.173583984375, 0.181396484375, 0.1884765625, 0.001617431640625, 0.1827392578125, 0.0...
embed
60972932_c0
60972932
fsharp
0
Title: Fsharpc cannot generate fsi files Problem title: Fsharpc cannot generate fsi files Tags: f%23, f%23-data Problem: Fsharpc cannot generate fsi files I am trying to generate the fsi file for a particular fs file. Config.fs: namespace Web2 open FSharp.Data module Config = type JsonConfig = JsonProvider<Sample="./co...
Fsharpc cannot generate fsi files Fsharpc cannot generate fsi files f%23 f%23-data Fsharpc Web2 FSharp.Data Config JsonConfig JsonProvider Sample config.json JsonConfig.Load sig:Config.fsi Config.fs Microsoft Compiler Copyright Corporation All Rights Reserved FS0039 Load Fsharpc cannot generate fsi files I am trying to...
[ 0.00244140625, 0.0213623046875, -0.00872802734375, -0.01263427734375, -0.00885009765625, 0.00099945068359375, 0.004913330078125, -0.0016937255859375, -0.00848388671875, -0.0025634765625, -0.0203857421875, 0.004913330078125, 0.001678466796875, -0.00148773193359375, 0.013916015625, -0.01...
[ 563, 89280, 57095, 53418, 139392, 1238, 172, 102158, 3742, 27495, 10135, 4002, 304, 93774, 3467, 254, 137989, 139403, 821, 1681, 83671, 177997, 33209, 153837, 1144, 420, 17447, 7244, 15612, 34759, 4189, 84829, 7049, 9323, 2091, 31577, 11435, ...
[ 0.1336669921875, 0.1844482421875, 0.2125244140625, 0.1595458984375, 0.179931640625, 0.137939453125, 0.203125, 0.1495361328125, 0.03741455078125, 0.041259765625, 0.03924560546875, 0.0253753662109375, 0.04022216796875, 0.129150390625, 0.16357421875, 0.1495361328125, 0.011260986328125, ...
embed
16037191_c0
16037191
fsharp
0
Title: &quot;nested if&quot; versus &quot;if and&quot; performance using F# Problem title: &quot;nested if&quot; versus &quot;if and&quot; performance using F# Tags: performance, c%23, if-statement, f%23, cil Problem: "nested if" versus "if and" performance using F# The following code results in slow1 = 1323 ms , slow2...
&quot;nested if&quot; versus &quot;if and&quot; performance using F# &quot;nested if&quot; versus &quot;if and&quot; performance using F# performance c%23 if-statement f%23 cil F# slow1 slow2 System.Diagnostics.Stopwatch s.Start s.ElapsedMilliseconds s.Restart "nested if" versus "if and" performance using F# The follow...
[ -0.005523681640625, -0.0013427734375, 0.00408935546875, 0.001068115234375, 0.0118408203125, -0.00823974609375, 0.006561279296875, 0.0017547607421875, 0.0007171630859375, -0.006622314453125, -0.0019683837890625, 0.0205078125, -0.004150390625, 0.0016326904296875, 0.01611328125, 0.0057373...
[ 86, 14437, 2174, 1230, 41502, 119475, 3190, 136, 23718, 17368, 563, 4904, 3742, 61340, 674, 1238, 13003, 72803, 418, 304, 12353, 128198, 156095, 35414, 91, 126597, 127966, 191633, 4332, 17137, 25632, 18151, 50339, 702, 68163, 1662, 4271, 382,...
[ 0.1798095703125, 0.2296142578125, 0.2386474609375, 0.054351806640625, 0.020416259765625, 0.1844482421875, 0.2078857421875, 0.216796875, 0.2122802734375, 0.0653076171875, 0.133544921875, 0.199951171875, 0.174072265625, 0.1112060546875, 0.0050048828125, 0.0157318115234375, 0.0954589843...
embed
20858126_c1
20858126
fsharp
1
this. I know its probably using the Frame.filterRowValues function but I'm unsure the best way to use this. Any guidance on how to filter would be appreciated. Update based on @jeremyh advice let overview rentedOnDate = let addRentedDate (f:Frame<_,_>) = f.AddSeries ("RentedOnDate", f.GetSeries<DateTime>("RentedOn")) ...
this. I know its probably using the Frame.filterRowValues function but I'm unsure the best way to use this. Any guidance on how to filter would be appreciated. Update based on @jeremyh advice let overview rentedOnDate = let addRentedDate (f:Frame<_,_>) = f.AddSeries ("RentedOnDate", f.GetSeries<DateTime>("RentedOn")) ...
[ 0.006439208984375, 0.010498046875, -0.01019287109375, 0.01904296875, -0.01275634765625, -0.016845703125, 0.020751953125, 0.0113525390625, -0.000118255615234375, -0.0137939453125, -0.0244140625, -0.002288818359375, -0.01361083984375, -0.0072021484375, -0.0135498046875, 0.0057373046875, ...
[ 903, 5, 3714, 6863, 31895, 17368, 42557, 13, 120337, 12724, 434, 42272, 21049, 32354, 1284, 25, 51646, 2965, 3917, 47, 4527, 28541, 196219, 3642, 46312, 2806, 77947, 28641, 67660, 2633, 645, 22751, 14457, 297, 20320, 86291, 15190, 1052, 33,...
[ 0.2069091796875, 0.07281494140625, 0.060791015625, 0.1517333984375, 0.08740234375, 0.08660888671875, 0.1864013671875, 0.07666015625, 0.1993408203125, 0.1690673828125, 0.0819091796875, 0.1810302734375, 0.144775390625, 0.135009765625, 0.003753662109375, 0.008453369140625, 0.08142089843...
embed
13591304_c0
13591304
fsharp
0
Title: F# and tuple output Problem title: F# and tuple output Tags: tuples, f%23, dictionary Problem: F# and tuple output Over at http://diditwith.net , I see that, in F#, it isn't strictly necessary to pass out parameters to a function that otherwise requires them. The language will auto-magically stuff the result and...
F# and tuple output F# and tuple output tuples f%23 dictionary F# and tuple output Over at http://diditwith.net , I see that, in F#, it isn't strictly necessary to pass out parameters to a function that otherwise requires them. The language will auto-magically stuff the result and the output parameter into a tuple. (!)...
[ 0.024658203125, 0.001922607421875, -0.00010442733764648438, -0.0113525390625, -0.00830078125, -0.00537109375, -0.009765625, -0.012939453125, 0.0037994384765625, -0.0004482269287109375, 0.004486083984375, 0.015625, -0.01385498046875, 0.0260009765625, 0.01373291015625, 0.0001869201660156...
[ 563, 4904, 136, 370, 8705, 140992, 99726, 1238, 3949, 3742, 45, 10763, 149315, 76228, 56112, 18, 81113, 63559, 27875, 1810, 171859, 47, 32354, 120262, 144570, 2856, 46876, 1221, 1809, 15429, 41884, 16750, 3934, 10, 72896, 5609, 21543, 4537, ...
[ 0.1649169921875, 0.248046875, 0.06463623046875, 0.1632080078125, 0.252197265625, 0.2147216796875, 0.1832275390625, 0.0875244140625, 0.0166015625, 0.0780029296875, 0.00396728515625, 0.06634521484375, 0.0265960693359375, 0.14599609375, 0.010528564453125, 0.04876708984375, 0.02864074707...
embed
844557_c0
844557
fsharp
0
Title: How do I work with multiple files and C# libraries in F#? Problem title: How do I work with multiple files and C# libraries in F#? Tags: .net, f%23, c%23 Problem: How do I work with multiple files and C# libraries in F#? I have a C# library with the following Namespace/Class: namespace Helper { public static cla...
How do I work with multiple files and C# libraries in F#? How do I work with multiple files and C# libraries in F#? .net f%23 c%23 How Helper Util FS0039 Seq.skip Helper.Util.GetPrimes How do I work with multiple files and C# libraries in F#? I have a C# library with the following Namespace/Class: I have referenced sai...
[ 0.00015926361083984375, 0.000789642333984375, 0.00970458984375, 0.0164794921875, -0.0125732421875, 0.004913330078125, 0.001068115234375, -0.0252685546875, -0.0032958984375, -0.025634765625, -0.01708984375, -0.01123046875, -0.0025177001953125, 0.01708984375, 0.0198974609375, -0.01879882...
[ 11249, 4488, 678, 48716, 102158, 136, 313, 4904, 35773, 10484, 23, 563, 54, 87, 1179, 1238, 3742, 39527, 56, 345, 3675, 93774, 9323, 503, 864, 44024, 126, 145111, 90, 1294, 25632, 2096, 109164, 140803, 91067, 13452, 11782, 150624, 27781, ...
[ 0.06585693359375, 0.1583251953125, 0.1578369140625, 0.2374267578125, 0.2108154296875, 0.1083984375, 0.06951904296875, 0.21630859375, 0.1724853515625, 0.102294921875, 0.0406494140625, 0.148193359375, 0.0208282470703125, 0.0269775390625, 0.1190185546875, 0.0447998046875, 0.054626464843...
embed
23997941_c0
23997941
fsharp
0
Title: Why is my order of concat lists wrong? Problem title: Why is my order of concat lists wrong? Tags: list, tail-recursion, functional-programming, f%23 Problem: Why is my order of concat lists wrong? I'm trying to make an example function tail recursive. Here is the original function: let rec s xs ys = match (xs, ...
Why is my order of concat lists wrong? Why is my order of concat lists wrong? list tail-recursion functional-programming f%23 Why x::xs y::ys x::y::s Why is my order of concat lists wrong? I'm trying to make an example function tail recursive. Here is the original function: Below is my attempt to make it tail recursive...
[ 0.0089111328125, 0.009033203125, 0.008544921875, -0.009033203125, 0.0036163330078125, 0.0025177001953125, -0.0224609375, -0.01165771484375, 0.0081787109375, 0.004364013671875, 0.0181884765625, -0.00653076171875, 0.0059814453125, 0.0025482177734375, 0.0245361328125, 0.0079345703125, 0...
[ 44084, 83, 759, 12989, 111, 158, 4460, 5303, 7, 44691, 46741, 107, 48650, 1830, 123309, 28966, 1238, 3949, 3742, 1022, 12, 425, 113, 4778, 53, 31577, 3249, 27781, 32354, 195625, 5844, 7311, 17336, 81887, 31089, 55769, 756, 107730, 304, 36...
[ 0.1568603515625, 0.08837890625, 0.09161376953125, 0.2296142578125, 0.128173828125, 0.1505126953125, 0.2237548828125, 0.206298828125, 0.07159423828125, 0.2218017578125, 0.228759765625, 0.0675048828125, 0.166259765625, 0.03729248046875, 0.1212158203125, 0.094970703125, 0.00686645507812...
embed
65595082_c0
65595082
fsharp
0
Title: Split item in list while keeping the order Problem title: Split item in list while keeping the order Tags: list, f%23 Problem: Split item in list while keeping the order I have a list of items looking something like this: let myList = [ "One"; "Two"; "Three and Four"; "Five"; "and Six"; "Seven and"; "Nine and Te...
Split item in list while keeping the order Split item in list while keeping the order list f%23 Split One Two Three Four Five Six Seven Nine Ten Eleven item.Split StringSplitOptions.RemoveEmptyEntries subItem::result List.rev Split item in list while keeping the order I have a list of items looking something like this:...
[ -0.0218505859375, 0.00070953369140625, -0.0079345703125, 0.003448486328125, -0.00762939453125, 0.01361083984375, 0.00121307373046875, 0.00286865234375, 0.01611328125, -0.006927490234375, 0.0213623046875, -0.0045166015625, 0.00016021728515625, 0.024169921875, -0.00762939453125, 0.015197...
[ 46474, 35735, 23, 5303, 12960, 120260, 12989, 1238, 3949, 3742, 6561, 32964, 129335, 65056, 156615, 84247, 132556, 1520, 5531, 96129, 33, 31923, 4353, 23351, 214, 39029, 432, 134332, 1614, 2982, 7136, 32036, 65381, 55769, 16487, 1884, 3871, 4...
[ 0.269287109375, 0.2113037109375, 0.113525390625, 0.2041015625, 0.1317138671875, 0.1842041015625, 0.2138671875, 0.0177001953125, 0.0164642333984375, 0.0928955078125, 0.051422119140625, 0.056793212890625, 0.083984375, 0.09283447265625, 0.0887451171875, 0.04925537109375, 0.0407104492187...
embed
8309620_c0
8309620
fsharp
0
Title: Could not extend operators in F#? Problem title: Could not extend operators in F#? Tags: extension-methods, f%23, operators Problem: Could not extend operators in F#? module FSharp= let Point2d (x,y)= Point2d(x,y) let Point3d (x,y,z)= Point3d(x,y,z) type NXOpen.Point3d with static member ( * ) (p:Point3d,t:float...
Could not extend operators in F#? Could not extend operators in F#? extension-methods f%23 operators Could FSharp Point2d Point3d NXOpen.Point3d p:Point3d t:float p.X p.Y p.Z t:Point3d t.X t.Y t.Z Could not extend operators in F#? I want to extend the Point3d methods, some new operators. But it doesn't pass over.
[ 0.007080078125, 0.01544189453125, 0.031494140625, -0.006591796875, 0.0166015625, -0.01202392578125, -0.00970458984375, 0.007781982421875, -0.0076904296875, -0.015869140625, -0.004608154296875, -0.0238037109375, 0.0111083984375, -0.01141357421875, -0.025634765625, -0.00909423828125, 0...
[ 191147, 959, 65042, 39933, 7, 23, 563, 4904, 111938, 1928, 7352, 1238, 3742, 93774, 3467, 254, 41097, 304, 71, 363, 166989, 103264, 147534, 808, 52347, 1542, 1723, 915, 1511, 3444, 150624, 3525, 4966, 22027, 18, 27875, 645 ]
[ 0.10125732421875, 0.1260986328125, 0.211669921875, 0.2374267578125, 0.08319091796875, 0.060546875, 0.1243896484375, 0.2076416015625, 0.1685791015625, 0.04180908203125, 0.08740234375, 0.0743408203125, 0.09735107421875, 0.0517578125, 0.1356201171875, 0.13623046875, 0.138671875, 0.047...
embed
22859485_c0
22859485
fsharp
0
Title: F# support of DU in Json.NET Problem title: F# support of DU in Json.NET Tags: json.net, f%23 Problem: F# support of DU in Json.NET I trying to execute sample from official web blog of Json.NET http://james.newtonking.com/archive/2014/02/01/json-net-6-0-release-1-%E2%80%93-jsonpath-and-f-support I created F# con...
F# support of DU in Json.NET F# support of DU in Json.NET json.net f%23 Json.NET Shape Rectangle Circle Empty EntryPoint shape1 JsonConvert.SerializeObject Case Fields shape2 JsonConvert.DeserializeObject Console.ReadKey F# support of DU in Json.NET I trying to execute sample from official web blog of Json.NET http://j...
[ -0.00531005859375, 0.0260009765625, -0.01348876953125, -0.004913330078125, -0.0269775390625, -0.0118408203125, -0.00701904296875, 0.005340576171875, -0.00994873046875, 0.00738525390625, 0.002655029296875, 0.0177001953125, 0.005462646484375, 0.000640869140625, 0.0301513671875, -0.004699...
[ 563, 4904, 8060, 14614, 821, 1681, 17777, 1647, 1179, 1238, 3742, 7224, 48224, 14525, 163731, 31678, 357, 15123, 147534, 115700, 418, 11935, 11549, 294, 25435, 119066, 75161, 43731, 117657, 304, 73347, 40777, 31345, 162429, 23, 71924, 121413, ...
[ 0.15869140625, 0.207275390625, 0.2183837890625, 0.2091064453125, 0.1578369140625, 0.2086181640625, 0.2049560546875, 0.058013916015625, 0.141845703125, 0.072998046875, 0.062408447265625, 0.160400390625, 0.00579833984375, 0.1126708984375, 0.134033203125, 0.1552734375, 0.0472412109375, ...
embed
12056923_c0
12056923
fsharp
0
Title: Avoid using &quot;mutable&quot; variable to call a method with a byref (out in C#) parameter? Problem title: Avoid using &quot;mutable&quot; variable to call a method with a byref (out in C#) parameter? Tags: c%23-to-f%23, f%23-3.0, f%23, pass-by-reference Problem: Avoid using "mutable" variable to call a method...
Avoid using &quot;mutable&quot; variable to call a method with a byref (out in C#) parameter? Avoid using &quot;mutable&quot; variable to call a method with a byref (out in C#) parameter? c%23-to-f%23 f%23-3.0 f%23 pass-by-reference Avoid Foo IFoo TryConnect Status FooService x.Execute Unchecked.defaultof foo.TryConnec...
[ 0.01904296875, 0.0198974609375, 0.01361083984375, -0.01104736328125, 0.002532958984375, -0.0023193359375, -0.007415771484375, 0.005157470703125, 0.008056640625, -0.00921630859375, 0.00029754638671875, 0.0157470703125, 0.005706787109375, 0.028076171875, 0.004669189453125, -0.00848388671...
[ 84361, 532, 17368, 41502, 561, 22819, 77336, 11782, 55300, 678, 390, 29087, 6056, 313, 4904, 171859, 501, 27495, 188, 420, 3742, 1238, 132265, 27875, 1272, 239879, 9572, 31, 55449, 16635, 40858, 235603, 56504, 121979, 1022, 211603, 992, 78292...
[ 0.15673828125, 0.0482177734375, 0.096435546875, 0.029541015625, 0.1939697265625, 0.266357421875, 0.26220703125, 0.1607666015625, 0.159423828125, 0.0909423828125, 0.151611328125, 0.276123046875, 0.12060546875, 0.0155181884765625, 0.194091796875, 0.1788330078125, 0.009033203125, 0.06...
embed
2783450_c0
2783450
fsharp
0
Title: Creating Delegates With Lambda Expressions in F# Problem title: Creating Delegates With Lambda Expressions in F# Tags: f%23, delegates, .net, functional-programming Problem: Creating Delegates With Lambda Expressions in F# Why does... type IntDelegate = delegate of int -> unit type ListHelper = static member App...
Creating Delegates With Lambda Expressions in F# Creating Delegates With Lambda Expressions in F# f%23 delegates .net functional-programming Creating Delegates Lambda Expressions IntDelegate ListHelper ApplyDelegate List.iter d.Invoke ListHelper.ApplyDelegate Creating Delegates With Lambda Expressions in F# Why does......
[ 0.005401611328125, -0.00946044921875, 0.00579833984375, -0.007598876953125, -0.022216796875, 0.0203857421875, 0.00830078125, 0.003204345703125, 0.0087890625, -0.007781982421875, 0.00154876708984375, -0.0206298828125, -0.0020599365234375, 0.017822265625, 0.0225830078125, -0.01318359375,...
[ 56781, 228532, 90, 17106, 122930, 85, 25129, 17514, 563, 4904, 1238, 3742, 102329, 1179, 123309, 28966, 18, 4657, 3257, 32036, 60785, 1264, 5659, 538, 16840, 23253, 39179, 44084, 14602, 27, 959, 9969, 1340, 3229, 60212, 67, 171859, 237, 370...
[ 0.1036376953125, 0.300048828125, 0.144287109375, 0.07623291015625, 0.173583984375, 0.1422119140625, 0.12890625, 0.0275115966796875, 0.132080078125, 0.1748046875, 0.04998779296875, 0.057403564453125, 0.28271484375, 0.0828857421875, 0.1041259765625, 0.0406494140625, 0.001983642578125, ...
embed
54431645_c0
54431645
fsharp
0
Title: How to check if an X, Y Point is within a square made up of 4 X, Y Points? Problem title: How to check if an X, Y Point is within a square made up of 4 X, Y Points? Tags: point, f%23, geometry, for-loop Problem: How to check if an X, Y Point is within a square made up of 4 X, Y Points? I am trying to check to se...
How to check if an X, Y Point is within a square made up of 4 X, Y Points? How to check if an X, Y Point is within a square made up of 4 X, Y Points? point f%23 geometry for-loop How Point Points System Square How to check if an X, Y Point is within a square made up of 4 X, Y Points? I am trying to check to see if a pa...
[ 0.005126953125, 0.0035400390625, -0.005706787109375, 0.01470947265625, -0.020751953125, -0.00360107421875, 0.004150390625, 0.00543212890625, 0.0068359375, 0.042724609375, 0.005767822265625, -0.002288818359375, -0.0033416748046875, -0.03369140625, -0.0020904541015625, 0.0010757446289062...
[ 11249, 47, 12765, 2174, 1193, 4, 990, 41097, 83, 28032, 108047, 7228, 1257, 201, 111, 6275, 1238, 3949, 3742, 87739, 100, 28354, 7, 12353, 68305, 31577, 1957, 2831, 13379, 23577, 4785, 62346, 34844, 15787, 5809, 21177, 24243, 18151, 35064, ...
[ 0.068603515625, 0.0384521484375, 0.2188720703125, 0.100341796875, 0.186279296875, 0.09912109375, 0.2327880859375, 0.191650390625, 0.06024169921875, 0.2132568359375, 0.2401123046875, 0.05059814453125, 0.0736083984375, 0.18310546875, 0.0183868408203125, 0.126220703125, 0.0150146484375,...
embed
65084750_c1
65084750
fsharp
1
at Akka.Remote.Transport.AkkaProtocolTransport.Associate(Address remoteAddress, Nullable`1 refuseUid) at Akka.Remote.EndpointWriter.AssociateAsync()] Error on server side: [ERROR][12/1/2020 3:53:29 AM][Thread 0020][akka.tcp://RemoteSystem@localhost:8080/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2...
at Akka.Remote.Transport.AkkaProtocolTransport.Associate(Address remoteAddress, Nullable`1 refuseUid) at Akka.Remote.EndpointWriter.AssociateAsync()] Error on server side: [ERROR][12/1/2020 3:53:29 AM][Thread 0020][akka.tcp://RemoteSystem@localhost:8080/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3A%2...
[ 0.007476806640625, 0.02001953125, -0.0009613037109375, -0.00390625, -0.018310546875, -0.0439453125, -0.0064697265625, -0.005767822265625, 0.00506591796875, 0.01190185546875, 0.01220703125, -0.02685546875, 0.023193359375, 0.00970458984375, -0.00148773193359375, -0.01422119140625, 0.02...
[ 62, 5515, 432, 67, 62624, 6982, 188, 8447, 228214, 161007, 148814, 27786, 2661, 128120, 1062, 532, 152378, 38496, 2783, 12654, 212059, 98, 10723, 5609, 12501, 14255, 1530, 11583, 49409, 31690, 39116, 1549, 344, 161, 121422, 84293, 40294, 4836...
[ 0.029052734375, 0.186279296875, 0.167724609375, 0.04913330078125, 0.120361328125, 0.1514892578125, 0.111328125, 0.0745849609375, 0.22265625, 0.0924072265625, 0.2235107421875, 0.1749267578125, 0.2017822265625, 0.2384033203125, 0.007904052734375, 0.11181640625, 0.04705810546875, 0.11...
embed
69109863_c0
69109863
fsharp
0
Title: Can Fable emit TypeScript or TypeScript type definition files? Problem title: Can Fable emit TypeScript or TypeScript type definition files? Tags: fable-f%23, f%23 Problem: Can Fable emit TypeScript or TypeScript type definition files? I'm experimenting with Fable. If I type dotnet fable --help I see there is a ...
Can Fable emit TypeScript or TypeScript type definition files? Can Fable emit TypeScript or TypeScript type definition files? fable-f%23 f%23 Can Fable TypeScript fs.ts Can Fable emit TypeScript or TypeScript type definition files? I'm experimenting with Fable. If I type dotnet fable --help I see there is a --lang swit...
[ 0.0167236328125, 0.01239013671875, 0.002410888671875, -0.006378173828125, -0.0244140625, -0.01458740234375, -0.0068359375, 0.0118408203125, -0.0033721923828125, 0.011474609375, 0.00714111328125, -0.013916015625, -0.01611328125, 0.017578125, 0.00579833984375, 0.00433349609375, 0.01361...
[ 4171, 563, 2886, 53225, 60457, 147845, 10644, 80934, 102158, 1071, 2661, 420, 3742, 1238, 7, 5, 933, 28007, 20633, 1179, 73866, 4210, 3066, 101089, 195935, 37842, 39544, 19437, 16428, 29102, 18548, 39642, 12921, 7464, 139392, 28175, 15549, 13...
[ 0.07952880859375, 0.1328125, 0.1998291015625, 0.196044921875, 0.177734375, 0.2373046875, 0.1131591796875, 0.1319580078125, 0.12744140625, 0.1072998046875, 0.1295166015625, 0.0235748291015625, 0.0230560302734375, 0.044586181640625, 0.03759765625, 0.00103759765625, 0.1068115234375, 0...
embed
62439543_c0
62439543
fsharp
0
Title: Write to file from string and array Problem title: Write to file from string and array Tags: f%23, csv Problem: Write to file from string and array I'm trying to write an csv file where some of the values comes from arrays. let handle = "thetitle" let title = "The Title" let body = "ipsum lorem" let mutable vari...
Write to file from string and array Write to file from string and array f%23 csv string Write Title Header Array.map Handle File.WriteAllLines test.csv Encoding.UTF8 Ideal Write to file from string and array I'm trying to write an csv file where some of the values comes from arrays. But the problem is that the expressi...
[ 0.007781982421875, -0.002593994140625, -0.001007080078125, 0.01226806640625, -0.017822265625, -0.000522613525390625, -0.0162353515625, 0.006561279296875, 0.0021209716796875, 0.0277099609375, -0.0135498046875, 0.032470703125, 0.00091552734375, 0.0263671875, 0.016357421875, -0.0104980468...
[ 601, 18781, 47, 11435, 1295, 79315, 136, 10298, 53, 1238, 3949, 3742, 20763, 334, 48962, 44816, 56, 69253, 62346, 10639, 133, 42724, 1456, 43512, 93232, 3034, 4439, 587, 6238, 17632, 919, 1019, 41143, 31577, 33022, 142424, 32497, 4778, 2967...
[ 0.097900390625, 0.1962890625, 0.2041015625, 0.2193603515625, 0.212890625, 0.2626953125, 0.1285400390625, 0.2005615234375, 0.152099609375, 0.083740234375, 0.053070068359375, 0.1717529296875, 0.0994873046875, 0.186279296875, 0.091552734375, 0.119140625, 0.04315185546875, 0.1313476562...
embed
54373111_c2
54373111
fsharp
2
.InvariantCulture) let fromJson2T<'T> x = Newtonsoft.Json.JsonConvert.DeserializeObject<'T>(x, jsonSettings) Using FSHarp.Core 4.5.4, on OSX, Xamarin.IOS 12.2.1.13, Code signals: Newtonsoft.Json, doc_id, Sync, doc_code, ORD-5-1, doc_kind, sub_total, tax_value, customer_code, delivery_order, discount_value, NET, test.ma...
.InvariantCulture) let fromJson2T<'T> x = Newtonsoft.Json.JsonConvert.DeserializeObject<'T>(x, jsonSettings) Using FSHarp.Core 4.5.4, on OSX, Xamarin.IOS 12.2.1.13, Code signals: Newtonsoft.Json, doc_id, Sync, doc_code, ORD-5-1, doc_kind, sub_total, tax_value, customer_code, delivery_order, discount_value, NET, test.ma...
[ -0.0262451171875, 0.022705078125, -0.01031494140625, 0.016845703125, -0.00872802734375, -0.0133056640625, -0.0181884765625, 0.0233154296875, -0.00921630859375, -0.00299072265625, 0.00171661376953125, 0.002166748046875, 0.00799560546875, 0.00531005859375, 0.0093994140625, -0.00099945068...
[ 5, 4153, 162591, 441, 202, 6644, 16, 2633, 1295, 1375, 1681, 304, 618, 1022, 2203, 145076, 61306, 11935, 11549, 73347, 25435, 119066, 46471, 75161, 425, 1647, 105548, 345, 6953, 93774, 30404, 254, 50886, 13, 60061, 617, 98, 11787, 1542, 8...
[ 0.09130859375, 0.110107421875, 0.282958984375, 0.09197998046875, 0.234130859375, 0.1710205078125, 0.000946044921875, 0.083251953125, 0.1907958984375, 0.13671875, 0.2109375, 0.1259765625, 0.133544921875, 0.1143798828125, 0.00030517578125, 0.210693359375, 0.2403564453125, 0.023406982...
embed
12340167_c0
12340167
fsharp
0
Title: How can I convert this imperative style merge-sort implementation into functional style? Problem title: How can I convert this imperative style merge-sort implementation into functional style? Tags: f%23, mergesort Problem: How can I convert this imperative style merge-sort implementation into functional style? ...
How can I convert this imperative style merge-sort implementation into functional style? How can I convert this imperative style merge-sort implementation into functional style? f%23 mergesort How List cnt1 cnt2 l1.Count l2.Count r.Add How can I convert this imperative style merge-sort implementation into functional st...
[ -0.002197265625, 0.0135498046875, 0.0167236328125, 0.00030517578125, -0.0003795623779296875, 0.006317138671875, -0.00811767578125, -0.00494384765625, 0.0027618408203125, -0.0042724609375, 0.005035400390625, 0.029052734375, 0.01458740234375, 0.007720947265625, -0.00032806396484375, -0.0...
[ 11249, 831, 96760, 903, 222530, 13, 20623, 42564, 9, 62351, 208124, 3934, 123309, 1238, 3949, 3742, 32036, 660, 418, 304, 96, 108210, 5442, 1690, 4028, 3642, 29479, 563, 4904, 17368, 75939, 137175, 289, 71, 73342, 43240, 5303, 46683, 3220, ...
[ 0.052154541015625, 0.0396728515625, 0.1719970703125, 0.041259765625, 0.2100830078125, 0.0821533203125, 0.21533203125, 0.230712890625, 0.051361083984375, 0.2303466796875, 0.166259765625, 0.060760498046875, 0.2308349609375, 0.09234619140625, 0.003326416015625, 0.15673828125, 0.14343261...
embed
36212931_c0
36212931
fsharp
0
Title: Property-based test continues to pass when I expect it to fail Problem title: Property-based test continues to pass when I expect it to fail Tags: property-based-testing, f%23 Problem: Property-based test continues to pass when I expect it to fail I'm sure this is trivial. However, the following test will always...
Property-based test continues to pass when I expect it to fail Property-based test continues to pass when I expect it to fail property-based-testing f%23 Property-based FizzBuzz Buzz Fizz number.ToString Fact FizzBuzz.transform Arb.generate Gen.map Arb.fromGen Prop.forAll Check.QuickThrowOnFailure Property-based test c...
[ 0.010009765625, -0.0020294189453125, 0.00543212890625, -0.00921630859375, -0.00506591796875, 0.0010986328125, 0.00982666015625, -0.011474609375, 0.004669189453125, 0.0203857421875, 0.0203857421875, 0.033935546875, -0.01123046875, 0.0023651123046875, -0.00180816650390625, 0.016967773437...
[ 206984, 77007, 3034, 136622, 47, 27875, 3229, 41206, 35782, 57266, 6954, 1238, 3949, 3742, 94610, 169, 7235, 13894, 188272, 14012, 7763, 71713, 132640, 215175, 48281, 62346, 105376, 43796, 43512, 38679, 96010, 15555, 20320, 17647, 379, 686, 256...
[ 0.2098388671875, 0.17529296875, 0.232421875, 0.1707763671875, 0.08880615234375, 0.18603515625, 0.0938720703125, 0.19970703125, 0.2269287109375, 0.1875, 0.1845703125, 0.011627197265625, 0.001617431640625, 0.0806884765625, 0.09228515625, 0.07830810546875, 0.0655517578125, 0.083862304...
embed
16820211_c0
16820211
fsharp
0
Title: R type provider and Ggplot2 Problem title: R type provider and Ggplot2 Tags: type-providers, r, f%23 Problem: R type provider and Ggplot2 Has anyone used both ? I would not mind seeing a short example to quickstart. I can run the example.fsx script : the acf function side effects to a graph showing up. But I don...
R type provider and Ggplot2 R type provider and Ggplot2 type-providers r f%23 Ggplot2 RProvider.ggplot2 RProvider.utils R.setwd Datasets Kaggle R.read_csv measure_DNGtraining.csv R.qplot erase_rate SymbolicExpression RDotNet.SymbolicExpression Engine RDotNet.REngine IsClosed IsInvalid IsProtected Type List R type provi...
[ 0.006500244140625, 0.010986328125, 0, -0.01239013671875, -0.00439453125, 0.005615234375, 0.023681640625, -0.0177001953125, 0.003173828125, -0.0064697265625, 0.00012969970703125, 0.0016632080078125, 0.0211181640625, -0.0146484375, 0.004364013671875, 0.01019287109375, -0.022216796875, ...
[ 627, 10644, 81450, 136, 527, 177, 105710, 304, 93136, 14202, 1690, 1238, 3949, 3742, 83220, 820, 9815, 1003, 3509, 37281, 129384, 39116, 334, 72350, 8066, 118862, 1615, 17957, 131899, 178752, 24447, 36846, 90125, 449, 1212, 2400, 7013, 127942...
[ 0.1806640625, 0.203369140625, 0.2318115234375, 0.0638427734375, 0.0290374755859375, 0.061981201171875, 0.23291015625, 0.16650390625, 0.1453857421875, 0.020660400390625, 0.110595703125, 0.0401611328125, 0.00054931640625, 0.1046142578125, 0.138916015625, 0.1414794921875, 0.123168945312...
embed
30304080_c0
30304080
fsharp
0
Title: How this type annotation works, and why the other one does not? Problem title: How this type annotation works, and why the other one does not? Tags: f%23 Problem: How this type annotation works, and why the other one does not? Please explain the magic behind drawShape function. 1) Why it works at all -- I mean h...
How this type annotation works, and why the other one does not? How this type annotation works, and why the other one does not? f%23 How Draw Triangle x.Draw Drawing Rectangle drawShape2 How this type annotation works, and why the other one does not? Please explain the magic behind drawShape function. 1) Why it works a...
[ -0.01220703125, 0.0081787109375, 0.003509521484375, -0.0045166015625, -0.0172119140625, 0.0030975341796875, -0.01177978515625, 0.0022430419921875, 0.0177001953125, 0.01953125, 0.00701904296875, -0.0152587890625, 0.0235595703125, -0.00124359130859375, 0.003326416015625, -0.0130615234375...
[ 11249, 903, 10644, 8668, 22062, 43240, 15400, 3789, 959, 3742, 18186, 434, 4699, 109217, 1022, 81456, 14775, 14525, 79442, 40798, 1081, 304, 136, 73342, 49846, 50155, 32354, 44084, 756, 11782, 32786, 27117, 23, 2256, 7722, 33022, 171859, 3506...
[ 0.05908203125, 0.05242919921875, 0.15283203125, 0.1595458984375, 0.1278076171875, 0.1312255859375, 0.0980224609375, 0.052978515625, 0.043365478515625, 0.057403564453125, 0.10504150390625, 0.059478759765625, 0.1005859375, 0.125244140625, 0.05474853515625, 0.14111328125, 0.003448486328...
embed
2480250_c0
2480250
fsharp
0
Title: F# equivalent of the C# typeof(IEnumerable&lt;&gt;) Problem title: F# equivalent of the C# typeof(IEnumerable&lt;&gt;) Tags: f%23, c%23-to-f%23, reflection Problem: F# equivalent of the C# typeof(IEnumerable<>) I have a piece of code where I need to figure out if a given type implements IEnumerable<T> (I don't c...
F# equivalent of the C# typeof(IEnumerable&lt;&gt;) F# equivalent of the C# typeof(IEnumerable&lt;&gt;) f%23 c%23-to-f%23 reflection IEnumerable t:System.Type t.GetInterfaces interfaces.Any t.GetGenericTypeDefinition IEnumerabl F# equivalent of the C# typeof(IEnumerable<>) I have a piece of code where I need to figure ...
[ -0.006866455078125, 0.005767822265625, 0.00115966796875, 0.01153564453125, -0.0020751953125, -0.021484375, -0.01483154296875, 0.01507568359375, -0.01513671875, -0.01953125, 0.00909423828125, -0.0030364990234375, -0.01470947265625, -0.0089111328125, 0.0157470703125, 0.0020599365234375, ...
[ 563, 4904, 183234, 313, 10644, 4390, 20441, 2606, 56, 2886, 1238, 3742, 27495, 188, 420, 44961, 1830, 75536, 808, 84293, 196707, 44851, 40404, 101758, 299, 126, 135932, 187423, 943, 1704, 9030, 111, 18151, 26366, 1810, 2174, 34475, 29479, 7...
[ 0.1259765625, 0.1866455078125, 0.1884765625, 0.0144805908203125, 0.1649169921875, 0.1995849609375, 0.1226806640625, 0.1929931640625, 0.1328125, 0.1246337890625, 0.083740234375, 0.074951171875, 0.124755859375, 0.0921630859375, 0.050445556640625, 0.210205078125, 0.039825439453125, 0....
embed
43437037_c0
43437037
fsharp
0
Title: Configure EF Core with F# Problem title: Configure EF Core with F# Tags: f%23, entity-framework, asp.net-core Problem: Configure EF Core with F# I'm trying to set up EF Core with F#. My DbContext looks like this type MainContext(options : DbContextOptions<MainContext>) = inherit DbContext(options) [<DefaultValue...
Configure EF Core with F# Configure EF Core with F# f%23 entity-framework asp.net-core Configure Core MainContext DbContextOptions DbContext DefaultValue DbSet Dokument x.Dokumenter this.ConfigureServices IServiceCollection services.AddDbContext options.UseInMemoryDatabase AddDbContext Error List asp.net-core Configure...
[ 0.0004482269287109375, 0.014404296875, 0.00107574462890625, 0.005828857421875, -0.00665283203125, -0.024169921875, -0.00701904296875, -0.002227783203125, -0.004913330078125, -0.0244140625, 0.0012054443359375, 0.01416015625, 0.006378173828125, 0.037353515625, 0.016845703125, 0.004486083...
[ 1657, 59994, 51779, 31365, 678, 563, 4904, 1238, 3742, 77630, 160328, 237, 254, 1179, 30854, 12321, 11935, 22829, 391, 275, 39029, 262, 1021, 294, 126, 26281, 1022, 236311, 56, 903, 121979, 78457, 133, 11374, 4028, 397, 50717, 29117, 212059...
[ 0.04034423828125, 0.1881103515625, 0.2470703125, 0.24462890625, 0.11328125, 0.1365966796875, 0.21142578125, 0.0782470703125, 0.10009765625, 0.05377197265625, 0.0438232421875, 0.04998779296875, 0.09661865234375, 0.0841064453125, 0.1387939453125, 0.0296630859375, 0.1234130859375, 0.2...
embed
11372538_c0
11372538
fsharp
0
Title: Charting with F# does not take in Seq? Problem title: Charting with F# does not take in Seq? Tags: f%23, f%23-interactive, charts Problem: Charting with F# does not take in Seq? Following this from the Real-World Functional Programming blog about drawing bar and column charts, I was trying to draw a histogram fo...
Charting with F# does not take in Seq? Charting with F# does not take in Seq? f%23 f%23-interactive charts Charting Seq IEnumerable Reset System.Console.ReadKey Charting with F# does not take in Seq? Following this from the Real-World Functional Programming blog about drawing bar and column charts, I was trying to draw...
[ -0.00244140625, 0.004425048828125, 0.01202392578125, -0.0002613067626953125, 0.01239013671875, 0.004730224609375, 0.004669189453125, -0.008056640625, -0.01544189453125, -0.01251220703125, 0.00167083740234375, 0.0201416015625, 0.0013885498046875, 0.0247802734375, 0.0172119140625, -0.010...
[ 110373, 214, 678, 563, 4904, 959, 5646, 23, 503, 864, 14602, 1238, 3742, 27495, 10433, 71232, 116287, 75536, 2606, 56, 9624, 126, 12353, 40777, 31345, 162429, 5120, 70646, 28670, 27958, 188304, 1909, 316, 31577, 79442, 1919, 18, 83814, 2053...
[ 0.2174072265625, 0.056915283203125, 0.07470703125, 0.1202392578125, 0.2061767578125, 0.10986328125, 0.094482421875, 0.0931396484375, 0.1207275390625, 0.2052001953125, 0.0274505615234375, 0.070556640625, 0.023406982421875, 0.0287017822265625, 0.044403076171875, 0.0982666015625, 0.2203...
embed
35128630_c1
35128630
fsharp
1
now needs a reference to MyCSharpLib , even though AssemblyOne does not directly use anything from MyCSharpLib . If we remove the parameter from the function signature the solution builds with no errors. We have further explored this problem by replicating the code with the following use cases ('->' indicates assembly...
now needs a reference to MyCSharpLib , even though AssemblyOne does not directly use anything from MyCSharpLib . If we remove the parameter from the function signature the solution builds with no errors. We have further explored this problem by replicating the code with the following use cases ('->' indicates assembly...
[ -0.0142822265625, 0.02490234375, 0.0142822265625, 0.027587890625, 0.0101318359375, 0.00335693359375, -0.016357421875, -0.0028076171875, -0.0096435546875, 0.00860595703125, 0.00115966796875, 0.007080078125, -0.01226806640625, 0.02490234375, 0.02099609375, -0.0115966796875, 0.017456054...
[ 5036, 27117, 91067, 47, 2646, 19283, 3467, 254, 104820, 151169, 53, 62068, 959, 105237, 4527, 87388, 171859, 32354, 138256, 29806, 45367, 678, 110, 18499, 2967, 143126, 18151, 50218, 103607, 117414, 89845, 38526, 563, 4904, 3613, 23708, 36381, ...
[ 0.04986572265625, 0.1357421875, 0.250732421875, 0.03167724609375, 0.1383056640625, 0.05389404296875, 0.1669921875, 0.1168212890625, 0.2607421875, 0.236083984375, 0.0736083984375, 0.1873779296875, 0.0672607421875, 0.0445556640625, 0.0491943359375, 0.1356201171875, 0.20849609375, 0.1...
embed
62554710_c0
62554710
fsharp
0
Title: How to name infix operators? Problem title: How to name infix operators? Tags: f%23 Problem: How to name infix operators? I have the following code: [<AutoOpen>] module OptionOperators = let private mapOption func arg = match arg with | None -> Ok None | Some arg -> func arg |> Result.map Some let ( ^> ) arg fun...
How to name infix operators? How to name infix operators? f%23 How AutoOpen OptionOperators None Some Result.map Model Constrained String35 ConstrainedType.createString UnvalidatedAddress Name Address dto.Name String35.create How to name infix operators? I have the following code: Is ^> the reasonable infix operator fo...
[ 0.0123291015625, 0.00135040283203125, 0.03515625, 0.027587890625, 0.0003376007080078125, -0.000911712646484375, 0.01373291015625, -0.000579833984375, 0.00567626953125, -0.006256103515625, 0.0074462890625, -0.006500244140625, 0.0091552734375, -0.0026702880859375, -0.009033203125, 0.0112...
[ 11249, 47, 9351, 23, 55923, 39933, 7, 1238, 3742, 4396, 103264, 86769, 156823, 22230, 438, 126684, 62346, 13293, 9297, 122009, 23351, 5843, 196707, 7612, 71713, 7013, 161007, 15757, 49990, 188, 163612, 18151, 13331, 2740, 70, 169022, 70163, 1...
[ 0.0823974609375, 0.08538818359375, 0.173095703125, 0.166259765625, 0.26953125, 0.250732421875, 0.10052490234375, 0.03741455078125, 0.099365234375, 0.1458740234375, 0.1649169921875, 0.19921875, 0.16015625, 0.064453125, 0.035919189453125, 0.1722412109375, 0.07611083984375, 0.12097167...
embed
11181109_c0
11181109
fsharp
0
Title: Parallel processing in F# Problem title: Parallel processing in F# Tags: concurrency, f%23 Problem: Parallel processing in F# I'm playing around with async in F#. Does this look right, or am I mangling things? let time f = let before = System.DateTime.Now f () |> ignore let after = System.DateTime.Now after - be...
Parallel processing in F# Parallel processing in F# concurrency f%23 Parallel System.DateTime.Now List.map Async.Parallel Async.RunSynchronously FSharp.PowerPack.Parallel.Seq.dll Microsoft.FSharp.Collections PSeq.map PSeq.toList Parallel processing in F# I'm playing around with async in F#. Does this look right, or am ...
[ -0.0101318359375, 0.017822265625, 0.0078125, -0.020751953125, -0.0147705078125, -0.0034332275390625, 0.006256103515625, 0.005035400390625, -0.002685546875, -0.041748046875, -0.0089111328125, 0.035400390625, 0.00567626953125, 0.0169677734375, 0.01055908203125, 0.0115966796875, 0.01306...
[ 211485, 9433, 23, 563, 4904, 214, 108636, 982, 1238, 3949, 3742, 12353, 86291, 70059, 137594, 32036, 62346, 12654, 238, 55292, 1229, 62, 163321, 217835, 127, 1900, 93774, 3467, 254, 105022, 205956, 864, 1181, 7244, 36381, 78457, 8996, 188, ...
[ 0.245849609375, 0.13671875, 0.031402587890625, 0.1622314453125, 0.228515625, 0.03900146484375, 0.1488037109375, 0.0791015625, 0.07513427734375, 0.00311279296875, 0.128173828125, 0.1024169921875, 0.050079345703125, 0.10540771484375, 0.100830078125, 0.10986328125, 0.10302734375, 0.20...
embed
50934329_c0
50934329
fsharp
0
Title: F# generics generic construct requires that the type &#x27;struct (Guid * int)&#x27; have a public default constructor Problem title: F# generics generic construct requires that the type &#x27;struct (Guid * int)&#x27; have a public default constructor Tags: f%23, generics, valuetuple, c%23-to-f%23 Problem: F# g...
F# generics generic construct requires that the type &#x27;struct (Guid * int)&#x27; have a public default constructor F# generics generic construct requires that the type &#x27;struct (Guid * int)&#x27; have a public default constructor f%23 generics valuetuple c%23-to-f%23 Guid Task Nullable ValueTuple CLIMutable F# ...
[ -0.000827789306640625, 0.010986328125, 0.015380859375, -0.00052642822265625, 0.0155029296875, 0.006103515625, -0.00022792816162109375, -0.01434326171875, 0.0233154296875, -0.01190185546875, 0.000804901123046875, 0.02001953125, -0.0029449462890625, 0.0133056640625, -0.0045166015625, 0.0...
[ 563, 4904, 189534, 64549, 144570, 10644, 3768, 36716, 22769, 532, 661, 23, 18, 3835, 114977, 748, 70, 1238, 3742, 34292, 458, 8705, 188, 420, 6955, 9598, 27786, 2661, 190060, 15665, 83318, 34, 22819, 765, 101758, 313, 678, 55300, 903, 306...
[ 0.1400146484375, 0.2119140625, 0.2098388671875, 0.1876220703125, 0.1051025390625, 0.146484375, 0.099609375, 0.195556640625, 0.15966796875, 0.0755615234375, 0.0732421875, 0.09814453125, 0.10491943359375, 0.125, 0.2509765625, 0.09075927734375, 0.0258331298828125, 0.023162841796875, ...
embed
22096726_c0
22096726
fsharp
0
Title: Performance implications of ||&gt; and |||&gt; pipeline operators in F# Problem title: Performance implications of ||&gt; and |||&gt; pipeline operators in F# Tags: pipeline, f%23, functional-programming, inline, performance Problem: Performance implications of ||> and |||> pipeline operators in F# This question...
Performance implications of ||&gt; and |||&gt; pipeline operators in F# Performance implications of ||&gt; and |||&gt; pipeline operators in F# pipeline f%23 functional-programming inline performance Performance Performance implications of ||> and |||> pipeline operators in F# This question basically expands on this qu...
[ 0.0172119140625, 0.01470947265625, 0.0024871826171875, -0.0034332275390625, -0.0186767578125, -0.0213623046875, -0.023193359375, -0.02197265625, -0.001983642578125, 0.011474609375, 0.002227783203125, 0.032470703125, 0.0189208984375, 0.02734375, 0.0113525390625, -0.0125732421875, 0.01...
[ 94030, 17914, 111, 5386, 136, 137158, 2256, 39933, 563, 4904, 1238, 3742, 123309, 28966, 23, 23718, 7, 11001, 10750, 375, 5974, 5701, 313, 16444, 237, 51, 1434, 20051, 11389, 51671, 42459, 2773, 370, 99726, 11814, 137565, 6183, 24286, 5, ...
[ 0.1810302734375, 0.1456298828125, 0.00689697265625, 0.05975341796875, 0.1688232421875, 0.195556640625, 0.1932373046875, 0.2335205078125, 0.119384765625, 0.2049560546875, 0.05657958984375, 0.087646484375, 0.106689453125, 0.07470703125, 0.042388916015625, 0.16259765625, 0.0190277099609...
embed
3016139_c0
3016139
fsharp
0
Title: Help me to explain the F# Matrix transpose function Problem title: Help me to explain the F# Matrix transpose function Tags: f%23 Problem: Help me to explain the F# Matrix transpose function There is a Matrix transpose function: let rec transpose = function | (_::_)::_ as M -> List.map List.head M :: transpose (...
Help me to explain the F# Matrix transpose function Help me to explain the F# Matrix transpose function f%23 Help Matrix _::_ List.map List.head List.tail M:int hd::tl Help me to explain the F# Matrix transpose function There is a Matrix transpose function: It works fine. What does ( _ :: _ ) :: _ mean? I don't underst...
[ -0.0028228759765625, 0.01373291015625, 0.026611328125, -0.01611328125, -0.0022430419921875, -0.0157470703125, -0.01904296875, 0.00347900390625, 0.0096435546875, -0.01263427734375, 0.02978515625, 0.0040283203125, 0.00927734375, 0.006256103515625, -0.00970458984375, -0.0021820068359375, ...
[ 39527, 163, 47, 73342, 563, 4904, 194234, 3900, 78381, 32354, 1238, 3949, 3742, 32036, 62346, 31251, 46741, 276, 4288, 26488, 141, 8622, 83, 10, 12, 1650, 43240, 5885, 4865, 14602, 15, 101, 1984, 29459, 2301, 18, 28219, 28271, 18151, 831,...
[ 0.1510009765625, 0.103759765625, 0.062042236328125, 0.190673828125, 0.1314697265625, 0.22998046875, 0.24267578125, 0.22265625, 0.1990966796875, 0.1724853515625, 0.1204833984375, 0.0247039794921875, 0.1453857421875, 0.157958984375, 0.07635498046875, 0.17236328125, 0.2196044921875, 0...
embed
66902845_c1
66902845
fsharp
1
is set to "english" and english.json is being loaded, that should read: <b>Hello</b> <span>Favourite Animal: </span> Or in French: <b>Bonjour</b> <span>Favourite Animal: Canard</span> We can assume that the json format key: value is always string:string but ideally I'd like to handle string: 'T as well but that might ...
is set to "english" and english.json is being loaded, that should read: <b>Hello</b> <span>Favourite Animal: </span> Or in French: <b>Bonjour</b> <span>Favourite Animal: Canard</span> We can assume that the json format key: value is always string:string but ideally I'd like to handle string: 'T as well but that might ...
[ 0.010009765625, 0.013671875, -0.0093994140625, 0.0242919921875, -0.017822265625, 0.008056640625, -0.0118408203125, 0.01171875, 0.00506591796875, -0.0216064453125, 0.001007080078125, -0.0040283203125, -0.0078125, -0.0274658203125, 0.03369140625, 0.016357421875, -0.0006561279296875, ...
[ 5423, 47, 13305, 15227, 175457, 170, 1681, 8035, 72367, 5608, 12301, 841, 13817, 19332, 919, 141775, 1486, 82821, 3347, 23, 92265, 116858, 100201, 12, 4171, 5861, 41591, 1647, 9384, 22799, 34292, 83, 11343, 79315, 91693, 6397, 1884, 34831, ...
[ 0.1422119140625, 0.067626953125, 0.1453857421875, 0.198974609375, 0.1944580078125, 0.1656494140625, 0.238525390625, 0.04229736328125, 0.0987548828125, 0.07220458984375, 0.1729736328125, 0.08990478515625, 0.1876220703125, 0.01324462890625, 0.0543212890625, 0.1954345703125, 0.140136718...
embed
32709261_c1
32709261
fsharp
1
new NpgsqlCommand("LISTEN newtask", notifyConnection) // Event for receiving and processing notifications. let private onNotification (sender : obj) (e : NpgsqlNotificationEventArgs) = processTask() let private notificationEventHandler = new NotificationEventHandler(onNotification) // Run this function when service st...
new NpgsqlCommand("LISTEN newtask", notifyConnection) // Event for receiving and processing notifications. let private onNotification (sender : obj) (e : NpgsqlNotificationEventArgs) = processTask() let private notificationEventHandler = new NotificationEventHandler(onNotification) // Run this function when service st...
[ -0.00439453125, 0.0189208984375, -0.0201416015625, 0.0172119140625, 0.004547119140625, 0.01348876953125, -0.002655029296875, -0.006866455078125, 0.01251220703125, -0.03173828125, -0.015625, 0.00592041015625, -0.00537109375, 0.0203857421875, -0.0191650390625, 0.003631591796875, -0.001...
[ 3525, 541, 254, 9405, 99247, 10770, 12018, 67616, 21170, 1073, 92, 830, 959, 40383, 235603, 1830, 4666, 36943, 100, 217063, 136, 9433, 185325, 2633, 14375, 98, 122116, 41274, 152452, 995, 170, 192134, 7614, 9874, 1042, 135679, 603, 11205, 1...
[ 0.128662109375, 0.06829833984375, 0.111328125, 0.14892578125, 0.2342529296875, 0.0987548828125, 0.24072265625, 0.1622314453125, 0.2076416015625, 0.21923828125, 0.1435546875, 0.01043701171875, 0.205078125, 0.2047119140625, 0.2001953125, 0.1239013671875, 0.0765380859375, 0.2263183593...
embed
38860317_c0
38860317
fsharp
0
Title: Pattern matching for characters Problem title: Pattern matching for characters Tags: f%23 Problem: Pattern matching for characters I am trying to write a function that takes the characters x , r , c and returns r if x = c , or returns x if x != c . It basically replaces a matching character with another, or retu...
Pattern matching for characters Pattern matching for characters f%23 Pattern swap_id swap_id_2 String.map Pattern matching for characters I am trying to write a function that takes the characters x , r , c and returns r if x = c , or returns x if x != c . It basically replaces a matching character with another, or retu...
[ -0.01068115234375, 0.0033416748046875, -0.0050048828125, 0.0086669921875, 0.006256103515625, -0.0113525390625, -0.0152587890625, 0.0004520416259765625, 0.005859375, 0.0172119140625, 0.02294921875, -0.007049560546875, -0.018798828125, 0.00958251953125, 0.0024261474609375, 0.009887695312...
[ 9876, 22766, 14858, 214, 100, 124850, 1238, 3949, 3742, 202317, 532, 304, 23351, 62346, 31577, 33022, 32354, 51776, 1022, 1690, 501, 30646, 2174, 2203, 707, 711, 198343, 91995, 62816, 678, 15700, 7311, 1632, 959, 37842, 29479, 103510, 22027, ...
[ 0.2205810546875, 0.1964111328125, 0.259033203125, 0.126708984375, 0.0933837890625, 0.232177734375, 0.06988525390625, 0.04083251953125, 0.1353759765625, 0.20556640625, 0.09783935546875, 0.072509765625, 0.109375, 0.129150390625, 0.067138671875, 0.079833984375, 0.1781005859375, 0.0737...
embed
40644519_c1
40644519
fsharp
1
0-9.0.0.0" newVersion="9.0.1.0" /> ... but then I just get error FS0192: internal error: convMethodRef: could not bind to method in FSI. I've tried looking in the fusion logs; binding succeeds for the Newtonsoft.Json library, so nothing fishy going on, there. Anyone else run into this problem? EDIT: OK so I discovered ...
0-9.0.0.0" newVersion="9.0.1.0" /> ... but then I just get error FS0192: internal error: convMethodRef: could not bind to method in FSI. I've tried looking in the fusion logs; binding succeeds for the Newtonsoft.Json library, so nothing fishy going on, there. Anyone else run into this problem? EDIT: OK so I discovered ...
[ -0.025634765625, 0.04248046875, 0.0028839111328125, -0.00775146484375, -0.0042724609375, -0.00946044921875, -0.005950927734375, 0.01220703125, 0.0081787109375, 0.00732421875, -0.00531005859375, 0.0164794921875, 0.01373291015625, -0.0028533935546875, 0.0206298828125, -0.006927490234375,...
[ 757, 15205, 2389, 99929, 3525, 178390, 1126, 102014, 18499, 93774, 6746, 12231, 70796, 158, 334, 78572, 7352, 190015, 5809, 959, 68557, 47, 55300, 23, 563, 9902, 16487, 119485, 12684, 128239, 214493, 145076, 61306, 1375, 1681, 35773, 1294, 67...
[ 0.07861328125, 0.1160888671875, 0.109619140625, 0.1209716796875, 0.009521484375, 0.054962158203125, 0.119873046875, 0.062744140625, 0.17138671875, 0.1602783203125, 0.1048583984375, 0.28125, 0.194091796875, 0.1220703125, 0.1807861328125, 0.1131591796875, 0.118408203125, 0.2824707031...
embed
43393711_c0
43393711
fsharp
0
Title: How to have useful assertion-failure messages for FsUnit? Problem title: How to have useful assertion-failure messages for FsUnit? Tags: f%23, nunit, fsunit Problem: How to have useful assertion-failure messages for FsUnit? [<Test>] let ``test 4``() = A 10 |> should equal (B "abc") ...gives me the message: Expec...
How to have useful assertion-failure messages for FsUnit? How to have useful assertion-failure messages for FsUnit? f%23 nunit fsunit How FsUnit Test MyT this.ToString How to have useful assertion-failure messages for FsUnit? I'm using FsUnit 2.3.2 and I'm not happy with the failure messages. See the examples below: .....
[ 0.0025787353515625, 0.00836181640625, 0.00173187255859375, 0.01904296875, -0.011474609375, -0.017822265625, 0.0014190673828125, -0.0022735595703125, -0.00628662109375, 0.02880859375, 0.0115966796875, 0.0052490234375, -0.003936767578125, 0.01263427734375, 0.00946044921875, 0.00921630859...
[ 11249, 765, 80234, 10, 16865, 1363, 9, 120540, 3408, 89914, 100, 563, 7, 85600, 18, 1238, 3742, 4124, 217, 6548, 8647, 2646, 618, 903, 7763, 71713, 17368, 787, 107033, 959, 17723, 137578, 27781, 991, 73866, 26008, 4488, 67688, 4527, 10298...
[ 0.05181884765625, 0.0780029296875, 0.20458984375, 0.0560302734375, 0.176513671875, 0.07080078125, 0.058685302734375, 0.14453125, 0.108642578125, 0.17578125, 0.013336181640625, 0.1356201171875, 0.1082763671875, 0.2164306640625, 0.1168212890625, 0.09625244140625, 0.054931640625, 0.00...
embed
46641400_c0
46641400
fsharp
0
Title: How do I pass an arbitrary argument to an Azure WebJob SDK method? Problem title: How do I pass an arbitrary argument to an Azure WebJob SDK method? Tags: azure-webjobs, azure-webjobssdk, f%23 Problem: How do I pass an arbitrary argument to an Azure WebJob SDK method? I have an Azure WebJob function using the Tr...
How do I pass an arbitrary argument to an Azure WebJob SDK method? How do I pass an arbitrary argument to an Azure WebJob SDK method? azure-webjobs azure-webjobssdk f%23 How Azure WebJob SDK TimerTrigger timer:TimerInfo myData:Foo JobConfig How do I pass an arbitrary argument to an Azure WebJob SDK method? I have an Az...
[ -0.00118255615234375, 0.01519775390625, -0.0252685546875, -0.0108642578125, -0.0128173828125, -0.00823974609375, 0.0030059814453125, -0.012939453125, -0.00408935546875, -0.0224609375, -0.02783203125, -0.0098876953125, 0.006805419921875, 0.0283203125, 0.0179443359375, 0.01287841796875, ...
[ 11249, 27875, 61799, 1294, 10750, 47, 176071, 4002, 194802, 159, 45461, 55300, 54, 142, 295, 3408, 14051, 36791, 5740, 3742, 13320, 56, 74257, 21407, 21991, 70059, 93147, 759, 137989, 27591, 32664, 11935, 83671, 32354, 4699, 80889, 3444, 4370...
[ 0.07586669921875, 0.1611328125, 0.181884765625, 0.08709716796875, 0.26416015625, 0.08343505859375, 0.2193603515625, 0.131591796875, 0.2261962890625, 0.0526123046875, 0.2359619140625, 0.165283203125, 0.00921630859375, 0.005523681640625, 0.0299072265625, 0.1285400390625, 0.10546875, ...
embed
24340843_c0
24340843
fsharp
0
Title: F#: Why is Array.createZero so fast? Problem title: F#: Why is Array.createZero so fast? Tags: initialization, array-initialization, arrays, f%23 Problem: F#: Why is Array.createZero so fast? I have this code: let timer = new System.Diagnostics.Stopwatch() timer.Start() Array.zeroCreate<int> 100000000 timer.Stop...
F#: Why is Array.createZero so fast? F#: Why is Array.createZero so fast? initialization array-initialization arrays f%23 Why Array.createZero System.Diagnostics.Stopwatch timer.Start Array.zeroCreate timer.Stop timer.ElapsedMilliseconds timer.Reset Array.create F#: Why is Array.createZero so fast? I have this code: I ...
[ 0.014892578125, -0.007659912109375, -0.00811767578125, 0.00396728515625, 0.0001544952392578125, -0.03564453125, -0.0024871826171875, -0.009765625, 0.00122833251953125, 0.0255126953125, 0.0194091796875, 0.021240234375, 0.002593994140625, -0.00167083740234375, 0.00787353515625, -0.039062...
[ 563, 4904, 12, 44084, 83, 69253, 53, 5, 7612, 2182, 1511, 4036, 221, 4271, 61475, 47691, 10298, 943, 118, 289, 4778, 1238, 3742, 12353, 128198, 156095, 35414, 21991, 126597, 80510, 63784, 127966, 191633, 3509, 18151, 3034, 11249, 14602, 282...
[ 0.1099853515625, 0.164794921875, 0.03204345703125, 0.19140625, 0.09619140625, 0.1458740234375, 0.1385498046875, 0.03277587890625, 0.1412353515625, 0.083251953125, 0.1607666015625, 0.234619140625, 0.1339111328125, 0.2237548828125, 0.170166015625, 0.0516357421875, 0.125, 0.0271759033...
embed
70475450_c0
70475450
fsharp
0
Title: Custom attribute on record fields F# Problem title: Custom attribute on record fields F# Tags: reflection, f%23 Problem: Custom attribute on record fields F# I am trying to declare a custom attribute in a record and trying to read it. It seems to be not working. Please advise. // Custom Attribute for record fiel...
Custom attribute on record fields F# Custom attribute on record fields F# reflection f%23 Custom Attribute AttributeUsage AttributeTargets.Field Name _.value Record User Email organization_id OrganizationId Trying FSharpType.GetRecordFields Array.map p.Name p.GetCustomAttribute Array.iter Custom attribute on record fie...
[ -0.0048828125, 0.00064849853515625, -0.008056640625, -0.01202392578125, -0.0162353515625, -0.000732421875, 0.0003681182861328125, 0.007781982421875, -0.01422119140625, 0.003753662109375, 0.0091552734375, 0.0177001953125, -0.0025177001953125, -0.005279541015625, 0.0096435546875, -0.0200...
[ 130664, 150380, 13, 98, 17164, 44457, 563, 4904, 44961, 1830, 1238, 3949, 3742, 1913, 191145, 7, 63031, 3794, 6159, 19388, 15757, 27494, 54877, 53400, 14886, 53702, 532, 173101, 71, 40858, 93774, 3467, 254, 196707, 32271, 69253, 5, 62346, 1...
[ 0.2384033203125, 0.248291015625, 0.12255859375, 0.070556640625, 0.2386474609375, 0.2060546875, 0.1162109375, 0.16845703125, 0.22314453125, 0.09423828125, 0.0535888671875, 0.0048828125, 0.1029052734375, 0.047607421875, 0.1497802734375, 0.0440673828125, 0.0809326171875, 0.130859375, ...
embed
18984535_c0
18984535
fsharp
0
Title: f# match expression - &quot;rule will never be matched&quot; Problem title: f# match expression - &quot;rule will never be matched&quot; Tags: f%23 Problem: f# match expression - "rule will never be matched" I'm trying to learn F# and I've come to a point where I don't understand what I am doing wrong. I wrote t...
f# match expression - &quot;rule will never be matched&quot; f# match expression - &quot;rule will never be matched&quot; f%23 measurement::row p::rop _::row f# match expression - "rule will never be matched" I'm trying to learn F# and I've come to a point where I don't understand what I am doing wrong. I wrote the fol...
[ -0.006561279296875, 0.03076171875, -0.0111083984375, 0.01470947265625, -0.013671875, -0.00183868408203125, 0.0169677734375, -0.00286865234375, 0.0230712890625, -0.000850677490234375, 0.0260009765625, -0.0036773681640625, 0.01519775390625, -0.00762939453125, -0.0072021484375, 0.01550292...
[ 1238, 4904, 14858, 125195, 882, 133, 1221, 8306, 186, 297, 3742, 72350, 15555, 915, 28437, 563, 28219, 20594, 44691, 25632, 18151, 2967, 9969, 34759, 128219, 17932, 79986, 31577, 36510, 10336, 32554, 5303, 12921, 674, 74481, 28960, 27781, 512...
[ 0.10491943359375, 0.1951904296875, 0.220947265625, 0.194091796875, 0.145751953125, 0.1346435546875, 0.0816650390625, 0.10498046875, 0.052978515625, 0.10015869140625, 0.069580078125, 0.1466064453125, 0.12109375, 0.001007080078125, 0.10223388671875, 0.096923828125, 0.042022705078125, ...
embed
46819564_c0
46819564
fsharp
0
Title: DllImport in FSI Problem title: DllImport in FSI Tags: f%23, dllimport, mono Problem: DllImport in FSI Need to port following C# code to F#: [DllImport("libc", SetLastError = true)] private static extern int chmod(string pathname, int mode); What is wrong in following code? Tried it in FSI on Mac and getting err...
DllImport in FSI DllImport in FSI f%23 dllimport mono SetLastError DllImport FSI FS0193 Method FSI_0020 Libc.chmod Libc System.Runtime.InteropServices EntryPoint sys_chmod _path uint32 _mode DllImport in FSI Need to port following C# code to F#: What is wrong in following code? Tried it in FSI on Mac and getting error ...
[ -0.00909423828125, 0.0115966796875, 0.00897216796875, 0.0203857421875, -0.0081787109375, 0.00518798828125, 0.004852294921875, -0.00177001953125, 0.00408935546875, 0, 0.01336669921875, 0.001251220703125, -0.0079345703125, 0.0272216796875, 0.00830078125, -0.0218505859375, 0.01409912109...
[ 391, 1181, 61637, 6982, 563, 9902, 1238, 3742, 81717, 60270, 22460, 19943, 2729, 18468, 93774, 11591, 74644, 7049, 1549, 43278, 238, 206, 13415, 44851, 2146, 121979, 15123, 147534, 954, 128405, 4288, 6460, 61170, 52889, 11469, 25632, 4904, 18...
[ 0.07415771484375, 0.153076171875, 0.1534423828125, 0.188720703125, 0.1302490234375, 0.215576171875, 0.0716552734375, 0.07421875, 0.13623046875, 0.223388671875, 0.1295166015625, 0.027801513671875, 0.043182373046875, 0.082763671875, 0.15478515625, 0.1871337890625, 0.1768798828125, 0....
embed