Skip to content

Instantly share code, notes, and snippets.

@davegurnell
davegurnell / build.sbt
Last active August 29, 2015 14:18
Doodle as a dependency. Create the `build.sbt` file below and type `sbt console` to start doodling. See http://underscore.io/training/courses/creative-scala for inspiration!
scalaVersion := "2.11.2"
resolvers += "Underscore Training" at "https://dl.bintray.com/underscoreio/training"
libraryDependencies += "underscoreio" %% "doodle" % "0.1.0"
initialCommands in console := """
|import doodle.core._
|import doodle.syntax._
|import doodle.jvm._
@daryltucker
daryltucker / push_date.sh
Created March 26, 2015 20:18
Set Remote Server Date using Local Server Time
#!/bin/bash
# ./push_date user@server
# ssh user@server sudo date -s @`( date -u +"%s" )
ssh $1 sudo date -s @`( date -u +"%s" )
@debasishg
debasishg / gist:b4df1648d3f1776abdff
Last active January 20, 2021 12:15
another attempt to organize my ML readings ..
  1. Feature Learning
  1. Deep Learning