Posts

Weekend Game Challenge: Pong

Image
As promised, although I am quite late....Too busy finishing my assignments and all hence the slow release of this week's challenge. For this week there will be none since I need to prepare for my final year project. As usual you can see the full source code on my github link below. Feel free to modify and edit as you please. Until next time... Pong Github : https://github.com/xtremusphone/Pong Regards, - -«ϰτгεϻϋѕ¤ (Admin)

Weekend Game Challenge: Snake

Image
Hello there, haven't been writing for a while now. As you can see in the title, I might try to make mini series for game creation. It may or may not happen, but I'll try to create a mini game series coded in Java for fun. For this week I am releasing code for snake which you can find the full source code in my github link below. You can try it out yourself ans see the code there ;). Cheers. Snake Github : https://github.com/xtremusphone/Snake Regards, - -«ϰτгεϻϋѕ¤ (Admin)

Source-code for simple MetroUx

Image
Hi guys, since I've been inactive in developing media player therefore I've decided to just publish the source code to the public. Do note that this is a simple experimentation for me to test out JavaFx features (which there are a lot more you can do with it). This source code could help you out getting started creating GUI in Java and who knows maybe you will be interested in creating controller libraries such as JFoenix (I didnt use that btw) to further increase JavaFx popularity. Do visit my github to fork out the source code and improve it a lot more ;). Figure shown is MetroUx running. Till then, see you in my next post ;) Github repo:  github/xtremusphone Regards, - -«ϰτгεϻϋѕ¤ (Admin)

The Self-Learning Chatbot

Image
It's been a year plus since i've written in this blog (hehe, mainly due to my internship and also my study at the university). Well I might be posting back to this blog uploading new stuff that may or may not be related to Artificial Intelligence. Owh so yeah, back to the main topic, I was busy trying to finish my assignment for Chatbot. It was kinda tough actually since I was not allowed to import any library apart from the built-in Java classes and method. Hence I had to develop my own NLP toolkit from scratch (not all NLP stuff is implemented) but hey it is good enough I think for an assignment stuff. Anyway, as of now it is still not up to the standard that I want and I will keep on improving it at the very least until the submission date.  Figure shown is the working Chatbot which are still work in progress So far the Chatbot system itself is quite good understand the statement from the user and replying with the appropriate answer to the user. Since there are a lo...

MetroUI : Revisited

Image
Picture showing metroui running Long time since i've posted something on this blog. So recently im learning Javafx to create a GUI application in java. What a better way to learn by trying to replicate my old project (MetroUI) as a learning process. As for now, the application actually works, it does play the music but the only problem is that there are no control for the the playback. This is just me experimenting with Javafx, so don't get your hopes too high seeing for any release though... Later on i'll post something related to android which im also learning side by side with Javafx. Regards, - -«ϰτгεϻϋѕ¤ (Admin)

Experimenting music streaming / file transfering OTA

Image
Currently i am working on network based application which are related to music streaming  and also file transfer on the internet. It is still a work in progress but so far so good as it seem. Below i attach a sneak peek of what i am doing right now. As of right now, the client are able to retrieve all available song list and request it to the server. This may not be released in this blog as it is just something that i am experimenting right now. As of now i will try to post frequently on what i am doing and updates for any application. Regards, - -«ϰτгεϻϋѕ¤ (Admin)

New Release! JSplit by Xtremus

Image
Hey guys, after a long time since not even a single update i am back with a new software. I'll cut short and tell you what it does. Basically this app take the file that you have chosen and split it into multiple parts. Why do we need to do it? Sometimes a file sharing site limits the size of a file. Hence, we need to break it up into several files. So basically that's it. It can split and join the files the user desire. (Picture showing JSplit v1.0) Download here  v1.0.1 System Requirement :  12kb of hard disk space latest Java installed running any supported OS by JVM FAQs 1.What it does actually? split files into smaller sized parts. 2.Does it support any type of file? virtually all type of files that you can imagine. 3.Will this be updated regularly? if you have either read past blog post you will know the answer Lol. 4.It does nothing? there are a few bugs that i need to iron out but as long as you follow the instruction it should be ...