North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one 'Connected Bank Account
Connect every part of your business to one bank account
Learn More
Integrated AI strategy and execution software
No more tracking data with spreadsheets
Inspire Software is an AI powered strategic execution platform. It empowers organizations to elevate performance by aligning people, teams, and strategic goals in one streamlined platform. Headquartered in Jackson, Wyoming, Inspire brings together tools for goals, performance tracking, 1:1s, feedback, learning, pulse surveys, and more. This all-in-one solution fosters leadership across every level, helping align team efforts with your organization’s growth strategy for impactful results. With Inspire, you’re not just managing performance—you’re driving growth through leadership. Discover more at inspiresoftware.com.
crawler4j is an open source web crawler for Java which provides a simple interface for crawling the Web. Using it, you can setup a multi-threaded web crawler in few minutes. You need to create a crawler class that extends WebCrawler. This class decides which URLs should be crawled and handles the downloaded page. shouldVisit function decides whether the given URL should be crawled or not.
The Java Sitemap Parser can parse a website's Sitemap (http://www.sitemaps.org/). This is useful for web crawlers that want to discover URLs from a website that is using the Sitemap Protocol.
This project has been incorporated into crawler-commons (https://github.com/crawler-commons/crawler-commons) and is no longer being maintained.