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.
- gcc
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 { |
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.
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) = |
package com.ataraxer.love | |
import scala.language.postfixOps | |
object I { | |
def < (a: Int) = new { | |
def Scala: Unit = "I love Scala!" | |
} | |
} |
#!/bin/bash | |
convert $1 -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 $2 |
http://webcache.googleusercontent.com/search?q=cache:<your url without "http://"> |