Search Results for "java caller id" - Page 9

Showing 223 open source projects for "java caller id"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    When developing EJB,it's very bothering to set up the enviroment to debug EJB. EmbededEJB's goal is to provide an embeded EJB container to let you test and debug EJB not from another process. It's in the same thread of the caller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Business process engine, graphical designer and assocaited tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Implementation of JSR 173 - Streaming API For XML (http://www.jcp.org/en/jsr/detail?id=173). This effort is taken in consideration of Axis C project and now it has impl. as an internal component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project will be the candidate reference implementation (RI) and candidate technology compatibility kit (TCK) for JCP JSR188, the CC/PP Processing Java API: http://www.jcp.org/en/jsr/detail?id=188
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Password generator. The user can choice the characters, write the results in text file, make pronunceable passwords, choice the number of digits and codes. Visual version made in Java and non-visual version in C. Great performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A daemon which listen to a caller id enabled modem, and distribute caller id messages to connected clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    "Smart Table" is a table that can track and identify multiple objects simultaneously when placed on top of its surface. The table has been designed to fit ordinary objects into smart environments using an ID label.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    An alternative Identification system that is a replacement for Microsoft's Passport and the Liberty Alliance. Its a simple architecture that is setup so anyone can run a server and thereby have control over their online identification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This project aims to provide a core java library for performing data validation, together with an XML driven data transformation engine that allows (for example) the conversion and validation of a http input into an xml document or custom objects etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 10
    CyberToolbox for Java is a VRML2.0/97 authoring tool for Java platforms. <p>The CyberToolbox is a first prize winning entry in the Java 3D programming contest which was held on 1998 :-) <p><img src="http://sourceforge.net/dbimage.php?id=2639">
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CyberToolbox for WIN32 is a VRML2.0/97 authoring tool for for beginner creators who has not been studied programming languages. <p><img src="http://sourceforge.net/dbimage.php?id=2641">
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CyberToolbox for Java3D is a VRML2.0/97 authoring tool for for beginner creators who has not been studied programming languages.<p><img src="http://sourceforge.net/dbimage.php?id=2642">
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A system for logging/presenting information about incoming phonecalls. Currently only working for ISDN routers with the ability to send syslog messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A desktop application that identifies incoming calls by checking the data of your contacts. A notification including the name of the caller is displayed and all incoming calls are logged. Currently works with the asterisk telephony system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simple Yaml2Java Transformer

    Simple Yaml2Java Transformer

    Provides quick transformation from yaml to Java Objects

    Provides quick transformation from .yaml or .yml files in classloader or filesystem to java class instances. GitHub: https://github.com/DeMmAge/Simple-Yaml-Transformer Library based on snakeyaml: https://mvnrepository.com/artifact/org.yaml/snakeyaml Add Jitpack repository in <repositories> section in pom.xml: <repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories> Add Simple-Yaml-Transformer dependency: <dependency> <groupId>com.github.DeMmAge</groupId> <artifactId>Simple-Yaml-Transformer</artifactId> <version>1.0.0</version> </dependency>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A static analyzer for Java programs that checks for design guidelines. The project is adopted from PDL (http://portal.acm.org/citation.cfm?id=1218571).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Jupp is a Distributed Hash Table focusing on high throughput. It's main characteristics are: 1. Mechanisms for congestion control 2. O(log n) routing for arbitrary peer distributions in the ID space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SVN toolbar plugin for intellij IDEA 6.x and 7.x. You can also check intellij IDEA plugin home: http://plugins.intellij.net/plugin/?id=1226
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    New intellij idea plugin to find message keys unused. This plugin will search into string properties files, and suggest "unused" keys to be removed. You can also visit: http://plugins.intellij.net/plugin/?id=2030
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A easy to use light weight O-R mapping component it only can be used with MySQL database now. All you have to do is followed: 1.Create a bean . ex: public class Person{ private int id; private String name; //getter &setter methods. } 2.create a table,the
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ProcessFilterExample

    ProcessFilterExample

    EaseFilter Process Filter Driver SDK

    The EaseFilter Process Filter Driver SDK is a kernel-mode development kit designed to help developers monitor and control Windows process and thread activities. By intercepting process and thread operations at the kernel level, it enables the development of robust security applications that can prevent unauthorized or malicious processes from executing. With the Process Filter Driver, it allows you to prevent the untrusted executable binaries (malwares) from being launched, protect your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NotesServer
    Notes server of Wisdomrider Notes Link to android codes : https://github.com/wisdomrider/NotesApplication Link to Linux CLI: https://github.com/wisdomrider/NotesForLinux Link to android application : https://play.google.com/store/apps/details?id=org.wisdomrider.notes Link to CLI : https://github.com/wisdomrider/NotesForLinux Link to website : https://notes.wisdomriderr.shop/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WebRemote

    WebRemote

    Use an android device as a RemoteControl for web-connected devices.

    Those of us who are tinkerers, web developers, and/or sys admins sometimes need to quickly hit a complex URL and read the response. This might be done for the sake of testing an API method, or reading a sensor at a remote location. Cheap, small webservers are now commonplace, and the temptation is to use the (now ubiquitous) smart phone as a remote control for all of these new web-connected...
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo