This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.test | |
import dispatch._ | |
import scala.collection.JavaConverters._ | |
import java.io.{ FileOutputStream, File } | |
import org.apache.commons.io.IOUtils | |
import scala.concurrent.ExecutionContext.Implicits.global | |
object App { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: t3ddy <t3ddy1988 "at" gmail {dot} com> | |
# Contributor: Lex Rivera aka x-demon <[email protected]> | |
# Contributor: Det <nimetonmaili at gmail a-dot com> | |
# Contributor: ruario | |
pkgname=google-chrome-dev | |
pkgver=27.0.1423.0 # Check for new Linux releases in: http://googlechromereleases.blogspot.com/search/label/Dev%20updates | |
pkgrel=1 | |
pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Channel)" | |
arch=('i686' 'x86_64') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/html, <title>Text Editor</title><body><style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e" style="font-size:16px;"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/javascript");</script></body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
BIN=LightTable | |
HERE=$PWD | |
warn() { | |
echo "Make sure you have libudev.so.0 symlinked in $HERE to your version of libudev" | |
exit 2 | |
} |