rhino
Here are 107 public repositories matching this topic...
-
Updated
Jun 30, 2020 - Shell
Describe the bug
The Wiki is using a data file to generate the documentation for UI buttons and GH components. We need to automatically generate and update these data files on each build.
Suggestion
An IronPython script can load the GH assembly, inspect the compone
see this discussion on the forum.
Step 0:
- I've read the contribution guidelines!
Proposed Spec Change
[ ] Introduce "Name" as a standard property on SpeckleObject
[ ] Rename existing property "Name" on SpeckleBlock to "BlockName"
-
Updated
Jun 27, 2018 - Groovy
-
Updated
May 15, 2020 - C#
-
Updated
Apr 16, 2019 - C#
-
Updated
Mar 5, 2020 - JavaScript
-
Updated
Feb 4, 2020 - C#
-
Updated
Jun 23, 2020 - C#
-
Updated
Jun 26, 2020 - Java
json2on only supports spline type trim curves. It should support freeform and container trim types.
Please refer to geomdl documentation for details.
-
Updated
Jun 28, 2020 - Go
-
Updated
Jun 23, 2020
We need to create a link between an API and the associated test cases.
Caption should be possible through a special tag
Proposal:
- In the source file, @gpf.sample ID [caption]
/**
* @gpf:sameas _gpfWebTagCreateFunction
* @since 0.2.1
* @gpf:sample DIV
*/
gpf.web.createTagFunction = _gpfWebTagCreateFunction;- In the associated test file: function () {
`
Improve this page
Add a description, image, and links to the rhino topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rhino topic, visit your repo's landing page and select "manage topics."

The Java NIO API provides useful standard open options[1] for file operations. At the moment Ringo only supports
READ, WRITE, APPEND. Ringo could also provide shortcuts / options forCREATE, CREATE_NEW, DELETE_ON_CLOSE, SPARSE, TRUNCATE_EXISTING.[1] http://docs.oracle.com/javase/7/docs/api/java/nio/file/StandardOpenOption.html