Dan Brickley
Dan Brickley
More on that here - http://stackoverflow.com/questions/15211171/typeerror-objectobject-object-has-no-method-subself-typeerror-objectobject-o ... answer doesn't seem to be obvious, something like // var intersects = ray.intersectScene( this.scene ); // old var raycaster = new THREE.Raycaster(camera.position, vector.sub(camera.position).normalize());...
Thanks!
Thanks - hope you find time! I stumbled across a couple of incoming links to different examples but they're really hard to search for. Even a few nice extra example...
another entry point - http://slides.com/notlion/pst#/7
@dmitrizagidulin this is a long-running conversation, regarding RDF/S. In https://www.w3.org/TR/1998/WD-rdf-schema-19980814/ I was responsible for the following (rather naive) text: ``` Versioning and URI references The Resource Description Framework is intended...
The suggestion from experience is that these kinds of schema have literally [1] more in common with dictionary entries than with software library versioning. [1] http://www.salon.com/2013/08/22/according_to_the_dictionary_literally_now_also_means_figuratively_newscred/
My attempts were variations on this them: Load these in the .html: 1.) ``` ``` 2.) remove the tf.setBackend('cpu') line, https://github.com/CodingTrain/NeuroEvolution-Vehicles/blob/master/sketch.js#L79 3.) make a mess in sketch.js trying to use...
Literally what's in this repo, so ``` ``` A friend just suggested the answer is: >async function setup() { await tf.ready(); ... and >async function draw() { await tf.ready(); ......
Yup, that did it - though also needs the setBackend() call: ``` async function setup() { await tf.ready(); await tf.setBackend('wasm').then(() => main_after_wasm());// ``` What would a sensible way to benchmark/compare...
I tried cutting this down, in my checked out version, _registry = """ { "http://schema.org/": { "propertyURI": "vocabulary", "multipleValues": "unordered", "properties": { "additionalType": {"subPropertyOf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"}, "multipleValues": "unordered" } }, "http://microformats.org/profile/hcard":...