Skip to main content

Posts

Showing posts with the label Java

Website Crawler Projekt

Launched in September 2017. View Project Website Crawler is a small program I have built, that scans a website looking for its links, which get also scanned until a full collection of that website's links is established and displayed. Useful when you are looking for individual elements of a webpage without having to go through the pages. For example you might be looking just for the images of the website and this program is able to fetch most of them, as the quality of results is based on the website. However there are going to be improvements in the algorithm for better and faster scanning. Download Website-Crawler We offer two versions for the program, the .exe version which is easy to use and supported only on Windows and the .jar version which is in raw Java, and cannot be executed independedly. To run the .jar file you need to open your Command Line and type:   java -jar WebsiteCrawler.jar  . Both of these files below  require Java  to run. Na...

NetChat Project

Launched in 26th August 2017. View Project NetChat is a powerful web chatting software written in Java for the client side, and in PHP and MySQL in the server side, because of the limitations that exist in free hosting. Table of contents Choose what you are looking for to get started: Description Screenshots Downloads Description The primary idea of NetChat is to exchange messages between the users, just like WhatsApp or Messenger. You create an account, log in and text any other NetChat user you want, simple as that. You can also personalize NetChat using the colors and fonts you feel most comfortable with. Even in poor internet connection the App will still work. As our next step, we see jumping into mobile development, by creating the NetChat App for Android and iOS, which would be a great breakthrough for this project. It is totally free to use and we'll make sure it always stays that way. Also want to mention that the data that gets exchanged via this Applicat...

EscapE Game Project

Launched in 2015. View Project Written in pure Java. EscapE is a survival game where the player has to prevent touching deadly enemies for as long as you can. Try to break the records and reach legendary high-scores. Here is a live preview of the player fighting an epic battle against the two enemies. This could be you. Press the  W, A, S, D  keys to move around. Press  O  for slow-motion and  P  for pause. Please share with your friends if you like. Press the download button. Enjoy :)