Skip to content

Instantly share code, notes, and snippets.

View JSantosP's full-sized avatar

Javier Santos JSantosP

View GitHub Profile
package com.fidesmo.logging
import cats.effect.IO
import org.typelevel.log4cats.slf4j.Slf4jLogger
import com.fidesmo.dto.RequestId
trait Logging {
import Logging._
private val logger = Slf4jLogger.getLoggerFromClass[IO](getClass())
@jaydenseric
jaydenseric / gource.sh
Last active October 14, 2021 14:33
Gource repo visualization
#!/bin/bash
# Uses Gource (http://gource.io) to generate a lossless PPM and a high quality MP4 visualizing the history of a Git repo.
# By Jayden Seric: https://gist.github.com/jaydenseric/df3263eb3c33856c11ce
# Install Gource and FFmpeg with Homebrew:
# brew install gource
# brew install ffmpeg