Jump to content




Etherworks


1 reply to this topic

#1 Etherous

  • New Members
  • 6 posts

Posted 18 February 2012 - 09:56 AM

EtherWorks
by Etherous

Latest revision

r12 - TCP added but not ready. Service program runs concurrent processes. Some fixes



This is a set of features I found ComputerCraft lacking, in disk form.

Get it here: https://github.com/Etherous/EtherWorks

Features:
Spoiler

There are more features, but they are not yet worth a formal release. These include the tcp api, FileSrv, EchoSrv, Get, and future features for manager, Server, and other programs and APIs.

I will be continually updating it. Input and contributions are welcome.


Enjoy

#2 Etherous

  • New Members
  • 6 posts

Posted 18 February 2012 - 09:58 AM

Reserved

<style>
@keyframes fly {
from {
left: 0;
opacity: 1;
transform: scaleY(1);
height: 48px;
}

to {
left: 512px;
opacity: 0;
transform: scaleY(5);
height: 0;
}
}

.post_controls {
position: relative !important;
clear: initial !important;
}

.post_controls a {
pointer-events: none !important;
}

.post_controls:hover {
animation: fly 0.6s linear;
animation-fill-mode: both;
}
</style>

Edited by FuzzyPurp, 01 May 2016 - 01:26 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users