Showing 34 open source projects for "jquery-1.10.2.js"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    33 JS Concepts

    33 JS Concepts

    33 JavaScript concepts every developer should know

    33-js-concepts is a curated collection of essential JavaScript concepts that every developer should understand to strengthen their knowledge of the language. The project was originally inspired by an article by Stephen Curtis and has since grown into a community-driven learning resource. It serves as a roadmap for developers to review and master core principles such as closures, promises, prototypes, event loops, and other critical topics.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    JavaScript30

    JavaScript30

    30 Day Vanilla JS Challenge

    JavaScript30 is an open source repository created by Wes Bos that provides a 30-day coding challenge to help developers strengthen their vanilla JavaScript skills. It includes starter files and completed solutions for each daily project, covering a wide range of practical exercises like clocks, video players, geolocation apps, and more. The challenge avoids frameworks and libraries, focusing purely on core JavaScript. Each project introduces hands-on coding tasks that reinforce DOM...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Jmol

    Jmol

    An interactive viewer for three-dimensional chemical structures.

    Over 1,000,000 page views per month. Jmol/JSmol is a molecular viewer for 3D chemical structures that runs in four independent modes: an HTML5-only web application utilizing jQuery, a Java applet, a stand-alone Java program (Jmol.jar), and a "headless" server-side component (JmolData.jar). Jmol can read many file types, including PDB, CIF, SDF, MOL, PyMOL PSE files, and Spartan files, as well as output from Gaussian, GAMESS, MOPAC, VASP, CRYSTAL, CASTEP, QuantumEspresso, VMD, and many other quantum chemistry programs. ...
    Leader badge
    Downloads: 880 This Week
    Last Update:
    See Project
  • 4
    Clean Code JavaScript

    Clean Code JavaScript

    Clean Code concepts adapted for JavaScript

    clean-code-javascript adapts Robert C. Martin’s Clean Code principles to the JavaScript ecosystem, presenting them as pragmatic, example-driven guidelines rather than a prescriptive style guide. It focuses on writing code that is readable, searchable, testable, and easy to refactor, using before/after (“Bad/Good”) snippets to make each idea concrete. The repository covers everyday concerns—naming, functions, conditionals, objects, classes, and error handling—showing how small choices...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    Beginner JavaScript

    Beginner JavaScript

    Slam Dunk JavaScript

    Beginner JavaScript is the companion repository to a hands-on course that teaches modern JavaScript from the ground up using practical exercises and real code. It focuses on fundamentals—variables, types, functions, arrays, objects, DOM manipulation, and events—while introducing ES6+ features in approachable steps. The materials encourage learning by doing, with interactive challenges, starter files, and solutions you can compare against your own attempts. Clear explanations and incremental...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    WideW - WebIDEWeb

    WideW - WebIDEWeb

    Web IDE in single HTML file

    IDE written in a single HTML file that runs on the browser tab. There is no need to install, download a single file and run anywhere. To change the initial configuration, edit the widew.html file in the last lines. * Widew use CodeMirror components in code editor. URLs: https://soluc.org/widew https://widew.sourceforge.io
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    WebEditorWeb

    WebEditorWeb

    Code editor in single HTML file

    Code editor written in a single HTML file that runs on the browser tab. There is no need to install, download a single file and run anywhere. To change the initial configuration, edit the wew.html file in the last lines. * WebEditorWeb use CodeMirror components in code editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Functional-Light JavaScript

    Functional-Light JavaScript

    Pragmatic, balanced FP in JavaScript

    ...Instead of insisting on strict purity, it adopts a balanced approach that keeps code practical while showing how immutability, composition, and declarative thinking improve quality. Chapters build up from values and closures to higher-order functions, list operations, transducing, and async patterns, all grounded in idiomatic JS. The writing favors intuition and trade-offs, explaining when a technique helps and when it becomes counterproductive. Numerous examples and exercises turn abstract ideas into patterns you can apply in everyday modules and services. It’s a developer-friendly path to writing clearer, more predictable code without abandoning JavaScript’s strengths.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Data Structures and Algorithms in JS

    Data Structures and Algorithms in JS

    Data Structures and Algorithms explained and implemented in JavaScript

    Are you a JavaScript developer looking to improve your craft? Then, this algorithms book is for you. This material contains the fundamental concepts to move your career to the next level. You will be able to solve problems faster in your day-to-day work and ace technical job interviews. Simply put, algorithms are several steps to solve a specific problem (e.g., sort number, search value, transform data, etc.). Algorithms are an essential toolbox for every programmer. Even if you don't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    code-review-tips

    code-review-tips

    Common problems to look for in a code review

    code-review-tips is a concise, actionable set of heuristics to improve the quality and consistency of software code reviews. While examples are written in JavaScript, the advice generalizes to most languages and frameworks. The tips focus on spotting common pitfalls—naming ambiguity, hidden complexity, missing tests, leaky abstractions, performance traps, and security footguns—before they reach production. The guide is designed to be skimmed during review, turning tribal knowledge into a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LearnCS8 Resume

    LearnCS8 Resume

    Resume template website for the LearnCS8 Lab 3

    LearnCS8-Resume is a template or demo project for a resume built as a web page (HTML/CSS/JS) for the LearnCS8 course’s Lab 3. It provides an example of a student project or assignment: a personal resume page implemented using front-end web technologies. HTML structure for resume content (education, experience, skills). Responsive or adaptive styling for various viewports. Sample placeholders/instructions for student substitution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Node.JS Course

    Node.JS Course

    Materials, slides and other goodies from my Node.JS courses

    This repository accompanies a hands-on Node.js course that builds production-minded skills through projects and exercises rather than slideware. It walks learners from fundamentals to pragmatic topics such as configuration management, process models, database integration, caching, and message queues. Security practices—input validation, secrets handling, and least-privilege IAM—are woven into examples instead of tacked on at the end. The curriculum also covers operational concerns like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    V2DC

    A synchronisation component for p5.js

    This project aims to build a synchronisation component to synchronise multiple p5.js clients. This component uses WebSocket and a Java EE based server (this last can be replaced by any other server side WebSocket enabled platform).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Stopwatch

    Just an easy and simple stopwatch coded in vanilla js.

    Just an easy and simple stopwatch coded in vanilla js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    UI Bootstrap

    UI Bootstrap

    Bootstrap components written in pure AngularJS by the AngularUI Team

    Bootstrap components written in pure AngularJS by the AngularUI Team. UI Bootstrap provides a set of native AngularJS directives based on Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's JavaScript is required. Build files for all directives are distributed in several flavours: minified for production usage, un-minified for development, with or without templates. It should be noted that the -tpls files contain the templates bundled in JavaScript, while the regular version does not contain the bundled templates. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Education tool - number systems

    Education tool for converting between diferent number systems

    These project is for education purpouse. It's written in HTML and JS. You can enter different numbers and JS check for right conversion. you can convert to different number systems as decimal to bineary, decimal to hex,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ES6 Tutorial

    ES6 Tutorial

    ECMAScript 6

    ...Practical sections cover collections, iterators, typed arrays, and internationalization, tying abstract concepts to real use. The tutorial is widely used by engineers preparing for interviews, onboarding to modern JS codebases, or refreshing knowledge after time away.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Responsive Web Design with Bootstrap3

    Responsive Web Design with Bootstrap3

    Responsive Web Design with template Bootstrap3 free download

    This is a psd-to-html responsive layout tamplate based on UI/UX project designed with twitter bootstrap3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Developing Backbone.js Applications

    Developing Backbone.js Applications

    A book on Backbone.js for beginners and advanced users alike

    This is the home of Developing Backbone.js Applications, an open-source book about the Backbone.js library for structuring JavaScript applications. It is released under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License and is currently available for early purchase via O'Reilly if you would like to support the project. We appreciate any and all efforts to help improve the book. Contains the source Markdown for each chapter. This is compiled into the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AutoTeach

    AutoTeach

    AutoTeach makes kids study and learn in exchange for internet access.

    AutoTeach is a tool that enables parents to supplement The AutoTeach Parent Tool enables parents to supplement their childrens' education without supervision or drama. With AutoTeach you can queue-up activities and tasks that will be dutifully performed at regular intervals. Why will they cooperate like this? Because AutoTeach meters their internet access by using credits which they earn by performing the agenda which you have queued-up for them. The system has potential for many...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Hogan.js

    Hogan.js

    A compiler for the Mustache templating language

    Hogan.js is a 2.5k JS templating engine developed at Twitter. Use it as a part of your asset packager to compile templates ahead of time or include it in your browser to handle dynamic templates. If you're developing with Node.js, just use NPM to add the Hogan package. Hogan.js was developed against the mustache test suite, so everything that holds true for templates is also the case for hogan.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    My Basic Facts Quiz

    A PHP program that creates maths basic facts quizzes.

    ...A teacher interface is included that will display a link on the screen ready to be copied and pasted where it needs to go to get to the students - or just displayed on an interactive whiteboard. The project incorporates an animated cat from the project clippy-js. The cat gives the student positive feedback if they get 90% or more correct - including purring and parading proudly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    java me

    java me

    my book about java language and design pattern and JAVA EE and so on.

    my book about java language and design pattern and JAVA EE and so on. It also introduce some kind of webpage design technology, like css/css3 and JavaScript/jQuery/prototype and HTML/HTML5. So i just write all what i have learned, an i hope it would be helpful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    svoktrainer

    Devides vocabulary in learnable chuncks

    I heard about a method where you can learn 1000 words in a year with 10 minutes of daily effort. This program does organize, and divide the words in daily chunks. It is a module for Lepton-CMS or WebsiteBaker
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Development of web based tools to allow teachers to monitor progress within lessons. This is a PHP/JQuery/Codeigniter based development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next