OK. So I have a CMS written in Java that satisfies the needs of several hundred clients. But periodically, a client will need a specialized application: for example, a class registration database appl
I am working on a web application and we would like to capture the screen (either the applications current screen or the whole screen) and attach this to an e-mail that is automatically generated for
I have this class called SiteAsyncDownload.cs Here\'s the code: public class SiteAsyncDownloader { WebClient Client = new WebClient();
I am attempting to get some information from a website, the info that I need is located on the missouri.edu site (so it\'s publicly available).
I need to scrape Form 10-K reports (i.e. annual reports of US companies) from SEC website for a project.
I\'m wondering if there are any existing libraries in or accessible from Objective-C that would allow me to scrape pages formatted like this one. Specifically, all of the dates and all of the text nex
I\'ll post my entire class and maybe someone with MUCH more experience can help me design something better. I\'m really new to doing things Asynchronously, so I\'m really lost here. Hopefully my desig
My plan is to have a user write down a movie title in my program and my program will pull the appropiate information asynchronously so the UI doesn\'t freeze up.
I\'m teaching myself Perl and I learn best by example.As such, I\'m studying a simple 开发者_开发技巧Perl script that scrapes a specific blog and have found myself confused about a couple of the regex
Is it possible, and if so how, do I use RAKE to scrape an ASP.Net Application (very s开发者_StackOverflow社区imple, just 2 login forms) - Basically a spider bot/web crawler.