📰 Dev.to · Shoichi Okaniwa
15 articles · Updated every 3 hours · View all reads
All
Articles 83,455Blog Posts 106,014Tech Tutorials 20,421Research Papers 17,847News 14,028
⚡ AI Lessons

Dev.to · Shoichi Okaniwa
1mo ago
Executing Git Commands from Unity's C#
Executing Git Commands from Unity's C I recently had the opportunity to execute Git...

Dev.to · Shoichi Okaniwa
2mo ago
Removing Only the First Line of a Multi-Line String in JavaScript
Learn how to remove only the first line from a CSV string with non-CSV data, using JavaScript's 'indexOf' and 'substr' methods.

Dev.to · Shoichi Okaniwa
2mo ago
How to Install Corretto 8 on Windows
Learn to install Amazon Corretto 8 on Windows, potentially transitioning from OracleJDK, ensuring Java 8 compatibility.

Dev.to · Shoichi Okaniwa
2mo ago
Differences Between pScene and lScene in FBX SDK
Discover the distinctions between `pScene` and `lScene` in FBX SDK and understand their roles within sample code.

Dev.to · Shoichi Okaniwa
2mo ago
Outputting FBX in ASCII Format Using FBX SDK Python
Learn how to export FBX files in ASCII format using the Python version of the FBX SDK instead of the default binary format.

Dev.to · Shoichi Okaniwa
2mo ago
Differences Between Python and C++ Versions of the FBX SDK
Understand key differences between FBX SDK's Python and C++ versions, including template functions, array outputs, and pointers.

Dev.to · Shoichi Okaniwa
2mo ago
I Built an npm Package to Scrape and Slim Down YAML Files
yaml-scraper: an npm package to delete or empty specific keys from YAML files at any depth, built around API Gateway size limits.

Dev.to · Shoichi Okaniwa
2mo ago
Using a Private Registry to Solve Docker Pull Issues with Corporate Proxies
Learn to use a Private Docker Registry to overcome download failures due to corporate proxy restrictions on docker pull.
![[LeapMotion + UniRx] Moving a Camera with Hand Gestures: Two-Hand Edition](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fsegurvita%2Fsegur-article-assets%40main%2F2019-04-22_leapmotion-unirx-moving-a-camera-with-hand-gestures-two-hand-edition%2F186a8042-61be-21dd-82db-20c22b558c3c.png)
Dev.to · Shoichi Okaniwa
2mo ago
[LeapMotion + UniRx] Moving a Camera with Hand Gestures: Two-Hand Edition
Extend Leap Motion camera control to two hands — implementing scale, rotation, and translation using UniRx reactive streams in Unity.

Dev.to · Shoichi Okaniwa
2mo ago
How to Get the Caller's Filename in Node.js
How to get the calling file's filename inside a Node.js function using the Error stack trace, with no third-party packages.
![[LeapMotion + UniRx] Moving a Camera with Hand Gestures](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flln0j3yuaesxp3uw02u3.png)
Dev.to · Shoichi Okaniwa
2mo ago
[LeapMotion + UniRx] Moving a Camera with Hand Gestures
Introduction I wanted to find a way to move the Main Camera in Unity when the only...

Dev.to · Shoichi Okaniwa
2mo ago
My Study Notes on Convolutional Neural Networks (CNN)
Introduction I studied CNN (Convolutional Neural Network) in deep learning, and I'm...

Dev.to · Shoichi Okaniwa
2mo ago
I Encountered an Amazing switch Statement
I Encountered an Amazing switch Statement While working on a Java refactoring project, I...

Dev.to · Shoichi Okaniwa
2mo ago
Parsing and Serializing YAML in Go Without Struct Definitions
Introduction I wanted to parse YAML and convert it back to a string in Go, but I couldn't...

Dev.to · Shoichi Okaniwa
2mo ago
How to Get Accurate Recording Duration from Unity's Microphone
Introduction I was building a voice recording feature using a smartphone microphone in...
DeepCamp AI