|
What was the grimmest tennis court you regularly played on, or, in the alternative, what is the grimmest tennis court you currently play on?
Me, I play most Fridays during my noon lunch work hour at the Echo Park courts just outside Downtown L.A. right...
Started by SVP on
, 14 posts
by 10 people.
Answer Snippets (Read the full thread at tennis-warehouse):
And I'm of the grimmest stuff i've seen.
What if I regularly play on a court irregularly (my tennis mechanics aren't that good).
|
|
Are there any good Scala blogs you regularly follow?
Started by cory on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Off course (aside Scala-blogs ), the one and only ;) :
Algorithmically challenged from SO contributor Daniel (Sobral)
And (very in-depth posts)
One Div Zero from James Iry (on SO as well )
But also:
scalide (for new about the IntelliJ plugin for Scala... .
|
|
Which nouns do you find yourself putting regularly at the end of your classes?
For example, I have a habit of sticking Info onto classes that pass information around but don't do a great deal:
ImportInfo SiteInfo Or for Coordinating classes:
UserManager...
Started by Chris S on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
;-)
Factory
Also:
Provider
....
Base
works both sides.
If my class is specifically doing calculations, I will prepend Calc
Examples:
TaxCalc TipCalc DateCalc why of course.. .
I use Provider and Helper a lot.
Util
EnumUtil ParseUtil StringUtil etc ...
|
Ask your Facebook Friends
|
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 .
|
|
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'm using a suite of WatiN tests driving IE to do some periodic sanity checking for the purposes of monitoring a site.
The suite works fine when I invoke it interactively and/or when I configure the task in Task Scheduler to "Run only when the user is...
Started by Ruben Bartelink on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Will the answer....
I have the same problem, but i haven't found the solution yet - tried tu run tests as NUnit schedule, and as VS2008 schedule, but without results, have anyone found solotion to this problem, I couldn't find any solution even on google .
|
|
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... .
|