Algorithm Basics in Small Basic
Algorithm is combinations of code patterns. Today, I’d like to introduce three basic code patterns. I also wrote a sample program for this blog: LMR321. Sequence Sequence of statements is the...
View ArticleSmall Basic Guru – September 2016 Gold Medal Winner
All the votes are in! And we have a fresh intake of MS and MVP judges too! So below are the results for the Small Basic category of the TechNet Guru Awards, September 2016 !!!! Small Basic Technical...
View ArticleAlgorithm Basics in Small Basic
Algorithm is combinations of code patterns. Today, I’d like to introduce three basic code patterns. I also wrote a sample program for this blog: LMR321. Sequence Sequence of statements is the...
View ArticleHappy New Year with Small Basic
Happy New Year! Today I will write about 2017 new year Small Basic challenges. The first one is December 31st – Special Challenge of the Month. Now we have three programs for this challenge. by...
View ArticleSmall Basic Challenges of the Month – January 2017 (featuring Johannes...
These challenges are intended for people who are learning to program for the first time or for those returning to programming who want to start using Small Basic. Some will be easy, some will be hard...
View ArticleSmall Basic – Kinect Motion Recorder
I wrote a new program – Motion Recorder (NVH911). This program uses Kinect sensor to record motion capture data into a text box. Push [REC] button to start recording. Push [■] button to stop. Push...
View ArticleSmall Basic – Artificial Neuron
I wrote a program about simple artificial neuron (PQK191). This neuron has two inputs x1, x2 and one output y. And the output can be shown as: y = f(x1*w1 + x2*w2 + b). While, w1, w2 are weights, b...
View ArticleWho will be crowned the First Small Basic Guru of 2017!!
Maybe that title should end in question marks, like this… Who will be crowned the First Small Basic Guru of 2017?? Anyhoo… Time for a fresh start! [The Guru is the means of realisation. “There is no...
View ArticleWant to be the Microsoft TechNet Small Basic Guru for February 2017?
February 2017 Small Basic Guru, it’s time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can share multiple articles in the same or different categories! Now,...
View ArticleSmall Basic – Creating Bart Simpsons’ head in 3D!
This comes from Tryhest. He started with a work in progres: 3d bart skull DWT117 He then continued adding facetes: KBV119 optimized code structure removed dot display facet counter added finished...
View ArticleSmall Basic – Language Packs
This blog is about how to use Small Basic with different regional langauges. Available Languages Using Small Basic with different languages has grown. Version 1.2 now supports the following languages....
View ArticleDecember 2016 Small Basic Guru Awards!!! Accessibility and Troubleshooting...
Here are the results for the TechNet Guru Awards, December 2016 !!!! This blog post highlights the Small Basic category. To see all the awards, head here: December 2016 TechNet Guru Winners! . So,...
View ArticleSmall Basic Authors take some titles in the Top 20 TechNet Guru Award Winners
So it looks like once upon a time, I wrote this blog post: Who are the Top 20 TechNet Guru Award Winners? Kamlesh recently followed it up with a much better version (and up to date): Who are the Top...
View ArticleSmall Basic Challenges of the Month – March 2017
These challenges from LitDev are intended for people who are learning to program for the first time or for those returning to programming who want to start using Small Basic. Some will be easy, some...
View ArticleGuru! Where are you? Time for the March 2017 Microsoft Small Basic Guru awards!
Also, where is Scooby Doo? March 2017 Small Basic Guru, it’s time to share great skills as a TechNet Wiki article and WIN medal(s). Medals? Yes, you can share multiple articles in the same or different...
View ArticleTinkering Arduino and Small Basic
Last October, I wrote about Arduino Sample Programs in this blog. After that I posted a thread to summarize Arduino programs in Small Basic forum. Today I will introduce some images of programs in the...
View ArticleSmall Basic – Train
Today, I’d like to introduce Small Basic programs that show trains. Bit Train Games BPF583 by Tryhest click on left lever to select train path click on right lever to open/close path Choo Choo Anim...
View ArticleSmall Basic Game Programming – Bowling Game
I wrote a bowling game program for Challenge of the Month – March 2017. So, today, I’d like to introduce how to write a bowling game in Small Basic. Create Images At first, I made two images – pin and...
View ArticleMicrosoft partners with IGNITE Worldwide to teach 54 High School girls how to...
How’s that for a blog title? Microsoft Small Basic is partnering with IGNITE Worldwide to run workshops that teach girls to code! In 6 workshops (from February to May), we’ll teach 414 girls to code!...
View ArticleSmall Basic – Quilt Show Case
Quilt program is one of community challenges this month. Let’s go through the posted quilt programs. CMR707 by Evelyn Rothman JLP150 by Nonki CSQ869 by NaochanON CSQ869-1 by Tryhest FSM153 by NaochanON...
View Article