Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

708

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

708 results for “Java”

Learn how ShareScore rates datasets ↗
zenodo36/100

Fig. 4 in A New Species Of Dendrelaphis (Serpentes: Colubridae) From Java, Indonesia

Fig. 4. Dendrelaphis underwoodi, new species, RMNH 40100, paratype.

opencc-by-4.0Feb 2008View details →
zenodo36/100

Fig. 3 in A New Species Of Dendrelaphis (Serpentes: Colubridae) From Java, Indonesia

Fig. 3. Dendrelaphis underwoodi, new species, RMNH 6880, paratype.

opencc-by-4.0Feb 2008View details →
zenodo36/100

Supplementary Materials for "An Automated Detection of Confusing Variable Pairs with Highly Similar Compound Names in Java and Python Programs"

<p>This is a dataset contains the data collected through the empirical study in our paper &quot;An Automated Detection of Confusing Variable Pairs with Highly Similar Compound Names in Java and Python Programs.&quot;</p>

opencc-by-4.0Dec 2022View details →
zenodo36/100

Replication package for "Method Chaining Redux: An Empirical Study of Method Chaining in Java, Kotlin, and Python"

<p>This dataset includes scripts and data files used to generate all analysis and results from the paper.&nbsp; A <strong>README.md</strong> file is included for details on using the scripts.</p> <p>The dataset is quite large.&nbsp; It is broken down into three archives.&nbsp; All scripts are in <strong>replication-pkg.zip</strong> and the other 2 files only contain data.&nbsp; So if you want to just inspect the analysis, you only need that single zip.</p> <p>If you grab the <strong>data-cached.zip</strong> file&nbsp;and extract it, it will need around 3GB of space.&nbsp; This is the processed dataset stored in Parquet files.&nbsp; Use this if you want to just recreate the tables/figures from the paper.</p> <p>If you want to make changes to the analyses, you will need the raw data in <strong>data-raw.zip</strong>.&nbsp; This will need around 29GB of space once extracted.&nbsp; If you then generate the CSV files from those TXT files (which you will need to do for any custom analysis), you will need an additional 22GB of space.</p>

opencc-by-4.0Jan 2023View details →
zenodo36/100

Experimental materials for "Reanalysis of Empirical Data on Java Local Variables with Narrow and Broad Scope"

<p>Data, scripts, and graphs for the paper "Reanalysis of Empirical Data on Java Local Variables with Narrow and Broad Scope", published in ICPC 2023.</p><p>See README file for details on directories and usage.</p>

opencc-by-4.0Mar 2023View details →
zenodo36/100

Over and Under Sampled Data-sets of Code Issues in Java Open-Source Projects

<p>The dataset comprises code changes made to 15 Java Open-Source projects, classified with sentiment values (0 for negative and 1 for positive) based on developer reviews during various revision submissions. The dataset is available in 8 versions, each containing a sampled dataset using an over or under-sampling technique.</p>

opencc-by-4.0Apr 2023View details →
zenodo36/100

Java Compiler Performance Evaluation

<p>A data set containing 7 Java projects for evaluating performance of Java compilers. Included are OracleJDK version 8.0.351, 9.0.4, 10.0.2 and 11.0.17&nbsp;as well as ExtendJ version 8, 9, 10 and 11. ExtendJ is an open-source Java compiler, more information can be found here: https://extendj.org/&nbsp;</p> <p>The included scripts measure the memory use and compilation times for these compilers when compiling the projects. Creating this data set was part of a master&#39;s thesis at Lund University.</p> <p>&nbsp;</p>

opencc-by-4.0May 2023View details →
zenodo36/100

Evaluating the Impact of Third-Party Library Reuse in Java Projects: An Empirical Study

<p>Update, we have added the following:<br> - `dataset.ipynb`: Computes all the dataset used for this study. The user needs to use a call graph generator like OPAL/WALA.</p> <p>- `loc.ipynb`: Computes a dataset for LOC information given a call graph dataset</p> <p>- `called-reuse.ipynb`: Computing a dataset for all called functions and LOC in third-party libraries</p> <p>- `megamorphic.ipynb`: Empirically decide the megamorphic call sites.&nbsp;<br> <br> This part of the submission related to the paper &quot;Evaluating the Impact of Third-Party Library Reuse in Java Projects: An Empirical Study&quot;. Here is a table of contents:</p> <ul> <li>`census.csv`: extracted data from the Census-II</li> <li>`releases_all.csv`: all releases available from Maven Coordinates in Census-II</li> <li>`releases_jar.csv`: dataset of all releases with a POM and JAR file</li> <li>`releases_jar_6_months.csv`: releases selected&nbsp;when studiying the 6-month interval</li> <li>`releases_jar_6_months.csv`: releases selected when comparing consecutive versions per artefactid and groupid</li> <li>`loc_composition.csv`: data on the ratio of insourced and outsourced code in project releases</li> <li>`loc_desc_without_lambdas.csv`: mined data on LOC information and class information.</li> <li>`loc_reuse_lower_bound.csv`: data on the ratio of reused LOC and functions of outsourced code, lower-bound</li> <li>`loc_reuse_upper_bound.csv`:&nbsp; data on the ratio of reused LOC and functions of outsourced code, upper-bound</li> </ul>

opencc-by-4.0Apr 2023View details →
ClinicalTrials.gov36/100

Junctional AV Ablation in CRT-D: JAVA-CRT

ClinicalTrials.gov study NCT02946853. IPD Sharing: NO. Countries: 1. Publications: 1.

closedIPD-NOFeb 2026View details →
dryad36/100

Execution trace data from: Cross-boundary mobile tracking: exploring Java-to-JavaScript information diffusion in WebViews

Open the record for dataset details and reuse information.

publicSep 2025View details →
dryad36/100

Data from: Controlling trapping, overgrazing and invasive vegetation is key to saving Java's last population of the Black-winged Myna

Open the record for dataset details and reuse information.

publicFeb 2022View details →
dryad36/100

Data from: Ongoing India-Eurasia collision predominantly driven by Sumatra-Java slab pull

Open the record for dataset details and reuse information.

publicJul 2025View details →
dryad36/100

Chloroplast genome of the critically endangered ginger Zingiber odoriferum Blume from Java, Indonesia: Characterization, comparison, and conservation insights

Open the record for dataset details and reuse information.

publicAug 2025View details →
zenodo32/100

An Empirical Study on the Use and Misuse of Java 8 Streams

<p>Streaming APIs allow for big data processing of native data structures by providing MapReduce-like operations over these structures. However, unlike traditional big data systems, these data structures typically reside in shared memory accessed by multiple cores. Although popular, this emerging hybrid paradigm opens the door to possibly detrimental behavior, such as thread contention and bugs related to non-execution and non-determinism. This study explores the use and misuse of a popular streaming API, namely, Java 8 Streams. The focus is on how developers decide whether or not to run these operations sequentially or in parallel and bugs both specific and tangential to this paradigm. Our study involved analyzing 34 Java projects and 5.53 million lines of code, along with 719 manually examined code patches. Various automated, including interprocedural static analysis, and manual methodologies were employed. The results indicate that streams are pervasive, stream parallelization is not widely used, and performance is a crosscutting concern that accounted for the majority of fixes. We also present coincidences that both confirm and contradict the results of related studies. The study advances our understanding of streams, as well as benefits practitioners, programming language and API designers, tool developers, and educators alike.</p>

opencc-by-4.0Feb 2020View details →
zenodo32/100

Supplementary material 4 from: Cumming RT, Bank S, Le Tirant S, Bradler S (2020) Notes on the leaf insects of the genus Phyllium of Sumatra and Java, Indonesia, including the description of two new species with purple coxae (Phasmatodea, Phylliidae). ZooKeys 913: 89-126. https://doi.org/10.3897/zookeys.913.49044

Table S4. Measurements of Phyllium gardabagusi sp. nov., holotype female, paratype males and females

opencc-zeroFeb 2020View details →
zenodo32/100

Supplementary material 5 from: Cumming RT, Bank S, Le Tirant S, Bradler S (2020) Notes on the leaf insects of the genus Phyllium of Sumatra and Java, Indonesia, including the description of two new species with purple coxae (Phasmatodea, Phylliidae). ZooKeys 913: 89-126. https://doi.org/10.3897/zookeys.913.49044

File S1. Concatenated supermatrix of COI, 28S, and 16S sequences from the 21 specimens sampled (18 Phyllium and three outgroups)

opencc-zeroFeb 2020View details →
zenodo32/100

Data - An Empirical Study of Method Chaining in Java

<p><strong>THERE ARE PROBLEMS WITH THIS DATASET. SEE <a href="https://tomokinakamaru.github.io/msr2020/">HERE</a> FOR MORE INFORMATION.</strong></p> <p>The collected method chains and the results of our manual inspections presented in&nbsp;&quot;An Empirical Study of Method Chaining in Java.&quot;, which will be published in MSR 2020.&nbsp;The archive file contains the following materials:</p> <ul> <li><code>data.txt</code>: List of all the collected chains</li> <li><code>metadata.txt</code>: List of files and the number of lines for each file</li> <li><code>rq1_{short,long,extlong}_201{0,8}.md</code>: Sampled chains for RQ1</li> <li><code>rq1_201{0,8}.csv</code>: Result of our manual inspections in RQ1</li> <li><code>rq2.md</code>: Sampled chains for RQ2</li> <li><code>rq2.csv</code>: Result of our manual inspections in RQ2</li> </ul>

opencc-by-4.0Mar 2020View details →
zenodo32/100

JTeC: A Large Collection of Java Test Classes forTest Code Analysis and Processing

<p>The recent push towards test automation and test-driven development continues to scale up the dimensions of test code that needs to be maintained, analysed, and processed side-by-side with production code. As a consequence, on the one side regression testing techniques, e.g., for test suite prioritization or test case selection, capable to handle such large-scale test suites become indispensable; on the other side, as test code exposes own characteristics, specific techniques for its analysis and refactoring are actively sought. We present JTeC, a large-scale dataset of test cases that researchers can use for benchmarking the above techniques or any other type of tool expressly targeting test code. JTeC collects more than 2.5M+ test classes belonging to 31K+ GitHub projects and summing up to more than 430 Million LOCs of ready-to-use real-world test code.</p>

opencc-by-4.0Feb 2019View details →
zenodo32/100

Subspecies and Distribution. H. b. bicolor Temminck, 1834 -Borneo, Java, and W Lesser Sunda Is. H.b.atroxK.Andersen,1918—SThailand,MalayPeninsula(includingTarutaoandTiomanIs),Sumatra,andBangkaIs. H.b.erigensLawrence,1939-Philippines(Luzon,Mindoro,andBoholIs)H.b.hilliKitchener,1996—TimorI,ELesserSundas. H.b.majorK.Andersen,1918-NiasandEngganoIs,offWSumatra. H.b.selatanKitchener,1996—SavuandRotiIs,ELesserSundas. H. b. tanimbarensis Kitchener, 1996 — Tanimbar Is (Selaru). Previous records from Taiwan I, Laos, and Vietnam may prove to be misidentifications and need further verification. in Hipposideridae

Subspecies and Distribution. H. b. bicolor Temminck, 1834 -Borneo, Java, and W Lesser Sunda Is. H.b.atroxK.Andersen,1918—SThailand,MalayPeninsula(includingTarutaoandTiomanIs),Sumatra,andBangkaIs. H.b.erigensLawrence,1939-Philippines(Luzon,Mindoro,andBoholIs)H.b.hilliKitchener,1996—TimorI,ELesserSundas. H.b.majorK.Andersen,1918-NiasandEngganoIs,offWSumatra. H.b.selatanKitchener,1996—SavuandRotiIs,ELesserSundas. H. b. tanimbarensis Kitchener, 1996 — Tanimbar Is (Selaru). Previous records from Taiwan I, Laos, and Vietnam may prove to be misidentifications and need further verification.

opennotspecifiedOct 2019View details →
zenodo32/100

Subspecies and Distribution. H. g. galeritus Cantor, 1846 -SE Thailand, S Laos, C & S Vietnam, Cambodia, Malay Peninsula (including Tarutao and Penang Is), Sumatra, and Bangka I. H. g. brachyotis Dobson, 1874 -India (Gujarat, Madhya Pradesh, Maharashtra, Karnataka, Bihar, Odisha, and Andhra Pradesh), Bangladesh, and Sri Lanka. H. g. insolens Lyon, 1911 — Borneo. H. g. longicauda Peters, 1861 -W & Java. Also present on Sanana I (Sula Is), but subspecies involved not known. in Hipposideridae

Subspecies and Distribution. H. g. galeritus Cantor, 1846 -SE Thailand, S Laos, C &amp; S Vietnam, Cambodia, Malay Peninsula (including Tarutao and Penang Is), Sumatra, and Bangka I. H. g. brachyotis Dobson, 1874 -India (Gujarat, Madhya Pradesh, Maharashtra, Karnataka, Bihar, Odisha, and Andhra Pradesh), Bangladesh, and Sri Lanka. H. g. insolens Lyon, 1911 — Borneo. H. g. longicauda Peters, 1861 -W &amp; Java. Also present on Sanana I (Sula Is), but subspecies involved not known.

opennotspecifiedOct 2019View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record