Sat Apr 20 00:13:48 2024
EVENTS
 FREE
SOFTWARE
INSTITUTE

POLITICS
JOBS
MEMBERS'
CORNER

MAILING
LIST

NYLXS Mailing Lists and Archives
NYLXS Members have a lot to say and share but we don't keep many secrets. Join the Hangout Mailing List and say your peice.

DATE 2016-11-01

LEARN

2024-04-20 | 2024-03-20 | 2024-02-20 | 2024-01-20 | 2023-12-20 | 2023-11-20 | 2023-10-20 | 2023-09-20 | 2023-08-20 | 2023-07-20 | 2023-06-20 | 2023-05-20 | 2023-04-20 | 2023-03-20 | 2023-02-20 | 2023-01-20 | 2022-12-20 | 2022-11-20 | 2022-10-20 | 2022-09-20 | 2022-08-20 | 2022-07-20 | 2022-06-20 | 2022-05-20 | 2022-04-20 | 2022-03-20 | 2022-02-20 | 2022-01-20 | 2021-12-20 | 2021-11-20 | 2021-10-20 | 2021-09-20 | 2021-08-20 | 2021-07-20 | 2021-06-20 | 2021-05-20 | 2021-04-20 | 2021-03-20 | 2021-02-20 | 2021-01-20 | 2020-12-20 | 2020-11-20 | 2020-10-20 | 2020-09-20 | 2020-08-20 | 2020-07-20 | 2020-06-20 | 2020-05-20 | 2020-04-20 | 2020-03-20 | 2020-02-20 | 2020-01-20 | 2019-12-20 | 2019-11-20 | 2019-10-20 | 2019-09-20 | 2019-08-20 | 2019-07-20 | 2019-06-20 | 2019-05-20 | 2019-04-20 | 2019-03-20 | 2019-02-20 | 2019-01-20 | 2018-12-20 | 2018-11-20 | 2018-10-20 | 2018-09-20 | 2018-08-20 | 2018-07-20 | 2018-06-20 | 2018-05-20 | 2018-04-20 | 2018-03-20 | 2018-02-20 | 2018-01-20 | 2017-12-20 | 2017-11-20 | 2017-10-20 | 2017-09-20 | 2017-08-20 | 2017-07-20 | 2017-06-20 | 2017-05-20 | 2017-04-20 | 2017-03-20 | 2017-02-20 | 2017-01-20 | 2016-12-20 | 2016-11-20 | 2016-10-20 | 2016-09-20 | 2016-08-20 | 2016-07-20 | 2016-06-20 | 2016-05-20 | 2016-04-20 | 2016-03-20 | 2016-02-20 | 2016-01-20 | 2015-12-20 | 2015-11-20 | 2015-10-20 | 2015-09-20 | 2015-08-20 | 2015-07-20 | 2015-06-20 | 2015-05-20 | 2015-04-20 | 2015-03-20 | 2015-02-20 | 2015-01-20 | 2014-12-20 | 2014-11-20 | 2014-10-20

Key: Value:

Key: Value:

MESSAGE
DATE 2016-11-29
FROM Christopher League
SUBJECT Re: [Learn] Quantum Entanglement
From learn-bounces-at-nylxs.com Tue Nov 29 08:40:15 2016
Return-Path:
X-Original-To: archive-at-mrbrklyn.com
Delivered-To: archive-at-mrbrklyn.com
Received: from www.mrbrklyn.com (www.mrbrklyn.com [96.57.23.82])
by mrbrklyn.com (Postfix) with ESMTP id B02CC161312;
Tue, 29 Nov 2016 08:40:15 -0500 (EST)
X-Original-To: learn-at-nylxs.com
Delivered-To: learn-at-nylxs.com
Received: from liucs.net (contrapunctus.net [174.136.110.10])
by mrbrklyn.com (Postfix) with ESMTP id E1EC0160E77
for ; Tue, 29 Nov 2016 08:40:12 -0500 (EST)
Received: from localhost (unknown
[IPv6:2600:1017:b414:4225:f703:e053:cc35:7e4c])
by liucs.net (Postfix) with ESMTPSA id DF32AE09C
for ; Tue, 29 Nov 2016 08:40:08 -0500 (EST)
From: Christopher League
To: learn-at-nylxs.com
In-Reply-To: <75e857d3-fd65-619d-96ff-c42ecdd6cce6-at-mrbrklyn.com>
References: <75e857d3-fd65-619d-96ff-c42ecdd6cce6-at-mrbrklyn.com>
User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/25.1.1
(x86_64-unknown-linux-gnu)
Date: Tue, 29 Nov 2016 08:40:07 -0500
Message-ID: <87shqaxv48.fsf-at-contrapunctus.net>
MIME-Version: 1.0
Subject: Re: [Learn] Quantum Entanglement
X-BeenThere: learn-at-nylxs.com
X-Mailman-Version: 2.1.17
Precedence: list
List-Id:
List-Unsubscribe: ,

List-Archive:
List-Post:
List-Help:
List-Subscribe: ,

Content-Type: multipart/mixed; boundary="===============0397904213=="
Errors-To: learn-bounces-at-nylxs.com
Sender: "Learn"

--===============0397904213==
Content-Type: multipart/alternative; boundary="=-=-="

--=-=-=
Content-Type: text/plain


You haven't really made it clear what you expect to happen. I suggest
using `assert` to clearly document, in code, what you expect to be true
that apparently isn't. "Changes go only one way" is pretty ambiguous.

Oh, and there's this:

(L110) std::cout << "i: " << i << " j: " << j
<< " test2[j]: " << test[j] << std::endl;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Where you say you're printing `test2` but you actually print `test`. Is
that why you think the results are wrong?

CL

> I ran into code tonight/this morning, thaty made me think of this post.
> Try this and see if you didn't go through a worm hole. Here we have an
> example of a new form of quantum entanglement:
>
> http://www.nylxs.com/docs/test.v2.cpp.html
>
>
> The result is that changes go only one way. Why?
>
> TEST INPUT TO VECTOR
> 0::0 1::1 2::2 3::3 4::4 5::5 6::6 7::7 8::8 9::9
> TEST INPUT TO OBJECT
> What is J0
> i: 10 j: 0 test[j]: 10
> i: 10 j: 0 test2[j]: 10
> What is J1
> i: 9 j: 1 test[j]: 9
> i: 9 j: 1 test2[j]: 9
> What is J2
> i: 8 j: 2 test[j]: 8
> i: 8 j: 2 test2[j]: 8
> What is J3
> i: 7 j: 3 test[j]: 7
> i: 7 j: 3 test2[j]: 7
> What is J4
> i: 6 j: 4 test[j]: 6
> i: 6 j: 4 test2[j]: 6
> What is J5
> i: 5 j: 5 test[j]: 5
> i: 5 j: 5 test2[j]: 5
> What is J6
> i: 4 j: 6 test[j]: 4
> i: 4 j: 6 test2[j]: 4
> What is J7
> i: 3 j: 7 test[j]: 3
> i: 3 j: 7 test2[j]: 3
> What is J8
> i: 2 j: 8 test[j]: 2
> i: 2 j: 8 test2[j]: 2
> What is J9
> i: 1 j: 9 test[j]: 1
> i: 1 j: 9 test2[j]: 1
>
> TEST INPUT TO OBJECT bidirectional
> What is i ==>0
> i: 0 j: 10 test2[i]: 10
> i: 0 j: 10 test[i]: 10
> What is i ==>1
> i: 1 j: 11 test2[i]: 11
> i: 1 j: 11 test[i]: 9
> What is i ==>2
> i: 2 j: 12 test2[i]: 12
> i: 2 j: 12 test[i]: 8
> What is i ==>3
> i: 3 j: 13 test2[i]: 13
> i: 3 j: 13 test[i]: 7
> What is i ==>4
> i: 4 j: 14 test2[i]: 14
> i: 4 j: 14 test[i]: 6
> What is i ==>5
> i: 5 j: 15 test2[i]: 15
> i: 5 j: 15 test[i]: 5
> What is i ==>6
> i: 6 j: 16 test2[i]: 16
> i: 6 j: 16 test[i]: 4
> What is i ==>7
> i: 7 j: 17 test2[i]: 17
> i: 7 j: 17 test[i]: 3
> What is i ==>8
> i: 8 j: 18 test2[i]: 18
> i: 8 j: 18 test[i]: 2
> What is i ==>9
> i: 9 j: 19 test2[i]: 19
> i: 9 j: 19 test[i]: 1
>
>
> What is J0
> i: 10 j: 0 test[j]: 10
> i: 10 j: 0 test2[j]: 10
> What is J1
> i: 9 j: 1 test[j]: 9
> i: 9 j: 1 test2[j]: 9
> What is J2
> i: 8 j: 2 test[j]: 8
> i: 8 j: 2 test2[j]: 8
> What is J3
> i: 7 j: 3 test[j]: 7
> i: 7 j: 3 test2[j]: 7
> What is J4
> i: 6 j: 4 test[j]: 6
> i: 6 j: 4 test2[j]: 6
> What is J5
> i: 5 j: 5 test[j]: 5
> i: 5 j: 5 test2[j]: 5
> What is J6
> i: 4 j: 6 test[j]: 4
> i: 4 j: 6 test2[j]: 4
> What is J7
> i: 3 j: 7 test[j]: 3
> i: 3 j: 7 test2[j]: 3
> What is J8
> i: 2 j: 8 test[j]: 2
> i: 2 j: 8 test2[j]: 2
> What is J9
> i: 1 j: 9 test[j]: 1
> i: 1 j: 9 test2[j]: 1
> __DONE__
> --
> So many immigrant groups have swept through our town
> that Brooklyn, like Atlantis, reaches mythological
> proportions in the mind of the world - RI Safir 1998
> http://www.mrbrklyn.com
>
> DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002
> http://www.nylxs.com - Leadership Development in Free Software
> http://www2.mrbrklyn.com/resources - Unpublished Archive
> http://www.coinhangout.com - coins!
> http://www.brooklyn-living.com
>
> Being so tracked is for FARM ANIMALS and and extermination camps,
> but incompatible with living as a free human being. -RI Safir 2013
> _______________________________________________
> Learn mailing list
> Learn-at-nylxs.com
> http://lists.mrbrklyn.com/mailman/listinfo/learn

--=-=-=
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable






1.0, user-scalable=3Dyes">




You haven=E2=80=99t really made it clear what you expect to happen. I su=
ggest using assert to clearly document, in code, what you expe=
ct to be true that apparently isn=E2=80=99t. =E2=80=9CChanges go only one w=
ay=E2=80=9D is pretty ambiguous.


Oh, and there=E2=80=99s this:


(L110)  std::cout << "i: " << i << &=
quot; j: " << j=20
<< " test2[j]: " << test[j] &l=
t;< std::endl;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Where you say you=E2=80=99re printing test2 but you actuall=
y print test. Is that why you think the results are wrong?


CL



I ran into code tonight/this morning, thaty made me think of this post. =
Try this and see if you didn=E2=80=99t go through a worm hole. Here we have=
an example of a new form of quantum entanglement:


http://www.nylxs.com/docs/test.v2.cpp.html


The result is that changes go only one way. Why?


TEST INPUT TO VECTOR 0::0 1::1 2::2 3::3 4::4 5::5 6::6 7::7 8::8 9::9 T=
EST INPUT TO OBJECT What is J0 i: 10 j: 0 test[j]: 10 i: 10 j: 0 test2[j]: =
10 What is J1 i: 9 j: 1 test[j]: 9 i: 9 j: 1 test2[j]: 9 What is J2 i: 8 j:=
2 test[j]: 8 i: 8 j: 2 test2[j]: 8 What is J3 i: 7 j: 3 test[j]: 7 i: 7 j:=
3 test2[j]: 7 What is J4 i: 6 j: 4 test[j]: 6 i: 6 j: 4 test2[j]: 6 What i=
s J5 i: 5 j: 5 test[j]: 5 i: 5 j: 5 test2[j]: 5 What is J6 i: 4 j: 6 test[j=
]: 4 i: 4 j: 6 test2[j]: 4 What is J7 i: 3 j: 7 test[j]: 3 i: 3 j: 7 test2[=
j]: 3 What is J8 i: 2 j: 8 test[j]: 2 i: 2 j: 8 test2[j]: 2 What is J9 i: 1=
j: 9 test[j]: 1 i: 1 j: 9 test2[j]: 1


TEST INPUT TO OBJECT bidirectional What is i =3D=3D>0 i: 0 j: 10 test=
2[i]: 10 i: 0 j: 10 test[i]: 10 What is i =3D=3D>1 i: 1 j: 11 test2[i]: =
11 i: 1 j: 11 test[i]: 9 What is i =3D=3D>2 i: 2 j: 12 test2[i]: 12 i: 2=
j: 12 test[i]: 8 What is i =3D=3D>3 i: 3 j: 13 test2[i]: 13 i: 3 j: 13 =
test[i]: 7 What is i =3D=3D>4 i: 4 j: 14 test2[i]: 14 i: 4 j: 14 test[i]=
: 6 What is i =3D=3D>5 i: 5 j: 15 test2[i]: 15 i: 5 j: 15 test[i]: 5 Wha=
t is i =3D=3D>6 i: 6 j: 16 test2[i]: 16 i: 6 j: 16 test[i]: 4 What is i =
=3D=3D>7 i: 7 j: 17 test2[i]: 17 i: 7 j: 17 test[i]: 3 What is i =3D=3D&=
gt;8 i: 8 j: 18 test2[i]: 18 i: 8 j: 18 test[i]: 2 What is i =3D=3D>9 i:=
9 j: 19 test2[i]: 19 i: 9 j: 19 test[i]: 1


What is J0 i: 10 j: 0 test[j]: 10 i: 10 j: 0 test2[j]: 10 What is J1 i: =
9 j: 1 test[j]: 9 i: 9 j: 1 test2[j]: 9 What is J2 i: 8 j: 2 test[j]: 8 i: =
8 j: 2 test2[j]: 8 What is J3 i: 7 j: 3 test[j]: 7 i: 7 j: 3 test2[j]: 7 Wh=
at is J4 i: 6 j: 4 test[j]: 6 i: 6 j: 4 test2[j]: 6 What is J5 i: 5 j: 5 te=
st[j]: 5 i: 5 j: 5 test2[j]: 5 What is J6 i: 4 j: 6 test[j]: 4 i: 4 j: 6 te=
st2[j]: 4 What is J7 i: 3 j: 7 test[j]: 3 i: 3 j: 7 test2[j]: 3 What is J8 =
i: 2 j: 8 test[j]: 2 i: 2 j: 8 test2[j]: 2 What is J9 i: 1 j: 9 test[j]: 1 =
i: 1 j: 9 test2[j]: 1 DONE =E2=80=93 So many immigrant gro=
ups have swept through our town that Brooklyn, like Atlantis, reaches mytho=
logical proportions in the mind of the world - RI Safir 1998 http://www.mrb=
rklyn.com


DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 http://www.nylxs.=
com - Leadership Development in Free Software http://www2.mrbrklyn.com/reso=
urces - Unpublished Archive http://www.coinhangout.com - coins! http://www.=
brooklyn-living.com


Being so tracked is for FARM ANIMALS and and extermination camps, but in=
compatible with living as a free human being. -RI Safir 2013 ______________=
_________________________________ Learn mailing list Learn-at-nylxs.com http:/=
/lists.mrbrklyn.com/mailman/listinfo/learn






--=-=-=--

--===============0397904213==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Learn mailing list
Learn-at-nylxs.com
http://lists.mrbrklyn.com/mailman/listinfo/learn

--===============0397904213==--

  1. 2016-11-01 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] how is it indexing in cuda
  2. 2016-11-01 Ruben Safir <ruben.safir-at-my.liu.edu> Re: [Learn] not adequately speced of explained
  3. 2016-11-01 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] how is it indexing in cuda
  4. 2016-11-01 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] not adequately speced of explained
  5. 2016-11-02 Christopher League <league-at-contrapunctus.net> Re: [Learn] Fitch Algorithm - C++
  6. 2016-11-02 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] Fitch Algorithm - C++
  7. 2016-11-02 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] how is it indexing in cuda
  8. 2016-11-02 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fitch Algorithm - C++
  9. 2016-11-02 IEEE Computer Society <csconnection-at-computer.org> Subject: [Learn] Hear Google's John Martinis Take on Quantum Computing at
  10. 2016-11-02 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] opencl
  11. 2016-11-02 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] scheduled for tommorw
  12. 2016-11-02 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] threads tutorial
  13. 2016-11-03 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] Fitch Algorithm - C++
  14. 2016-11-03 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] Fitch Algorithm - C++
  15. 2016-11-03 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] Fitch Algorithm - C++
  16. 2016-11-03 Christopher League <league-at-contrapunctus.net> Re: [Learn] huffman code
  17. 2016-11-03 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] huffman code
  18. 2016-11-03 Ruben Safir <ruben.safir-at-my.liu.edu> Re: [Learn] huffman code
  19. 2016-11-03 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fitch algorithm from the beginning
  20. 2016-11-03 From: <mrbrklyn-at-panix.com> Subject: [Learn] huffman code
  21. 2016-11-03 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Phenology meeting
  22. 2016-11-03 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] relevant hackathon
  23. 2016-11-03 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] relevant hackathon
  24. 2016-11-04 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] huffman code
  25. 2016-11-04 Christopher League <league-at-contrapunctus.net> Subject: [Learn] Fitch/Sankoff
  26. 2016-11-05 Christopher League <league-at-contrapunctus.net> Re: [Learn] Fwd: templates within templates
  27. 2016-11-05 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: Re: const T vs T const
  28. 2016-11-05 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: Template Library files and Header linking troubles
  29. 2016-11-05 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: templates within templates
  30. 2016-11-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] Fwd: templates within templates
  31. 2016-11-06 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] Fwd: templates within templates
  32. 2016-11-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] Fwd: templates within templates
  33. 2016-11-06 Christopher League <league-at-contrapunctus.net> Re: [Learn] Fwd: templates within templates
  34. 2016-11-06 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] Fwd: templates within templates
  35. 2016-11-06 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] Fwd: templates within templates
  36. 2016-11-06 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] Fwd: templates within templates
  37. 2016-11-06 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] GNU Parallel 20161022 ('Matthew') released [stable]
  38. 2016-11-07 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] templates and ostream for future reference
  39. 2016-11-08 Christopher League <league-at-contrapunctus.net> Re: [Learn] C++ signature ambiguity
  40. 2016-11-08 Ruben Safir <ruben.safir-at-my.liu.edu> Re: [Learn] C++ signature ambiguity
  41. 2016-11-08 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] C++ signature ambiguity
  42. 2016-11-08 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: Invitation: Phylogeny meeting -at- Weekly from 10:15 to
  43. 2016-11-08 Ruben Safir <mrbrklyn-at-panix.com> Subject: [Learn] Fwd: [nylug-talk] RSVP open: Wed Nov 16,
  44. 2016-11-09 Christopher League <league-at-contrapunctus.net> Re: [Learn] merge sort parallel hw
  45. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] merge sort parallel hw
  46. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] merge sort parallel hw
  47. 2016-11-09 Christopher League <league-at-contrapunctus.net> Re: [Learn] merge sort parallel hw
  48. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] mergesort tutorial
  49. 2016-11-09 Christopher League <league-at-contrapunctus.net> Re: [Learn] mergesort tutorial
  50. 2016-11-09 Christopher League <league-at-contrapunctus.net> Re: [Learn] namespace and external files confusion
  51. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] namespace and external files confusion
  52. 2016-11-09 From: "Carlos R. Mafra" <crmafra-at-gmail.com> Re: [Learn] Question about a small change
  53. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] =?utf-8?q?C++_call_of_overloaded_=E2=80=98track=28int*=26?=
  54. 2016-11-09 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: lost arguments
  55. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: [dinosaur] Dating origins of dinosaurs,
  56. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] merge sort parallel hw
  57. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] mergesort tutorial
  58. 2016-11-09 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] namespace and external files confusion
  59. 2016-11-10 Christopher League <league-at-contrapunctus.net> Re: [Learn] merge sort parallel hw
  60. 2016-11-10 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] merge sort parallel hw
  61. 2016-11-10 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] merge sort parallel hw
  62. 2016-11-10 Ruben Safir <ruben.safir-at-my.liu.edu> Re: [Learn] merge sort parallel hw
  63. 2016-11-10 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] [Hangout-NYLXS] mergesort tutorial
  64. 2016-11-10 Ruben Safir <mrbrklyn-at-panix.com> Subject: [Learn] Fwd: [Hangout-NYLXS] ease your mind- everything in the
  65. 2016-11-10 Ruben Safir <ruben.safir-at-my.liu.edu> Subject: [Learn] Fwd: [Hangout-NYLXS] R Programming Workshop
  66. 2016-11-10 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Paleocast phenogenetic tree building
  67. 2016-11-11 Christopher League <league-at-contrapunctus.net> Re: [Learn] merge sort parallel hw
  68. 2016-11-12 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] HW of mergesort in parallel
  69. 2016-11-13 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] merge sort in parallel assignment
  70. 2016-11-14 Christopher League <league-at-contrapunctus.net> Re: [Learn] merge sort in parallel assignment
  71. 2016-11-14 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] merge sort in parallel assignment
  72. 2016-11-14 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] merge sort parallel hw
  73. 2016-11-14 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] CUDA and video
  74. 2016-11-14 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] PNG Graphic formats and CRCs
  75. 2016-11-15 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: PNG coding
  76. 2016-11-15 ruben safir <ruben.safir-at-my.liu.edu> Subject: [Learn] Fwd: PNG Coding
  77. 2016-11-16 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] Fwd: lost arguments
  78. 2016-11-16 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] relevant hackathon
  79. 2016-11-16 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] C++ Workshop Announcement
  80. 2016-11-16 Ruben Safir <mrbrklyn-at-panix.com> Subject: [Learn] Fwd: Re: ref use
  81. 2016-11-16 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] ref use
  82. 2016-11-16 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] why use a reference wrapper int his example
  83. 2016-11-17 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] [Hangout-NYLXS] at K&R now
  84. 2016-11-17 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: [Hangout-NYLXS] Fwd: PNG Coding
  85. 2016-11-18 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] C++ workshop and usenet responses
  86. 2016-11-19 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: ref use
  87. 2016-11-20 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] when is the constructor called for an object
  88. 2016-11-21 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: creating a binary tree
  89. 2016-11-21 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: hidden static
  90. 2016-11-21 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: ISBI 2017 Call for Abstracts and Non-Author
  91. 2016-11-21 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: PNG coding
  92. 2016-11-21 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: Re: the new {} syntax
  93. 2016-11-21 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: when is the constructor called for an object
  94. 2016-11-21 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: when is the constructor called for an object
  95. 2016-11-21 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: [dinosaur] Eoconfuciusornis feather keratin and
  96. 2016-11-21 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] look what I found
  97. 2016-11-22 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Cuccuency book
  98. 2016-11-22 ruben safir <ruben.safir-at-my.liu.edu> Subject: [Learn] declare a func or call an object
  99. 2016-11-22 Ruben Safir <ruben.safir-at-my.liu.edu> Subject: [Learn] Fwd: Re: Using CLIPS as a library
  100. 2016-11-23 Ruben Safir <ruben.safir-at-my.liu.edu> Subject: [Learn] Fwd: Simple C++11 Wrapper for CLIPS 6.30
  101. 2016-11-23 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Parrelel Programming HW2 with maxpath
  102. 2016-11-24 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] great research news for big data
  103. 2016-11-24 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] mapping algorithms
  104. 2016-11-24 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Todays meeting
  105. 2016-11-25 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: [dinosaur] Flightless theropod phylogenetic variation
  106. 2016-11-26 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] Note to self for Thursday
  107. 2016-11-26 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fitch etc
  108. 2016-11-26 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Note to self for Thursday
  109. 2016-11-26 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] operator<<() overloading details and friend
  110. 2016-11-27 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] 130 year old feathers analysis
  111. 2016-11-27 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: ACM/SPEC ICPE 2017 - Call for Tutorial Proposals
  112. 2016-11-27 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: ACM/SPEC ICPE 2017 - Call for Workshop Proposals
  113. 2016-11-27 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: CfP 22nd Conf. Reliable Software Technologies,
  114. 2016-11-27 ruben safir <ruben-at-mrbrklyn.com> Subject: [Learn] Fwd: Seeking contributors for psyche-c
  115. 2016-11-29 Christopher League <league-at-contrapunctus.net> Re: [Learn] Look at this exciting output by my test program
  116. 2016-11-29 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] Look at this exciting output by my test program
  117. 2016-11-29 Ruben Safir <ruben-at-mrbrklyn.com> Re: [Learn] Look at this exciting output by my test program
  118. 2016-11-29 Christopher League <league-at-contrapunctus.net> Re: [Learn] Quantum Entanglement
  119. 2016-11-29 Ruben Safir <mrbrklyn-at-panix.com> Re: [Learn] Quantum Entanglement
  120. 2016-11-29 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Here is the paper I was talking out
  121. 2016-11-29 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Look at this exciting output by my test program
  122. 2016-11-29 nylxs <mrbrklyn-at-optonline.net> Subject: [Learn] Look at this exciting output by my test program
  123. 2016-11-29 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] Quantum Entanglement
  124. 2016-11-29 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] The Death of PBS
  125. 2016-11-29 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] witmer lab ohio and 3d imaging
  126. 2016-11-30 Ruben Safir <ruben-at-mrbrklyn.com> Subject: [Learn] phylogenetic crawler

NYLXS are Do'ers and the first step of Doing is Joining! Join NYLXS and make a difference in your community today!