100+ datasets found
  1. h

    rlvr-code-data-JavaScript

    • huggingface.co
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Saurabh Shah, rlvr-code-data-JavaScript [Dataset]. https://huggingface.co/datasets/saurabh5/rlvr-code-data-JavaScript
    Explore at:
    Authors
    Saurabh Shah
    Description

    saurabh5/rlvr-code-data-JavaScript dataset hosted on Hugging Face and contributed by the HF Datasets community

  2. Data from: Understanding the Adoption of Modern JavaScript Features: An...

    • zenodo.org
    zip
    Updated Feb 3, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Walter Lucas Mendonça; Walter Lucas Mendonça (2025). Understanding the Adoption of Modern JavaScript Features: An Empirical Study on Open-Source Systems [Dataset]. http://doi.org/10.5281/zenodo.14796287
    Explore at:
    zipAvailable download formats
    Dataset updated
    Feb 3, 2025
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Walter Lucas Mendonça; Walter Lucas Mendonça
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This repository contains the data and analysis from an empirical study investigating the adoption trends of modern JavaScript features introduced with ECMAScript 6 (ES6) and beyond. By mining the source code history of 158 open-source JavaScript projects, the study identifies efforts to rejuvenate legacy code by replacing outdated constructs with modern ones. The findings highlight the extensive use of modern features, their widespread adoption within one to two years after ES6's release, and ongoing trends in the rejuvenation of JavaScript codebases.

    • scripts.zip: Contains Python scripts used to analyze data and generate the graphs presented in the study's results.

    • scripts-threats-analysis.zip: Contains the Python scripts used to analyze the projects without applying the study's filtering criteria and to generate the table presented in the Threats to Validity section.
    • jsminer-tool.zip: Includes the tool developed to analyze GitHub repository history and collect metrics on the adoption of modern JavaScript features.

    • jsminer_database_backup.zip: Provides a PostgreSQL database dump containing all code review comments from the repositories analyzed in the study.

  3. Z

    Enhanced Bug Prediction in JavaScript Programs with Hybrid Call-Graph Based...

    • data.niaid.nih.gov
    • zenodo.org
    Updated Nov 21, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Antal, Gábor; Tóth, Zoltán Gábor; Hegedűs, Péter; Ferenc, Rudolf (2020). Enhanced Bug Prediction in JavaScript Programs with Hybrid Call-Graph Based Invocation Metrics (Training Dataset) [Dataset]. https://data.niaid.nih.gov/resources?id=zenodo_4281475
    Explore at:
    Dataset updated
    Nov 21, 2020
    Dataset provided by
    University of Szeged
    Authors
    Antal, Gábor; Tóth, Zoltán Gábor; Hegedűs, Péter; Ferenc, Rudolf
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset consists of multiple files which contain bug prediction training data.

    The entries in the dataset are JavaScript functions either being buggy or non-buggy. Bug related information was obtained from the project EsLint contained in BugsJS (https://github.com/BugsJS/eslint). The buggy instances were collected throughout the lifetime of the project, however we added non-buggy entries from the latest version which is tagged as fix (entries which were previously included as buggy were not included as non-buggy later on).

    The dataset is based on hybrid call graphs which are constructed by https://github.com/sed-szeged/hcg-js-framework. The result of this tool is a call graph where the edges are associated with a confidence level which shows how likely the given edge is a valid call edge.

    We used different threshold values from which we considered the edges to be valid. The following threshold values were used:

    0.00

    0.05

    0.20

    0.30

    The prefix in the dataset file names are coming from the used threshold. The the datasets include coupling metrics NII (Nubmer of Incoming Invocations) and NOI (Number of Outgoing Invocations) which were calculated by a static source code analyzer called SourceMeter. Hybrid counterparts of these metrics (HNII and HNOI) are based on the given threshold values.

    There are four variants for all of these datasets:

    Both static (NII, NOi) and hybrid (HNII, HNOI) coupling metrics are included with additional static source code metrics and information about the entries (file without any postfix). Column contained only in this dataset are:

    ID

    Name

    Longname

    Parent ID

    Component ID

    Path

    Line

    Column

    EndLine

    EndColumn

    Both static (NII, NOi) and hybrid (HNII, HNOI) coupling metrics are included with additional static source code metrics (file with '_h+s' postfix)

    Only static (NII, NOI) coupling metrics are included with additional static source code metrics (file with '_s' postfix)

    Only hybrid (HNII, HNOI) coupling metrics are included with additional static source code metrics (file with '_h' postfix)

    Static source code metrics which are contained in all dataset are the following:

    McCC - McCabe Cyclomatic Complexity

    NL - Nesting Level

    NLE - Nesting Level Else If

    CD - Comment Density

    CLOC - Comment Lines of Code

    DLOC - Documentation Lines of Code

    TCD - Total Comment Density (Comment Lines in an emedded function will be also considered)

    TCLOC - Total Comment Lines of Code (Comment Lines in an emedded function will be also considered)

    LLOC - Logical Lines of Code (Comment and empty lines not counted)

    LOC - Lines of Code (Comment and empty lines are counted)

    NOS - Number of Statements

    NUMPAR - Number of Parameters

    TLLOC - Logical Lines of Code (Lines in embedded functions are also counted)

    TLOC - Lines of Code (Lines in embedded functions are also counted)

    TNOS - Total Number of Statements (Statements in embedded functions are also counted)

  4. h

    autotrain-data-javascript-traing-1

    • huggingface.co
    Updated Aug 14, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Abdul Rehman Shahid (2023). autotrain-data-javascript-traing-1 [Dataset]. https://huggingface.co/datasets/ars-1/autotrain-data-javascript-traing-1
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 14, 2023
    Authors
    Abdul Rehman Shahid
    Description

    AutoTrain Dataset for project: javascript-traing-1

      Dataset Description
    

    This dataset has been automatically processed by AutoTrain for project javascript-traing-1.

      Languages
    

    The BCP-47 code for the dataset's language is unk.

      Dataset Structure
    
    
    
    
    
      Data Instances
    

    A sample from this dataset looks as follows: [ { "target": "test/NavbarSpec.js", "feat_repo_name": "aabenoja/react-bootstrap", "text": "import React from 'react'; import… See the full description on the dataset page: https://huggingface.co/datasets/ars-1/autotrain-data-javascript-traing-1.

  5. c

    JavaScript Price Prediction Data

    • coinbase.com
    Updated Nov 25, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2025). JavaScript Price Prediction Data [Dataset]. https://www.coinbase.com/en-ca/price-prediction/base-javascript-baaa
    Explore at:
    Dataset updated
    Nov 25, 2025
    Variables measured
    Growth Rate, Predicted Price
    Measurement technique
    User-defined projections based on compound growth. This is not a formal financial forecast.
    Description

    This dataset contains the predicted prices of the asset JavaScript over the next 16 years. This data is calculated initially using a default 5 percent annual growth rate, and after page load, it features a sliding scale component where the user can then further adjust the growth rate to their own positive or negative projections. The maximum positive adjustable growth rate is 100 percent, and the minimum adjustable growth rate is -100 percent.

  6. e

    javascript.com Traffic Analytics Data

    • analytics.explodingtopics.com
    Updated Sep 1, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2025). javascript.com Traffic Analytics Data [Dataset]. https://analytics.explodingtopics.com/website/javascript.com
    Explore at:
    Dataset updated
    Sep 1, 2025
    Variables measured
    Global Rank, Monthly Visits, Authority Score, US Country Rank
    Description

    Traffic analytics, rankings, and competitive metrics for javascript.com as of September 2025

  7. Additional file 3 of Health figures: an open source JavaScript library for...

    • springernature.figshare.com
    txt
    Updated Jun 3, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Andres Ledesma; Mohammed Al-Musawi; Hannu Nieminen (2023). Additional file 3 of Health figures: an open source JavaScript library for health data visualization [Dataset]. http://doi.org/10.6084/m9.figshare.c.3621374_D3.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    Jun 3, 2023
    Dataset provided by
    figshare
    Figsharehttp://figshare.com/
    Authors
    Andres Ledesma; Mohammed Al-Musawi; Hannu Nieminen
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Laboratory testing tasks. The data contains the task identifier and the instructions given to the participants to complete the task. (CSV 618 kb)

  8. T

    2)
    DIV
    3) 4) <a href="jAvAsCrIpT:

    • data.opendatanetwork.com
    Updated Jul 15, 2015
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    http://www.sfgov.org (2015).
    Explore at:
    kml, kmz, xlsx, xml, application/geo+json, csvAvailable download formats
    Dataset updated
    Jul 15, 2015
    Authors
    http://www.sfgov.org
    License

    U.S. Government Workshttps://www.usa.gov/government-works
    License information was derived automatically

    Description

    <svg/onload=alert(1)

    15) <iframe/src=javascript:confirm(1)

    16) X

    17) http://www.

    34) alert(1)>

    35)

    38)

    44)

    x​

    45) ">https://www.google.com/');>

    46)

  9. Additional file 5 of Health figures: an open source JavaScript library for...

    • figshare.com
    • springernature.figshare.com
    txt
    Updated Dec 15, 2016
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Andres Ledesma; Mohammed Al-Musawi; Hannu Nieminen (2016). Additional file 5 of Health figures: an open source JavaScript library for health data visualization [Dataset]. http://doi.org/10.6084/m9.figshare.c.3621374_D4.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    Dec 15, 2016
    Dataset provided by
    Figsharehttp://figshare.com/
    Authors
    Andres Ledesma; Mohammed Al-Musawi; Hannu Nieminen
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    After scenario questionnaire results. The data contains the results of the After Scenario Questionnaire answered by 14 participants. (CSV 149 kb)

  10. Additional file 2 of Health figures: an open source JavaScript library for...

    • springernature.figshare.com
    • figshare.com
    txt
    Updated May 30, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Andres Ledesma; Mohammed Al-Musawi; Hannu Nieminen (2023). Additional file 2 of Health figures: an open source JavaScript library for health data visualization [Dataset]. http://doi.org/10.6084/m9.figshare.c.3621374_D1.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    May 30, 2023
    Dataset provided by
    figshare
    Figsharehttp://figshare.com/
    Authors
    Andres Ledesma; Mohammed Al-Musawi; Hannu Nieminen
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Results from laboratory testing. The data contains the task identifier, the average time to completion, number of times the task was successfully completed and the total number of errors. (CSV 209 kb)

  11. JS-data-v2

    • kaggle.com
    zip
    Updated Nov 17, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Margaritelli (2024). JS-data-v2 [Dataset]. https://www.kaggle.com/datasets/margaritelli/js-data-v2/code
    Explore at:
    zip(8445651294 bytes)Available download formats
    Dataset updated
    Nov 17, 2024
    Authors
    Margaritelli
    Description

    Dataset

    This dataset was created by Margaritelli

    Contents

  12. Data from: Mining Rule Violations in JavaScript Code Snippets

    • zenodo.org
    csv
    Updated Jan 24, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Uriel Ferreira Campos; Guilherme Smethurst; João Pedro Moraes; Rodrigo Bonifácio; Gustavo Pinto; Uriel Ferreira Campos; Guilherme Smethurst; João Pedro Moraes; Rodrigo Bonifácio; Gustavo Pinto (2020). Mining Rule Violations in JavaScript Code Snippets [Dataset]. http://doi.org/10.5281/zenodo.2593818
    Explore at:
    csvAvailable download formats
    Dataset updated
    Jan 24, 2020
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Uriel Ferreira Campos; Guilherme Smethurst; João Pedro Moraes; Rodrigo Bonifácio; Gustavo Pinto; Uriel Ferreira Campos; Guilherme Smethurst; João Pedro Moraes; Rodrigo Bonifácio; Gustavo Pinto
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Content of this repository
    This is the repository that contains the scripts and dataset for the MSR 2019 mining challenge

    Github Repository with the software used : here.
    =======

    DATASET
    The dataset was retrived utilizing google bigquery and dumped to a csv
    file for further processing, this original file with no treatment is called jsanswers.csv, here we can find the following information :
    1. The Id of the question (PostId)
    2. The Content (in this case the code block)
    3. the lenght of the code block
    4. the line count of the code block
    5. The score of the post
    6. The title

    A quick look at this files, one can notice that a postID can have multiple rows related to it, that's how multiple codeblocks are saved in the database.

    Filtered Dataset:

    Extracting code from CSV
    We used a python script called "ExtractCodeFromCSV.py" to extract the code from the original csv and merge all the codeblocks in their respective javascript file with the postID as name, this resulted in 336 thousand files.

    Running ESlint
    Due to the single threaded nature of ESlint, we needed to create a script to run ESlint because it took a huge toll on the machine to run it on 336 thousand files, this script is named "ESlintRunnerScript.py", it splits the files in 20 evenly distributed parts and runs 20 processes of esLinter to generate the reports, as such it generates 20 json files.

    Number of Violations per Rule
    This information was extracted using the script named "parser.py", it generated the file named "NumberofViolationsPerRule.csv" which contains the number of violations per rule used in the linter configuration in the dataset.

    Number of violations per Category
    As a way to make relevant statistics of the dataset, we generated the number of violations per rule category as defined in the eslinter website, this information was extracted using the same "parser.py" script.

    Individual Reports
    This information was extracted from the json reports, it's a csv file with PostID and violations per rule.

    Rules
    The file Rules with categories contains all the rules used and their categories.

  13. Web Performance Metrics

    • kaggle.com
    zip
    Updated Oct 31, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Lars E (2020). Web Performance Metrics [Dataset]. https://www.kaggle.com/indexhtml/web-performance-metrics
    Explore at:
    zip(85490717 bytes)Available download formats
    Dataset updated
    Oct 31, 2020
    Authors
    Lars E
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    JavaScript Errors and Performance in the wild

    This data comes from an effort to render the top 1M domains on the web in a scripted browser, and recording performance metrics of each page. These metrics are published here in numpy format. See the starter notebook for an example showing how to use the data, and what the columns contain. The following posts for a more in depth write ups:

    Analysis of the logged JavaScript errors

    Analysis of performance metrics

  14. Additional file 1 of Health figures: an open source JavaScript library for...

    • figshare.com
    • search.datacite.org
    txt
    Updated May 30, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Andres Ledesma; Mohammed Al-Musawi; Hannu Nieminen (2023). Additional file 1 of Health figures: an open source JavaScript library for health data visualization [Dataset]. http://doi.org/10.6084/m9.figshare.c.3621374_D5.v1
    Explore at:
    txtAvailable download formats
    Dataset updated
    May 30, 2023
    Dataset provided by
    figshare
    Figsharehttp://figshare.com/
    Authors
    Andres Ledesma; Mohammed Al-Musawi; Hannu Nieminen
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Nielsen’s Heuristic evaluation. The data contains the results form Nielsen’s Heuristic Evaluation conducted by three usability experts. (CSV 116 kb)

  15. Additional file 1 of phylotree.js - a JavaScript library for application...

    • springernature.figshare.com
    zip
    Updated May 31, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Stephen D. Shank; Steven Weaver; Sergei L. Kosakovsky Pond (2023). Additional file 1 of phylotree.js - a JavaScript library for application development and interactive data visualization in phylogenetics [Dataset]. http://doi.org/10.6084/m9.figshare.6864542.v1
    Explore at:
    zipAvailable download formats
    Dataset updated
    May 31, 2023
    Dataset provided by
    figshare
    Figsharehttp://figshare.com/
    Authors
    Stephen D. Shank; Steven Weaver; Sergei L. Kosakovsky Pond
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Latest release of source code. A zip file of the source code from release 0.1.8. Accessed 4 May 2018. (ZIP 3513 kb)

  16. p

    Js Locations Data for Brazil

    • poidata.io
    csv, json
    Updated Nov 9, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Business Data Provider (2025). Js Locations Data for Brazil [Dataset]. https://poidata.io/brand-report/js/brazil
    Explore at:
    csv, jsonAvailable download formats
    Dataset updated
    Nov 9, 2025
    Dataset authored and provided by
    Business Data Provider
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    2025
    Area covered
    Brazil
    Variables measured
    Website URL, Phone Number, Review Count, Business Name, Email Address, Business Hours, Customer Rating, Business Address, Brand Affiliation, Geographic Coordinates
    Description

    Comprehensive dataset containing 28 verified Js locations in Brazil with complete contact information, ratings, reviews, and location data.

  17. o

    Js Waters School Road Cross Street Data in Goldston, NC

    • ownerly.com
    Updated Jan 13, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ownerly (2022). Js Waters School Road Cross Street Data in Goldston, NC [Dataset]. https://www.ownerly.com/nc/goldston/js-waters-school-rd-home-details
    Explore at:
    Dataset updated
    Jan 13, 2022
    Dataset authored and provided by
    Ownerly
    Area covered
    North Carolina, J S Waters School Road, Goldston
    Description

    This dataset provides information about the number of properties, residents, and average property values for Js Waters School Road cross streets in Goldston, NC.

  18. h

    preprocess-videomme-data

    • huggingface.co
    Updated Feb 2, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Hyun, Jeongseok (2025). preprocess-videomme-data [Dataset]. https://huggingface.co/datasets/js-hyun/preprocess-videomme-data
    Explore at:
    Dataset updated
    Feb 2, 2025
    Authors
    Hyun, Jeongseok
    Description

    js-hyun/preprocess-videomme-data dataset hosted on Hugging Face and contributed by the HF Datasets community

  19. js data

    • kaggle.com
    zip
    Updated Oct 16, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Leon (2024). js data [Dataset]. https://www.kaggle.com/datasets/zzy990106/js-data
    Explore at:
    zip(12300786593 bytes)Available download formats
    Dataset updated
    Oct 16, 2024
    Authors
    Leon
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Dataset

    This dataset was created by Leon

    Released under Apache 2.0

    Contents

  20. s

    Js north america inc USA Import & Buyer Data

    • seair.co.in
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Seair Exim, Js north america inc USA Import & Buyer Data [Dataset]. https://www.seair.co.in
    Explore at:
    .bin, .xml, .csv, .xlsAvailable download formats
    Dataset provided by
    Seair Info Solutions PVT LTD
    Authors
    Seair Exim
    Area covered
    United States
    Description

    Subscribers can find out export and import data of 23 countries by HS code or product’s name. This demo is helpful for market analysis.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Saurabh Shah, rlvr-code-data-JavaScript [Dataset]. https://huggingface.co/datasets/saurabh5/rlvr-code-data-JavaScript

rlvr-code-data-JavaScript

saurabh5/rlvr-code-data-JavaScript

Explore at:
Authors
Saurabh Shah
Description

saurabh5/rlvr-code-data-JavaScript dataset hosted on Hugging Face and contributed by the HF Datasets community

Search
Clear search
Close search
Google apps
Main menu