![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@dstanesc/fake-material-data
Advanced tools
Generate fake material data for testing and benchmarks.
08/31/2022: Eliminated the runtime dependency to Nodejs so that the material generation is possible in the browser / webpack w/o polyfills.
npm install @dstanesc/fake-material-data
import {
simpleMaterialJson
} from '@dstanesc/fake-material-data'
const matJson = simpleMaterialJson(); // <- classification count 4, property count 100, array property size 20
import {
simpleMeta,
simpleMaterialJson
} from '@dstanesc/fake-material-data'
const meta = simpleMeta([4, 500, 100]); // <- classification count 8, property count 500, array property size 100
const matJson = simpleMaterialJson(meta);
import {
simpleMaterialJson,
randomInt,
byteSize
} from '@dstanesc/fake-material-data'
const meta = {
classSize: () => 2, // <- classification count 2
propSize: () => 10, // <- property count 10
arraySize: () => 10, // <- array property size 10
arrayMaxValue: () => randomInt(10), // <- int array properties - array max value (10 or less)
arrayIntegralPart: () => randomInt(2) // <- float array properties - array integral part (2 or less)
}
const matJson = simpleMaterialJson(meta);
Please make sure that all the data and use-cases are sanitized for sharing in the public space.
Build dependencies
$ node --version
v16.13.1
$ npm --version
8.1.2
npm run clean
npm install
npm run build
npm run test
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services. Use of these trademarks or logos must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
FAQs
Materials synthetic data generation
We found that @dstanesc/fake-material-data demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.