Advent of Code 2022 – Day 5
I'm trying to solve all the Advent of Code puzzles in this video series.
We look at creating a WordPress Plugin and what is required for it showing up on wordpress.org and getting through the review process. I made it and found some things to look out for and things that can make the process smoother. Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
I’m trying to create a lightbox with an auto playing youtube video
I’m trying to solve all the Advent of Code puzzles in this video series.
I challenge you to create a function to convert decimal to roman numeral in java. We are a long way from advent of code but I thought a coding challenge could be fun trying to create a good function to convert decimal numbers to roman.
We use Munin to monitor servers with different resources and critical operations. Munin will contact each server and ask for statistics and monitor if a service is running and have enough resources to work. Git repository: https://ift.tt/2YdYVbQ Please follow me on twitter Tweets by kalaspuffar Or visit my blog at: https://ift.tt/3bF6D4l Outro music: Sanaas Scylla
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…