Showing 52 open source projects for "loki-lib"

View related business solutions
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 1
    Loki

    Loki

    Visual Regression Testing for Storybook

    There are a few visual regression tools for the web, but most either cannot be run headless or use phantomjs which is deprecated and a browser nobody is actually using. They usually also require you to maintain fixtures. With react-native it's now possible to target multiple platforms with a single code base, but there's no single tool to test all to my knowledge. Loki aims to have easy setup, no to low maintenance cost, reproducible tests independent of which OS they are run on, runnable on CI...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    react-big-calendar

    react-big-calendar

    gcal/outlook like calendar component

    An events calendar component built for React and made for modern browsers (read: IE10+) and uses flexbox over the classic tables-ception approach. Styles can be found at: react-big-calendar/lib/css/react-big-calendar.css, and should be included on the page with the calendar component. Also make sure that your calendar's container element has a height, or the calendar won't be visible. Date internationalization and localization is hard and react-big-calendar doesn't even attempt to solve...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    SQLPad

    SQLPad

    Web-based SQL editor run in your own private cloud

    A web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, ClickHouse, Crate, Vertica, Trino, Presto, SAP HANA, Cassandra, Snowflake, Google BigQuery, SQLite, TiDB, and many more via ODBC. The docker image runs on port 3000 and uses /var/lib/sqlpad for the embedded database directory. latest tag is continuously built from latest commit in repo. Only use that if you want to live on the edge, otherwise use specific version tags to ensure...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    qryn

    qryn

    All-in-one Polyglot Observability stack with ClickHouse storage

    All the greatest observability formats and integrations you love, at once - LGTM Drop-in compatible. Let's get Polyglot. qryn independently implements popular observability standards, protocols and query languages. Make sure you have sufficient memory and disk resources allocated for your node service and clickhouse server when dealing with large amounts of data and fingerprints. We suggest 8GB RAM or higher for most setups with 100k-1M fingerprints. Observe your daily and weekly data...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 5
    embetty

    embetty

    Embetty displays remote content like tweets or YouTube videos

    Embetty displays remote content like tweets or videos without compromising your privacy. Setup your embetty-server. Include the embetty lib into your HTML document. Insert an embed by using a custom tag. Embetty needs a server component that you need to run on your infrastructure. Configure the server URL for embetty using a meta data-embetty-server tag. Use the type attribute with a value of facebook, vimeo or youtube. Set the video-id attribute to the video ID. For videos of type vimeo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    node-emoji

    node-emoji

    Simple emoji support for node.js projects

    ... and put them into lib/emojifile.js. Then run npm run-script emojiparse in the project directory or node emojiparse in the lib directory. This should generate the new emoji.json file and output Done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Turndown

    Turndown

    An HTML to Markdown converter written in JavaScript

    Convert HTML into Markdown with JavaScript. to-markdown has been renamed to Turndown. See the migration guide for details. For usage with RequireJS, UMD versions are located in lib/turndown.umd.js (for Node.js) and lib/turndown.browser.umd.js for browser usage. These files are generated when the npm package is published. To generate them manually, clone this repo and run npm run build. Turndown also accepts DOM nodes as input (either element nodes, document nodes, or document fragment nodes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Primer Octicons

    Primer Octicons

    A scalable set of icons handcrafted by GitHub

    This repository contains several libraries. Each of them is in the lib/ folder and gives access to Octicons on a different platform/language. The octicons node.js library is the main JavaScript library. With a JavaScript API that can be used in a variety of applications. Select the icon frames you want to commit. Make sure the frames are either 16x16 or 24x24 and that you've outlined all strokes. Select the branch you want to commit to. You can choose an existing branch or create a new branch...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    uPlot

    uPlot

    Chart for time series, lines, areas, ohlc and bars

    μPlot is a fast, memory-efficient Canvas 2D-based chart for plotting time series, lines, areas, ohlc & bars; from a cold start it can create an interactive chart containing 150,000 data points in 135ms, scaling linearly at ~25,000 pts/ms. In addition to fast initial render, the zooming and cursor performance is by far the best of any similar charting lib; at ~40 KB, it's likely the smallest and fastest time series plotter that doesn't make use of context-limited WebGL shaders or WASM, both...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • 10
    JSS

    JSS

    An authoring tool for CSS which uses JavaScript as a host language

    A lib for generating Style Sheets with JavaScript. JSS is an authoring tool for CSS which allows you to use JavaScript to describe styles in a declarative, conflict-free and reusable way. It can compile in the browser, server-side or at build time in Node. JSS is framework agnostic. It consists of multiple packages, the core, plugins, framework integrations and others. If you’re interested in playing around with JSS, you can use an online code playground. Try a Hello World example...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Connected React Router

    Connected React Router

    A Redux binding for React Router v4

    Synchronize router state with redux store through uni-directional flow (i.e. history -> store -> router -> components). Supports React Router v4 and v5. Supports functional component hot reloading while preserving state (with react-hot-reload). Dispatching of history methods (push, replace, go, goBack, goForward) works for both redux-thunk and redux-saga. Nested children can access routing state such as the current location directly with react-redux's connect. Supports time traveling in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PRESENTA Lib

    PRESENTA Lib

    The javascript presentation library for the automation era

    PRESENTA Lib is a config-driven presentation library that creates modern web documents for the automation era. PRESENTA Lib requires a serializable object on purpose, to facilitate interoperability, and data transformation as well as fostering novel tools to create presentational documents. PRESENTA Lib is a javascript library without external dependencies. It comes as UMD, thus, you can install it in several ways. A PRESENTA Lib document contains a list of scenes that can be displayed one...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Stitches

    Stitches

    CSS-in-JS with near-zero runtime, SSR, multi-variant support

    CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience. Stitches avoids unnecessary prop interpolations at runtime, making it more performant than other styling libraries. Packed full of useful features like theming, smart tokens, css prop, as prop, utils, and a fully-typed API. Stitches has a fully-typed API, to minimize the learning curve, and provide the best possible developer experience. Stitches has a dedicated React lib, but @stitches/core...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Svelte forms lib

    Svelte forms lib

    A lightweight library for managing forms in Svelte

    Svelte Forms lib is a Formik-inspired library for building forms easily in a Svelte project. When building modern web applications forms often play a big part in it. We use forms to log in, place orders, book flights and perform other data-entry tasks. In developing a form, it's important to create a flow that guides the user efficiently and effectively through the workflow. This library helps you build forms by exposing an easy API for form creation, validation and submission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Klipse

    Klipse

    Klipse is a JavaScript plugin for embedding interactive code snippets

    ... Clojurescript lib. The Klipse plugin can be easily styled with CSS, which can be applied both to the Klipse plugin's own elements, and to the CodeMirror editor's elements. Much of the styling you'll apply will be to CodeMirror, as it contains all the CSS classes to style the code itself. Surrounding CodeMirror is the Klipse plugin, the styles of which control the plugin's borders, and the executed code's output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CSI-jMenu

    CSI-jMenu

    Javascript Lib jMenu

    * Introduction - This Module is a Javascript Library; - The Library was created to build and manager simple menu and event controls in the W3C Docs; * Online DEMO, see: https://csi-mymenu.sourceforge.io/examples/00-index.html * Support: The Support Service is FREE. Do you need support? Open a ticket and I will get back to you as soon as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MetalManGames

    MetalManGames

    3rd Party Video Games Developer: MetalManGames, titles of games

    A project of various and continuous cross-platform video game titles developed by; 3rd Party Video Games Developer: MetalManGames. The oldest cross-platform games have been removed along with Android, due to updates needed, and currently can not find the time at this moment. So far have included ; ''Undead Shotgun Reloaded'' Linux 64-bit version, needs SDL2 Installed, and download packs; 1- 3, and extract them to the ''lib'' folder, see; readme.txt for more details. "Alien Parasites...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Webhook-Client

    Webhook-Client

    Manage Your Discord Webhook Online

    Manage Your Discord Webhook Online.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    TradingVue.js

    TradingVue.js

    Hackable charting lib for traders. You can draw literally anything

    TradingVue.js was a hackable charting lib for traders. You could draw literally ANYTHING on top of candlestick charts. If you create trading software, this lib is probably for you. If you like to make custom indicators and think out of the box, this lib is most likely for you. And if you miss the usability of TradingView.com in other open-source libraries and can't stand it, you are definitely in the right place! The process of adding a new indicator is simple, first you define your own data...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Cleave.js

    Cleave.js

    About Format input text content when you are typing

    Cleave.js has a simple purpose: to help you format input text content automatically. For credit card number formatting, phone number formatting (i18n js lib separated for each country to reduce size), date formatting, numeral formatting, custom delimiter, prefix and blocks pattern, commonJS / AMD mode, ReactJS component, AngularJS directive (1.x), ES Module. The idea is to provide an easy way to increase input field readability by formatting your typed data. By using this library, you won't...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Chart.xkcd

    Chart.xkcd

    xkcd styled chart lib

    Chart.xkcd is a chart library plots “sketchy”, “cartoony” or “hand-drawn” styled charts. It’s easy to get started with chart.xkcd. All that’s required is the script included in your page along with a single <svg> node to render the chart. You can install chart.xkcd via script tag in HTML or via npm. Line chart displays series of data points in the form of lines. It can be used to show trend data, or comparison of different data sets. XY chart is used to plot points by specifying their XY...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    pickadate

    pickadate

    jQuery date and time input picker

    ... with Chrome MWA, Firefox MWA, Opera MWA, Safari Mi, Internet Explorer W, Blackberry 6.0+ and Android 3.2+ browsers. Make sure to also include the legacy.js file along for the oldie browsers. pickadate.js is an open source project, shared under an MIT license. All themes are generated using LESS and compiled from the lib/themes-source folder into the lib/themes folder. The translations live in the lib/translations folder. There are currently 43 language translations included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    v-charts

    v-charts

    A tool to generate charts

    When using echarts to generate charts, we often need to do cumbersome data scheme conversion, modify complex configuration items, v-charts precisely to solve this. v-charts is based on Vue2.x and echarts, just need to provide a friendly data scheme and set simple configuration items, you can easily generate common charts. Each chart component of v-charts is individually packaged under the lib folder. When used, a single chart component can be directly import into the project. The attributes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    lnd-lib

    lightweight php/mysql framework with html/css templates

    Free and open-source set of easy php/mysql/html/css tools for creating web-sites and web-applications. Based on: http://jquery.com http://jqueryui.com (+ datepicker-ru.js) jQuery Masked Input Plugin Copyright (c) 2007 - 2014 Josh Bush (digitalbush.com) http://kladr-api.ru http://ckeditor.com (+ckfinder)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sarissa is a cross-browser ECMAScript lib that helps with browser incompatibilities in XMLHttpRequest/XML/XSLT/XPath along with some bonus utility methods. People call some of this Ajax nowdays, but the term was not available back in early 2003 ;-)
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next