libice6
X11 Inter-Client Exchange library
This package provides the main interface to the X11 Inter-Client Exchange
library, which allows for communication of data between X clients.
python3-wasabi
lightweight console printing and formatting toolkit for Python3
This package is still a work in progress and aims to bundle those
utilities in a standardised way so they can be shared across several
other projects like for instance spaCy. It's super lightweight, has
zero dependencies.
node-tape
tap-producing test harness for node and browsers
Tape is a tap-producing test harness for node and browsers requiring
only a few line of code. It can be used for unit and integration testing.
node-date-now
requirable version of Date.now()
Use-case is to be able to mock out Date.now() using require interception.
For example
var now = require("date-now")
var ts = now()
var ts2 = Date.now()
assert.equal(ts, ts2)
Example of seed:
var now = require("date-now/seed")(timeStampFromServer)
// ts is in "sync" with the seed value from the server
// useful if your users have their local time being a few minutes
// out of your server time.
var ts = now()
libical2
iCalendar library implementation in C (runtime)