2,981 results for javascript

github.com/antocreadev/MMI1-portfolio

antocreadev/MMI1-portfolio

Ce portfolio a été créer après 6 mois d'apprentissage en BUT MMI. Il a été créer en HTML5, CSS33 et avec quelques lignes de Javascript. Le but de ce portfolio était de faire un point de l'apprentissage et de répondre au travail demandé lors du premier semestre…

github.com/RandelCode/hypersite

RandelCode/hypersite

Hypersite is a lightweight content management system(CMS) developed in PHP. Hypersite’s purpose is to make static websites manageable from any device using a user-friendly WYSIWYG text editor no matter what was used to make the website. Hypertext is secure and…

arxiv.org/abs/2405.17681v2

Synthesizing JSON Schema Transformers

JSON (JavaScript Object Notation) is a data encoding that allows structured data to be used in a standardized and straightforward manner across systems. Schemas for JSON-formatted data can be constructed using the JSON Schema standard, which describe...

arxiv.org/abs/2211.11314v1

JSON Stats Analyzer

In this paper, we present the JSON Stats Analyzer, a free-to-use open-source web-based JavaScript tool and module that provides JSON document analysis. We explain how the JSON Stats Analyzer works, its usage alongside the demonstration of eleven JSON...

www.bing.com/ck/a?!&&p=a0e8c6758641e8ffe9bd56bdf6c9b52ed70be88e58360517319b7c07a44b6727JmltdHM9MTc3MjIzNjgwMA&ptn=3&ver=2&hsh=4&fclid=3006e651-a8d2-6159-356b-f15fa98f60ce&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNjc1MDg4MC9ob3ctZG9lcy10aGUtbmV3LW9wZXJhdG9yLXdvcmstaW4tamF2YXNjcmlwdA&ntb=1

How does the new operator work in JavaScript? - Stack Overflow

The new operator uses the internal [[Construct]] method, and it basically does the following: Initializes a new native object Sets the internal [[Prototype]] of this object, pointing to the Function prototype …

github.com/ethxng/USACS-Mini-Hackathon-2022

ethxng/USACS-Mini-Hackathon-2022

During this mini-hackathon, my teammate Tommy and I attempted to devise a Rate My Landlord web application. We noticed that, while looking for off-campus housing, a lot of emphasis is given on the property, but not the landlords. So we decided to fix this prob…

www.bing.com/ck/a?!&&p=279d43cdf9fa06addeb9d78cd157e4ba7294f47f073955dc773619df980fc40bJmltdHM9MTc3MjE1MDQwMA&ptn=3&ver=2&hsh=4&fclid=3261b2a9-c0aa-6b5a-382e-a5a7c15c6ac9&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvOTI2OTI2NS9hamF4LWpxdWVyeS1zaW1wbGUtZ2V0LXJlcXVlc3Q&ntb=1

javascript - ajax jquery simple get request - Stack Overflow

ajax jquery simple get request Asked 14 years ago Modified 6 years, 6 months ago Viewed 265k times

github.com/zgordon/wceu-2017

zgordon/wceu-2017

Slides and files for WordCamp Europe "Up and Running with JavaScript" Workshop (⭐ 2)

www.bing.com/ck/a?!&&p=6cdd6cec3235c39133cfaecc88a220bb828fcf9b64ac784e7772c95d38329e6cJmltdHM9MTc3MjE1MDQwMA&ptn=3&ver=2&hsh=4&fclid=0fc9cfdd-1080-665f-3178-d8d3112667ca&u=a1aHR0cHM6Ly9taWxlc3RvbmUubXlmaW5hbmNlc2VydmljZS5jb20vQWNjb3VudEFncmVlbWVudD9kb2N1bWVudD1NaWxlc3RvbmUlMjAzMDMucGRm&ntb=1

Milestone Gold MasterCard

You need to enable JavaScript to run this app.

www.bing.com/ck/a?!&&p=6f31e38b488bbcd30875be11492d0d4ab05ff1b6410c768621a9685a6e70ad81JmltdHM9MTc3MjE1MDQwMA&ptn=3&ver=2&hsh=4&fclid=052b906c-432c-6a2e-17cf-876242ad6bff&u=a1aHR0cHM6Ly93d3cucm9hZHRyaXBwaW4uZnIvY2FsaWZvcm5pZS9hbGFiYW1hLWhpbGxzL2NhcnRlLWFsYWJhbWEtaGlsbHMucGhw&ntb=1

Carte détaillée des Alabama Hills - Californie - RoadTrippin.fr

Carte détaillée et interactive des Alabama Hills Votre navigateur ne prend pas en charge le langage Javascript.

github.com/erdincakgun/RockPaperScissors

erdincakgun/RockPaperScissors

This is a simple Rock Paper Scissors web app where the computer plays against itself. The app is built using HTML, CSS, and JavaScript. (⭐ 10)

arxiv.org/abs/2309.04188v1

The State of Disappearing Frameworks in 2023

Disappearing frameworks represent a new type of thinking for web development. In the current mainstream JavaScript frameworks, the focus has been on developer experience at the cost of user experience. Disappearing frameworks shift the focus by aimin...

www.bing.com/ck/a?!&&p=083615cafcfe41c91d989c9630d8e4a505f2077538d3539f39154d9eac46a6e0JmltdHM9MTc3MjE1MDQwMA&ptn=3&ver=2&hsh=4&fclid=03a6d5e9-c26e-6293-13f9-c2e4c3a6637a&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMzk2MjI3Nzgvd2hhdC1pcy1uZXctaW4tdHlwZXNjcmlwdA&ntb=1

javascript - what is new () in Typescript? - Stack Overflow

83 new() describes a constructor signature in typescript. What that means is that it describes the shape of the constructor. For instance take {new(): T; }. You are right it is a type. It is the type of a class …