Giter VIP home page Giter VIP logo

zethos's Introduction

zethos's People

Contributors

machou avatar zolmeister avatar

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

zethos's Issues

Configurable WPM

I really like your Zethos project. I've been using it to read very very long news articles.
One thing missing though is configurable WPM, I see that 500 WPM is hardcoded, so I could just edit that number to get the speed I want, but it would be better if there is some kind of text field to input the WPM.
I did fork this and add some dirty code quick change and make it look like this
screenshot from 2014-03-26 11 55 02

Anyway, this is just some suggestion

Pasting text misbehaves in Firefox

Just tried to use zethos and while in Chrome I'm able to paste some text copied to the clipboard, in Firefox, the text is pasted somehow above/below the textarea and the application sees the data model in undefined state.

Years of perfection

@Zolmeister I like this repo, but I'm concerned that the author hasn't spent enough years in stealth mode perfecting the technology. How many years of stealth mode perfection can we expect? Can you provide a date?

Slows down dramatically on large texts

I saw this on JS1K and liked it a lot. However, while it works well given just one or two paragraphs, I find that it slows down dramatically when given a larger text. This is because it evaluates parse(i.textContent) in the loop, once for every word. It should do that just once in p whenever the text changes and the play button is clicked, Something like

in function p:
newvar=parse(i.textContent);

and in function loop:
w=newvar[index++] || p();

with newvar declared globally so it is accessible in both functions.

There must surely be some way to do this while keeping things under 1k, e.g. by reusing an existing variable instead of declaring a new one, but I haven't looked deeply into that aspect.

Martin Gradwell

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.