Showing 55 open source projects for "dump process java"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    LMAX Disruptor

    LMAX Disruptor

    High performance inter-thread messaging library

    LMAX aims to be the fastest trading platform in the world. Clearly, in order to achieve this we needed to do something special to achieve very low-latency and high-throughput with our Java platform. Performance testing showed that using queues to pass data between stages of the system was introducing latency, so we focused on optimising this area. The Disruptor is the result of our research and testing. We found that cache misses at the CPU-level, and locks requiring kernel arbitration are both...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    PULSAR

    PULSAR

    Distributed pub-sub messaging system

    Apache Pulsar is a cloud-native, distributed messaging and streaming platform originally created at Yahoo! and now a top-level Apache Software Foundation project. Easy to deploy, lightweight compute process, developer-friendly APIs, no need to run your own stream processing engine. Run in production at Yahoo! scale for over 5 years, with millions of messages per second across millions of topics. Expand capacity seamlessly to hundreds of nodes. Low publish latency (< 5ms) at scale with strong...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    CIM

    CIM

    Distributed instant messaging system for developers

    ... automatically. You can use Google Protocol Bufferefficient codec. Its protocol supports message encryption. Store routing information, account information, online status, etc. of each client. Message routing server; used to process message routing, message forwarding, user login, user offline, and some operational tools (obtaining the number of online users, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Facebook SDK for Android

    Facebook SDK for Android

    Used to integrate Android apps with Facebook Platform

    This open-source library allows you to integrate Facebook into your Android app. Integrate your Android app with Facebook to build engaging social apps by using the Facebook SDK for Android. To learn more about using Facebook development tools. The current version of the Facebook SDK for Android is version 11.2.0 and requires the Android API 15. Code and samples for the Facebook SDK for Android are available on GitHub. A secure and convenient way for people to log into your app or website by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    Kablink
    Kablink open team collaboration software uses social networking to unify team workspaces w/ real-time web conferencing. Collaboration for knowledge networking, program management, communities-of-practice, telework, other business process/functional areas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ribbon

    Ribbon

    Ribbon is an inter process communication library

    Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support. Ribbon comprises of multiple components some of which are used in production internally and some of which were replaced by non-OSS solutions over time. This is because Netflix started moving into a more componentized architecture for RPC with a focus on single-responsibility modules. So each Ribbon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Novel Insight Inner Circle

    Novel Insight Inner Circle

    Graphical message and file encryption tool

    Novel Insight Inner Circle is a message and file encryption tool for Windows. The software is developed in Java and requires 64bit Java JRE. The encryption uses AES-256 twice so it is harder to crack than the industry standard pure AES 256bit implementation (theoretical key size is 512 bit). The software writes encrypted data in ASCII text format which can be cut'n'pasted to messaging apps or to emails and back to Inner Circle when decrypting data. IMPORTANT: The software requires new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GO Social
    All in one social network browser app provides easy access to all social networks and other useful applications in one application which makes it easy to share your most recently used apps. It includes applications such as G Mail, Messenger, Whats App, Google Drive, Google Slides, Google Duo and much more. Simultaneously it lets you access all the application. Disclaimer:- All websites featured in the app have gone through a permission process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FileDownloader

    FileDownloader

    Android multi-task file download engine

    A reliable, flexible, fast and powerful download engine. Simple use case such as start and cancel, download queue or get state or task info. The advanced use case such as set max parallel running count, set remit database delay milliseconds or injection components. FileDownloader is multitask, multi thread (multi connection), breakpoint-resume, high-concurrency, simple to use, single/not single-process. From now on, FileDownloader supports the following components to be customized by yourself...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
    Try it free
  • 10
    VP (VideoParody)

    VP (VideoParody)

    1 of a kind video conferencing app with amazing features.

    ... to 3 of the faces of the video speakers in the same locations. Parodize any mp4 video that consistently shows the faces of up to three speakers in the same locations. The software picks the most likely viral part of the video for you to parodize - a process that usually takes a couple of minutes. You parodize a video by selecting 1 or more of the video parody features. Double click a video image to Search & Add movie clips to your recording, by movie script word/sentence matching.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    bulk email sender

    bulk email sender

    Bulk email sender run as windows background service

    bulk email sender java (1) Import emails form Excel file (2) append more receiver's mails in the Excel file while the mailing program is still running. (3) simultaneously/ in parallel start as many number of mailer-programs on my system as I want to. (4) When mail is sent, the program should update Date and Time of sending of mail in another cell of the same Excel file (6) Program hidden from everywhere. you can stop it form Task Manager" from Services/process list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Jnestor

    Jnestor is another majordomo in java

    Jnestor is a majordomo developed in java: it can reads an IMAP/POP3 folder (email folder), identifies the elements in it and process them, transforming them as Mantis issues. The software is still experimental, but it passed succesfully the last stages of testing and I hope I will release a stable version soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a chat system composed of a TCP/IP server daemon and its corresponding java client. You can chat with other peers in clear text or AES password-based encryption on your own computer network. The AES encryption and decryption is based on 128 bit key which is reached by padding the resulting SHA256 from your provided password. Simply put, SHA is a checksum that change when a single bit change. When you send a message with a password field, the resulting password checksum is cut at 128...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ShowDown
    ShowDown is a simple yet powerful tool for automating the process of finding and downloading new episodes of your favorite shows as they air. Simply choose your shows from the ever growing list of supported shows, then let ShowDown do the rest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An open source software project delivering converged voice and data applications. The StarPound platform enables you to rapidly develop voice and data solutions using the power of business process modeling. More info: http://www.starpound.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TrollHammer is a client/server application that simulates the auctioneering process. It was a software engineering class project at the Swiss Federal Institute of Technology, and the code has been released under the GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Eclipse TeamMessenger

    Eclipse TeamMessenger

    Small messenger solution for teams inside a LAN using eclipse

    This project offers a simple way to communicate within teams inside the same LAN through their development environment eclipse. There is no registration or configuration required. Everyone can start chatting immediately. With tags, messages can be filtered in an easy and understandable way. Using the eclipse extension point mechanism, it is possible to hook into the sending and receiving process and include powerful own features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Real-Time Backup and synchronization for folders. * Read full description on site before using !
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    oracle-jutils
    PL/SQL packages to perform Oracle 11g tasks within a very few number of lines : dump/load LOBs, compute CRC, get Mime Type from a BLOB, send XMPP messages, list directory contents as a table, interact with Twitter,deal with QrCodes, ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Community-based interoperability Utility for SMEs. Commius main objective is to support the SMEs with a zero, or very low-cost, entry into interoperability, based on non-proprietary protocols. Commius is an EU-FP7 funded project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Acoma process email communication on server or desktop side and attach relevant information from various sources to an email messages. It can be used within any email client or mobile device since it is hooked up to email as a proxy to SMTP or POP3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Process flow designer that creates applications (Saflets) for us in the SafiServer engine. SafiWorkshop is used for the design, real time debugging and deployment of advanced flow based applications. Currently tailored for use with Asterisk PBX.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The SOFTSIM system is a intelligent knowledge flow system that can be used to facilitate knowledge transfer in enterprises. Business processes are defined by workflow definition languages (jpdl) and knowledge transfer can be managed as event.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JMS/Joram implementation of the Bully election algorithm. It is a library to be used by a process' implementation to make it transparently manage coordinator's elections, while it carries out business logic. A sample application is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next