-
Updated
Oct 9, 2020 - Ruby
object-oriented
Here are 734 public repositories matching this topic...
-
Updated
Oct 3, 2020 - C
-
Updated
Jul 17, 2020 - Go
-
Updated
Feb 17, 2020 - JavaScript
-
Updated
Nov 2, 2019 - Swift
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 8, 2020 - Ring
Reason
From Joe Kelley at the NRC:
I am working on a 7-cell model that uses the GapHeatTransfer BC for every pair of sidesets as was done for the "reference" calculation in the extended scope task.
In that calculation, there were only two axial regions in the meshing-tools script, the support plate and everything else.
-
Updated
Jun 19, 2020 - Java
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Jun 23, 2016 - PHP
-
Updated
Aug 12, 2020 - C++
-
Updated
Dec 20, 2018 - Go
-
Updated
Dec 10, 2017 - Lua
-
Updated
Mar 24, 2019 - Objective-C
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 9, 2020 - C++
-
Updated
Oct 8, 2020 - C++
-
Updated
Sep 26, 2020 - C
New tutorials
Would you like to learn a new programming language and contribute to an open source project? Try ELENA.
Write a tutorial in ELENA and publish it at ELENA-LANG/tutorials
-
Updated
Jan 8, 2014 - C
-
Updated
Jun 14, 2020 - Python
-
Updated
Oct 20, 2017 - Scala
I'm pretty sure that SimpleAssign
is only created when the left-hand side is a StaticAssignable
(e.g., Var
, Const
, or Underscore
). If the target is a pattern, then it becomes a MatchAssign
, and if it is some method chain (e.g. x.y = 2
), then it is converted into a Call
to the y=
method with x
as the receiver.
With that, I think that the target
property of SimpleAssign
no
-
Updated
Apr 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the object-oriented topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-oriented topic, visit your repo's landing page and select "manage topics."