• Stars
    star
    384
  • Rank 107,697 (Top 3 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📅 Calendar heatmap inspired by GitHub contribution activity

Go Report Card Go Reference codecov Tests Awesome OpenSSF Scorecard

Self-contained, plain Go implementation of calendar heatmap inspired by GitHub contribution activity available via CLI and calendarheatmap.io

$ go install github.com/nikolaydubina/calendarheatmap@latest 
$ echo '{
    "2020-05-16": 8,
    "2020-05-17": 13,
    "2020-05-18": 5,
    "2020-05-19": 8,
    "2020-05-20": 5
}' | calendarheatmap > chart.png

Basic

basic

Colorscales

col1 col2 col2

UTF-8 col1

SVG

svg

Without month separator nosep

Without labels nolab

Without labels, without separator nosep_nolab

More Repositories

1

go-recipes

🦩 Tools for Go projects
Go
3,747
star
2

go-binsize-treemap

🔍 Go binary size SVG treemap
Go
441
star
3

go-cover-treemap

🎄 Go code coverage to SVG treemap
Go
258
star
4

llama2.go

LLaMA-2 in native Go
Go
166
star
5

treemap

🍬 Pretty Treemaps
Go
127
star
6

go-instrument

⚡️ Automatically add Trace Spans to Go methods and functions
Go
122
star
7

go-featureprocessing

🔥 Fast, simple sklearn-like feature processing for Go
Go
107
star
8

go-graph-layout

🔮 Graph Layout Algorithms in Go
Go
78
star
9

go-cover-treemap-web

Go
77
star
10

jsonl-graph

🏝 JSONL Graph Tools
Go
69
star
11

import-graph

🕵🏻‍♂️ Collect data about your dependencies
Go
37
star
12

go-ml-benchmarks

⏱ Benchmarks of machine learning inference for Go
Go
29
star
13

watchhttp

🌺 Run command periodically and expose latest STDOUT as HTTP endpoint
Go
28
star
14

fpdecimal

🛫 Fixed-Point Decimals
Go
26
star
15

fpmoney

🧧 Fixed-Point Decimal Money
Go
23
star
16

validate

🥬 validate. simply.
Go
17
star
17

hq

🐁 happy little queue
Go
15
star
18

neuroscience-landscape

🌌 Resources on Neuroscience
12
star
19

vertfn

Go linter for Vertical Function Ordering
Go
11
star
20

smrcptr

🥞 detect mixing pointer and value method receivers
Go
10
star
21

multiline-jsonl

Read and write multiline JSONL in Go
Go
5
star
22

openapi-inline-examples

🌏 Inline OpenAPI JSON examples from filenames
Go
5
star
23

htmljson

🫐 Rich rendering of JSON as HTML in Go
Go
5
star
24

go-enum-example

Go Enum: benchmarks, examples, analysis
Go
4
star
25

htmlyaml

🐹 render YAML as HTML in Go
Go
3
star
26

rchan

rchan: Go channel through Redis List
Go
3
star
27

go-commentage

🐢 how far Go comments drifting behind
Go
2
star
28

svgpan

Pan and Zoom of SVG in your Go front-end app in browser.
Go
2
star
29

go-bench-errors

Benchmarking Go errors
Go
2
star
30

mini-awesome-cv

📝 LaTeX Awesome-CV under 200LOC
TeX
2
star
31

go-enum-encoding

Generate Go enum encoding
Go
2
star
32

consistentimports

Detect inconsistent import aliases
Go
1
star
33

go-instrument-example

Go
1
star
34

go-callsite-stats

analyse function callsites
Go
1
star
35

mdpage

🍙 CLI tool to generate one-page Markdown lists based on YAML
Go
1
star