Academic literature on the topic 'JavaScript programs'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'JavaScript programs.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "JavaScript programs"
Walker, Stuart, and Norihito Kawana. "JavaScript freeware programs." JALT CALL Journal 1, no. 1 (April 30, 2005): 25–29. http://dx.doi.org/10.29140/jaltcall.v1n1.3.
Full textWalker, Stuart, and Norihito Kawana. "JavaScript freeware programs." JALT CALL Journal 1, no. 1 (April 30, 2005): 25–29. http://dx.doi.org/10.29140/jaltcall.v1n2.r3.
Full textSun, Kwangwon, and Sukyoung Ryu. "Analysis of JavaScript Programs." ACM Computing Surveys 50, no. 4 (November 8, 2017): 1–34. http://dx.doi.org/10.1145/3106741.
Full textIkram, Muhammad, Hassan Jameel Asghar, Mohamed Ali Kaafar, Anirban Mahanti, and Balachandar Krishnamurthy. "Towards Seamless Tracking-Free Web: Improved Detection of Trackers via One-class Learning." Proceedings on Privacy Enhancing Technologies 2017, no. 1 (January 1, 2017): 79–99. http://dx.doi.org/10.1515/popets-2017-0006.
Full textVardanyan, V. "Profile-based optimizations for JavaScript programs." Proceedings of the Institute for System Programming of the RAS 28, no. 1 (2016): 5–20. http://dx.doi.org/10.15514/ispras-2016-28(1)-1.
Full textZhuykov, Roman, and Eugene Sharygin. "Аhead of time optimization for JavaScript programs." Proceedings of the Institute for System Programming of the RAS 27, no. 6 (2015): 67–86. http://dx.doi.org/10.15514/ispras-2015-27(6)-5.
Full textAlimadadi, Saba, Di Zhong, Magnus Madsen, and Frank Tip. "Finding broken promises in asynchronous JavaScript programs." Proceedings of the ACM on Programming Languages 2, OOPSLA (October 24, 2018): 1–26. http://dx.doi.org/10.1145/3276532.
Full textZhuykov, R., and E. Sharygin. "Ahead-of-time compilation of JavaScript programs." Programming and Computer Software 43, no. 1 (January 2017): 51–59. http://dx.doi.org/10.1134/s036176881701008x.
Full textChristian, Wolfgang, Mario Belloni, Robert M. Hanson, Bruce Mason, and Lyle Barbato. "Converting Physlets and Other Java Programs to JavaScript." Physics Teacher 59, no. 4 (April 2021): 278–81. http://dx.doi.org/10.1119/10.0004157.
Full textYounang, Astrid, and Lunjin Lu. "Static Checking of Range Assertions in JavaScript Programs." International Journal of Computer Theory and Engineering 9, no. 5 (2017): 346–50. http://dx.doi.org/10.7763/ijcte.2017.v9.1164.
Full textDissertations / Theses on the topic "JavaScript programs"
Naudziuniene, Daiva. "An infrastructure for tractable verification of JavaScript programs." Thesis, Imperial College London, 2017. http://hdl.handle.net/10044/1/59355.
Full textJiang, Zijian. "Investigating and Recommending Co-Changed Entities for JavaScript Programs." Thesis, Virginia Tech, 2020. http://hdl.handle.net/10919/101102.
Full textM.S.
This thesis introduced a tool CoRec which can provide co-change suggestions when JavaScript programmers fix a bug. A comprehensive empirical study was carried out on 14,747 multi-entity bug fixes in ten open-source JavaScript programs. We characterized the relationship between co-changed entities (e.g., functions and variables), and extracted the most popular change patterns, based on which we built a machine learning (ML)-based approach to recommend additional entity to edit given developers’ code changes. Our empirical study shows that: (1) 50% of the crawled commits involve multi-entity edits (i.e., edits that touch multiple entities simultaneously); (2) three change patterns commonly exist in all ten projects; (3) 80-90% of co-changed function pairs in the 3 patterns either invoke the same function(s), access the same variable(s), or contain similar statement(s); and (4) our ML-based approach CoRec recommended entity changes with high accuracy. Our research will improve programmer productivity and software quality.
Heidegger, Phillip [Verfasser], and Peter [Akademischer Betreuer] Thiemann. "Increasing software quality of JavaScript programs : an approach based on type systems = Verbesserung der Software Qualität von JavaScript Programmen." Freiburg : Universität, 2013. http://d-nb.info/111482917X/34.
Full textChalla, Varshi. "Accessing timesheets via internet through ASP and ODBC." CSUSB ScholarWorks, 2000. https://scholarworks.lib.csusb.edu/etd-project/1605.
Full textHengstebeck, Sandra Marie. "Presentations world wide systems." CSUSB ScholarWorks, 2001. https://scholarworks.lib.csusb.edu/etd-project/1922.
Full textTandon, Seema Amit. "Web Texturizer: Exploring intra web document dependencies." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2539.
Full textKuna, Matej. "Úprava programů v Javascriptu pomocí překladače." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2010. http://www.nusl.cz/ntk/nusl-237098.
Full textKleivane, Tine Flåten. "Unit Testing with TDD in JavaScript." Thesis, Norges teknisk-naturvitenskapelige universitet, Institutt for datateknikk og informasjonsvitenskap, 2011. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-14263.
Full textFragoso, Femenin dos Santos José. "Vers l’établissement du flux d’information sûr dans les applications Web côté client." Thesis, Nice, 2014. http://www.theses.fr/2014NICE4148/document.
Full textIn this thesis, we address the issue of enforcing confidentiality and integrity policies in the context of client-side Web applications. Since most Web applications are developed in the JavaScript programming language, we study static, dynamic, and hybrid enforcement mechanisms for securing information flow in Core JavaScript --- a fragment of JavaScript that retains its defining features. Specifically, we propose: a monitored semantics for dynamically enforcing secure information flow in Core JavaScript as well as a source-to-source transformation that inlines the proposed monitor, a type system that statically checks whether or not a program abides by a given information flow policy, and a hybrid type system that combines static and dynamic analyses in order to accept more secure programs than its fully static counterpart. Most JavaScript programs are designed to be executed in a browser in the context of a Web page. These programs often interact with the Web page in which they are included via a large number of external APIs provided by the browser. The execution of these APIs usually takes place outside the perimeter of the language. Hence, any realistic analysis of client-side JavaScript must take into account possible interactions with external APIs. To this end, we present a general methodology for extending security monitors to take into account the possible invocation of arbitrary APIs and we apply this methodology to a representative fragment of the DOM Core Level 1 API that captures DOM-specific information flows
Parker, Rembert N. "An introduction to computer programming for complete beginners using HTML, JavaScript, and C#." CardinalScholar 1.0, 2008. http://liblink.bsu.edu/uhtbin/catkey/1465970.
Full textDepartment of Computer Science
Books on the topic "JavaScript programs"
Berry, Culverton. JavaScript. Chandni Chowk, Delhi: Global Media, 2009.
Find full textWilton, Paul. Beginning JavaScript. New York: John Wiley & Sons, Ltd., 2004.
Find full text1979-, McPeak Jeremy, ed. Beginning JavaScript. 3rd ed. Indianapolis, IN: Wiley Technology Pub., 2007.
Find full textWilton, Paul. Beginning JavaScript. New York: John Wiley & Sons, Ltd., 2007.
Find full textWilton, Paul. Beginning JavaScript. Birmingham, England: Wrox Press, 2000.
Find full textWilton, Paul. Beginning JavaScript. Indianapolis, In: Wiley, 2003.
Find full textWilton, Paul. Beginning JavaScript. Birmingham, England: Wrox Press, 2003.
Find full textBeginning JavaScript. 2nd ed. Indianapolis, IN: Wiley Pub., 2004.
Find full textWilton, Paul. Beginning JavaScript. New York: John Wiley & Sons, Ltd., 2005.
Find full textWilton, Paul. Beginning JavaScript. 4th ed. Hoboken, NJ: Wiley, 2010.
Find full textBook chapters on the topic "JavaScript programs"
Thiemann, Peter. "Towards Specializing JavaScript Programs." In Lecture Notes in Computer Science, 320–34. Berlin, Heidelberg: Springer Berlin Heidelberg, 2015. http://dx.doi.org/10.1007/978-3-662-46823-4_26.
Full textAlmashfi, Nabil, and Lunjin Lu. "Static Taint Analysis for JavaScript Programs." In Communications in Computer and Information Science, 155–67. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-71472-7_13.
Full textSantos, José Fragoso, Philippa Gardner, Petar Maksimović, and Daiva Naudžiūnienė. "Towards Logic-Based Verification of JavaScript Programs." In Automated Deduction – CADE 26, 8–25. Cham: Springer International Publishing, 2017. http://dx.doi.org/10.1007/978-3-319-63046-5_2.
Full textThiemann, Peter. "Towards a Type System for Analyzing JavaScript Programs." In Programming Languages and Systems, 408–22. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/978-3-540-31987-0_28.
Full textPadhiyar, Sumit, and K. C. Sivaramakrishnan. "ConFuzz: Coverage-Guided Property Fuzzing for Event-Driven Programs." In Practical Aspects of Declarative Languages, 127–44. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-67438-0_8.
Full textArceri, Vincenzo, Martina Olliaro, Agostino Cortesi, and Isabella Mastroeni. "Completeness of Abstract Domains for String Analysis of JavaScript Programs." In Theoretical Aspects of Computing – ICTAC 2019, 255–72. Cham: Springer International Publishing, 2019. http://dx.doi.org/10.1007/978-3-030-32505-3_15.
Full textBartlett, Jonathan. "Your First JavaScript Program." In Programming for Absolute Beginners, 105–15. Berkeley, CA: Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-8751-4_8.
Full textDavis, Harold. "Programming with JavaScript." In Learn How to Program, 373–97. Berkeley, CA: Apress, 2004. http://dx.doi.org/10.1007/978-1-4302-1113-6_11.
Full textZuckarelli, Joachim L. "Wie bringe ich ein Programm zum Laufen?" In Programmieren lernen mit Python und JavaScript, 235–43. Wiesbaden: Springer Fachmedien Wiesbaden, 2021. http://dx.doi.org/10.1007/978-3-658-29850-0_19.
Full textZuckarelli, Joachim L. "Was muss ich tun, um ein Programm zum Laufen zu bringen?" In Programmieren lernen mit Python und JavaScript, 441–50. Wiesbaden: Springer Fachmedien Wiesbaden, 2021. http://dx.doi.org/10.1007/978-3-658-29850-0_29.
Full textConference papers on the topic "JavaScript programs"
Eshkevari, Laleh, Davood Mazinanian, Shahriar Rostami, and Nikolaos Tsantalis. "JSDeodorant: Class-Awareness for JavaScript Programs." In 2017 IEEE/ACM 39th International Conference on Software Engineering (ICSE). IEEE, 2017. http://dx.doi.org/10.1109/icse-c.2017.6.
Full textDhok, Monika, Murali Krishna Ramanathan, and Nishant Sinha. "Type-aware concolic testing of JavaScript programs." In ICSE '16: 38th International Conference on Software Engineering. New York, NY, USA: ACM, 2016. http://dx.doi.org/10.1145/2884781.2884859.
Full textLóki, Gábor, and Péter Gál. "JavaScript Guidelines for JavaScript Programmers - A Comprehensive Guide for Performance Critical JS Programs." In 13th International Conference on Software Technologies. SCITEPRESS - Science and Technology Publications, 2018. http://dx.doi.org/10.5220/0006918903970404.
Full textLóki, Gábor, and Péter Gál. "JavaScript Guidelines for JavaScript Programmers - A Comprehensive Guide for Performance Critical JS Programs." In 13th International Conference on Software Technologies. SCITEPRESS - Science and Technology Publications, 2018. http://dx.doi.org/10.5220/0006918904310438.
Full textAlmashfi, Nabil, Lunjin Lu, Koby Picker, and Christian Maldonado. "Precise String Analysis for JavaScript Programs Using Automata." In ICSCA '19: 2019 8th International Conference on Software and Computer Applications. New York, NY, USA: ACM, 2019. http://dx.doi.org/10.1145/3316615.3316662.
Full textCardenas, Sergio, Paul Leger, Hiroaki Fukuda, and Nicolás Cardozo. "Points-to Analysis for Context-Oriented JavaScript Programs." In FTfJP '23: 25th ACM International Workshop on Formal Techniques for Java-like Programs. New York, NY, USA: ACM, 2023. http://dx.doi.org/10.1145/3605156.3606451.
Full textRichards, Gregor, Sylvain Lebresne, Brian Burg, and Jan Vitek. "An analysis of the dynamic behavior of JavaScript programs." In the 2010 ACM SIGPLAN conference. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1806596.1806598.
Full textTian Huat Tan, Yinxing Xue, Manman Chen, Shuang Liu, Yi Yu, and Jun Sun. "JSFox: Integrating Static and Dynamic Type Analysis of JavaScript Programs." In 2017 IEEE/ACM 39th International Conference on Software Engineering (ICSE). IEEE, 2017. http://dx.doi.org/10.1109/icse-c.2017.91.
Full textNielsen, Benjamin Barslev, Martin Toldam Torp, and Anders Moller. "Semantic Patches for Adaptation of JavaScript Programs to Evolving Libraries." In 2021 IEEE/ACM 43rd International Conference on Software Engineering: Companion Proceedings (ICSE-Companion). IEEE, 2021. http://dx.doi.org/10.1109/icse-companion52605.2021.00105.
Full textNielsen, Benjamin Barslev, Martin Toldam Torp, and Anders Moller. "Semantic Patches for Adaptation of JavaScript Programs to Evolving Libraries." In 2021 IEEE/ACM 43rd International Conference on Software Engineering (ICSE). IEEE, 2021. http://dx.doi.org/10.1109/icse43902.2021.00020.
Full text