Giter Club home page Giter Club logo

9.6millionlinks's Introduction

Research Artifact: 9.6 Million Links in Source Code Comments

https://github.com/NAIST-SE/9.6MillionLinks/

This is a research artifact for the ICSE'19 paper 9.6 Million Links in Source Code Comments: Purpose, Evolution, and Decay. This artifact is a data repository including all 9,654,702 links associated with the information of languages and comment location (GitHub links including account names, repository names, commit hashes, file paths, and line numbers) and the processed data. The purpose of this artifact is enabling researchers to replicate our mixed-methods quantitative results of the paper, and to reuse our around 9.6 million links in source code comments for further software engineering research.

Since our full dataset exceeds the file size limitation of GitHub, we published a separate version of this archive including the full dataset on Zenodo: DOI.

Contents

  • INSTALL.md - description of the full dataset and other resources
  • LICENSE.md - CC0 1.0 Universal
  • README.md - this file
  • STATUS.md - application of an artifact badge of reusable
  • paper.pdf - the accepted paper
  • full_dataset - 9.6 million links avaiable at DOI

Processed data

RQ2 and RQ3

RQ4

RQ5

Answers

SELECT Event, COUNT(*)
FROM [sotorrent-org.2018_06_17.EditHistory]
WHERE PostId IN (
	SELECT PostId
	FROM [sotorrent-org.2018_06_17.Threads]
	WHERE ParentId = (
	  SELECT ParentID
	  FROM [sotorrent-org.2018_06_17.Threads]
	  WHERE PostId= <ANSWERID>
	)
)
AND TIMESTAMP(CreationDate) > TIMESTAMP(<COMMIT_TIME_STAMP>)
GROUP BY Event;

Questions

SELECT Event, COUNT(*)
FROM [sotorrent-org.2018_06_17.EditHistory]
WHERE PostId IN (
	SELECT PostId
	FROM [sotorrent-org.2018_06_17.Threads]
	WHERE ParentId = <QUESTIONID>
)
AND TIMESTAMP(CreationDate) > TIMESTAMP(<COMMIT_TIME_STAMP>)
GROUP BY Event;

RQ6

  • Link decay - HTTP status codes for 382,650 distince links

RQ7

Authors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.