Skip to content

Instantly share code, notes, and snippets.

View gary-kim's full-sized avatar

Gary Kim gary-kim

View GitHub Profile
@gary-kim
gary-kim / jq.bash
Created May 20, 2020 15:59
Currently Supported Nextcloud App Name Finder
curl https://apps.nextcloud.com/api/v1/apps.json | jq '. | map({name: .translations.en.name, versionspec: .releases | first | .rawPlatformVersionSpec}) | map(select(.versionspec[-2:] // "0" | tonumber >= 18)) | map(.name)' -c
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 2.1922e-05
go_gc_duration_seconds{quantile="0.25"} 2.1922e-05
go_gc_duration_seconds{quantile="0.5"} 2.1922e-05
go_gc_duration_seconds{quantile="0.75"} 2.1922e-05
go_gc_duration_seconds{quantile="1"} 2.1922e-05
go_gc_duration_seconds_sum 2.1922e-05
go_gc_duration_seconds_count 1
# HELP go_goroutines Number of goroutines that currently exist.
browser.storage.local.set({feedOptions: [{id: 1, url: "test"}], feedData: [{associatedFeed: 1, data: "testing testing 123", time: 1579335671
}]})