Skip to content

Instantly share code, notes, and snippets.

View R4CHI7's full-sized avatar

Rachit Gupta R4CHI7

View GitHub Profile
@smagch
smagch / t.go
Last active August 21, 2023 06:11
Golang: time without date
package main
import (
"time"
"log"
"errors"
"encoding/json"
)
var timeLayout = "15:04"
@jiahao
jiahao / nrules.svg
Last active May 17, 2022 08:30
What do .gitignore files tell us about the inherent complexity of programming languages? This gist can be run on data from GitHub's own collection of gitignore templates, whose repository is at https://github.com/github/gitignore, and counts how many rules are present in the template for each programming language.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.