Showing 38 open source projects for "essence"

View related business solutions
  • Real Time Accounts Payable Automation. Icon
    Real Time Accounts Payable Automation.

    Invoice capture and automation seamlessly integrated with your accounting software

    Yooz provides the smartest, most powerful, and easiest-to-use cloud-based E-invoicing and Purchase-to-Pay automation solution. It delivers unmatched savings, speed, and security with affordable zero-risk subscriptions to more than 5,000 customers and 300,000 users worldwide.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    Sequelize

    Sequelize

    A promise-based multi SQL dialect Node.js ORM

    ... are the essence of Sequelize. A model is an abstraction that represents a table in your database. In Sequelize, it is a class that extends Model. The model tells Sequelize several things about the entity it represents, such as the name of the table in the database and which columns it has (and their data types).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    FunctionalPlus

    FunctionalPlus

    Functional Programming Library for C++

    Great code should mostly be self-documenting, but while using C++ in reality you can find yourself dealing with low-level stuff like iterators or hand-written loops that distract from the actual essence of your code. FunctionalPlus is a small header-only library supporting you in reducing code noise and in dealing with only one single level of abstraction at a time. By increasing brevity and maintainability of your code it can improve productivity (and fun!) in the long run. It pursues...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Albert

    Albert

    A fast and flexible keyboard launcher

    Albert is a blazing-fast, plugin-based keyboard launcher written in C++/Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Ristretto

    Ristretto

    A high performance memory-bound Go cache

    ... contention. A commit to remove that cache caused our query latency to dramatically improve by 5-10x. In essence, our cache was slowing us down! We concluded that the concurrent cache story in Go is broken and must be fixed. In March, we wrote about the State of Caching in Go, mentioning the problem of databases and systems requiring a smart memory-bound cache which can scale to the multi-threaded environment Go programs find themselves in.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 5
    Laravel View Models

    Laravel View Models

    View models in Laravel

    Have you ever made a controller where you had to do a lot of work to prepare variables to be passed to a view? You can move that kind of work to a so-called view model. In essence, view models are simple classes that take some data, and transform it into something usable for the view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Blade UI Kit

    Blade UI Kit

    A set of renderless components to utilise in your Laravel Blade views

    Blade UI Kit is a set of renderless components to utilize in your Laravel Blade views. In all essence, it's a collection of useful utilities, connect the dots between different parts of the TALL stack. It was made for Blade, Laravel's powerful templating engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ComponentArrays.jl

    ComponentArrays.jl

    Arrays with arbitrarily nested named components

    The main export of this package is the ComponentArray type. "Components" of ComponentArrays are really just array blocks that can be accessed through a named index. This will create a new ComponentArray whose data is a view into the original, allowing for standalone models to be composed together by simple function composition. In essence, ComponentArrays allow you to do the things you would usually need a modeling language for, but without actually needing a modeling language. The main targets...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Taipy

    Taipy

    Turns Data and AI algorithms into production-ready web applications

    From simple pilots to production-ready web applications in no time. No more compromise on performance, customization, and scalability. Taipy enhances performance with caching control of graphical events, optimizing rendering by selectively updating graphical components only upon interaction. Effortlessly manage massive datasets with Taipy's built-in decimator for charts, intelligently reducing the number of data points to save time and memory without losing the essence of your data's shape...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Laravel Splade

    Laravel Splade

    The magic of Inertia.js with the simplicity of Blade

    Splade provides a super easy way to build Single Page Applications (SPA) using standard Laravel Blade templates, enhanced with renderless Vue 3 components. In essence, you can write your app using the simplicity of Blade, and besides that magic SPA-feeling, you can sparkle it to make it interactive. All without ever leaving Blade. Splade gives you a massive head start when building applications. Navigate the documentation or watch the videos to discover its power. Splade allows you to use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
  • 10
    bluemonday

    bluemonday

    Fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer

    bluemonday is an HTML sanitizer implemented in Go. It is fast and highly configurable. bluemonday takes untrusted user-generated content as an input, and will return HTML that has been sanitized against an allowlist of approved HTML elements and attributes so that you can safely include the content in your web page. If you accept user-generated content, and your server uses Go, you need bluemonday. It protects sites from XSS attacks. There are many vectors for an XSS attack and the best way...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sureness

    Sureness

    A simple and efficient security framework

    Sureness allows you to security any server written with jvm modern frameworks such as Spring, Spring Boot, Spring WebFlux, Javalin, Quarkus, Micronaut, Solon, Jfinal or Ktor as well as frameworks for Kotlin. The essence of Sureness is to use an interceptor (like a servlet filter or Spring interceptor) to intercept all rest requests for authenticating and authorizing. So no matter any framework, as long as it has an interceptor, it can integrate with sureness. Sureness uses Exception Handling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Kubernetes Handbook

    Kubernetes Handbook

    Cloud native application architecture practice handbook

    Cloud native is a behavioral method and design concept. In its essence, all behaviors or methods that can improve resource utilization and application delivery efficiency on the cloud are cloud-native. The history of cloud computing is a history of cloud native. Kubernetes opened the prelude to cloud native 1.0. The emergence of service mesh Istio led to microservices in the post-Kubernetes era. The rise of serverless has enabled cloud native to advance from the infrastructure layer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TFEL/MFront

    TFEL/MFront

    TFEL/MFront introduces DSLs based on C++ to handle material knowledge

    The TFEL library is a collaborative effort of the French Atomic Commission and Électricité de France. TFEL mostly includes the MFront code generator. MFront is based on C++ and provides several domain specific languages which were designed to simplify the implementations of new material properties, mechanical behaviours and simple material models. A particular focus was made on mechanical behaviours which are by essence more complex and may have significant impact on the numerical...
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    CalDOM

    CalDOM

    An agnostic, reactive & minimalist (3kb) JavaScript UI library

    An agnostic, reactive & minimalist (3kb) JavaScript UI library with direct access to native DOM. Instead of pulling you into a library-specific magical world, CalDOM let you fully access the DOM directly while keeping the reactivity. So you could take full advantage of native APIs & mix it with other libraries to gain superior performance & flexibility in the development process. In essence, CalDOM is just a wrapper around the native Node/Element. The overall performance drop is about 0.04x...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Asimov

    Asimov

    Automatically exclude development dependencies from Apple Time backups

    ... for known dependency directories (e.g. node_modules/ living adjacent to a package.json file) and excluding them from Time Machine backups. At its essence, Asimov is a simple wrapper around Apple's tmutil program, which provides more granular control over Time Machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Aim Rom
    AIMROM is based on LineageOS. Our aim is to present to you a combination of unmatched stability, performance and sets of usefull features that are picked by our team and testers. We ensure that the sweet taste of latest Android essence stays in your device.. It’s fully responsive, Fast, Smooth and Stable .
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    AET

    AET

    Detects visual changes on websites and performs page health checks

    AET is a system that detects visual changes on websites and performs basic page health checks (like w3c compliance, accessibility, HTTP status codes, JS Error checks and others). AET is designed as a flexible system that can be adapted and tailored to the regression requirements of a given project. The tool has been developed to aid front-end client-side layout regression testing of websites or portfolios, in essence assessing the impact or change of a website from one snapshot to the next.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Programmer's Guide to English

    A Programmer's Guide to English

    English study guide v1.2 written specifically for programmers

    ... and experiences, and the fewer detours you will make. This guide will dig deep into the essence of language learning (mainly in Chinese for example) and think in a way that programmers can understand easily, and provide their own deductions based on the essence. Training methods and experience are for reference. The most important thing is that you have to design your own training methods based on the essence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    POVME (POcket Volume MEasurer) is a program for calculating the volumes of macromolecular (e.g. protein) binding pockets. In essence, POVME floods a pocket-encompassing region with equidistant points, removes those points that are near receptor atoms, and calculates the volume from the remaining points. NOTE: The latest version of POVME is now available at http://git.durrantlab.com/jdurrant/POVME. Versions on SourceForge are not up to date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Twonker

    Twonker

    MIDI software to play tones from the "overtone series"

    The Twonker is a free VST MIDI Plugin that allows a digital piano (or any MIDI instrument) to play tones from the Overtone Series. It is designed to run within most Digital Audio Workstations as a Synth Plugin on MacOS, Windows, and Linux. The Twonker allows a musician to play overtones in a predictable and flexible manner, using a regular MIDI-based keyboard. In essence, it behaves like twelve different pianos tuned to twelve different "Overtone Scales".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SWire

    SWire

    A Stata plugin for connecting Stata with other software

    SWire is a software interface enabling us to query Stata for the executing of basic operations like reading or writing data. The core of SWire is a Java plugin which functions as a server and it can be queried by using the HTTP protocol. SWire is in essence a wrapper around the Stata-Java API and all the functions relating to this API can, therefore, be externally called by clients. SWire can be interrogated on a local network and it accepts AJAX queries, thus enabling the development of web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Essencia

    OMG Essence Tool

    Software Engineering Management tool support OMG Essence standart
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Multiverse Explorer

    Using Dr. Tegmark's MUH, this program generates a random 'universe'.

    Using Max Tegmark's Mathematical Universe Hypothesis, this program generates a random mathematical structure that is, in essence, a universe (if Dr. Tegmark is correct).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    .... The essence of the game is to "get into the head" of the deer. The player moves the mouse over to the emerging field of deer and, in the case of contact, grows a cherry tree from the forehead of the deer . A level is complete when the player "knock" 10 deers. If the player does not have time to five times a game to move the cursor on the target, the game ends in defeat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RL Ingest

    RL Ingest

    Canon DSLR, Hero GoPro and Sony F3 to MPEG2 35 MXF OP-Atom

    This Mac OS application takes H.264 MOV and XDCAM EX 35 MOV material and exports them to Avid, puts consistent metadata in the MXF files for future re-link. Download the HTML help files for details in the link below. Tested cameras: Canon 5D, Canon 550D, Hero GoPro, Sony F3 with browser to MOV or MXF rewarp. - Supports 25p fps essence. - Can customize the Avid clip name and comment to the clip - Generates take names by file name order - Create sync point Avid locator - Use the Media...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next