How to learn computer science using codecombat
We look into the codecombat game that helps pupils learn coding and guide teachers in how to teach computer science in a fun and engaging way.
Quick note just to save this small information. IBM support is telling us that it’s impossible to use Commerce Developer with an external Solr server. After some research I found which config file to change in order to change which server it will call. [WCDEV_INSTALL]\wasprofile\config\cells\localhost\nodes\localhost\servers\server1\namebindings.xml This file has multiple entries for configuring the search. Changing…
We look at two projects that tries to recreate a voice using extreamly small amount of voice data.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …
We are in our new linux environment and create automake and autoconf used to generate configuration scripts for building more packages in your system.
In this tutorial, I go through how to create a video in java. Using the framework Xuggle we can create a video file containing a stream of images. But you can use any BufferedImage to create these frames, so this library is super flexible and even support audio.