✕ Clear all filters
15 articles

📰 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
Outputting FBX in ASCII Format Using FBX SDK Python
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.
Differences Between Python and C++ Versions of the FBX SDK
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.
I Built an npm Package to Scrape and Slim Down YAML Files
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.
Using a Private Registry to Solve Docker Pull Issues with Corporate Proxies
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
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.
How to Get the Caller's Filename in Node.js
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
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...
My Study Notes on Convolutional Neural Networks (CNN)
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...
I Encountered an Amazing switch Statement
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...
Parsing and Serializing YAML in Go Without Struct Definitions
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...
How to Get Accurate Recording Duration from Unity's Microphone
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...