Skip to content

Instantly share code, notes, and snippets.

View ataraxer's full-sized avatar

Anton Karamanov ataraxer

  • Amsterdam, Netherlands
View GitHub Profile
package demo
import java.util.concurrent.ConcurrentLinkedQueue
import scala.collection.JavaConverters._
import scala.concurrent.{Future, Promise, ExecutionContext}
import scala.util.{Success, Failure}
object Sequence extends App {
@ataraxer
ataraxer / _readme.md
Last active August 29, 2015 14:20 — forked from shime/_readme.md

Having trouble installing the latest stable version of tmux?

I know, official package for your OS/distro is outdated and you just want the newest version of tmux.

Well, this script should save you some time with that.

Prerequisities

  • gcc
package com.ataraxer.dsl.server
import scala.language.postfixOps
implicit class DSL(value: String) {
def @/ (path: String) =
value + "@/" + path
def @~/ (path: String)(implicit user: String) =
@ataraxer
ataraxer / dslove.scala
Last active August 29, 2015 14:01
DSLove
package com.ataraxer.love
import scala.language.postfixOps
object I {
def < (a: Int) = new {
def Scala: Unit = "I love Scala!"
}
}
@ataraxer
ataraxer / whiteboard-cleaner
Created April 18, 2014 06:06
Whiteboard Cleaner
#!/bin/bash
convert $1 -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 $2
@ataraxer
ataraxer / google-cache
Created April 17, 2014 20:17
Google Cache
http://webcache.googleusercontent.com/search?q=cache:<your url without "http://">