ebook
Here are 551 public repositories matching this topic...
-
Updated
Mar 27, 2020
-
Updated
Jul 14, 2020 - Python
-
Updated
Jan 14, 2018 - HTML
Would it be possible to provide an alternate way of starting koreader besides a long press on the middle key on the reMarkable? This interferes with the use of the binary patches to Xochitl which rely on the middle button for fast switching between documents and notebooks. Also, the reMarkable 2, due this summer, will not have physical keys.
The examples in the String Iterators section contain this in the source:
var message = "A 𠮷 B";and later
A
(blank)
𠮷
(blank)
BHowever, it renders as:
var message = "A ð ®· B";and
A
(blank)
ð ®·
(blank)
BThe error happens before the HTML gets to the client. In other words, it's not a decoding error. A ð ®· B are the actual ch
-
Updated
Jul 14, 2020 - C#
-
Updated
Jul 18, 2019
Add News or Blog
Just simple feature admin can add news or write an article because sometimes we need to make an announcement or just news for our visitor.
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
Oct 10, 2018 - HTML
-
Updated
Jun 15, 2020
Section: Optimizing - Minifying - Minifying Css
By default, the cssnano would remove the vendor prefix of the stylesheet. So I think it better to disable the autoprefixer, or at least inform the reader somewhere in this section.
-
Updated
Feb 2, 2020 - JavaScript
There's an example of string refs in the book but official documentation is considering them as obsolete feature.
Instead of:
<input type="text" ref="input" />We should write:
-
Updated
Jul 9, 2019 - HTML
-
Updated
Jan 9, 2020 - Java
-
Updated
Mar 3, 2020 - HTML
-
Updated
Jun 27, 2020
URL : https://azu.github.io/promises-book/#race-delay-timeout
delay-race-cancel-play.js
copyOwnFromとTimeoutErrorの定義が重複している
-
Updated
Mar 7, 2020 - Python
-
Updated
Apr 8, 2020
As the functions increase, it will become difficult to handle in the same interface.
It would be great to be able to enable / disable them in config files or even better in the configuration page.
For example, I know I wont use the direct read function (here it is the eye icon), I would like to be able to disable it.
![cops_fiche_livre_avec_lien_mail_1](https://cloud.githubusercontent.com/a
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Apr 23, 2018
And yet it mangles them anyway by removing the "1201841h.html" for:
http://gutenberg.net.au/ebooks12/1201841h.html
Hmmm!?
This is a good text site for ebooks that are only available as web pages.
Kindest Regards.
Improve this page
Add a description, image, and links to the ebook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ebook topic, visit your repo's landing page and select "manage topics."
I think it would be a good idea to mention the
teecommand, probably somewhere in the "Cat, Less, Tail and Head" chapter