GithubHelp home page GithubHelp logo

line-mode-browser's Introduction

#JavaModeBrowser

A Java replica of the Line Mode Browser

##Note

The code is still under (heavy) development - the HTTP communication, HTML tokenization and the HTML tree construction stages are mostly complete, the display part is not yet operational.

##System requirements

  • Internet connection (obviusly).
    • Almost any connection should be okay since the LMB does not handle large files such as images, videos or Flash.
  • Java 7
    • The code makes heavy use of Java 7 features such as String switches - so it won't compile and run on older versions without rewriting a larger part of the code.

##Compiling the code

Refer to the next section. I'm going to write a bash script (and probably a batch one as well) which'll compile it automagically.

##Working on the code

###Eclipse

####Creating a project

  • Create a new Java project (let's assume it's called "Example" for now)
  • Go to the project's directory ( YourWorkspaceDirectory/Example )
  • Clone the repo to the src folder (git clone [email protected]:Garmine/Line-Mode-Browser src)
  • Refresh the project inside Eclipse (click on the project and press F5)

You should have a working Eclipse project set up by now: running, editing and exporting should work just as it does for any other project. Note that the JavaModeBrowser uses assertions so you should run it using the "-ea" flag during development!

line-mode-browser's People

Contributors

garmine avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

harrisonpartch

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.