Search Results for "chat program code using java" - Page 3

Showing 93 open source projects for "chat program code using java"

View related business solutions
  • 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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 1
    MP3 ID3 Java Tag Library Tool
    This Java software is useful to set id3v1 and id3v2 tags on mp3 files, possibly in a massive way. It helps you managing a song database, searching for duplicate songs. It has a rename file utility, not only for mp3 files. It has an utility panel to create playlists, re-organize files in folders with the name format you prefer, an utility to optimize the CD disk space. This program was written in 2002, so I don't remember much about it ... but I used it a lot, as much as my close...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    innocence-java

    Replace text with POS equivalent text, in a reversible fashion.

    Program takes (currently) english text sentences, and replaces each word in a given sentence with another word having the same Part of Speach (POS) tag. This creates a new sentence containing none of the original words. This new sentence can then be transmitted to a remote user, and using the same software, "de-crypted" into yielding the original sentence. The software relies on having a known "seed" value for the random number generator, which is known only by the sender and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Simplest Text Encrypter

    A simple example of polyalphabetic cipher in Java.

    Cryptography fascinates everyone. A variety of encryption techniques and ciphers are used to code important data. A polyalphabetic cipher is one of the simplest cipher one can make. This is a Java program to implement polyalphabetic cipher. [How the cipher encodes?] Input Data: helloaf Key: love l - 12th letter in Alphabet o - 15th letter in Alphabet v - 22nd letter in Alphabet e - 5th letter in Alphabet Now: h(l) e(o) l(v) l(e) o(l) a(o) f(v) Further: h(+12)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    C To Java Shim Generator

    Generate C code to start a JVM and call Java methods.

    A Java software tool that generates a C shim class (using the Java Native Interface API) that can start a Java Virtual Machine inside a C program and invoke methods in a Java class. The tool was developed to simplify writing hybrid Java/C applications that have a C-based "main."
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    drl2g

    Convert drl files to g code

    This is a utility to process and convert drl files to efficient g code, which will help in drilling PCBs using a CNC. The snapshots are based on the linuxcnc axis program to visualize the results of the program using different algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Kutkut Chatbot

    Kutkut Chatbot

    AI chat bot for all platforms.

    KutKut ChatBot is a chatter bot program, developed to chat with you using artificial intelligence. You can chat with this program as you talk to a human. It features a GUI interface to send and receive chat messages and many more features. Kukut Chatbot can run on any platform, including Windows, Linux, Mac OS, and *BSD.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    SILENT

    a Scratch Interface for Lego NXT

    SILENT is a Scratch modification that interfaces with LEGO MINDSTORM NXT 2.0 robot. It's based on Scratch 1.4.2, developed in JAVA, Squeak and Bash scripting. It's supported by Linux and Windows XP/7, in which it was tested. It required JAVA>=6. Easy to setup and easy to learn! Please leave your review to help me to improve it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jmint

    jMINT - Java Mutation for Integration Testing

    jMINT is a integration fault injection tool which identifies data exchanges across classes and inject faults along those path. It is primarily based on the idea of program analysis and code mutation. The cross boundary data exchanges are identified by performing data flow analysis using java byte code analysis and transformation framework-soot. Mutant injection is also done via the soot framework. jMINT tool can be used to measure the effectiveness of integration test suites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    OpenBlocks C++ Library

    A C++ Implementation of the MIT OpenBlocks Java Code

    Please see more details under: http://education.mit.edu/openblocks. I have rewritten the parser and an OpenGL 2D/3D renderer of computer programs written in OpenBlocks. I provide here the full source code and a Microsoft Visual C++ 2005 Solution File. The code includes the C++ Library and a demo driver application that constructs a computer program using OpenBlocks and displays it using OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    JavaBot IRC

    JavaBot IRC

    JavaBot allows people to easily implement their own IRC bots.

    JavaBot is a project for people to easily implement their own IRC bots. Java, being an easy language to learn and program, is well known among a lot of people. By implementing this project in Java, it allows programmers from all over the world to implement their own IRC bots without much effort and quickly. Although not as quick as other services, these bots are fully customizable due to their open source nature. Multithreading support may come, but there is no promise that it will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    I made this android application for a "Gostai" training test admission. Recently, I used the same code with some modification to control a robot using my android mobile. This app communicate with a program ( written in C ) running on the " pandaboard" with socket. The communication is based on the TCP/IP protocol. For this release, I just use the basic control for the robot ( Forward, Backward, Turn Left, Turn Right and Stop ). The list ( yaw, pitch ) does nothing. The value field can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    XJML

    XJML 1.0 is a platform for Verification and Validation of Java classes

    XJML 1.0 actually can reads one Java class and its contract (written in XML) and then executes the next verification techniques: 1. Runtime Assertion Checking (RAC). Using JML4c and JML4rt tools. 2. Extended Static Checking (ESC). Using ESC/Java2. 3. Full Static Program Verification (FSPV). Using the Why platform (tested with Why 2.30 and Why3 0.71)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simple Forum Auto Poster
    Simple Forum Auto Poster is a program that automatically posts messages to forums. This program is for people active on multiple forums, but don't want to type and copy/paste the same message multiple times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This program allows you to create a transmission hologram using just a computer, a laser-printer, and an overhead transparency. This hologram will behave like one created using a laser and can be projected or viewed with a point source.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    JTelIRC is a Java-based IRC library that attempts to make creating intelligent IRC clients extremely easy- you can create an intelligent IRC bot within minutes using just a few lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The original computer video game, SpaceWar!, implemented on a DEC PDP-1 emulator. Written in C++ using wxWidgets, this program runs PDP-1 object code from the original 1962 game. Based upon the Java version that had been available from MIT
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 18
    This Library helps to determine the performance of the Java code. it will help you to determine execution timings between method/statement calls, JDBC calls etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AutoCAD/.NET Integration
    This project will create a series of .dll files that connect with AutoCAD environment and add functionality like advanced e-learning platform, vizualisation tools and additional import/export support. This will be .NET programming.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Java IO Extension is a open source project which extends java IO package by providing a java class library to access IO system in a local area network Developers can easily use IO Extension just like using java IO API to access a remote IO system
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    jEneration is a code generation program using a simple drag and drop interface aimed at new users to the Java programming language. Using jEneration, it will be possible to create Java programs without writing any code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a simple program designed for users to send fonts across the internet to ach other. It can be especially useful when using MSN for example, if you want someone else to view your text in a font they do not have installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    UML Modeller with Source Generator allows its user to model a UML class diagram using a drag and drop interface, the program will then generate Java source code representing the class diagram.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A small chat program implemented in Java using Swing. It comes with an integrated server and offers basic chat functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An interactive, graphical bar-code reader that scans an image using the user's scanner and decodes it into digits, placing them on the clipboard. Also generates barcodes from a digit sequence.
    Downloads: 0 This Week
    Last Update:
    See Project