module
0.0.0-20191103140156-9da154296953
Repository: https://github.com/cryptix/exp.git
Documentation: pkg.go.dev
# Packages
takes a filename (and count of flines in it, cause i'm lazy) converts each line in it with ffmpeg, balanced onto the number of cores in the system.
No description provided by the author
No description provided by the author
No description provided by the author
imageToCSSData creates a css file with embedded base64 data from a list of files
$ imageToCSSData my.css Courious_cat.jpg
$ cat my.css
.ipfs-Curious_cat {
background-image: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAAQABAA...snip==');
background-repeat: no-repeat;
background-size: contain;
}
*/.
No description provided by the author
ipfs-waveform-kit produces waveform plots for audiofiles (using bbcrd/audiowaveform) and stores them in ipfs (ipfs.io).
No description provided by the author
Package manageSieve implements a simple client for the protocol for remotely managing sieve scripts.
No description provided by the author
No description provided by the author
table generator for
https://wiki.freifunk.net/index.php?title=Hamburg/Fl%C3%BCchtlinge#Liste_von_Unterk.C3.BCnften
TODO
1.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
webLogger shows an example usage of logging.GetHTTPHandler it exposes log events over websocket using my wslog package.
Try net/rpc/jsonrpc between backend and frontend (via GopherJS) through a websocket connection.
Package wslog implements a (github.com/op/go-logging).Backend and a (net/http).Handler
The Handler upgrades requests to websocket connections and registeres them with the backend.