Can you play Wolfenstein 3D in Minecraft? I generated the maps.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps ...
We talk about the struggles I had with running inferences in Java using a Keras model in tensorflow. This is the train.py used in this example. import tensorflow as tf #import tensorflowjs as tfjs import os from datetime import datetime from tensorflow.keras.models import Sequential, Model from tensorflow.keras.layers import Conv2D, MaxPooling2D, BatchNormalization, Layer from tensorflow.keras.layers import…
Explore a new and improved version of Doom 3, developed by a team of skilled programmers and available on our GitHub repository. With enhanced lighting and atmosphere, their latest version offers a unique gaming experience that stands out from the original and the BFG version. Join us on this thrilling adventure and witness the difference…
We look into how to setup an activity that changes language of your android application.
In this video I’ll compare different JDKs and look at their performance depending on if they are containerized or run locally. We will compare oracle, apache, libertica and graal JDKs.
We look into using mdx-deck to create a slide deck with code and react.
We look into writing a custom log4j appender in java and how to send you to log messages with an appender to RabbitMQ. Writing a custom appender is challenging due to performance considerations.