General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try Free
Earn up to 16% annual interest with Nexo.
Let your crypto work for you
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
A SSH based chatroom framework; inspired by "ssh-chat" project.
This framework support not only the IRC-like command line interface, but also custom clients by providing an API.
Unlike the public chat-room of ssh-chat, this implementation requiring all users must be authenticated by public key before starting a chat; however public chatrooms are still possible by hacking OpenSSH server, see Wiki page 'Public Chatroom' for details.
This is a chat system composed of a TCP/IP server daemon and its corresponding javaclient. 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 bit which means 16 characters bytes KEY is entered into AES 128 bit encryption and decryption scheme. ...
This is a network based text search tool. The Network part consists of Client and Server side .class files. The text search algorithm has been implemented in C. On client side type SearchClient ip(server) string
ARGUVISION - an enterprise class video surveillance system. ARGUVISION is based on distributed Linux or Unix cluster architecture, with up to 1000 cameras per single cluster with aggregation capability and instant access to recorded or live video
Simple and powerful chat client/server system for your web pages. Support channel administration, irc-like commands, connections filtering, extensive logging and much more. Works in any Java compliant web browser.
DccAssist is a clever plugin for the GNU/Linux X-Chat IRC client. The main goal is to develop a simple and robust tool to find, organize, and control xdcc file transfers; an ability the current and otherwise superb X-Chat misses sorely.
Csicq is a client-server application that will enable connecting to the icq network using a Java applet without, violating the applet's security restrictions. The server side uses icqlib to maintain connection with the icq network.