Skip to content

Instantly share code, notes, and snippets.

View sdaclin's full-sized avatar

Sylvain Daclin sdaclin

  • Lyon, France
  • 13:19 (UTC +02:00)
View GitHub Profile
@sdaclin
sdaclin / Dedup.kt
Created January 18, 2019 15:07
Will find and print recursively duplicated files in some dirs (comparison based on fileName + Size)
package fr.sdaclin.dedup
import java.io.File
/**
* Will find recursively duplicated files in some dirs (comparison based on fileName + Size)
*/
fun main(args: Array<String>) {
println("I'm working...")
@sdaclin
sdaclin / IntellijBespin.icls
Last active October 23, 2017 06:28
My custom Mozilla Bespin based intellij idea color scheme. Install => Create a new colors scheme named IdeaBespin, locate the new configuration in .IdeaIC[xx]/config/colors and replace with this.
<scheme name="IdeaBespin" version="142" parent_scheme="Default">
<option name="LINE_SPACING" value="1.0" />
<option name="EDITOR_FONT_SIZE" value="14" />
<option name="EDITOR_LIGATURES" value="true" />
<console-font>
<option name="EDITOR_FONT_NAME" value="Consolas" />
<option name="EDITOR_FONT_SIZE" value="12" />
</console-font>
<console-font>
<option name="EDITOR_FONT_NAME" value="Monospaced" />