Git Product home page Git Product logo

sparkle's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sparkle's Issues

quick start

I am an experienced scala/sbt user and have used node/npm too but haven't figured out how to quickly see something in action.

This is what I have tried in an sbt session

root > project sparkle-core 
[info] Set current project to sparkle-core (in build file:/home/xxxx/repositories/sparkle/)
sparkle-core > reStart 
... elided ...
Multiple main classes detected, select one to run:

 [1] nest.sparkle.time.server.Main
 [2] nest.sparkle.tools.ExporterMain

Enter number: 1

[info] Application sparkle-core not yet started
[info] Starting application sparkle-core in the background ...
kafka-server Starting nest.sparkle.time.server.Main.main()
[success] Total time: 2877 s, completed Nov 132, 2014 22:00:02 PM
sparkle-core > kafka-server[ERROR] scala.reflect.internal.MissingRequirementError: object nest.sparkle.util.ConfigureLogback not found.

So how do I get something started quickly?

open browser after ploting in the repl for the first time

he's a code snippet how ot open an url in the default browser

def open(uri: java.net.Uri): Unit = {
  sys.props("os.name").toLowerCase match {
     case x if x contains "mac" => s"open ${uri.toString}".!
     case _ => Desktop.getDesktop.browse(uri)
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.