I am working for a while on a large scale, web-based game project, and I have decided to start updating the progress here as well. You can follow the progress on Twitter on: https://twitter.com/MicroKingdoms Or on http://micro-kingdoms.com/ You can follow me on twitch in live when I am working on it: My twitch channel is: …
Continue reading MICRO-KINGDOMS – Kingdom Management
Author:blindxfish
Shuttle Positions 3d
I have a long-hanging project waiting for me to finish. The main idea is to represent on the web portal the exact position and the status of shuttles in the respective aisles. 🙂 Controls with the mouse, to rotate hold CTRL, zoom with scroll. Here is a small edgy demonstration of it: The code can …
Continue reading Shuttle Positions 3d
LED Controller with Python + JS + Raspberry PI
INTRO I made this project because I was frustrated by having trouble with the IR RGB remote, it was always lost, the battery got empty, and I like to explore communication methods and apply them to electronics. I like to see the manifestation of the code in the real world, so this project was a …
Continue reading LED Controller with Python + JS + Raspberry PI
New life into the old battle-station
I have visited my old home where I have found my old pc and lot of good memories. I felt the surge to save him and give him a second lifetime. This massive outdated case is packed with massive outdated hardware, it had a lot of paint damages and, it was dirty and started to …
Continue reading New life into the old battle-station
PicDat v1.0 – Store products without DB
The is a little handler script I made last night. It’s written with PHP from scratch and seems ideal for small websites that want to store some extra data next to their pictures without any kind of database or external data source. Picdat is using the filename to store the data provided on the form. …
Continue reading PicDat v1.0 – Store products without DB
Check your home network – now!
I am writing this post for people with no networking knowledge. Most people do not have time to take care of their internet connection. Until people have access to the internet, and some of their favorite websites, they don’t really care about what is going on there, and that’s a huge mistake. Besides there is …
Continue reading Check your home network – now!
My Home Network – Planning Phase
Today I have done wireshark inspection on my home network to take a look what is happening on the wire. After moving in and because of the bussy life, this was the first time when I did a real inspection on my personal network. I have never experienced any disturbance, lag or anything strange, but …
Continue reading My Home Network – Planning Phase
TGW Crane Simulation
Small TGW crane simulation. Thanks to the great opportunity to be able to work with those great devices, I wanted to make a small simulation of the basic movements and options, to feel the challenges of movement and logic programming of one crane system. The project is not finished yet but It’s alive. I am …
Continue reading TGW Crane Simulation
Escaping pixels
On github: https://github.com/blindxfish/wizard You can feed any image inside of the javasript file, by transforming the image to base64, by any png to base64 translator.
Last Visitors On Canvas
Please Leave your or organisations name if you have visited the page ! 🙂 Thank You ! Here is my HTML5 canvas used with javascript, which is designed to pull saved data from mysql database with jquery-ajax call. New added data is handled and saved with php. The Array of names are limited to 16, …
Continue reading Last Visitors On Canvas