Showing 1142 open source projects for "es-srl"

View related business solutions
  • Optimize every aspect of hiring with Greenhouse Recruiting Icon
    What’s next for many of us is changing. Your company’s ability to hire great talent is as important as ever – so you’ll be ready for whatever’s ahead. Whether you need to scale your team quickly or improve your hiring process, Greenhouse gives you the right technology, know-how and support to take on what’s next.
  • End the time-wasting search for know-how with revolutionary knowledge management software Icon
    End the time-wasting search for know-how with revolutionary knowledge management software

    Theum is breakthrough knowledge management software that turns documents into a powerful, user-enabling asset.

    Permanently save time and money across the enterprise every day by giving users exactly the knowledge they need from all document sources with a click—without the hassle of launching and searching through hit lists and documents.
  • 1
    libGDX

    libGDX

    Desktop/Android/HTML5/iOS Java game development framework

    libGDX is a cross-platform Java game development framework based on OpenGL (ES) that works on Windows, Linux, macOS, Android, your browser and iOS. libGDX provides a well-tried and robust environment for rapid prototyping and fast iterations. libGDX does not force a specific design or coding style on you; it rather gives you the freedom to create a game the way you prefer. Publish your games on Windows, macOS, Linux (including the RPi!), Android, iOS, and HTML5, all with the same code base...
    Downloads: 54 This Week
    Last Update:
    See Project
  • 2
    Vite

    Vite

    Next generation frontend tooling. It's fast!

    ... /vit/, like "veet") is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts. A dev server that serves your source files over native ES modules, with rich built-in features and astonishingly fast Hot Module Replacement (HMR). A build command that bundles your code with Rollup, pre-configured to output highly optimized static assets for production.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 3
    Kivy

    Kivy

    Innovative user interfaces made easy

    Kivy is an open source, cross-platform UI framework that lets you develop applications that make use of innovative, multi-touch user interfaces. Written in Python with a graphics engine built over OpenGL ES 2, Kivy supports various input devices and protocols, and gives you access to over 20 widgets that are all highly extensible and have built-in multi-touch support. You can run the same codebase on Mac, Windows, Linux, Android and iOS. Kivy is 100% free and open source
    Downloads: 39 This Week
    Last Update:
    See Project
  • 4
    Rollup

    Rollup

    A module bundler for JavaScript

    Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. This will eventually be possible natively everywhere, but Rollup...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Scale Your Fulfillment with ShipBob Icon
    Scale Your Fulfillment with ShipBob

    For small to medium sized ecommerce business owners looking to grow locally or globally

    ShipBob is the leading global omnifulfillment platform designed for businesses of all sizes, providing them access to best-in-class supply chain capabilities.
  • 5
    webpack

    webpack

    A bundler for Javascript and friends

    webpack is a module bundler that is primarily used for bundling JavaScript files for usage in a browser, though it can also transform, bundle, or package just about any resource or asset, including images and styles. webpack packs many modules into a few bundled assets. It can bundle ES Modules, CommonJS, and AMD modules, and create a single bundle or multiple chunks through code-splitting that are asynchronously loaded at runtime. It supports all browsers that are ES5-compliant, has a rich...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Gosu

    Gosu

    2D game development library for Ruby and C++

    Gosu is a 2D game development library for Ruby and C++. It’s available for macOS, Windows, Linux, and iOS. Gosu is focused, lightweight and has few dependencies (mostly SDL 2). It provides a window and a main loop. 2D graphics and text, powered by OpenGL or OpenGL ES. Sounds and music, keyboard, mouse, and gamepad input. Gosu is mostly used to teach or learn Ruby or in short game development competitions. It’s also a great prototyping tool and should work for indie game development, though...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    JavaScript Cookie

    JavaScript Cookie

    A simple, lightweight JavaScript API for handling browser cookies

    A simple, lightweight JavaScript API for handling cookies which works in all browsers and accepts any character. It is heavily tested, has no dependency, supports ES modules and supports AMD/CommonJS. It is RFC 6265 compliant, has an useful Wiki, and enables custom encoding/decoding. More than 800 bytes gzipped! This project is RFC 6265 compliant. All special characters that are not allowed in the cookie-name or cookie-value are encoded with each one's UTF-8 Hex equivalent using percent...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    OpenTK

    OpenTK

    The Open Toolkit library is a fast, low-level C# wrapper for OpenGL

    The Open Toolkit is set of fast, portable, low-level C# bindings for OpenGL, OpenGL ES, OpenAL, and OpenCL. It runs on all major platforms and powers hundreds of apps, games, and scientific research programs. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling. OpenTK is not a game engine, nor does it try to be one: It offers a useful set of tools and lets you decide how to use them. It is the ideal starting point if you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    EQUINOX PROJECT

    EQUINOX PROJECT

    Full ASP.NET Core 5 application with DDD, CQRS and event sourcing

    ... architecture with responsibility separation concerns, solid and clean code. Booking application with domain model pattern, CQRS and ES concepts. Maybe you don't need a lot of implementations that is included, try avoid the over-engineering.
    Downloads: 1 This Week
    Last Update:
    See Project
  • A Call Center Platform that makes ten times more calls at a fraction of the costs! Icon
    A Call Center Platform that makes ten times more calls at a fraction of the costs!

    We offer calling, texting, and email solutions for political campaigns, advocacy groups, nonprofits, and businesses of all sizes.

    Whether you’re a political campaign, an advocacy, a nonprofit, or a business, CallHub is the only campaigning & digital organizing platform you’ll require to Connect, Organize & Win – at scale.
  • 10
    get-bin-path

    get-bin-path

    Get the current package's binary path

    Get the current package's binary path (using the package.json bin field). This is useful when testing a package's binary. Using get-bin-path (as opposed to hard-coding the path to the binary). Validates that the package.json bin field is correctly setup. Decouples the binary path from the tests, which allows moving the file without rewriting the tests. This package is an ES module and must be loaded using an import or import() statement, not require(). Returns the current package's binary...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    wgpu

    wgpu

    Safe and portable GPU abstraction in Rust, implementing WebGPU API

    wgpu is a safe and portable graphics library for Rust based on the WebGPU API. It is suitable for general purpose graphics and compute on the GPU. Applications using wgpu run natively on Vulkan, Metal, DirectX 11/12, and OpenGL ES; and browsers via WebAssembly on WebGPU and WebGL2. Angle is a translation layer from GLES to other backends, developed by Google. We support running our GLES3 backend over it in order to reach platforms with GLES2 or DX11 support, which aren't accessible otherwise...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    styled-icons

    styled-icons

    Popular icon packs like Font Awesome, Material Design, and Octicons

    styled-icons provides over 20,000 icons from the following icon packs as Styled Components, with full support for TypeScript types and tree-shaking / ES modules. Finally, you will need to have installed a version of styled-components at least version 4.1.0 or newer, as styled-icons depends on styled-components as a peer dependency. All icons are available for preview at the Icon Explorer. For the individual icon pack packages (@styled-icons/PACK), the icons are also importable individually...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Hotspot

    Hotspot

    The Linux perf GUI for performance analysis

    ... a newly started application, or to attach to an already running process(es). Building hotspot from a source gives you the latest and greatest, but you'll have to make sure all its dependencies are available. Most users should probably install a hotspot from the distro package manager or as an AppImage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Reactive Search

    Reactive Search

    Search UI components for React and Vue

    ... be ported to create native mobile UIs. Connect to an ES index hosted anywhere. Supports v2, v5 and v6. Components come with good query defaults, that can be customized with Elasticsearch query DSL. Go from scratch to creating a data-driven search app with our beginner-friendly quick start guide. We offer production support for ReactiveSearch. Work with us to bring your dream project to life.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    RenderDoc

    RenderDoc

    RenderDoc is a stand-alone graphics debugging tool

    RenderDoc is a free MIT licensed stand-alone graphics debugger that allows quick and easy single-frame capture and detailed introspection of any application using Vulkan, D3D11, OpenGL & OpenGL ES or D3D12 across Windows 7 - 10, Linux, Android, Stadia, or Nintendo Switch™. I work on RenderDoc myself and you can always contact me with any problems or comments. I'll respond to you directly and personally, and I'm used to helping people with private or NDA'd projects. RenderDoc is 100% open source...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    GLFW.jl

    GLFW.jl

    Julia interface to GLFW, a multi-platform library for creating windows

    Julia interface to GLFW 3, a multi-platform library for creating windows with OpenGL or OpenGL ES contexts and receiving many kinds of input. GLFW has native support for Windows, OS X and many Unix-like systems using the X Window System, such as Linux and FreeBSD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Emoji for Python

    Emoji for Python

    emoji terminal output for Python

    Emoji for Python. This project was inspired by kyokomi. The entire set of Emoji codes as defined by the Unicode consortium is supported in addition to a bunch of aliases. By default, only the official list is enabled but doing emoji.emojize(language='alias') enables both the full list and aliases. By default, the language is English (language='en') but also supported languages are Spanish ('es'), Portuguese ('pt'), Italian ('it'), French ('fr'), German ('de'). The utils/get-codes-from-unicode...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    All Node.js versions

    All Node.js versions

    List all available Node.js versions

    List all available Node.js versions. Sorted from the most to the least recent. Includes major release and LTS information. This package is an ES module and must be loaded using an import or import() statement, not require(). The return value resolves to an object with the following properties. List of available Node.js versions and related information. Sorted from the most to the least recent Node.js version. List of Node.js major releases sorted from the most to the least recent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ladle

    Ladle

    Develop, test and document your React story components faster

    ..., embracing ES modules and code-splitting with HMR/Fast Refresh for each story. No configuration needed but still customizable. Ladle is a single dependency and command. Batteries included. Ladle supports only React, embraces the latest standards (ES Modules) and focuses on performance. It's built around Vite - modules are directly served to the browser and the bundling step is completely skipped. This means instant server starts no matter how many components it needs to load.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Laravel Elasticsearch

    Laravel Elasticsearch

    An easy way to use the official Elastic Search client in your Laravel

    An easy way to use the official Elastic Search client in your Laravel or Lumen applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jsondiffpatch

    jsondiffpatch

    Diff & patch JavaScript objects

    Diff & patch JavaScript objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Event Horizon

    Event Horizon

    Event Sourcing for Go!

    Event Horizon is a CQRS/ES toolkit for Go. Event Horizon is used in production systems but the API is not final! CQRS stands for Command Query Responsibility Segregation and is a technique where object access (the Query part) and modification (the Command part) are separated from each other. This helps in designing complex data models where the actions can be totally independent from the data output. ES stands for Event Sourcing and is a technique where all events that have happened in a system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Elasticsearch Exporter

    Elasticsearch Exporter

    Elasticsearch stats exporter for Prometheus

    Prometheus exporter for various metrics about Elasticsearch, written in Go. The exporter fetches information from an Elasticsearch cluster on every scrape, therefore having a too short scrape interval can impose load on ES master nodes, particularly if you run with --es.all and --es.indices. We suggest you measure how long fetching /_nodes/stats and /_all/_stats takes for your ES cluster to determine whether your scraping interval is too short. As a last resort, you can scrape this exporter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    EventFlow

    EventFlow

    Async/await first CQRS+ES and DDD framework for .NET

    Async/await first CQRS+ES and DDD framework for .NET. Designed with sensible defaults and implementations that make it easy to create an example application. EventFlow uses interfaces for every part of its core, making it easy to replace or extend existing features with custom implementation. To get a more complete example of how EventFlow could be used, have a look at the shipping example found here in the code base. The example is based on the shipping example from the book "Domain-Driven...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SystemJS

    SystemJS

    Dynamic ES module loader

    SystemJS is a hookable, standards-based module loader. It provides a workflow where code written for production workflows of native ES modules in browsers (like Rollup code-splitting builds), can be transpiled to the System.register module format to work in older browsers that don't support native modules, running almost-native module speeds while supporting top-level await, dynamic import, circular references and live bindings, import.meta.url, module types, import maps, integrity and Content...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next