Open Source Software

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.matuschek.net/jobo/

JoBo

JoBo is a simple program to download complete websites to your local computer. Internally it is basically a web spider. The main advantage to other download tools is that it can automatically fill out forms (e.g. for automated login) and also use cookies for session handling. Compared to other products the GUI seems to be very simple, but the internal features matters !
Oracle Oracle Technology Network > Java Article Why, Where, and How JavaFX Makes Sense CaptainCasa moved from Swing to JavaFX for front-end infrastructure, explaining that implementing an employee desktop front end with native technology is a valid approach and that JavaFX is a good fit.

Writing a Web Crawler in the Java Programming Language

http://www.oracle.com/technetwork/java/index.html
http://andreas-hess.info/programming/webcrawler/index.html Table of Contents This page Here you can... ... learn how to write a multithreaded Java application ... learn how to write a webcrawler ... by the way learn how to write stuff that is object-oriented and reusable ... or use the provided webcrawler more or less off-the-shelf. More or less in this case means that you have to be able to make minor adjustments to the Java source code yourself and compile it.

How to write a multi-threaded webcrawler in Java

Contents About WebSPHINX WebSPHINX ( Web site- S pecific P rocessors for H TML IN formation e X traction) is a Java class library and interactive development environment for web crawlers. A web crawler (also called a robot or spider) is a program that browses and processes Web pages automatically. WebSPHINX consists of two parts: the Crawler Workbench and the WebSPHINX class library. http://www.cs.cmu.edu/~rcm/websphinx/

WebSPHINX: A Personal, Customizable Web Crawler

http://nadeausoftware.com/node/73

Java tip: How to get a web page

Technologies: Java 5+ The starting point for building a link checker, web spider, or web page analyzer is, of course, to get the web page from the web server. Java's java.net package includes classes to manage URLs and to open web server connections. This tip shows how to use them to a get text, image, audio, or data file from a web server. Introduction

Capturing Screen in Java,Capture Screen Shot,How to Capture Screen Using Java Swing

http://www.roseindia.net/java/example/java/swing/Screenshot.shtml In this section, you will learn how to capture the screen. In this section, you will learn about the input map. Input map is used to perform actions according to the key strokes that mean when you press any combination of keys the program performs a specific task for the specified component.
Use common Java classes to build an offloading utility By Rakesh Didwania, JavaWorld.com, 05/18/00 In this article, I guide you through the steps involved in designing a utility to download a Website. This utility downloads only text and image files, but it can easily be extended to download files of any type. At the end of the article I'll provide tips on how you can extend the utility.

Download a Website for offline browsing

http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-offload.html

Open Source Freeware : 400+ free applications and utilities : eC

http://www.econsultant.com/i-want-open-source-software/index.html Open Source Freeware : 400+ free applications and utilities Extremely useful open source applications and utilities available free under various licenses. Free (but NOT open-source) is listed separately : I want a Freeware Utility to ... 450+ common problems solved. ; Please subscribe to our rss feed Also : I want Wordpress Plugin to ... 450+ solutions to blogging problems. Anti-Spyware/Anti-Virus/Anti-Rootkit Freeware Utilities : I want to ...
This is Vivalogo's list of best free, downloadable, open source social networking software / scripts (kinda hard to say all these words :) ). Unlike some other lists you may find on the net, this one contains only really downloadable and functional software. Note: listed in no particular order. SocialEngine SocialEngine is social networking software powered by PHP and Zend. http://www.vivalogo.com/vl-resources/open-source-social-networking-software.htm

Top 40 Free Downloadable Open Source Social Networking Software

http://www.hongkiat.com/blog/screen-capture-tools-40-free-tools-and-techniques/

Screen Capture Tools: 40+ Free Tools and Techniques

Screen capture , or print screen is perhaps the most efficient way to share whatever appears on your desktop. They help tech users like us to share and communicate better with friends and peers. Major operating systems today comes with basic screen capture and print screen function , but if these can’t fulfill what you need from a screen capture then you are probably looking for a screen capturing tool. Screen capturing tools do what the basic tool don’t. What these tools could do varies, including the ability to include sketches and text , instantly upload image online , audio capturing , dimension-specific capturing and more.

Open Source Windows

Open Source Windows The promise of open source software is best quality, flexibility and reliability. This is the updated list of the best open source software. The only way to have TRUE "Open Source Windows" is to have all equivalent native Windows programs uninstalled and removed. [Contents]
Document Actions Back again for yet another list of nifty tools written in open source Java. So while using a proxy or a automated crawler for information, you'll need to do some intepretation and cleansing of the incoming data. A little googling reveals a few interesting projects that may help us in that area. TagSoup - a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design.

HTML Screen Scraping Tools Written in Java