Code Monkey home page Code Monkey logo

mogul's Introduction

#mogul

Java interfaces representing the standard HTML5/JavaScript web objects (window, navigator, location, history, screen, etc.) with at least one implementation.

javadoc

###Example Demo Usage:

$ mvn clean compile exec:java -q
location.href = 'http://www.nytimes.com/';
console.log(document.getElementById('date').innerText);
var bylines = document.querySelectorAll('h6.byline');
for (var i = 0; i < bylines.length; i++) {
    var headline = bylines[i].parentNode.querySelector('h1,h2,h3,h4,h5,h6,h7,h8');
    console.log(headline.innerText.trim() + ' ' + bylines[i].innerText.trim());
}
exit();
.

####Example Output:

Sunday, October 6, 2013 Last Update: 10:48 AM ET
A Federal Budget Crisis Months in the Planning By SHERYL GAY STOLBERG and MIKE McINTIRE
Libyan Government Wants Explanation After U.S. Raid By DAVID D. KIRKPATRICK, NICHOLAS KULISH and ERIC SCHMITT
Bible College Helps Some at Louisiana Prison Find Peace By ERIK ECKHOLM
Brian Blanco for The New York Times By DAVID SEGAL
Karzai to Be There for Successor. Right There. By MATTHEW ROSENBERG
Selling Secrets of Smartphone Users to Advertisers By CLAIRE CAIN MILLER and SOMINI SENGUPTA
Greeks Call for World War II Reparations By SUZANNE DALEY
Video Feature: Snap. Hold. Kick.
Marseille, the Secret Capital of France By MICHAEL KIMMELMAN
Opinion By ÓSCAR MARTÍNEZ
Editorial: The Supreme Court Returns By THE EDITORIAL BOARD

###Contact: I'm interested in any and all feedback. Send me an email.

mogul's People

Contributors

snoblind avatar

Watchers

 avatar  avatar

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.