Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

sbus

Compare

  Analyzed about 16 hours ago

Very simple messaging system

1.31K lines of code

0 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

i3ipc-glib

Compare

  Analyzed about 15 hours ago

A C interface library to i3wm for controlling the window manager and subscribing to events. Used in applications related to i3wm and provides bindings to scripting languages for general-purpose scripting of extensions and add-ons.

2.79K lines of code

1 current contributors

over 2 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

playerctl

Compare

  Analyzed 1 day ago

mpris controller and lib for spotify, vlc, audacious, bmp, xmms2, mplayer, and others. Playerctl is a command-line utility and library for controlling media players that implement the MPRIS D-Bus Interface Specification. Playerctl makes it easy to bind player actions, such as play and pause, to ... [More] media keys. For more advanced users, Playerctl provides an introspectable library available in your favorite scripting language that allows more detailed control like the ability to subscribe to media player events or get metadata such as artist and title for the playing track. [Less]

6.64K lines of code

9 current contributors

over 2 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

D_Bus/Ada

Compare

  Analyzed about 16 hours ago

The D_Bus/Ada library provides an Ada binding to the D-Bus message bus used for inter-process communication on most modern Linux desktop systems.

6.48K lines of code

2 current contributors

5 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

TransportEditor

Compare

  No analysis available

TransportEditor aims to be a problem editor and plan visualizer for the Transport domain from the IPC 2008. The goal is to create an intuitive GUI desktop application for making quick changes and re-planning, but also designing a new problem dataset from scratch.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

Spawn Manager

Compare

  Analyzed about 18 hours ago

The Ada spawn manager implements the concept outlined in the GNAT GPL package System.OS_Lib. It is used to solve the problem of spawning processes at arbitrary times from multitasking Ada programs.

1.78K lines of code

1 current contributors

3 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

RemoteVariable

Compare

  Analyzed 14 minutes ago

RemoteVariables is a GNU/GPL licensed networking layer on top of regular C/C++ programs using TCP sockets.. With it you can share parts of your address space between processes running on the same or different machines , with no socket coding at all.. Just add the pointers of your shared variables ot ... [More] the list and they will be synchornized on the background for you providing an easy framework for writing network enabled applications..! [Less]

3.63K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

Negotiator

Compare

  Analyzed 1 day ago

Scriptable KVM/QEMU guest agent implemented in Python

763 lines of code

1 current contributors

over 4 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

minijson_writer

Compare

  Analyzed about 14 hours ago

When writing JSON messages, some C/C++ libraries work by building an in-memory object for the sole purpose of serialising it as JSON. Many libraries comprise multiple header and source files and/or expose a complex API. minijson_writer is a simple decorator around a std::ostream. It directly ... [More] writes on the stream without allocating additional memory, and does not throw exceptions unless the stream does. Despite being a single header file of ~500 lines, minijson_writer is complete and can be easily extended to support custom types. [Less]

1.17K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This

juds

Compare

  Analyzed 1 day ago

JUDSJUDS (Java Unix Domain Sockets) provide classes to address the need in Java for accessing Unix domain sockets. The source is provided for a shared library containing the compiled native C code, which is called into by the Java UnixDomainSocket classes via JNI (Java Native Interface) to open ... [More] , close, unlink (delete), read, and write to Unix domain sockets. JUDS consists of an abstract class UnixDomainSocket and two derived classes, UnixDomainSocketClient and UnixDomainSocketServer. It can simply be used by instantiating one of the two classes. Through the getInputStream and getOutputStream methods, the resulting instance can be used to get an InputStream and/or OutputStream object. [Less]

988 lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This