Showing 91 open source projects for "lifetime"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    Laravel URL Signer

    Laravel URL Signer

    Create and validate signed URLs with a limited lifetime

    Create signed URLs with a limited lifetime in Laravel. This package can create URLs with a limited lifetime. This is done by adding an expiration date and a signature to the URL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Lavalite

    Lavalite

    Multilingual PHP CMS built with Laravel and bootstrap

    Lavalite is an open source PHP Content Management System built with Laravel. It makes setting up a Laravel-based content management system or cloud-based application quick and easy. Lavalite is equipped with highly proficient features, including a simple and lightweight UI/UX, a highly responsive layout courtesy of an advanced bootstrap framework, and easy extensibility so you can add the plugins, packages and hooks that you need. Lavalite can and has been used to build websites for all...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    AWS Vault

    AWS Vault

    A vault for securely storing and accessing AWS credentials

    ... are accessed. Beyond the strong storage-at-rest, aws-vault generates short-lived session-based credentials to expose to sub-processes and it encourages you to use the tool to run other tools, rather than exporting credentials to your environment. This means that rogue node.js packages have a harder time obtaining your credentials, and when they do, are limited to the lifetime of the session.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Proxy

    Proxy

    Proxy: Next Generation Polymorphism in C++

    For decades, object-based virtual tables have been a de facto implementation of runtime polymorphism in many (compiled) programming languages. There are many drawbacks in this mechanism, including life management (because each object may have a different size and ownership) and reflection (because it is hard to balance between usability and memory allocation). To workaround these drawbacks, some languages like Java or C# choose to sacrifice performance by introducing GC to facilitate lifetime...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 5
    Cortex

    Cortex

    A horizontally scalable, highly available, multi-tenant, long term Pro

    Horizontally scalable, highly available, multi-tenant, long-term storage for Prometheus. Durably store data for longer than the lifetime of any single machine, and use this data for long-term capacity planning. Cortex makes your PromQL queries blazin' fast through aggressive parallelization and caching. Cortex gives you a global view of Prometheus time series data that includes data in long-term storage, greatly expanding the usefulness of PromQL for analytical purposes. Cortex runs across...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    RevenueCat

    RevenueCat

    In-app purchases and subscriptions made easy

    .... Analyze the most important metrics for your app business in one place. See customer transaction histories, chart lifetime value, and grant promotional subscriptions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Eventmie

    Eventmie

    Run your own Events business with Eventmie

    Create a dedicated platform for Event Planning with Laravel for Free. Eventmie is an Event planning and management Laravel package. With Eventmie, launch a dedicated platform for Event planning on your domain. Streamline the event planning process through automation. Eventmie is secure, scalable, and production-ready. Just install it into a brand new Laravel application or an existing one and start selling events for free. Streamline the event planning process through automation. Eventmie is...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Traefik Forward Auth

    Traefik Forward Auth

    Forward authentication service. Google/OpenID oauth based login

    A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. Traefik prepends the namespace to the name of middleware defined via a Kubernetes resource. This is handled automatically when referencing the middleware from another resource in the same namespace (so the namespace does not need to be prepended when referenced). However, the full name, including the namespace, must be used when referenced from static...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LifetimeTracker

    LifetimeTracker

    Find retain cycles / memory leaks sooner

    ... FBRetainCycleDetector rely on objc runtime magic to find the problems, but that means they can't really be used for pure Swift classes. This small tool simply focuses on tracking the lifetime of objects which means that it can be used in both Objective-C and Swift codebases, and it doesn't rely on any complex or automatic magic behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 10
    Eru

    Eru

    Eru, a simple, stateless, flexible, production-ready orchestrator

    Eru, a simple, stateless, flexible, production-ready orchestrator designed to easily integrate into existing workflows. Can run any virtualization things in long or short time. Eru can use multiple engines to run anything for the long or short term. This project is Eru Core. The Core use for resource allocation and managing resources' lifetime. After we implemented bootstrap in eru, now you can build and deploy eru with cli tool. Make sure you can clone code. After the fresh image was named...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Orchest

    Orchest

    Build data pipelines, the easy way

    .... Creation of multiple instances with up to 8 vCPU & 32 GiB memory. A free Orchest instance with 2 vCPU & 8 GiB memory. Simple data pipelines with Orchest. Each step runs a file in a container. It's that simple! Spin up services whose lifetime spans across the entire pipeline run. Easily define your dependencies to run on any machine. Run any subset of the pipeline directly or periodically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DataScript

    DataScript

    Immutable database and Datalog query engine for Clojure, ClojureScript

    ... DB, when you query DataScript, it all comes down to a Hashmap lookup. Or series of lookups. Or array iteration. There’s no particular overhead to it. You put a little data in it, it’s fast. You put in a lot of data, well, at least it has indexes. That should do better than you filtering an array by hand anyway. The thing is really lightweight. The intention with DataScript is to be a basic building block in client-side applications that needs to track a lot of state during their lifetime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ffsend

    ffsend

    Easily and securely share files from the command line

    Easily and securely share files and directories from the command line through a safe, private and encrypted link using a single simple command. Files are shared using the Send service and may be up to 1GB. Others are able to download these files with this tool, or through their web browser. All files are always encrypted on the client, and secrets are never shared with the remote host. An optional password may be specified, and a default file lifetime of 1 (up to 20) download or 24 hours...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Prophecy

    Prophecy

    Highly opinionated mocking framework for PHP 5.3+

    Prophecy is a highly opinionated yet very powerful and flexible PHP object mocking framework. Though initially it was created to fulfil phpspec2 needs, it is flexible enough to be used inside any testing framework out there with minimal effort. First, add Prophecy to the list of dependencies inside your composer.json, then, simply install it with composer. First of all, in Prophecy every word has a logical meaning, even the name of the library itself (Prophecy). When you start feeling that,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Linguist

    Linguist

    Detect blob languages, suppress generated files and generate graphs

    This library is used on GitHub.com to detect blob languages, ignore binary or vendored files, suppress generated files in diffs, and generate language breakdown graphs. Linguist is a Ruby library so you will need a recent version of Ruby installed. There are known problems with the macOS/XCode supplied version of Ruby that causes problems installing some of the dependencies. Accordingly, we highly recommend you install a version of Ruby using Homebrew, rbenv, rvm, ruby-build, asdf or other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jemalloc

    jemalloc

    A general purpose malloc(3) implementation

    ... back into FreeBSD, and therefore versatility remains critical. Ongoing development efforts trend toward making jemalloc among the best allocators for a broad range of demanding applications, and eliminating/mitigating weaknesses that have practical repercussions for real world applications. jemalloc has evolved substantially over its lifetime, so although the older documentation is still broadly informative, many of the details are obsolete.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Blogfy

    Blogfy

    Blog taking application utilizing Ktor REST-API

    ... search queries and the possibility to clear them all or individually. Refresh access token periodically (20 minutes lifetime). Revoke refresh token when the user sign out. Tests (mocks and fakes).A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Free Weighbridge Software with CCTV

    Free Weighbridge Software with CCTV

    Smart Weighbridge Software with CCTV camera & WhatsApp Integration

    For any query Contact - info@eagleweigh.com or visit www.eagleweigh.com This is smart and easy to operate weighbridge software suitable for all kinds of weighbridges / Dharam Kanta. This Weighbridge software provides a secure and fraud-free operation of weighbridges with its advanced design and fraud detection features. It is a solution to the enterprises/industries that are looking for easy, transparent, and automating their weighbridge platforms. It is provided with lifetime...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 19
    Space3d

    Space3d

    C# graphics library used for 3D modeling, built with OpenGL/OpenTK

    ..., it provides a control over a lifetime of the object cluster; second, it mirrors a subordination of the object coordinate systems. All the project libraries are built with VS 2017, .NET Framework 4.7.1. The Graphics.sln and Space3d.sln solutions contain test applications, featuring the library capabilities.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    QtPALS

    QtPALS

    Qt software for positron lifetime measurement

    PALS software using DRS4 EVM board (http://www.psi.ch/drs/evaluation-board) to determine time between two pulses. Time distance is then send to histogram and evaluated in odher programs likes LT or PALSFit. 2, 3 or 4 detector PALS setup. DRS4 inputs: Ch1 - Start detector 1274keV, Ch2 - 511keV stop detector1, Ch3 511keV - stop detector 2, Ch4 - external trigger input - after FPGA firmware no external trigger needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Wheefun Library Import Base

    A portable C library for managing shared library imports at runtime.

    The Wheefun Library Import Base (WFLIB) is a portable framework for importing shared libraries at runtime. On platforms with this functionality and with explicit support, this library provides a portable and generic interface for loading shared libraries, managing their lifetime, and obtaining symbols from them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NetStatsBaseball

    NetStatsBaseball

    Major League Baseball Simulation

    NetStats Baseball (NSB) is a simulation of Major League Baseball. Single games may be played as well as whole seasons. Statistics are kept for games, seasons, and lifetime. NSB runs in the client/server environment. Network play is supported. Play is based upon the statistics of the real life players. Data for players and teams from 1901 to present day is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MaddCrypt

    MaddCrypt

    MaddCrypt is a simple Protector for your .NET application

    MaddCrypt is a simple application that focuses on protection, encryption, and obfuscation for dotNET application. Designed with high-end features, MaddCrypt has a wide range of uses, from educational penetration testing to the protection of sensitive personal and legal data. The app is designed to meet a variety of security needs with an elegant look using the Guna Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cr OS Linux Flex Beta LTS  (Shutdown)

    Cr OS Linux Flex Beta LTS (Shutdown)

    The Continuation of Cr OS Linux Now an Updated DIY Distro Fan Page

    The Brand New Continuation of Cr OS Linux now a Periodically Updated DIY Distro Fan Page DIY= Do It Yourself Cr OS Linux Beta- The Chrome Beta Plated OS Cr OS Linux (pronounced like Cros Linux) is the free OS built around the revolutionary Google Chrome Browser - a foundation for Google Chrome Beta. We call it the Chrome Beta plated OS, because it is stable and shiny. This open source project provides a lightweight Linux distribution similar to Google Chrome OS for the best web...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ethereum Contract Creator

    Ethereum Contract Creator

    All-inclusive smart contract development and testing tool

    ... and one-time sales of their software products, resulting in an iteration of upgrades and new versions. With an NFT Software License, the software publisher can now receive a percentage of the monies from lifetime resales of the software licenses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next