vansh kabra

Results 8 issues of vansh kabra

This pull request adds documentation for the GRADLE_PROFILER_OPTS environment variable to the README.md file. The documentation explains how to use GRADLE_PROFILER_OPTS to customize JVM options for the Gradle Profiler tool,...

Adding algorithm logic for Logicgates like or and #5680 - [ ] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [ ] This pull request is all my own work -- I have...

…y loaded Resolves #7687 Changes: - Add check for `window.p5 instanceof p5` before global binding - Skip initialization and warn if p5.js was already loaded - Avoids errors from `Object.defineProperty`...

Resolves #2984 Changes: Screenshots of the change: ### Before vs After Comparison | Before | After | |--------|-------| | | | | | | | | | | | |...

Resolves #7903 Changes: Modified ellipse() method in p5.Renderer2D to apply transforms during clipping Used existing this.initialClipTransform (inverse of initial transform) stored in beginClip() Applied correct matrix multiplication order: initialClipTransform.multiply(currentTransform) Screenshots...