-
Phil Ashworth reports:
> We had a problem where a single tables has multiple concepts embedded
>
> Class concept1
>
> ```
> map:concept1 a d2rq:ClassMap;
> d2rq:dataStoragemap:database;
…
cygri updated
12 years ago
-
Hi all,
I am trying to assign a custom matrix to my mesh. My mesh's transform is this,
``` javascript
var xform = new THREE.Matrix4();
xform.identity();
xform.setTranslation(0,2,0);
xform.setRotatio…
-
Hi all,
I have done a basic cloth simulation using THREE.js.
This is using simple explicit Euler integration and basic collision with floor.
Rendering using the CanvasRenderer so should be even faste…
-
Add `--exclude-table` and `--include-table` options that take table names (incl. “*” wildcard) as argument. By default, all tables are included. Only tables that are included and not explicitly exclud…
cygri updated
12 years ago
-
Just wanted to know, current examples seem to use miles - how would I go about getting this to work with kms?
Example;
```
// Convert statute miles into degrees latitude
var circleLat = this.radius *…
jamsi updated
13 years ago
-
The URI transformations from Discogs pages URLs to DataIncububator-Discogs resource URIs\* are driven by this ruby script. If we would like to establish connections to this dataset, we have to do thes…
zazi updated
13 years ago
-
I tried to define some provenance information with the help of the Info Service Ontology, see the following example for DBTune-MySpace resources (it follows straight forward the link relations mapping…
zazi updated
13 years ago
-
Issue arose from issues/1:
musicbrainz_db=> SELECT COUNT(musicbrainz.url.url)
FROM musicbrainz.l_artist_url
INNER JOIN musicbrainz.link ON l_artist_url.link = link.id
INNER JOIN musicb…
-
hi,
I would like to convert a long array from local frame to equatorial using:
tpmu.convert
is there a better way than using a for loop?
the best would be to have a function which accepts arrays for …
zonca updated
13 years ago