Search Results - JavaScript code mining
-
1
MinerGuard: A Solution to Detect Browser-Based Cryptocurrency Mining through Machine Learning
ISSN: 2076-3417, 2076-3417Published: MDPI AG 01.10.2022Published in Applied sciences (01.10.2022)“…Coinhive released its browser-based cryptocurrency mining code in September 2017, and vicious web page writers, called vicious miners hereafter, began to embed mining JavaScript code into their web…”
Get full text
Journal Article -
2
Mining Rule Violations in JavaScript Code Snippets
ISSN: 2574-3864Published: IEEE 01.05.2019Published in Proceedings (IEEE/ACM International Conference on Mining Software Repositories. Online) (01.05.2019)“… them. In this work we expand the understanding of such issues (or the so called "violations") hidden in code snippets written in JavaScript, the programming language with the highest number of questions on StackOverflow…”
Get full text
Conference Proceeding -
3
MINISTRY OF ENERGY, MINES AND QUARRIES invites tenders for Capacity Building For IT Professionals To Master The Source Code Of The Emc+ Mining Title Management Tool (Training In ASP.NET, Javascript, GIS-Geoserver, Postgresql/Postgis, IIS, QGIS And IT Syst
Published: New Delhi Disco Digital Media, Inc 28.11.2025Published in Pivotal Sources (28.11.2025)Get full text
Newsletter -
4
MINISTRY OF ENERGY, MINES AND QUARRIES invites tenders for Capacity building for IT professionals to master the source code of the eMC+ mining title management tool (Training in ASP.NET, JavaScript, GIS-GeoServer, PostgreSQL/PostGIS, IIS, QGIS and IT syst
Published: New Delhi Disco Digital Media, Inc 28.11.2025Published in Pivotal Sources (28.11.2025)Get full text
Newsletter -
5
Learning How to Listen: Automatically Finding Bug Patterns in Event-Driven JavaScript APIs
ISSN: 0098-5589, 1939-3520Published: New York IEEE 01.01.2023Published in IEEE transactions on software engineering (01.01.2023)“…Event-driven programming is widely practiced in the JavaScript community, both on the client side to handle UI events and AJAX requests, and on the server side to accommodate long-running operations…”
Get full text
Journal Article -
6
Finding Cross-Browser JavaScript Codes Using Sequential Pattern Mining
ISBN: 9781614990932, 161499093XPublished: United Kingdom Sage Publications Ltd 2012Published in Knowledge-Based Software Engineering (2012)Get full text
Book Chapter -
7
On the Untriviality of Trivial Packages: An Empirical Study of npm JavaScript Packages
ISSN: 0098-5589, 1939-3520Published: New York IEEE 01.08.2022Published in IEEE transactions on software engineering (01.08.2022)“…'. To better understand and examine the triviality of trivial packages, we mine a large set of JavaScript projects that use…”
Get full text
Journal Article -
8
Understanding the adoption of modern Javascript features: An empirical study on open-source systems
ISSN: 1382-3256, 1573-7616Published: New York Springer US 01.08.2025Published in Empirical software engineering : an international journal (01.08.2025)“…JavaScript is a widely used programming language initially designed to make the Web more dynamic in the 1990s…”
Get full text
Journal Article -
9
NL2Type: Inferring JavaScript Function Types from Natural Language Information
ISSN: 1558-1225Published: IEEE 01.05.2019Published in Proceedings / International Conference on Software Engineering (01.05.2019)“…JavaScript is dynamically typed and hence lacks the type safety of statically typed languages, leading to suboptimal IDE support, difficult to understand APIs, and unexpected runtime behavior…”
Get full text
Conference Proceeding -
10
Characterizing refactoring graphs in Java and JavaScript projects
ISSN: 1382-3256, 1573-7616Published: New York Springer US 01.11.2021Published in Empirical software engineering : an international journal (01.11.2021)“… To study and reason about refactorings over time, we rely on refactoring graphs. Using this abstraction, we provide quantitative and qualitative investigation on 20 popular open-source Java and JavaScript-based projects…”
Get full text
Journal Article -
11
An Investigation of confusing code patterns in JavaScript
ISSN: 0164-1212, 1873-1228Published: Elsevier Inc 01.09.2023Published in The Journal of systems and software (01.09.2023)“…Evolving software is particularly challenging when the code has been poorly written or uses confusing idioms and language constructs, which might increase maintenance efforts and impose a significant…”
Get full text
Journal Article -
12
Vulnerable JavaScript functions detection using stacking of convolutional neural networks
ISSN: 2376-5992, 2376-5992Published: United States PeerJ. Ltd 29.02.2024Published in PeerJ. Computer science (29.02.2024)“… This article suggests a new approach for identifying vulnerable code in JavaScript programs by using ensemble of convolutional neural networks (CNNs) models…”
Get full text
Journal Article -
13
A Systematic Literature Review and Quality Analysis of Javascript Malware Detection
ISSN: 2169-3536, 2169-3536Published: Piscataway IEEE 2020Published in IEEE access (2020)“…Context: JavaScript (JS) is an often-used programming language by millions of web pages and is also affected by thousands of malicious attacks. Objective…”
Get full text
Journal Article -
14
Jupyter Cookbook: Over 75 Recipes to Perform Interactive Computing Across Python, R, Scala, Spark, JavaScript, and More
ISBN: 1788839447, 9781788839440Published: Birmingham Packt Publishing, Limited 2018“…Jupyter has garnered a strong interest in the data science community of late, as it makes common data processing and analysis tasks much simpler. This book is…”
Get full text
eBook -
15
jsPhyloSVG: A Javascript Library for Visualizing Interactive and Vector-Based Phylogenetic Trees on the Web
ISSN: 1932-6203, 1932-6203Published: United States Public Library of Science 18.08.2010Published in PloS one (18.08.2010)“… We present a javascript library, jsPhyloSVG, which facilitates constructing interactive phylogenetic trees from raw Newick or phyloXML formats directly within the browser in Scalable Vector Graphics (SVG) format…”
Get full text
Journal Article -
16
To Type or Not to Type: Quantifying Detectable Bugs in JavaScript
ISSN: 1558-1225Published: IEEE 01.05.2017Published in Proceedings / International Conference on Software Engineering (01.05.2017)“… What benefits do these static type systems provide? Leveraging JavaScript project histories, we select a fixed bug and check out the code just prior to the fix…”
Get full text
Conference Proceeding -
17
An Optimization Method of Javascript Redundant Code Elimination based On Hybrid Analysis Technique
ISBN: 1665405031, 9781665405034ISSN: 2576-8964Published: IEEE 18.12.2020Published in International Computer Conference on Wavelet Active Media Technology and Information Processing (ICCWAMTIP) (Online) (18.12.2020)“…Many websites import large JavaScript (JS) libraries to speed up development time and enhance user experience…”
Get full text
Conference Proceeding -
18
A Study of Causes and Consequences of Client-Side JavaScript Bugs
ISSN: 0098-5589, 1939-3520Published: New York IEEE 01.02.2017Published in IEEE transactions on software engineering (01.02.2017)“…Client-side JavaScript is widely used in web applications to improve user-interactivity and minimize client-server communications…”
Get full text
Journal Article -
19
Exploring API Deprecation Evolution in JavaScript
Published: IEEE 01.03.2022Published in 2022 IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER) (01.03.2022)“… Different from other popular programming languages such as Java and C#, JavaScript has no native support to deprecate API elements…”
Get full text
Conference Proceeding -
20
Statically Checking Web API Requests in JavaScript
ISSN: 1558-1225Published: IEEE 01.05.2017Published in Proceedings / International Conference on Software Engineering (01.05.2017)“…Many JavaScript applications perform HTTP requests to web APIs, relying on the request URL, HTTP method, and request data to be constructed correctly by string operations…”
Get full text
Conference Proceeding

