2,984 results for javascript

github.com/josephg/noisejs

josephg/noisejs

Javascript 2D Perlin & Simplex noise functions (⭐ 1696)

github.com/gijsroge/priority-navigation

gijsroge/priority-navigation

Javascript implementation for Priority+ Navigation — no dependencies (⭐ 768)

github.com/aat38/toothAche

aat38/toothAche

A game about good oral hygiene written in JavaScript with the Phaser library (⭐ 1)

www.reddit.com/r/rails/comments/1ilxcjq/does_it_worth_it_to_learn_rails_on_2025/

Does it worth it to learn rails on 2025?

I’ve been a developer for more than 10 years, mostly Java but also Javascript and Go. Rails 8 looks great but it seems nobody is hiring rails developers with few years of experience, specifically r...

github.com/apify/crawlee

apify/crawlee

Crawlee—A web scraping and browser automation library for Node.js to build reliable crawlers. In JavaScript and TypeScript. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with Puppeteer, Playwright,…

www.bing.com/ck/a?!&&p=b43ff2d0c294c2aec178b9074821a0ca9d33c7312bef29ff9fb1150f995aa61aJmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=05feb106-68e2-64b8-3d1d-a61469976563&u=a1aHR0cHM6Ly9tb21lbnRqcy5jb20v&ntb=1

Moment.js | Home

Parse, validate, manipulate, and display dates and times in JavaScript. Moment.js is freely distributable under the terms of the MIT license.

github.com/viveksh81681/Nordstrom-Project

viveksh81681/Nordstrom-Project

Masai Collaboration Project — Nordstrom website clone. The first project using HTML,CSS, JavaScript. (⭐ 0)

github.com/vcow10kar/nordstrom_clone

vcow10kar/nordstrom_clone

This project is a clone of the 'nordstrom.com' website created using HTML, CSS and JavaScript. Here the user will be able to browse products, add them to the shopping bag, checkout and proceed to payment. (⭐ 2)

en.wikipedia.org/wiki/Meta_refresh

Meta refresh - Wikipedia

are legitimate uses of meta-refresh, such as providing updates to dynamic web pages or implementing site controlled navigation of a website without JavaScript

www.bing.com/ck/a?!&&p=52db8ad43d4fdd167e9b0b359d039de2c7a3e6f845c1749018b5789693ee4b8aJmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=36e0110a-6263-69a3-3510-0618632068c0&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNDY1MjI3NDkvaG93LWNhbi1pLXNvbHZlLXJlZGlyZWN0LWhhcy1iZWVuLWJsb2NrZWQtYnktY29ycy1wb2xpY3ktbm8tYWNjZXNzLWNvbnRyb2wtYWw&ntb=1

javascript - How can I solve 'Redirect has been blocked by CORS …

Oct 2, 2017 · How can I solve 'Redirect has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header'? Asked 8 years, 5 months ago Modified 6 months ago Viewed 1.9m times

www.bing.com/ck/a?!&&p=be864af3590f7210820a0f6c9a08d5f4f3c8cc591f4f255b619bb1ea82f157c7JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=36e0110a-6263-69a3-3510-0618632068c0&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNTAzMDkzL2hvdy1kby1pLXJlZGlyZWN0LXRvLWFub3RoZXItd2VicGFnZQ&ntb=1

How do I redirect to another webpage? - Stack Overflow

Feb 2, 2009 · How can I redirect the user from one page to another using jQuery or pure JavaScript?

www.bing.com/ck/a?!&&p=0a41587778bc35cb3c03e13f92283e8b1ae90dd7bab9600dcffbe4ff7b02ec1dJmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=36e0110a-6263-69a3-3510-0618632068c0&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNTQxMTUzOC9ob3ctdG8tcmVkaXJlY3Qtb25lLWh0bWwtcGFnZS10by1hbm90aGVyLW9uLWxvYWQ&ntb=1

How to redirect one HTML page to another on load

Learn how to redirect an HTML page to another on load using JavaScript, meta tags, or server-side techniques.

github.com/sdras/array-explorer

sdras/array-explorer

⚡️ A resource to help figure out what JavaScript array method would be best to use at any given time (⭐ 2611)

www.bing.com/ck/a?!&&p=3ac32ccb8a1e1d8785d75a840086904e398bacb1aed7c56fd2e8ead70700a772JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=015dd5d1-d55b-6a1a-06fb-c2c3d4bc6b6d&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMjgzNTAyOTIvd2hhdC1pcy10aGUtZXF1aXZhbGVudC1vZi1hcnJheS1hbnktaW4tamF2YXNjcmlwdA&ntb=1

What is the equivalent of Array.any? in JavaScript?

The variable "howMany" will be set to 0, even though the array was initialized to have a length of 10. Thus because many of the Array iteration functions only pay attention to elements of the array that …