|
Hi all,
I'd like to write a little software which 'visits' a specific website regularly (every minute, for example) and gets specific data from there. This data is stored in a database which is used by another software I'm planning to write.
Is this legal...
Started by swalkner on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
After all....
Whether it's legal or not, if you are hitting someone's site every minute, it would be polite to contact the site owner and let them know of your intentions .
I am not a lawyer, but it will depend on the site and their copyright/terms of use .
|
|
I'm going to be distributing a plugin that will be routinely updated with features, bug fixes, and updates to downloadable corpuses.
The usual update site mechanism can do the update ok - when the user asks it to.
The problem is that (unlike MS Office...
Started by Uri on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To configure automatic updates, go to Window > Preferences > Install Updates > Automatic Updates
The ... .
You will see a popup window in the bottom right when an update is available .
Eclipse 3.4 check automatically for plugin updates by default.
|
|
Possible Duplicate:
I need some new blogs to help learn my new language (it’s C).
There is another wiki about C++ blogs, but I was unable to find the same for C .
Please could you share some blogs that you regularly follow and are concerned with programming...
Started by nvl on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The C language....
Not the same as blog, but in my opinion a very good resource
I see the idea of a "C blog" to be somewhat contradictory .
You can sign up for newsgroup comp.lang.c if you have Google account, you can use Google to read/post to newsgroup .
|
Ask your Facebook Friends
|
Hi, I am currently working on a data visualization project.My aim is to produce contour lines ,in other words iso-lines, from gridded data.Data can be temperature, weather data or any kind of other environmental parameters but only condition is it must...
Started by Qubeuc on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If your data is placed at regular intervals, this can be done.
The 1001 web pages that describe it.
|
|
I'll be writing a script to parse text documents into a MySQL database. I'll be converting PDF's to text with a separate utility. These PDF's will be submitted via e-mail attachments.
I'm looking to see if I can do this with PHP since that's the server...
Started by Andrew on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
regularly using a service like http://www.setcronjob.com/
Check this baby out - http can use cron to run your e-mail check script regularly - http://www.codewalkers.com/c/a/Server.
|
|
I run my own server at home for my personal website running Ubuntu Server with Apache, Bind9 and Django. What logs would you suggest are best to keep track of on a regular basis? (rather than on a basis of reading when something goes wrong). I'm thinking...
Started by Elliot Hughes on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Logs of interest:
/var/log/apache2/* - apache2 logs :) /var/log/auth.log - authentication attempts /var/log/daemon.log - system processes log here /var/log/syslog - everything logs here I use the logwatch package for monitoring SMTP traffic and SSH logins... .
|
|
Up until now I'm using RadioSure as my online radio player, but I'm fed up with their long cycles between updates and the negligence regarding updating radio stations.
Is there an alternative, preferably open-source/freeware, which updates the list of...
Started by NoCanDo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
My favorite:
Spider Player - The Ultimate Music Player
tons of radio stations, automatically... .
Winamp comes in a free and pro version.
They have tons of stations (Currently 33,566) which you can browse via the web .
I use Winamp to listen to SHOUTcast servers.
|
|
We have a web application hosted on IIS6 running on Windows Server 2003 with ASP.NET version 2.0.50727. The app has been running fine till last week. Since this week, we have been getting the below error at regular intervals causing recycle of the worker...
Started by Shreeram on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Unfortuanely the IIS error messages are not....
The surprising thing is that everything was fine as of last Thu and things went downhill this week .
No updates have been made in the recent 1-2 weeks .
Our OS is Windows Server 2003 SP2.
Thanks for the reply.
|
|
I just discovered that IIS builds up logs indefinitely and there don't appear to be any IIS settings that will automatically clean out old log files. What is the best way to keep my IIS logs under control so that they don't fill the entire hard drive?...
Started by Luke on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Well, if you want to clean them up regularly then why.
Object if you don't want to use LastWriteTime.
|
|
IRC is a handy tool at all sorts of levels:
Team communication User community participation Building customer service chat bots on an established protocol For these reasons and more I've come to love irssi+screen. Why do hosting companies love to hate...
Started by jldugger on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
IRC is regularly used in command and control systems for various internet worms, malware.
|