How to use OpenCL for GPU work
We use OpenCL to run workloads on GPU and try a simple blur filter.
We look at the posibility of coding python in order to change your minecraft world. Adding blocks with python and creating buildings and games in Minecraft. Adventure in Minecraft: https://ift.tt/2UpJuvQ Castle code: # Import necessary modules import mcpi.minecraft as minecraft import mcpi.block as block # Connect to Minecraft mc = minecraft.Minecraft.create() # Get the players…
We create a lot of directories for the new Linux environment and copy the required files to continue building our system.
In this video i will do a quick introduction to rust and introduce some important concepts that rust uses to handle packages and build your executables. Rust is a programming language that have been hyped since it’s introduction. It mixes good structure with execution performace, type safety and memory management.
In this video we will check for php compatibility on one of my old project and different versions of WordPress. First we need the CodeSniffer tooling, we will download it will wget. wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar Next we make the CodeSniffer checker executable. chmod +x phpcs.phar The plugin is fetched directly from github release page. Currently the…
I go through the basics of accessibility. Web Content Accessibility Guidelines (WCAG) 2.1 https://www.w3.org/TR/WCAG21/
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.