Search Results for "jquery-1.10.2.js" - Page 5

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

View related business solutions
  • 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
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    boardgame.io

    boardgame.io

    State Management and Multiplayer Networking for Turn-Based Games

    ...This abstraction lets developers focus on the rules and mechanics rather than on networking, persistence or UI plumbing. It supports both local games and online multiplayer across clients, and can be used with different view layers — e.g., vanilla JS or a UI framework like React or React Native. It also offers tools to help with prototyping, debugging, logging, replaying game states, and even simple AI bots. Because of its simplicity and flexibility, boardgame.io is widely used for rapid prototyping of new game ideas or building full multiplayer board games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JavaScript and React Patterns

    JavaScript and React Patterns

    Repo related to the FrontendMasters course on JavaScript and React

    JavaScript and React Patterns showcases idiomatic patterns and anti-patterns for building React applications, focusing on readability, performance, and maintainability. It translates fuzzy best practices into concrete examples—how to compose components cleanly, manage state thoughtfully, and avoid foot-guns with effects and memoization. The guidance leans on modern React paradigms like hooks, context, custom hooks, and component composition to replace older, heavier patterns. Performance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Next.js Prisma Boilerplate

    Next.js Prisma Boilerplate

    Full stack boilerplate with Next.js, Prisma, Tailwind, TypeScript

    nextjs-prisma-boilerplate is a production-ready template for building full-stack web applications using Next.js, Prisma, PostgreSQL, and Tailwind CSS. It includes authentication, API routes, database schema, and reusable components to speed up development. This boilerplate is ideal for SaaS apps, dashboards, and internal tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    rrule.js

    rrule.js

    JS library for working with recurrence rules for calendar dates

    JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more. rrule.js supports recurrence rules as defined in the iCalendar RFC, with a few important differences. It is a partial port of the rrule module from the excellent python-dateutil library. On top of that, it supports parsing and serialization of recurrence rules from and to natural language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Electron React Boilerplate

    Electron React Boilerplate

    A foundation for scalable cross-platform apps

    ...Webpack allows you to scale your application and add many components and layers of abstraction without sacrificing the performance of your app. Building a production version of your app will optimize the JS, CSS, and SASS of your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Serverless Next.js Component

    Serverless Next.js Component

    Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components

    A zero-configuration Next.js 10/11 serverless component for AWS Lambda@Edge aiming for full feature parity. Since Next.js 8.0, serverless mode was introduced which provides a new low-level API that projects like this can use to deploy onto different cloud providers. However, Next.js doesn't provide the full serverless routing logic, hence why this project is needed to fill the gap. The long-term vision is to allow you to self-host with various clouds, starting with AWS. This project is a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Nexus

    Nexus

    Code-First, Type-Safe, GraphQL Schema Construction

    ...We auto-generate type-definitions as you develop, and infer them in your code, giving you IDE completion and type error catching out of the box! Nexus can work with existing graphql-js types when constructing its schema. The generated schema works with your favorite tools like Apollo Server or GraphQL middleware. GraphQL Nexus is a declarative syntax layered on the graphql-js library. Whatever you can do with graphql-js or apollo-tools, you can do with Nexus. Automatically generates and infers types based on the schema. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    icestark

    icestark

    Micro Frontends solution for large application

    Use icestark to build your next micro-front application, or migrate your current giant application without pain. As simple as developing SPA applications, it not only solves the problem of synergy among multiple development teams, but also brings a safe sandbox and excellent performance experience. icestark uses the configuration of the micro-application entrance field to render the application, so this field very important. For different scenarios, icestark also supports a variety of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Spotify Web API JS

    Spotify Web API JS

    A client-side JS wrapper for the Spotify Web API

    This is a lightweight wrapper for the Spotify Web API (2.6kB gzipped + compressed). It includes helper functions for all Spotify's endpoints, such as fetching metadata (search and look-up of albums, artists, tracks, playlists, new releases, podcasts) and user's information (follow users, artists and playlists, and saved tracks management). It doesn't have any dependencies and supports callbacks and promises. It is intended to be run on a browser, but if you want to use Node.JS to make the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10

    Nodes js generator

    Create API for Nodejs without code.

    Node is a software writing in Angular and Electron for generate code usable in Nestjs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    After.js

    After.js

    Next.js-like framework for server-rendered React apps

    ...Route-based code-splitting should come for free or be easy to opt into. Route-based transitions/analytics/data loading/preloading etc., should either come for free or be trivial to implement on your own. After.js enables Next. js-like data fetching with any React SSR app that uses React Router. You can quickly bootstrap an SSR React app with After.js using Razzle. While Razzle is not required, this documentation assumes you have the tooling setup for an isomorphic React application. Refer to Razzle's docs for tooling, babel, and webpack customization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RDS - JS - Examples

    RDS - JS - Examples

    TypeScript/JavaScript example code using the RDS API

    ...RDS provides a range of services including data profiling, mapping, transformation, validation, ingestion, and dissemination. For more information about each of these APIs and how you can incorporate or consume them as part of your work flow please visit the MTNA website. RDS-JS-Examples is TypeScript/JavaScript repository for showcases and examples to demonstrate using the RDS API. Many of the examples will leverage the RDS JavaScript SDK to simplify and faciliate interacting with any given RDS API. By using this SDK you will add to your project the benefit of strong types and easy to use helper functions that directly reflect the RDS API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    BetterScroll

    BetterScroll

    Inspired by iscroll, supports more features and has better performance

    BetterScroll is a plugin which is aimed at solving scrolling circumstances on the mobile side (PC supported already). The core is inspired by the implementation of iscroll (opens new window), so the APIs of BetterScroll are compatible with iscroll on the whole. What's more, BetterScroll also extends some features and optimizes for performance based on iscroll. BetterScroll is implemented with plain JavaScript, which means it's dependency free. BetterScroll provides a class whose first...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TensorFlow.js models

    TensorFlow.js models

    Pretrained models for TensorFlow.js

    This repository hosts a set of pre-trained models that have been ported to TensorFlow.js. The models are hosted on NPM and unpkg so they can be used in any project out of the box. They can be used directly or used in a transfer learning setting with TensorFlow.js. To find out about APIs for models, look at the README in each of the respective directories. In general, we try to hide tensors so the API can be used by non-machine learning experts. New models should have a test NPM script. You...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    JS-Textile

    JS-Textile

    Textile's JavaScript Libs. Home of ThreadDB, Buckets, and more

    Typescript/Javascript libs for interacting with Textile APIs. @textile/hub provides access to Textile APIs in apps based on Account Keys or User Group Keys. For details on getting keys, see textileio/textile and for the full Textile documentation. The Hub library contains three API clients: Users, Buckets, and Threads Client. You can use each of these to access the full set of APIs available on the Hub. To use any of them, you must first start by authenticating your app with the API....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Koa2 & Next.js hydration packages

    Koa2 & Next.js hydration packages

    A koa middleware for next.js with some common tools

    Koa2 & Next.js hydration packages. Firstly set up a koa server entry, then write your own next.js pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Scroll Bottom Sheet

    Scroll Bottom Sheet

    Cross platform scrollable bottom sheet with virtualisation support

    Cross-platform scrollable bottom sheet with virtualization support, native animations at 60 FPS and fully implemented in JS land. Integrates with all core scrollable components from React Native: FlatList, ScrollView and SectionList. Also, it's 100% compatible with Expo. FlatList and SectionList components are 1st class citizens, as well as ScrollView. It's recommended you install a version of gesture handler equal or higher than 1.6.0, and for reanimated, equal or higher than 1.7.0. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Bili

    Bili

    Bili makes it easier to bundle JavaScript libraries

    Bili makes it easier to bundle JavaScript libraries. Both .js and .ts config files are transpiled by Babel using babel-preset-env and babel-preset-typescript, so feel free to use modern JavaScript features. Bili allows you to add additional Rollup plugins. Automatically transforms JS files using Buble, Babel or TypeScript. Built-in support for CSS, Sass, Stylus, Less and CSS modules. Ridiculously easy to use Rollup plugins if you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    RAP2-DELOS

    RAP2-DELOS

    Open source interface management tool

    ...It is recommended to configure the domestic image of Docker Hub according to the link guide to increase the loading speed. The default port number of Rap front-end service is 3000, you can customize it according to the comments in docker-compose.yml. Perform mocha test cases and js code specification checks. Start server monitoring in development mode and automatically restart when code changes occur.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    eo-locale

    eo-locale

    Elegant lightweight library based on Internationalization API

    Elegant lightweight internationalization library. eo-locale inspired by react-intl. Most popular internationalization library in the React community. 1.9 kB gzipped size. It is very important to provide small client javascript bundles for the best user experience. Within eo-locale, you can format dates, numeric values, and plural values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    React PWA

    React PWA

    An upgradable boilerplate for Progressive web applications (PWA)

    ...As we all know, Progressive Apps are not supported everywhere, but we have added support for Safari & Chrome so your application can work as standalone applications when added to the home screen or saved as a desktop app. The very difficulty faced when developing enterprise applications is code splitting. We don't need everything in a single JS file. Why not create individual JS files for each respective module/page! We make it really easy here to just create a page that returns an array of routes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Get IPFS

    Get IPFS

    Utility to get a contextual js-ipfs instance, with web fallbacks

    A one-stop shop for loading an ipfs instance into a webpage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Material ScrollTop Button

    Material ScrollTop Button

    Lightweight, Material Design inspired plugin

    Lightweight, Material Design-inspired plugin for scrolling on top of the page (with jQuery) Just hit the button to smoothly scroll back to the top of the page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DAGService

    DAGService

    Library for storing and replicating hash-linked data over the IPFS

    ...Because 99% of the time, a browser or mobile (d)App only needs to be able to add and get small bits of data over the IPFS network. This library provides that, in a much smaller package (currently less than 1/2 the size of js-ipfs without much optimization -- we will continue to optimize further). It is also highly extensible, so developers need only include the features they need, keeping load times fast, and (d)Apps feeling snappy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Textile JS HTTP Client

    Textile JS HTTP Client

    Textile JS HTTP Wrapper Client

    With the move to Typescript and our 0.2.x release, js-http-client is now published under the @textile namespace, rather than @textileio. Previous releases will remain available under @textileio, however, all code should be updated to reflect this change. Textile provides encrypted, recoverable, schema-based, and cross-application data storage built on IPFS and libp2p. We like to think of it as a decentralized data wallet with built-in protocols for sharing and recovery, or more simply, an open and programmable iCloud. ...
    Downloads: 0 This Week
    Last Update:
    See Project