Calculator in C#
Simon has been into learning about C# the last couple of days. Yesterday he built a calculator. He didn’t actually compose the code himself as one might think after watching … Continue reading Calculator in C#
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
Simon has been into learning about C# the last couple of days. Yesterday he built a calculator. He didn’t actually compose the code himself as one might think after watching … Continue reading Calculator in C#
This is another Daniel Shiffman coding challenge where Simon got stuck half way, after hours of building though. The project involved building a video camera program in Processing (Java) and having … Continue reading Computer Vision
Smart Rockets, a coding challenge by Daniel Shiffman. It involved creating a genetic algorithm from scratch and making “smart rockets” (based on a simulation by Jer Thorp). The rockets evolve the … Continue reading Smart Rockets
Simon has discovered Microsoft WebMatrix , a free web development tool that provides an easy way to build websites and servers. he built a small site with it, following instructions on … Continue reading Microsoft WebMatrix
Simon was trying to apply the AFINN Sentiment Analysis list once again, following a whole playlist of tutorials by Daniel Shiffman. This time things got more complicated as Simon has built a … Continue reading Sentiment Analysis API and Front End Client
Yesterday Simon created an account on GitHub! He had followed a number of tutorials by both Daniel Shiffman and LearnWebCode to learn how to upload his projects on GitHub using … Continue reading Simon is on GitHub!
Simon trained with w3schools.com using their CSS library to create coloured boxes, panels, notes, quotes, danger alerts, box shadows, tables, buttons (floating, disables and shadow buttons), tags, tables, batches and … Continue reading w3.css library
Yesterday Simon spent his evening playing with arguments array as taught in Daniel Shiffman’s tutorial. He reenacted the tutorial from memory and explained it to me in detail. My phone’s … Continue reading Arguments Array
Simon made a mobile website using jQuery Mobile (a pack of CSS and JavaScript) with w3schools.com The website included a home page, e-mail, a phonebook and a calendar (a bit … Continue reading jQuery Mobile Website
This was a very interesting coding challenge to do: imagining we were AI’s unable to grasp the sentiment of the content we tried to analyse several simple texts with a Sentiment … Continue reading Sentiment Analysis Coding Challenge
Simon has spent nearly the whole day trying to build a website following a Derek Banas tutorial on Susy, a SASS framework. He first built the website in Windows 10, … Continue reading Susy, a SASS framework
A little journey into the world of CSS selectrors using the Specificity Calculator, a visual way to understand CSS specificity.