Showing 44 open source projects for "sync"

View related business solutions
  • Activate Self-Service Analytics from Your Data Warehouse | Kubit Icon
    Activate Self-Service Analytics from Your Data Warehouse | Kubit

    Unlock the Power of Your Data

    Kubit delivers enterprise-grade customer journey analytics—directly from your existing data warehouse. Enable every team with self-service insights, driving faster, data-driven decisions with minimal engineering overhead or data movement.
    Learn More
  • Try the cloud dialer that managers trust and employees love to use. Icon
    Try the cloud dialer that managers trust and employees love to use.

    Revolutionize your contact center with CallTools

    Boost your agents’ productivity and enhance customer engagement like never before with CallTools’ powerful suite of call center features, including predictive dialing, call recording, and multi-touch campaigns with email and SMS capabilities. Get a complete 360-degree view of your agents’ performance and take advantage of real-time reporting. With seamless integration options, advanced queue management, and flexible IVR settings, CallTools ensures a streamlined workflow. Effortlessly manage data targeting and caller ID strategies to optimize connection rates and improve outcomes. Empower your team with a user-friendly interface designed to simplify complex tasks while delivering consistent results.
    Learn More
  • 1
    android-startup

    android-startup

    Performant way to initialize components at the application startup

    The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ooui Web Framework

    Ooui Web Framework

    UI library that brings the simplicity of native UI development to web

    ...When the user requests a page, the page will connect to the server using a web socket. This socket is used to keep the server's in-memory model of the UI (the one you work with as a programmer) in sync with the actual UI shown to the user in their browser. This is done using a simple messaging protocol with JSON packets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Vivus.js

    Vivus.js

    JavaScript library to make drawing animation on SVG

    ...Every path element is drawn at the same time with a small delay at the start. This is currently the default animation. Each line is drawn synchronously. They all start and finish at the same time, hence the name `sync`. Each path element is drawn one after the other. This animation gives the best impression of live drawing. To give more freedom, it's possible to override the animation of each path and/or the entire SVG. It works a bit like the CSS animation timing function. But instead of using a cubic-bezier function, it use a simple JavaScript function. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Gradle Bintray Plugin

    Gradle Bintray Plugin

    The Gradle Bintray Plugin allows you to publish artifacts to Bintray

    The Gradle Bintray Plugin allows you to publish artifacts to Bintray. The plugin supports three methods to create groups of artifacts: Configurations, Publications and Copying specific files using filesSpec. One of the methods should be used to group artifacts to be uploaded to Bintray. Using the Configurations approach is the easiest, since this option attempts to infer what artifacts to upload based on the Gradle project and dependencies that are defined. Publications gives more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
    Learn More
  • 5
    Raphaël

    Raphaël

    JavaScript vector library

    Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library. Raphaël ['ræfeɪəl] uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    react-native-background-task

    react-native-background-task

    Periodic background tasks for React Native apps, cross-platform

    ...This library allows the scheduling of a single periodic task, which executes when the app is in the background or closed, no more frequently than every 15 minutes. Network, AsyncStorage etc can be used (anything except UI), so perfect for things like a background data sync for offline support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    wxPHP

    wxPHP

    PHP bindings for the cross-platform GUI library wxWidgets.

    ...One of the ideas is that you can use your php web applications code base and logic to create native desktop applications that communicate to them transparently. This way you can give your users a seamless and native experience from the desktop while staying in sync with your web apps. There are many more use cases, but we invite you to download and try this project by your self. We hope everyone can enjoy it as much as we have enjoyed developing it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Entity Framework Sync

    Entity Framework Sync

    Multi-Client Synchronization for Entity Framework

    Enables client/server applications to auto-sync loaded entites when changed in the database. Works with Entity Framework Model-first and Code-first approaches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    "Unified Modular System" is project primarily designed to create platform independent light-weighted modular applications like games but also GUI or service utilities supported. Application is gathered from unified modules as brick wall from brick.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Google AI Studio | Gemini API | Google for Developers Icon
    Google AI Studio | Gemini API | Google for Developers

    Google AI Studio is the fastest way to start building with Gemini, our next generation family of multimodal generative AI models.

    Google AI Studio is a comprehensive, web-based development environment that democratizes access to Google's cutting-edge AI models, notably the Gemini family, enabling a broad spectrum of users to explore and build innovative applications. This platform facilitates rapid prototyping by providing an intuitive interface for prompt engineering, allowing developers to meticulously craft and refine their interactions with AI. Beyond basic experimentation, AI Studio supports the seamless integration of AI capabilities into diverse projects, from simple chatbots to complex data analysis tools. Users can rigorously test different prompts, observe model behaviors, and iteratively refine their AI-driven solutions within a collaborative and user-friendly environment. This empowers developers to push the boundaries of AI application development, fostering creativity and accelerating the realization of AI-powered solutions.
    Learn More
  • 10

    AP's Toolkit

    TCP/UDP Connections Pool manager with additional utility functions

    ...The intended usage is to periodically call state checking function(s) on pool(s) that will emit call-back events for immediate user awareness of activity behind the connections. Much of the dirty work is done inside the library. The input on connections is performed asynchronously by default and output can be either sync or async. Because of epoll usage the library is Linux only for the moment, but effort was made to allow adopting other techniques in the future by some small changes to the code and logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Medical Data Segmentation Toolkit
    MDSTk is a collection of 2D/3D image processing tools aimed at medical images. It contains routines for volume data processing (3D filtering, segmentation, etc.) as well as fast low-level vector graphics library for surface and tetrahedral meshing. MDSTk has been forked by 3Dim Laboratory s.r.o. to provide better support and further push its development forward. Please check VPL (Voxel Processing Library) project available on Bitbucket (https://bitbucket.org/3dimlab/vpl).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    StateTransmitter

    A library that keeps objects synchronized over a network.

    ...It also has facilities to observe the objects for property changes. In sum, the properties of objects that are taken care of by the library are automatically kept in sync. The only requirement to the objects is that they notify the modification of their properties, similiar to what WPF requires from a (typical) view model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ...I've used this library and server software in a number of areas now at my school for some time and have had no problem. In conjunction with my MoodleRest library I am able to keep staff, students and classes in sync between Moodle and SIMS. I have also used it to create a LearningGateway like site running on Glassfish, albeit no write back and not live to the public but could if configured to run over https. The list can go on but I'm running out of characters! 205 downloads so far.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    libmqlpc

    Message Queue Local Procedure Calls

    This library can be used, to take advantage of SMP systems, protect your program from crashes, upgrade/downgrade functionality on the fly without stopping your main program, test unsafe code/new versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MagentoXtender .NET Webservice Client is an open source .NET library to connect to the webservice of a Magento Webshop using XML-RPC. This module gives you the ability to create .NET applications which can communicate with a magento webshop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HalfNetwork is a crossplatform C++ network library using ACE. Implementation of Half-sync Half-async pattern(POSA2). For details, visit our wiki - http://code.google.com/p/halfnetwork/w/list
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Kirr is a Java-library to control the Lego NXT-Mindstorm-Brick via bluetooth with the standard Lego Firmware. The library is justified for priority orientated control and sensor monitoring. Using Kirr is very simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    jrmc

    Java Remote Method Call

    Java Remote Method Call provides a Framework for remote method invocation on Java objects which solves the limitations of Java RMI. It provides a way for bidirectional communication of object states, between Client and Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    REX: Remote EXecution Distributed Computing Services for Linux and Solaris, providing C and C++ APIs, librex library and "rexd" daemon software to implement Load Balancing Process Migration : Dump + Restore, Remote File and Resource Management.
    Downloads: 0 This Week
    Last Update:
    See Project