All Posts Tagged "code"
-
How to Host a Public IPv4 Game Server With IPv6 Public Address
How I managed to host an old game server, which doesn't work with IPv6, on my home PC without public IPv4 address, by port forwarding on a VPS.
2022-02-26, tags: code, games -
The Maximum Subarray Problem
Solutions to the maximum subarray problem with explanations and proofs.
2021-11-27, tags: code, math -
Solution Explanation to Day 22 of Advent of Code 2019
Explanation to my solution for Day 22 of Advent of Code 2019.
2019-12-22, tags: code, math -
Calculating the Distance of a Point From a Line
Two ways to find a formula for calculating the distance of a point from a line.
2019-07-04, tags: code, games, math -
How to Cut a Clip From Video Without Quality Loss
A description of a journey to get ffmpeg to do what I want.
2019-07-03, tags: code