Hi again, today I’ll show you how you can magically tell anyone what day of the week they were born! No matter how long ago, even if they even didn’t know 🙂 The magic is in coding (I’ll use Python here) and its calendar module. The complete source is below along with a challenge at […]
Category: Coding
Winning The Lottery! Automatically :)
Howdy! Ok, I’m not guaranteeing you’ll win the lottery every time, or even ever, but I’ll show you here to generate automatic lottery numbers…for Mega Millions, Power Ball, Hit 5, and Lotto. This time, I’m using Python (a favorite among data scientists). Remember, I am NOT a programmer, but I’m a computer scientist. Difference? A […]
Randomization to Patterns!
Hello again, today I want to share with you a sample code (source and explanation) that generates random parameters, creates unique patterns out of them, every second, until the end of time! Sound intriguing? I love doing this kind of stuff. I code for fun, learning, and experimentation. I don’t consider myself a programmer because […]
Recall- One of my earlier Windows 3.1 programs
Hello again! So, here’s another of my older software programs I wrote for fun, education. This one’s a “simple” Windows 3.1 program I wrote back in 1995 while learning Windows coding myself (school taught me C, Pascal, COBOL LOL!!). This is a type of a memory game. You have to match at least 2 tiles […]
Throwback to God in ’95
Hello again! I was going through my floppy disks (what’s that?) in my vault and re-discovered many of my older software programs I wrote for fun, education and some were actually sold worldwide (one native DOS program and several Windows applications complete with installation, help and all). This one’s a relatively tiny program that’s big […]