• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Do your own distributed computing project!

Ken g6

Programming Moderator, Elite Member
Moderator
My latest Java project is a program that lets you do a small DC project on your intranet as easily as using *NIX pipes! TcpPipe takes a stream of data and splits it line-by-line to one or more clients over TCP. TcpPipe uses no security, and the clients have to be stopped from the server, so this probably won't help you crack RC5-72. But for small jobs like thumbnail creation or web site crawling, it can be very useful.

TcpPipe is BSD licensed, so have fun with it! :thumbsup:
 
Back
Top