Skip to content

Instantly share code, notes, and snippets.

View lianos's full-sized avatar

Steve Lianoglou lianos

View GitHub Profile
@alextp
alextp / SparseCoding.scala
Created January 26, 2012 15:56
Scala sparse coding implementation
import java.util.Random
import collection.mutable.ArrayBuffer
/**
* Created by IntelliJ IDEA.
* User: apassos
* Date: 1/26/12
* Time: 9:43 AM
* To change this template use File | Settings | File Templates.
@strengejacke
strengejacke / .lintr
Last active June 28, 2024 07:33
VS Code setup for R
// save to windows-user directory
linters: with_defaults(object_name_linter = NULL,
object_length_linter(50),
commented_code_linter = NULL,
object_usage_linter = NULL,
line_length_linter(120),
cyclocomp_linter = cyclocomp_linter(50))