Showing 334 open source projects for "xray-core"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1
    Extended Memory Semantics (EMS)

    Extended Memory Semantics (EMS)

    Persistent shared object memory and parallelism for Node.js and Python

    EMS makes possible persistent shared memory parallelism between Node.js, Python, and C/C++. Extended Memory Semantics (EMS) unifies synchronization and storage primitives to address several challenges of parallel programming. A modern multi-core server has 16-32 cores and nearly 1TB of memory, equivalent to an entire rack of systems from a few years ago. As a consequence, jobs formerly requiring a Map-Reduce cluster can now be performed entirely in shared memory on a single server without using distributed programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Shoestring

    Shoestring

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

    ...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. For projects that require deeper compatibility or a richer set of features, it is simple to swap in jQuery instead. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Interactable

    Interactable

    Experimental implementation of high performance interactable views

    This is an experimental implementation of a declarative API for handling fluid user interactions with views at 60 FPS in React Native. Here are some example use-cases for views that users can interact with. Swipeable card (a la Google Now) springing into place unless swiped away with enough force. Drawer snapping between closed and open with buttons appearing gradually as it's being dragged. Collapsible header that snaps to a smaller size as the content below is being scrolled. Chat heads (a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ES6 Tutorial

    ES6 Tutorial

    ECMAScript 6

    This is a comprehensive, book-style tutorial that teaches modern JavaScript beginning with ES6 and continuing into later additions to the language. It introduces core syntax like let/const, template literals, destructuring, modules, and classes before moving to promises, generators, async/await, proxies, and symbols. Each chapter mixes explanation with concise examples, emphasizing why a feature exists and how to use it idiomatically. The material serves both as a learning path and a reference you can revisit when you forget specific details or edge cases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    ReactQuill

    ReactQuill

    A Quill component for React

    ...The Quill editor supports themes. It includes a full-fledged theme, called snow, that is Quill's standard appearance, and a bubble theme that is similar to the inline editor on Medium. The core theme must be included for modules like toolbars or tooltips to work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WeFlow

    WeFlow

    A web developer workflow tool by WeChat team based on tmt-workflow

    A web developer workflow tool by WeChat team based on tmt-workflow, with cross-platform supported and environment ready. A development tool based on tmt-workflow front-end workflow. (Already supports the latest version of Node.js)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    yo-yo.js

    yo-yo.js

    A tiny library for building modular UI components using DOM diffing

    yo-yo is a tiny, modular JavaScript library for building UI components by combining template literals with efficient DOM diffing. The core idea behind yo-yo is to enable developers to write modular, dynamic views using ES6 tagged template syntax, then update those views by intelligently diffing and morphing the real DOM rather than re-rendering everything. It’s inspired by patterns found in larger UI frameworks but stays extremely lightweight—only a few kilobytes when minified and gzipped—by leveraging existing tools like bel (for templating) and morphdom (for DOM updates). yo-yo underpins some higher-level frameworks and is ideal for developers who want direct control over components without the overhead of a full reactive framework. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    OPUS

    OPUS

    Open source knowledge base application for Teams

    Opus (not to be confused with the audio codec) is a JavaScript library aimed at simplifying certain common tasks, though depending on context the exact scope may vary. In general, it is part of a collection of small utilities by the same author, which tend to favor minimalism, readability, and directness over heavy abstractions. The idea behind Opus (in this JS-utility ecosystem) is to provide functionality that feels native and idiomatic, helping developers quickly get things done without...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LoopBack

    LoopBack

    Build modern applications that require complex integrations

    A highly extensible Node.js and TypeScript framework for building APIs and microservices. A brand new LoopBack core to deliver great extensibility and flexibility written in TypeScript/ES2017. Create powerful APIs easily with a new creation experience for defining REST API's and handling API requests/responses. A new, improved programming model with Dependency Injection and new concepts such as Components, Mixins, Repositories, etc. make this the most extensible version yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    orbit-electron

    orbit-electron

    Orbit Electron App

    Currently works in OSX and Linux. We're working on Windows support. Orbit is still more or less experimental. It means Orbit is currently not secure, APIs will change and builds can break over the coming months. If you come across problems, it would help greatly to open issues so that we can fix them as quickly as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jsblocks

    jsblocks

    Better MV-ish Framework

    ...Model-View-Controller, Model-View-Collection, Model-View-ViewModel, Model-View-Whatever, Hierarchical Model-View-Controller or nothing at all - jsblocks has you covered. A Model-View-Collection layer stands on top of the main DOM syncing core. This MVC layer is extremely powerful and enables easy creation of complex applications. The MVC layer is also modular, so you could remove it if you don't need the extra functionality, making your code base lighter. The debugging experience is a major factor that is often overlooked. It brings an easier learning curve and faster development cycles. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Rodeo

    Rodeo

    A data science IDE for Python

    ...RODEO, that is an open-source python IDE and has been brought up by the folks at yhat, is a development environment that is lightweight, intuitive and yet customizable to its very core and also contains all the features mentioned above that were searched for so long. It is just like your very own personal home base for exploration and interpretation of data that aims at Data Scientists and answers the main question, "Is there anything like RStudio for Python?" Rodeo makes it very easy for its users to explore what is created by them and also alongside allows the users to Inspect, interact, compare data frames, plots and even much more. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    CuteReport

    CuteReport

    Qt based report solution

    CuteReport is a report solution like Jasper Report, Crystal Reports or FastReport, but based on Qt framework. It can be easily used with any Qt application. In general, CuteReport consists of two parts: core library and template designer. Both are totally modular and theirs functionality can be easily extended by writing additional modules. It's totally abstract of used data and can use as storage: file system, database, version control systems, etc. The project's goal is to provide powerful, but yet simple to use for inexperienced user and report designers, reporting system. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 14
    Concise CLI

    Concise CLI

    A CSS framework that's lightweight and easy-to-use

    ...In principle, it would will with any other CSS library, framework or any existing project so long as the code is plain CSS or contains only the features that can be compiled with PostCSS. Of course, one can start writing everything from scratch using Concise as well. The core library contains the very basic styles that one might use, and contains most of the code that was available on Concise v4. No unnecessary styles are added so you can spend more time building and less time overriding. Do you need CSS components? We provide a basic UI kit for Concise CSS as an add-on. We also provide utility classes for rapid prototyping and context-dependent styles. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Typography.js

    Typography.js

    A powerful toolkit for building websites with beautiful design

    ...Typography.js themes are simple Javascript objects. As such they’re easy to share across projects or even open source and share via NPM. Plugins are functions that extend or modify the core Typography engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    tracking.js

    tracking.js

    A modern approach for Computer Vision on the web

    The tracking.js library brings different computer vision algorithms and techniques into the browser environment. By using modern HTML5 specifications, we enable you to do real-time color tracking, face detection and much more, all that with a lightweight core (~7 KB) and intuitive interface. To get started, download the project. This project includes all of the tracking.js examples, source code dependencies you'll need to get started. Unzip the project somewhere on your local drive. The package includes an initial version of the project you'll be working with. While you're working, you'll need a basic HTTP server to serve your pages. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    deployd

    deployd

    A toolkit for building realtime APIs

    ...Add and manage your API's resources through an intuitive web-based dashboard. When it's time to deploy, easily deploy it yourself anywhere that can host a Node.js app and MongoDB. Deployd consists of a simple core library, with a modular API for extending your application. Keep all of your client applications in sync and avoid needless refreshes with deployd's realtime capabilities. It's easy to listen for and respond to changes in your app, whether using the dpd.js library or another client that can support websockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FastDom

    FastDom

    Eliminates layout thrashing by batching DOM measurement

    Eliminates layout thrashing by batching DOM read/write operations (~600 bytes minified gzipped). FastDom works as a regulatory layer between your app/library and the DOM. By batching DOM access we avoid unnecessary document reflows and dramatically speed up layout performance. Each measure/mutate job is added to a corresponding measure/mutate queue. The queues are emptied (reads, then writes) at the turn of the next frame using window.requestAnimationFrame. FastDom aims to behave like a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Apollo Station

    Apollo Station

    The best code this side of the galaxy

    ApolloStation is a community-driven SS13-derived codebase aiming to evolve the genre. Though specifics are sparse in the repo itself, it builds on SS13 principles with an emphasis on modularity and maintainability.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    JCF

    JCF

    Advanced form elements customization using CSS/JS

    This library allows cross-browser customization of form elements using CSS. The script requires jQuery 1.7+ to work properly. To add a script in your page simply attach the core file - jcf.js and some of the modules you want to use for customization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Angular Schema Form

    Angular Schema Form

    Generate forms from a JSON schema, with AngularJS

    ...Much of the new development is being done in Assimilate, a standardized validator for JSON Schema to help ensure changing validators is never as painful as escaping tv4 is, as well as a new core library to allow for a more predictable upgrade from AngularJS to Angular. Schema Form is a set of AngularJS directives (and a couple of services). It can do two things to make life easier. Create a form directly from a JSON schema. Validate form fields against that same JSON schema. Schema Form uses convention over configuration, so it comes packaged with some sensible defaults. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    ShelterOps

    ShelterOps

    ShelterOps - Animal and Wildlife data management software

    ...The animal module includes the ability to export data to PetFinder, Adopt A Pet or your website, as well as manage medical procedures, track treatment regimens, asilomar classiification and more. The core and optional modules within ShelterOps provide the framework to create a customized solution.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    JS Vim

    jsvim 4: xvi online

    JSVim intends to provides Vim to any textarea. The javascript text editor core is now ported using Emscripten and written using web components. Stable archives at http://www.migniot.com/JSVim.html, roadmap available at http://home.migniot.com/smigniot/Zion/JSVim%20Roadmap.html
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    BADAM gamebook engine

    BADAM gamebook engine

    Simple data driven web based gamebook engine using javascript.

    ...For core functions documentation, refer to the wiki. Feel free to contact me at krishnakumarm777@gmail.com with comments and criticism.
    Downloads: 0 This Week
    Last Update:
    See Project