Skip to content

Instantly share code, notes, and snippets.

View jossiey's full-sized avatar

jossie jossiey

View GitHub Profile
@jossiey
jossiey / CmdLC.java-lab6.diff
Last active November 5, 2020 03:47
modify project LinkChecker-CmdLC to check links in Telescope posts
- public void checkWebsite(String link, int[] badLink) throws MalformedURLException {
+ public void checkWebsite(String link, int[] badLink) throws MalformedURLException {
+
String content = argUrl(link);
//save the urls from the file, avoiding duplication
HashSet<String> links = new HashSet<String> ();
- //regular expression