VDVivian Daiinviviandai.hashnode.dev路Apr 15, 2022 路 9 min readEsoteric Sorting AlgorithmsSorting algorithms are a classical way to teach efficiency. As a result, they tend to be robotically efficient. Sometimes people may need a reminder that computers are still made by humans and humans have a sense of humor. As a human with a sense of ...00
VDVivian Daiinviviandai.hashnode.dev路Apr 2, 2022 路 2 min readHello World: EmojicodeNow let's take a look at Emojicode. Emojicode was built on C/C++ and like its name suggests, this is a programming language that uses emojis. Code Call the file hello.馃崌 or hello.emojic if your computer doesn't have emoji support. 馃挱馃敎 Hello World Fi...00
VDVivian Daiinviviandai.hashnode.dev路Mar 18, 2022 路 3 min readHistory of Women in ComputingComputers have been used for thousands for years to assist with counting and other math. More advanced computing devices of the past could predict the movement of the stars. It's worth exploring how the history of computing was shaped and the influen...00
VDVivian Daiinviviandai.hashnode.dev路Mar 6, 2022 路 1 min readHello World: StuckLet's start off the series with Stuck, a language where an empty file will output "Hello, World!" Code That's it, no code. An empty file in Stuck will print "Hello, World!". How Does This Work? We can take a look at the Github repository for Stuck ...00
VDVivian Daiinviviandai.hashnode.dev路Nov 19, 2021 路 1 min readInstalling PygamePygame can be somewhat difficult to install for a beginner so here are scripts that can install Pygame more easily (download the right file for your operating system then double click on the file): https://gist.github.com/vivian-dai/14b8c4645983d4f3e...00