Programming

Category: Programming

Calling Rust code from Python with ctypes

2 minute read

As I was learning, I came across an idea: what if I get to call Rust code from Python? Then I can take advantage of Rust’s speed in Python.

Advent of Code: Top 100 by Day 9!

less than 1 minute read

Hey everyone! It’s almost Christmas season, and that means Advent of Code is back in operations!

MIT App Inventor Summer Appathon recap

4 minute read

When the final announcements came out, I checked the results, and I saw Story Box, right there, in the Honorable Mentions list!

Contributor to CPython! Yay!

1 minute read

Yeah, I’m now a contributor to CPython 🙂. I caught an extremely significant bug in CPython that affected the coding experience of each and every Python progr...

Art of Problem Solving security flaw!

1 minute read

An email I sent to Art of Problem Solving(AoPS). It details a security flaw in AoPS’s online classrooms, which allowed impersonating anyone in the classroom.

The Python Challenge (Levels 0-5)

7 minute read

The Python Challenge (http://www.pythonchallenge.com) is an interesting coding challenge. I remember trying it when I was just in about first grade and getti...

Online OJ submitter

4 minute read

I decided to make an automatic submitter that submits to online judges, with one command.

Playing videos with a TI-84+ CE

4 minute read

Yes, it’s weird: People were headed to the moon in 1969, and people are making video players for calculators in 2022…

Tencent Meeting Helper v2.0 is out!

less than 1 minute read

This is a Tencent Meeting helper script, written in the AutoHotKey language. This tiny tool will save you tons of time when joining Tencent Meetings!

TI-84+ CE: The seq( command

2 minute read

The seq( command is very useful when you want to automatically fill in a sequence of anything.

My creations on the TI-84+ CE, Part 1

1 minute read

I have made some C/C++ programs for the TI-84+ CE and posted them on GitHub, available here. Some of them are still in progress, some of them are simply aban...