-
Updated
May 29, 2020 - Ruby
object-oriented
Here are 686 public repositories matching this topic...
These are the feedback from @yawniek on slack
- the vm.New vm.New and v.ExecInstructions methods would profit from some minimal documentation, especially what all the "paths" actually mean. some of them seemed semi obvious..
- same for RegisterExternalClass ExternalClass and vm.Method albeit those are relatively clear
- how can i load a class into toplevel so i dont need a requir
contributing.md
We need a contributing.md
doc that shares community conventions.
Stamp conventions
- Naming stamps:
your-module-name-stamp
- Keywords for
package.json
:stamp
,stampit
Automatic code quality conventions 😎
- Use the prod-module-boilerplate (soon to be replaced with `npm install -g cloverfield cf-package
-
Updated
Nov 2, 2019 - Swift
- C
- C++
- C# - @ajaynair710
- CoffeeScript
- Dart - @Valdermaut
- Go
- Java
- JS - @ashishnagpal2498
- Kotlin - @sandhyabhan
- Php
- Python
- Readme - @SimranMakhija7
- Ruby
- Rust
- TypeScript - @aaliyah03
-
Updated
Oct 19, 2019 - C++
-
Updated
May 27, 2020 - Ring
Reason
Many postprocessors which were developed before newer APIs came about do their communication in getValue()
. With the finalize()
method added, we suggest that communication is done there instead.
Design
Move communication calls from getValue()
to finalize()
for postprocessors where possible.
Impact
Consistency across postprocessor objects.
-
Updated
May 21, 2020 - Java
-
Updated
May 28, 2020 - JavaScript
-
Updated
Jun 23, 2016 - PHP
On the main page, the documentation talk about using ref_ptr
for memory management, but none of the code does that. It's not clear what is the current memory model expectation from globjects now it's using unique_ptr
, so I guess a update of the documentation is required.
It should answer these questions:
- When the globject interface use a plain pointer, who is managing the pointer life
Is it possible to add the Onsen UI framework to KVision as an optional dependency? I don't mind creating the wrapper but I've never done much with the virtual DOM in KVision, I might need some pointers to get started or perhaps a suggestion on which existing dependency I could use as a template.
It looks like most of the functionality is in custom tags.
This is for our
-
Updated
Dec 20, 2018 - Go
-
Updated
Dec 10, 2017 - Lua
-
Updated
Mar 24, 2019 - Objective-C
-
Updated
Mar 3, 2020 - JavaScript
@lberti could you commit the falling sphere case (geo+cfg+json) ?
please add a README.adoc to explain the expected results
@vincentchabannes needs it to test new developments
The repository https://github.com/daokoder/learnxinyminutes-docs needs some love.
- The repository does not currently contain Dao. The page https://learnxinyminutes.com/ already saved a lot of time to many people I know and now I need few good programmers to learn Dao, but they have to dig through the incomplete "long" documentation, which does not make t
-
Updated
May 28, 2020 - C++
-
Updated
Jan 8, 2014 - C
-
Updated
Oct 20, 2017 - Scala
Samples
- Elementary cellular automaton
- Zebra puzzle
- Write float arrays to a text file
- Word search
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
-
Updated
Oct 13, 2018 - 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."
Here I have another suggestion, this time about our Gravity's CLI. I come up with this list of improvements which I think should benefit the project:
REPL
REPL
add a new flag for examplegravity --repl
gravity new [project]
- a new simple command to create new project. (A wizard which helps with co