Suchergebnisse - Java resource codes
-
1
Wicked cool Java: code bits, open-source libraries, and project ideas
ISBN: 9781593271084, 9781593270612, 1593271085, 1593270615Veröffentlicht: San Francisco No Starch Press, Inc 2005“… their code and make their jobs easier. Topics include converting a non-XML text structure into XML using a parser generator, experimenting with a Java simulator for the Cell Matrix, creating dynamic music and sound in Java, working …”
Volltext
E-Book -
2
Reducing energy usage in resource-intensive Java-based scientific applications via micro-benchmark based code refactorings
ISSN: 1820-0214, 2406-1018Veröffentlicht: 01.06.2019Veröffentlicht in Computer Science and Information Systems (01.06.2019)“… In-silico research has grown considerably. Today?s scientific code involves long-running computer simulations and hence powerful computing infrastructures are needed …”
Volltext
Journal Article -
3
Translation of Low-Resource COBOL to Logically Correct and Readable Java leveraging High-Resource Java Refinement
Veröffentlicht: ACM 20.04.2024Veröffentlicht in 2024 IEEE/ACM International Workshop on Large Language Models for Code (LLM4Code) (20.04.2024)“… Our investigation reveals that state-of-the-art Large Language Models (LLMs) in the domain of code encounter difficulties with regard to logical correctness and readability when directly translating low-resource COBOL code to Java …”
Volltext
Tagungsbericht -
4
JAVA Basics Using ChatGPT/GPT-4
ISBN: 9781501522437, 1501522434Veröffentlicht: Herndon, VA Mercury Learning & Information 2024“… It offers a unique approach to learning Java, combining traditional hand-written code with cutting-edge ChatGPT-generated examples …”
Volltext
E-Book -
5
Synthesis of verifiable concurrent Java components from formal models
ISSN: 1619-1366, 1619-1374Veröffentlicht: Berlin/Heidelberg Springer Berlin Heidelberg 01.02.2019Veröffentlicht in Software and systems modeling (01.02.2019)“… However, to take full advantage of these techniques, they must be supported by code generation schemes for concrete programming languages …”
Volltext
Journal Article -
6
JavaScript Dead Code Identification, Elimination, and Empirical Assessment
ISSN: 0098-5589, 1939-3520Veröffentlicht: New York IEEE 01.07.2023Veröffentlicht in IEEE transactions on software engineering (01.07.2023)“… Web apps are built by using a combination of HTML, CSS, and JavaScript. While building modern web apps, it is common practice to make use of third-party libraries and frameworks, as to improve developers' productivity and code quality …”
Volltext
Journal Article -
7
Servlets add to code crunchers' Java resources
ISSN: 0319-0161Veröffentlicht: Willowdale CEDROM-SNi fbo Transcontinental 07.12.1998Veröffentlicht in Computing Canada (07.12.1998)“… These applications, according to the company, will allow businesses to exchange information, as well as deliver, store and collaborate -- using docSpace …”
Volltext
Magazine Article -
8
A Pilot Study of Testing Infrastructure as Code for Cloud Systems
ISSN: 2640-0715Veröffentlicht: IEEE 04.12.2023Veröffentlicht in Proceedings / Asia Pacific Software Engineering Conference (04.12.2023)“… Infrastructure as Code (IaC) has become the de-facto standard method for managing cloud resources …”
Volltext
Tagungsbericht -
9
Server-Side GPS and Assisted-GPS in Java
ISBN: 9781607839866, 1607839865, 9781607839859, 1607839857Veröffentlicht: Norwood, MA Artech 2009“… Moreover, this unique resource includes example code in Java for all key functions, along with sequence diagrams in UML that help ensure a solid understanding …”
Volltext
E-Book -
10
Zoo agent's measure in applying the five freedoms principles for animal welfare
ISSN: 0972-8988, 2231-0916Veröffentlicht: India Veterinary World 01.09.2017Veröffentlicht in Veterinary World (01.09.2017)“… Animal welfare should be prioritized not only for the animal's life sustainability but also for supporting the sustainability of living organism's life on the …”
Volltext
Journal Article -
11
Client-side cross-site scripting protection
ISSN: 0167-4048, 1872-6208Veröffentlicht: Amsterdam Elsevier Ltd 01.10.2009Veröffentlicht in Computers & security (01.10.2009)“… mechanism that limits a script to access only resources associated with its origin site. Unfortunately, these security mechanisms fail if a user can be lured into downloading malicious JavaScript code from an intermediate, trusted site …”
Volltext
Journal Article -
12
Translating to a Low-Resource Language with Compiler Feedback: A Case Study on Cangjie
ISSN: 0098-5589, 1939-3520Veröffentlicht: New York IEEE 01.09.2025Veröffentlicht in IEEE transactions on software engineering (01.09.2025)“… Existing learning-based approaches often need help with low-resource programming languages that lack sufficient parallel code corpora for training …”
Volltext
Journal Article -
13
Reliable JavaScript: How to Code Safely in the World's Most Dangerous Language
ISBN: 9781119028727, 1119028728Veröffentlicht: Newark Wiley 2015“… Create more robust applications with a test-first approach to JavaScript Reliable JavaScript, How to Code Safely in the World's Most Dangerous Language demonstrates how to create test-driven …”
Volltext
E-Book -
14
Knowledge Transfer from High-Resource to Low-Resource Programming Languages for Code LLMs
ISSN: 2475-1421, 2475-1421Veröffentlicht: New York, NY, USA ACM 08.10.2024Veröffentlicht in Proceedings of ACM on programming languages (08.10.2024)“… Code LLMs produce impressive results on high-resource programming languages that are well represented in their training data (e.g …”
Volltext
Journal Article -
15
OptCodeTrans: Boost LLMs on Low-Resource Programming Language Translation
Veröffentlicht: IEEE 27.04.2025Veröffentlicht in 2025 IEEE/ACM Second International Conference on AI Foundation Models and Software Engineering (Forge) (27.04.2025)“… on high-resource PLs like Python and Java, leaving low-resource languages insufficiently explored …”
Volltext
Tagungsbericht -
16
Detecting Privacy Leaks in Android Hybrid Applications Based on Dynamic Taint Tracking
Veröffentlicht: IEEE 01.10.2021Veröffentlicht in 2021 IEEE 19th International Conference on Embedded and Ubiquitous Computing (EUC) (01.10.2021)“… Android hybrid applications use the Web Kit engine on Android platform to render Web contents and process JavaScript codes, and enable JavaScript codes to access device sensitive resources and native APIs …”
Volltext
Tagungsbericht -
17
Version 3.0 of code Java for 3D simulation of the CCA model
ISSN: 0010-4655, 1879-2944Veröffentlicht: Elsevier B.V 01.10.2016Veröffentlicht in Computer physics communications (01.10.2016)“… The frequency of traversing the clusters-list was reduced, and some code blocks were optimized properly …”
Volltext
Journal Article -
18
Verifying Exception-Handling Code in Concurrent Libraries
ISSN: 2640-0715Veröffentlicht: IEEE 04.12.2023Veröffentlicht in Proceedings / Asia Pacific Software Engineering Conference (04.12.2023)“… Concurrency errors due to poorly handled exceptions are common. Developers often make mistakes in writing proper code logic to relinquish the resources in the exception-handlers and cleanup blocks such as finally in Java …”
Volltext
Tagungsbericht -
19
JSNOSE: Detecting JavaScript Code Smells
Veröffentlicht: IEEE 01.09.2013Veröffentlicht in 2013 IEEE 13th International Working Conference on Source Code Analysis and Manipulation (SCAM) (01.09.2013)“… We propose a set of 13 JavaScript code smells, collected from various developer resources. We present a JavaScript code smell detection technique called JSNOSE …”
Volltext
Tagungsbericht -
20
A Severity-Based Classification Assessment of Code Smells in Kotlin and Java Application
ISSN: 1319-8025, 2191-4281Veröffentlicht: Heidelberg Springer Nature B.V 01.02.2022Veröffentlicht in The Arabian Journal for Science and Engineering. Section B, Engineering (01.02.2022)“… smell intensity in Kotlin language and comparing the code smells which are found equivalent in Java language …”
Volltext
Journal Article

