Click here to Skip to main content
15,911,531 members
Home / Discussions / Java
   

Java

 
SuggestionRe: Connection Issue between Netbeans 8.2 and SQL Server 2014 Pin
Richard MacCutchan31-Dec-17 22:51
mveRichard MacCutchan31-Dec-17 22:51 
AnswerRe: Connection Issue between Netbeans 8.2 and SQL Server 2014 Pin
jschell1-Jan-18 6:57
jschell1-Jan-18 6:57 
QuestionJava Project Pin
Member 1359041122-Dec-17 7:42
Member 1359041122-Dec-17 7:42 
AnswerRe: Java Project Pin
Richard MacCutchan22-Dec-17 21:13
mveRichard MacCutchan22-Dec-17 21:13 
GeneralRe: Java Project Pin
barrontD2-Jan-18 19:28
barrontD2-Jan-18 19:28 
QuestionJava Pin
zakarie mukhtar abdi21-Dec-17 20:07
zakarie mukhtar abdi21-Dec-17 20:07 
AnswerRe: Java Pin
Richard MacCutchan21-Dec-17 21:44
mveRichard MacCutchan21-Dec-17 21:44 
RantRe: Java Pin
Richard Deeming22-Dec-17 2:05
mveRichard Deeming22-Dec-17 2:05 
GeneralRe: Java Pin
Richard MacCutchan22-Dec-17 3:58
mveRichard MacCutchan22-Dec-17 3:58 
AnswerRe: Java Pin
vishaljamdagni4-Feb-18 18:47
professionalvishaljamdagni4-Feb-18 18:47 
QuestionJava1 Pin
zakarie mukhtar abdi21-Dec-17 20:03
zakarie mukhtar abdi21-Dec-17 20:03 
AnswerRe: Java1 Pin
Richard MacCutchan21-Dec-17 21:44
mveRichard MacCutchan21-Dec-17 21:44 
GeneralRe: Java1 Pin
barrontD3-Jan-18 19:50
barrontD3-Jan-18 19:50 
QuestionJava Pin
Member 1358560919-Dec-17 15:38
Member 1358560919-Dec-17 15:38 
AnswerRe: Java Pin
Richard MacCutchan19-Dec-17 22:02
mveRichard MacCutchan19-Dec-17 22:02 
AnswerRe: Java Pin
barrontD4-Jan-18 19:51
barrontD4-Jan-18 19:51 
QuestionHow to build a simple web crawler that gets events for a future date? Pin
Member 135663578-Dec-17 21:32
Member 135663578-Dec-17 21:32 
AnswerRe: How to build a simple web crawler that gets events for a future date? Pin
Richard MacCutchan8-Dec-17 22:28
mveRichard MacCutchan8-Dec-17 22:28 
GeneralRe: How to build a simple web crawler that gets events for a future date? Pin
Member 135663578-Dec-17 22:39
Member 135663578-Dec-17 22:39 
GeneralRe: How to build a simple web crawler that gets events for a future date? Pin
Richard MacCutchan8-Dec-17 22:52
mveRichard MacCutchan8-Dec-17 22:52 
GeneralRe: How to build a simple web crawler that gets events for a future date? Pin
Member 135663578-Dec-17 22:58
Member 135663578-Dec-17 22:58 
GeneralRe: How to build a simple web crawler that gets events for a future date? Pin
Richard MacCutchan8-Dec-17 23:07
mveRichard MacCutchan8-Dec-17 23:07 
GeneralRe: How to build a simple web crawler that gets events for a future date? Pin
Member 135663578-Dec-17 23:18
Member 135663578-Dec-17 23:18 
I havent gotten that far yet. I dont really know. There are a lot of tools out there that help developers with these kinds of problems. I dont think I am the first person who wants to crawl websites looking for events, so it seems like there might be some already made tools either a java dependency I can put into my pom file or some npm package that will help me to solve that issue. If there is no such dependency, then I guess I will have to make it. If that is the case, the spontaneously, dont know if this is a good idea, because I came up with it 5 seconds ago. But You could create a bunch of lists of keywords that can be used as titles for the different data points I am interested with for example. Date could have a title on a website "date","Day of event", "Time", and so fourth. And then when you parse you looked for those key words, and then if you find it then you take the text that is nearby. Then using regular expressions you identify and remove any html tags. you could also have another list of regular expressions that identify if the text following the key word matches the regular expression, so in the case of date, you have like 50 regexes all identifying a date, so that you make sure to get a date. But yeah came up with that in 5 seconds. All I really want is events for a particular city on a particular date, maybe there is an API that takes care of that? Google doesnt, last time I checked.
GeneralRe: How to build a simple web crawler that gets events for a future date? Pin
Richard MacCutchan8-Dec-17 23:23
mveRichard MacCutchan8-Dec-17 23:23 
GeneralRe: How to build a simple web crawler that gets events for a future date? Pin
Member 135663578-Dec-17 23:28
Member 135663578-Dec-17 23:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.