Managed Projects

Cloudless

  Analyzed about 3 hours ago

Cloudless is an event-driven communication framework built on-top of 0MQ to provide fast, reliable, easy-to-use library to address most application needs for communication over in-process, inter-process, or over the wire transports. Using BSD sockets directly is such a waste of time for any ... [More] modern application as almost always there will be a need to implement a few communication paradigms on-top of it, and that's where 0MQ solves the problem, but not quite entirely. 0MQ provides the most elegant way to communicate between any two parts of an application by providing a succinct API and utilizing a decentralized asynchronous message queues. Not only that, 0MQ also provides communication patterns where one could easily define the routing construct of messages between any two parts in a system. Cloudless comes in as a transparent abstraction layer on-top of 0MQ to provide an ever-expanding set of communication devices and ultimately allow for constructing virtual networks with high level routing and abstract node descriptors. [Less]

11.3K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Python ATP

  Analyzed about 20 hours ago

Adaptive thread pool for I/O bound tasks to minimize overhead of context switching and maximize resource utilization efficiency. Number of live workers is dependent on the task production rate, so the pool grows and shrinks based on the work load, that and you can configure the minimum number of ... [More] workers to be always ready to consume tasks. [Less]

944 lines of code

0 current contributors

almost 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Basito Agent

  Analyzed about 21 hours ago

Bastio is an operating system user account provisioning tool to help people with a lot of servers and users create and delete system user accounts. With Bastio, you no longer need to keep track of your team’s access to servers. For example, once a team member leaves, you can disable her access to ... [More] all your server assets in one click. Bastio saves you time by not making you wait for your team members to generate and send you their public keys; team members can upload their existing public key. Crypto-savvy members of your team are still free to generate their own. Install Bastio Agent on your servers to enable OS account provisioning and SSH access management. No daunting configurations needed; all you have to do is specify your API key and run the agent. [Less]

2.69K lines of code

0 current contributors

almost 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

PyBF

  Analyzed about 17 hours ago

Brainfuck interpreter and code generator.

887 lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This