sbaltes / condor

Tool to identify links from Stack Overflow posts/comments pointing to developer resources using a heuristic based on domains and paths.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Condor

logo

Contextual Documentation Referencing on Stack Overflow

DOI

Image sources: Condor, Stack Overflow

Classification of Link Targets

This tool identifies links from Stack Overflow posts/comments pointing to developer resources using a heuristic based on domains and paths.

Execute developer resource matcher from console

The sample name has to be set in the properties file (condor.properties), e.g. sample=java_regex.

mvn clean install

Windows:

mvn exec:java -D"exec.mainClass"="org.sotorrent.condor.MatchDeveloperResources"

Linux/macOS:

mvn exec:java -Dexec.mainClass="org.sotorrent.condor.MatchDeveloperResources" output.log 2>&1

Execute link validation from console

The sample name has to be set in the properties file (condor.properties), e.g. sample=java_regex.

mvn clean install

Windows:

mvn exec:java -D"exec.mainClass"="org.sotorrent.condor.ValidateLinks"

Linux/macOS:

mvn exec:java -Dexec.mainClass="org.sotorrent.condor.ValidateLinks" > output.log 2>&1

Parameters

-r Boolean flag to enable re-validation.

If re-validation is enabled, the tool excepts a file ValidatedLinks.csv in the sample directory and only re-validates links with a 429 response code (too many requests).

Execute progress check from console

The sample name has to be set in the properties file (condor.properties), e.g. sample=java_regex.

mvn clean install

Windows:

mvn exec:java -D"exec.mainClass"="org.sotorrent.condor.CheckProgress"

Linux/macOS:

mvn exec:java -Dexec.mainClass="org.sotorrent.condor.CheckProgress" > output.log 2>&1

About

Tool to identify links from Stack Overflow posts/comments pointing to developer resources using a heuristic based on domains and paths.


Languages

Language:Java 100.0%