Skip to content

Instantly share code, notes, and snippets.

View strobe's full-sized avatar

strobe strobe

View GitHub Profile
@strobe
strobe / init.el
Last active December 18, 2018 07:55
minimal emacs config for playing with Metals
;; defaults
(put 'dired-find-alternate-file 'disabled nil)
;; font
(set-face-attribute 'default nil :font "Iosevka SS08-14")
;; hide toolbar
(tool-bar-mode 0)
;; dark theme
@strobe
strobe / firefox-tree-style-tabs-macos.md
Last active January 31, 2019 13:12
firefox-tree-style-tabs-macos

see alexandru - Tree Style Tab gist

/* Compact top bar tabs */

[uidensity="compact"]:root {
  --tab-min-height: 22px !important;
  --newtab-margin: -3px 0 -3px -3px !important;
}
@strobe
strobe / zio-layers.scala
Last active June 24, 2021 14:17
DI with zio ZLayer
// val ZIOVersion = "1.0.0-RC17+319-8917936d-SNAPSHOT"
// resolvers += Resolver.sonatypeRepo("snapshots")
//
// libraryDependencies ++= Seq(
// // zio
// "dev.zio" %% "zio" % ZIOVersion,
// "dev.zio" %% "zio-streams" % ZIOVersion,
// )
@strobe
strobe / Configuration.h
Created September 15, 2021 14:48
Marlin config for Flsun Q5
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or