Showing 15 open source projects for "cycle"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 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.
  • 1
    ahooks

    ahooks

    React hooks library

    ... can be consulted in the provided documentation. Hooks are allowed to have no output, which is generally common in life cycle Hooks. In principle, more than two parameters are not allowed. Direct input regardless of whether a single parameter is required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Tesla

    Tesla

    The flexible HTTP client library for Elixir

    The flexible HTTP client library for Elixir, with support for middleware and multiple adapters. Tesla is an HTTP client loosely based on Faraday. It embraces the concept of middleware when processing the request/response cycle. Define module with use Tesla and choose from a variety of middleware. Tesla is built around the concept of composable middlewares. This is very similar to how Plug Router works. All HTTP functions, such as Tesla.get/3 and Tesla.post/4, can take a dynamic client...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Faraday

    Faraday

    Simple, but flexible HTTP client library, with support for backends

    Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle. You probably don't want to use Faraday directly in your project, as it will lack an actual client library to perform requests. Instead, you probably want to have a look at Awesome Faraday for a list of available adapters. The best starting point is the Faraday Website, with its...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    EventBus

    The no.1 event library for Android

    EventBus is an open-source library for Android and Java that uses the publisher/subscriber pattern for loose coupling, enabling central communication to decoupled classes with just a few lines of code. It simplifies communication between Activities, Threads, Services and other components while also simplifying code, eliminating dependencies, and overall improving app development speed and quality. EventBus offers several advanced features, such as jump start, delivery threads, subscriber...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5

    DB driven applications test driver

    A JDBC proxy driver for the recording and replay of database access

    JDBC proxy driver to support the development and testing of database driven applications. In record mode, the driver records all data requested from the database layer in files. These files replace the database connection when switching to replay mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    nwb

    nwb

    A toolkit for React, Preact, Inferno & vanilla JS apps for the web

    ... react, nwb inferno, nwb preact or nwb webcommands. Get started quickly. Start developing from a single .js file or generate a project skeleton. Covers the whole development cycle. Development tools, testing and production builds for projects work out of the box, no configuration required. While everything works out of the box, you can also use an optional configuration file to tweak things to your liking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Memory Manager: MDX

    Memory Manager: MDX = malloc() + free() + Garbage Collection

    ... memory blocks. Finalization is similarly accomplished by callback. The rest of the garbage collection process is managed automatically by MDX. The novel approach of allowing finalization to explicitly free memory offers the potential for improving garbage collection performance. This is achieved by moving some work from being done repetitively during every marking cycle, to being done once only when the memory's freed. See the project web site at the link below for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    InfiniteCycleViewPager

    InfiniteCycleViewPager

    Infinite cycle ViewPager with two-way orientation

    Infinite cycle ViewPager with two-way orientation and interactive effect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    IWIR Tool

    IWIRtool creates, parses and manipulates IWIR workflows

    IWIRtool is Java-based implementation of an IWIR toolset for workflow system developers. IWIRtool is able to parse IWIR XML files and provides a Java Object representation enabling traversal and manipulation of the workflow. Additionally, it provides a simple Java API to enable the construc- tion of IWIR workflows and the serialisation of IWIR Workflows as XML documents compliant to the IWIR XML Schema. The tool is able to parse and evaluate the IWIR condition expressions and will validate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 10

    Apparat

    C++ library

    Apparat is a powerful C++ framework for linux programmers. It presents handy and practical facilities, including following: advanced smart pointers (strong and weak handles), set of containers (array, list, map, sector, cycle buffer, priority queue), own powerful signal/slot mechanism (signal can connect with slots in other threads), functors and functor's map, threads and timers, state machines, input/output streams and serialization, serial port, sockets and so on. Apparat is a set of C...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a series of *.java Classes for making programming tasks simpler, much like Apache Commons. Included in this src package is an Advanced Randomizer, TStringList Clone From Delphi, an Algorithem Class, and Method MultiTask Better than Runnables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Foad (EKG Processing)
    Foad is an open source software which receive an EKG Signal from scanner, WFDB database or heart sensors. Finding patient disease started by taking Fourier transform (FFT) from input signal and extract a single cycle. Based on some heuristic algorithm the most important feature like P , Q , R , S , T captured and feed to trained neural network. and so the final decision made by CNN library. As mentioned before this software also capable do some image processing on scanned paper to lower...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An API that provides the command line arguments processing for Java applications. Using CMD Processor you can parse command line arguments with minimal efforts and can use init and destroy (optional) life cycle methods via plugin based architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Program to performing the complete cycle of neural networks analysis: preparing data, choosing neural network (CasCor, MP, LogRegression, PNN), learning of network, monitoring learning state, ROC-analysis, optimization of network parameters using GA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ChiOz is a set of Oz 3 functors that provide various useful modules. ChiOz is currently dead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next