Showing 51 open source projects for "javascript search engine"

View related business solutions
  • 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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    SlimMVC.js

    SlimMVC.js

    Your Slim MVC JavaScript

    A simple JavaScript framework to implement MVC pattern and safe against XSS attacks using nodeValue property rather innerHTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    zeroclickinfo-spice

    zeroclickinfo-spice

    DuckDuckGo Instant Answers based on JavaScript (JSON) APIs

    ZeroClickInfo-Spice was a component of DuckDuckGo's Instant Answer platform, designed to provide users with immediate, relevant information without the need to click through search results. It utilized JavaScript and JSON APIs to fetch and display dynamic content directly on the search results page. Although the repository was archived in October 2022, it served as a foundation for community-contributed instant answers.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    React Desktop

    React Desktop

    React UI Components for macOS High Sierra and Windows 10

    react-desktop is a JavaScript library built on top of Facebook's React library, which aims to bring a native desktop experience to the web, featuring many macOS Sierra and Windows 10 components. react-desktop works perfectly with NW.js and Electron.js, but can be used in any JavaScript powered project! Use npm as your package manager to install the stable version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ParkerIgniter
    This is a component to create dinamic database queries from a check list view. You can set a db object (views/tables/etc) to select columns to be shown in the main checklist to build a query based in the check selection. Add dinamic (sql) or static HTML selects to filter results through wheres with few lines. Create dinamic XLSX reports easily (XLSXWritter)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 5
    rowGrid.js

    rowGrid.js

    A small, lightweight JavaScript plugin for placing items

    rowGrid.js is a small, lightweight (~1000 bytes gzipped) jQuery plugin for placing images (or other items) in straight rows. The grid is similar to grids on Google Image Search, Flickr, Shutterstock and Google+ images. All items must have the same height but the width can be variable. RowGrid.js justifies the items in straight rows so that the width of the rows equals the width of the container/parent element. At first, rowGrid.js adjusts the margin between the items. If this is not enough...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    jQuery Selectric

    jQuery Selectric

    jQuery plugin for easy manipulation and customization of HTML selects

    jQuery Selectric is a jQuery plugin designed to help stylize and manipulate HTML selects. You can pass an options object as the first parameter when you call the plugin. All events are called on the original element. Within the callback you have access to the event object, the original select element, and the current Selectric instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Shoestring

    Shoestring

    A lightweight, simple DOM utility made to run on a tight budget.

    Shoestring is a lightweight, modular DOM framework intended for developers who need their code to download and run as fast as possible. It is intended to be "just enough" of a tool to efficently write maintainable cross-browser JavaScript. The API is modeled after jQuery but we intentionally implement a tiny subset of the API to cover only the methods we commonly need in our projects. Each feature is built as an optional extension to a minimal core so each can be removed from the production build (dependencies between extensions are rare). The selector engine delegates to modern browsers' native document.querySelectorAll (IE8) and addEventListener (IE9), which means it requires browsers that support those features. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Chinese Poetry

    Chinese Poetry

    The most comprehensive database of Chinese poetry

    This repository is a curated collection of Chinese poems and poets organized into catalogs, metadata, and text representations suitable for research, creative and cultural use. It includes major dynastic corpora, such as Tang and Song poems, as well as biographical and categorization data. Each poem entry is structured with fields like author, dynasty, title, content, and sometimes annotations or alternate versions. Developers and scholars can build tools that query by author, era, keyword,...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Buckets

    Buckets

    A complete, fully tested and documented data structure library

    A complete fully tested and documented data structure library written in pure JavaScript. Buckets also includes several functions for manipulating arrays. A bag is a special kind of set in which members are allowed to appear more than once. Binary search trees keep their elements in sorted order, so that lookup and other operations can use the principle of binary search. Dictionaries map keys to values, each key can map to at most one value.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place. Icon
    Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.

    For healthcare Providers and Facilities

    Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
    Learn More
  • 10
    AJAX Live Search

    AJAX Live Search

    PHP search form that similar to Google Autocomplete feature

    AJAX Live Search is a PHP search form that similar to Google Autocomplete feature displays the result as you type. Getting the current example in index.php to work including creating a dummy database and a table should not take longer than 7 minutes. But it will take more in case you need to integrate it in an existing project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jQuery DrawSVG

    jQuery DrawSVG

    Lightweight, simple to use jQuery plugin to animate SVG paths

    Lightweight, simple-to-use jQuery plugin to animate SVG paths. This plugin uses the jQuery built-in animation engine to transition the stroke on every <path> inside the selected <svg> element, using stroke-dasharray and stroke-dashoffset properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jQuery Calx

    jQuery Calx

    A jQuery plugin for creating formula-based calculation form

    jQuery Calx is an Excel calculation engine and formula parser built as a jQuery plugin, it offers spreadsheet ability to process and calculate the formula without bringing a table-like spreadsheet interface. In the core of jQuery Calx is a formula parser generated using jison which parse and processes the formula and set of formulas imported from formula.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simple-Jekyll-Search

    Simple-Jekyll-Search

    A JavaScript library to add search functionality to any Jekyll blog

    A JavaScript library to add search functionality to any Jekyll blog. You have a blog, built with Jekyll, and want a lightweight search functionality on your blog, purely client-side? No server configurations or databases to maintain. Just 5 minutes to have a fully working searchable blog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    WSCreator

    Java library for automated Soap & Rest web Services Creation

    An awesome new way of adding SOAP and REST web services to any Spring IOC based Java project in minimum time. This library takes out all the pain part of implementing Soap & Rest Web Services specific code from developer's plate and does it in a very smart way. All you need to do is add dependency of this library to your project, add some annotations to your interfaces, add a servlet entry into your web.xml. & you are all set to go. Library uses Apache CXF to create SOAP based web services &...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    xmltes

    xml Template Engine System

    Xml Template Engine, Modular, Event-based System with bean scoped contexts. Javascript and Java Client-Server Model. Write dynamic websites with xml templates. Modular structure maps xml namespaces to javascript modules. JS modules, templates, css and files are stored server-side and rendered client-side with the program. Non-commercial license.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    StatechartJS

    StatechartJS

    Statechart implementation in JavaScript.

    Hierarchical state machines implementation in JavaScript heavily inspired by the QP active object framework, see http://www.state-machine.com/. See the README file for details. The implementation is JavaScript engine agnostic and works both in browsers and in NodeJS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    tedo

    dom oriented javascript template for dynamic pages

    Tedo is a template engine in javascript for pages with a lot of dynamically updated content. It works in the DOM-tree to make a clean distinktion between layout and script. WIth tedo it is easy to update layout or dynamic behaviour without breakage. Templates are created in the normal html-file. To special elements the class tedo is added and data-tedo-tags describing the type of template.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    EJS

    EJS

    Embedded JavaScript templates for node

    EJS is a templating engine for JavaScript/Node.js that allows developers to embed plain JavaScript code into HTML markup. The idea is to avoid introducing a separate DSL for templating and instead use familiar JavaScript logic inside template tags to generate dynamic content. You write templates using <% %> scriptlet tags, <%= %> for output, and you can include other templates, pass data, and control flow with loops and conditionals.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    jQuery Searchable Plugin

    jQuery Searchable Plugin

    Tiny, fast jQuery plugin to search through elements as you type

    Tiny, fast jQuery plugin to search through elements as you type. This plugin is created and maintained by Stidges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DataTables

    DataTables

    Tables plug-in for jQuery

    DataTables is a jQuery plugin that enhances HTML tables with powerful dynamic features such as searching, sorting, and pagination. It transforms plain static tables into interactive data explorers with minimal code changes. Developers can customize its behavior through an extensive API, adding export buttons, column visibility toggles, custom filters, and integration with remote data sources via Ajax. The plugin is modular, with a core that provides essentials and a wide range of extensions...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    ...Components available in this rich set provide simple and convenient access to funcionalities desired in each JSF web application. Most of components use famous JQuery javascript library as a javascript engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JavaScript 2D game engine
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jQuery.hilite
    A comprehensive jQuery plugin that provides various text highlight capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ** Guys I have built a much more powerful Fully Featured CMS system at: https://github.com/MacdonaldRobinson/FlexDotnetCMS Macs CMS is a Flat File ( XML and SQLite ) based AJAX Content Management System. It focuses mainly on the Edit In Place editing concept. It comes with a built in blog with moderation support, user manager section, roles manager section, SEO / SEF URL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Javascript bindings for C++, a Javascript interpreter/shell & Javascript/C++ module system. It includes a few Javascript classes and modules. It supports easy embedding of Javascript in C++ and vice versa. The currently supported engine is Spidermonkey.
    Downloads: 0 This Week
    Last Update:
    See Project