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
" Vim color file | |
" | |
" Name: xoria256.vim | |
" Version: 1.5 | |
" Maintainer: Dmitriy Y. Zotikov (xio) <[email protected]> | |
" | |
" Should work in recent 256 color terminals. 88-color terms like urxvt are | |
" NOT supported. | |
" | |
" Don't forget to install 'ncurses-term' and set TERM to xterm-256color or |
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
<?xml version="1.0" encoding="utf-8"?> | |
<ledger version="196608"> | |
<commodities> | |
<commodity flags="P"> | |
<symbol/> | |
</commodity> | |
</commodities> | |
<accounts> | |
<account id="09b3aeb0"> | |
<name/><fullname/> |
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
<html> | |
<body> | |
<h1>Embed demo</h1> | |
<iframe src="http://www.rvl.io/hakim/theming/embed/"></iframe> | |
</body> | |
</html> |
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
name := "sbt-jetty-test" | |
scalaVersion := "2.9.2" | |
libraryDependencies ++= Seq( | |
"org.eclipse.jetty" % "jetty-webapp" % "8.1.4.v20120524" artifacts (Artifact("jetty-webapp", "jar", "jar")) | |
) | |
classpathTypes ~= (_ + "orbit") |
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
// Quick demo of SurfacePlotter [ http://code.google.com/p/surfaceplotter ] | |
import scala.swing._ | |
import net.ericaro.surfaceplotter.{ProgressiveSurfaceModel, JSurfacePanel, Mapper} | |
val model = new ProgressiveSurfaceModel | |
val surfacePanel = new JSurfacePanel | |
surfacePanel.setModel(model) | |
model.setMapper(new Mapper { |
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
<uses-sdk minSdkVersion="7" targetSdkVersion="7"/> |
NewerOlder