Skip to content

Commit

Permalink
data: manual data bump
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <mdlayher@gmail.com>
  • Loading branch information
mdlayher committed Jun 1, 2020
1 parent 3fb190d commit d54ce02
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 18 deletions.
46 changes: 28 additions & 18 deletions data/github.json
@@ -1,42 +1,52 @@
[
{
"Name": "talks",
"Link": "https://github.com/mdlayher/talks",
"Description": "Talks by Matt Layher. MIT Licensed."
},
{
"Name": "homelab",
"Link": "https://github.com/mdlayher/homelab",
"Description": "Configuration management for Matt Layher's machines. MIT Licensed."
},
{
"Name": "corerad",
"Link": "https://github.com/mdlayher/corerad",
"Description": "CoreRAD is an extensible and observable IPv6 Neighbor Discovery Protocol router advertisement daemon. Apache 2.0 Licensed."
},
{
"Name": "flightdeck",
"Link": "https://github.com/mdlayher/flightdeck",
"Description": "flightdeck is an experiment to create a highly customizable hardware/software interface for live streaming and other computer activities. Apache 2.0 Licensed."
"Name": "keylight",
"Link": "https://github.com/mdlayher/keylight",
"Description": "Package keylight allows control of Elgato Key Light devices. MIT Licensed."
},
{
"Name": "netx",
"Link": "https://github.com/mdlayher/netx",
"Description": "A collection of small Go networking packages. MIT Licensed."
"Name": "keylight_exporter",
"Link": "https://github.com/mdlayher/keylight_exporter",
"Description": "Command keylight_exporter implements a Prometheus exporter for Elgato Key Light devices. MIT Licensed."
},
{
"Name": "homelab",
"Link": "https://github.com/mdlayher/homelab",
"Description": "Configuration management for Matt Layher's machines. MIT Licensed."
"Name": "promtest",
"Link": "https://github.com/mdlayher/promtest",
"Description": "Package promtest provides helpers for testing applications which export Prometheus metrics. MIT Licensed."
},
{
"Name": "netlink",
"Link": "https://github.com/mdlayher/netlink",
"Description": "Package netlink provides low-level access to Linux netlink sockets. MIT Licensed."
"Name": "wifi",
"Link": "https://github.com/mdlayher/wifi",
"Description": "Package wifi provides access to IEEE 802.11 WiFi device actions and statistics. MIT Licensed."
},
{
"Name": "vsock",
"Link": "https://github.com/mdlayher/vsock",
"Description": "Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed."
"Name": "flightdeck",
"Link": "https://github.com/mdlayher/flightdeck",
"Description": "flightdeck is an experiment to create a highly customizable hardware/software interface for live streaming and other computer activities. Apache 2.0 Licensed."
},
{
"Name": "wireguard_exporter",
"Link": "https://github.com/mdlayher/wireguard_exporter",
"Description": "Command wireguard_exporter implements a Prometheus exporter for WireGuard devices. MIT Licensed."
},
{
"Name": "ndp",
"Link": "https://github.com/mdlayher/ndp",
"Description": "Package ndp implements the Neighbor Discovery Protocol, as described in RFC 4861. MIT Licensed."
"Name": "metricslite",
"Link": "https://github.com/mdlayher/metricslite",
"Description": "Package metricslite implements a lightweight, testable metrics interface focused on Prometheus metrics. MIT Licensed."
}
]
12 changes: 12 additions & 0 deletions data/talks.json
@@ -1,4 +1,16 @@
[
{
"Title": "schedgroup: a timer-based goroutine concurrency primitive",
"Venue": "GopherCon Europe 2020",
"Description": "Building and Go package which can schedule tasks to be performed at or after a specified time.",
"VideoLink": "",
"Resources": [
{
"Kind": "slides",
"Link": "https://talks.godoc.org/github.com/mdlayher/talks/conferences/2020/gopherconeu/schedgroup.slide"
}
]
},
{
"Title": "Monitoring, the Prometheus Way (with Ganesh Vernekar)",
"Venue": "KubeCon/Cloud Native Con NA 2019",
Expand Down

0 comments on commit d54ce02

Please sign in to comment.