dinsdag 15 maart 2011

JScrape - the Java Website Scraping Framework !!UPDATED!!

JScrape Update


jScrape has been implemented some more, it not only includes a framework to post/get websites, with parameters, with proxy, but it now also includes a few parsers to look for:


  • images on a webpage
  • links on a webpage
  • emailaddresses on a webpage
and also a module to scrape a website to a certain level has been added.



Follow

maandag 14 maart 2011

Abstract Database - An easy MySQL - Database Implementation

Abstract Database


So today we decided to create a class library of our database. We just keep using this one, but never really created a class library of it. So after like 5 minutes of refactoring, we came up with this.



It includes a few design patterns and is very easy to implement in your own projects.

Created by Qkyrie & Chimera

Follow @_Qkyrie_