Setup Scratch 3.0 server on the VirtualBox, CentOS, for macOS – 2/2
January 16, 2018 CentOSScratchServerVirtualBox
Cont. This part will describing setup of the Scratch and connecting iPhone.
Setup Scratch 3.0 server on the VirtualBox, CentOS, for macOS – 1/2
January 16, 2018 CentOSScratchServerVirtualBox
Scratch 3.0 is next version of Scratch which is popular programming environment. Here is a step by step procedure to create the Scratch 3.0 server running on Mac. It’s useful to hosts for small size of workshop or in case of network is not available, or multi devices.
2018 HAPPY NEW YEAR
January 1, 2018 Company
🎉🎉🎉 May this New Year bring happiness and joy for you and your family. 🎉🎉🎉
Scratch 3.0 setup to github.io pages
December 22, 2017 EducationScratch
Here is a memo when I was setup a gihub.io page by using the Scratch 3.0 develop branch. I hope this will help.😄
Scratch 2.0 Exercise: Moon Simulator
December 21, 2017 EducationScratch
For Scratch 2.0 Exercise: Let’s make a moon simulator.
Scratch 2.0 Exercise: Color Wheel and Shade
December 20, 2017 EducationScratch
For Scratch 2.0 Exercise: Understanding the Color Wheel and Shade.
Scratch 2.0 Exercise: Drawing an Infinity Symbol
December 19, 2017 EducationScratch
For Scratch 2.0 Exercise: Drawing an infinity symbol by using trigonometric function.
Preview: Scratch 3.0 setup and preview
November 25, 2017 Educationnode.jsScratch
Scratch 3.0 will be released publicly soon. This is a guide to setup for Scratch 3.0 on the npm. 😸
Android: Couldn’t create directory on external storage.
November 17, 2017 AndroidDevelopment
Now I’m developing an Android program that download MP3 file and store it on the external storage. Download is fine. But I had stuck at creating a directory on the external storage. 😅
How to check see if iPod audio file is DRM or not downloaded?
November 16, 2017 DevelopmentiOSSwift
MPMediaItem is a collection of properties that represents a single item contained in the media library. It contains property to see if audio file of the iPod is DRM or downloaded.