A super-simple database
As a suggestion on a Coding Train thread on GitHub in which Daniel Sghiffman was asking for ideas on how to keep poll votes after restarting the server, Simon has … Continue reading A super-simple database
a homeschooling blog about Simon, a young mathematician and programmer, and his little sister Neva. Visit https://simontiger.com
As a suggestion on a Coding Train thread on GitHub in which Daniel Sghiffman was asking for ideas on how to keep poll votes after restarting the server, Simon has … Continue reading A super-simple database
You can easily turn every statement into a program. If the program stops, or “halts”, then the statement is true, and if it never stops, or “loops”, the statement is … Continue reading Simon’s Halting Problem Gist
On Saturday morning, Simon didn’t go to the SAT examination location, although we had registered him to try taking the SAT (with great difficulties, because he is so young). In … Continue reading What Simon did instead of taking the SAT on Saturday
Below is Simon’s issue/ topic suggestion he contributed to the Coding Train GitHub yesterday, addressed to Daniel Shiffman: Function Overloading Nah. Operator Overloading OK, first, we have to understand the valueOf() function. valueOf() is … Continue reading Example of Simon contributing an issue on GitHub
Simon’s suggestion for the Coding Train on GitHub: Because I like computer science these days, here are some computer science algorithm suggestions: Data Structures Array Linked List Hash Table Stack … Continue reading Simon’s Computer Science Algorithm Suggestions
Simon created three optical illusions in Processing (Java) playing with color. For better effect, you can download Simon’s code on GitHub: https://github.com/simon-tiger/colorIllusions The Part 1 video is about the first … Continue reading Optical Illusions in Processing (Java)
Simon programmed this game a couple of weeks ago but I have waited to publish the video as I hoped he would finish it and get in on GitHub. Unfortunately … Continue reading Muredo in JavaScript
Simon has just created a decision tree library, called “Decision”, that is helpful in building decision trees/forests (Machine Learning). He has also tried performing unit tests for the first time, … Continue reading Simon’s Decision Tree Library
Simon has just finished working on his first library, a #speechlibrary Speechjs. You can find Simon’s library on GitHub: https://github.com/simon-tiger/speechjs Simon also added a reference page at: https://github.com/simon-tiger/speechjs/wiki/Reference You can … Continue reading Simon made his own speech library: Speechjs
Simon is currently working on a “Matter.js textbook”, a set of tutorials on how to use Matter.js (a physics library) that he writes on GitHub. Simon writes everything himself, not … Continue reading Simon writing a Matter.js textbook
Simon has made a pull request to the p5.Speech GitHub repo (a milestone!) and hopes his request gets merged. In this video he explains what he wants to improve with … Continue reading Simon contributes to the p5.Speech library
Inspired by the Processing Community Day projects, Simon came up with an idea to launch his own community project – in procedural design. He used the Coding Train Community Cloud … Continue reading Simon Proposes a Community Project in Procedural Design