compression
Here are 1,795 public repositories matching this topic...
-
Updated
Feb 13, 2021 - Jupyter Notebook
there are frequently issues like #5646 with people wondering why their files are classified as M)odified and read/chunked again.
we could all some logging that precisely tells:
- a files cache miss (filename key not in files cache)
- a timestamp mismatch (also telling which filestamp it is ctime or mtime)
- an inode number mismatch
- a size mismatch
there should be no output for cache hi
-
Updated
Feb 9, 2021 - Kotlin
-
Updated
Dec 30, 2020 - C++
-
Updated
Feb 9, 2021 - C++
-
Updated
May 15, 2019 - Java
-
Updated
Jan 17, 2021 - Python
I've been treating tuShorten/tuWiden as a string-ish conversion between UTF16 and UTF 8, so I recommend this.
Here's the code; add it to the end of every tuShorten/tuWiden function.
if (out < (original_out + out_len)) out = 0;
-
Updated
Jan 31, 2021 - JavaScript
-
Updated
Feb 5, 2021 - C++
-
Updated
Dec 20, 2020 - JavaScript
-
Updated
Jan 13, 2021 - Swift
-
Updated
Aug 25, 2019 - Visual Basic
-
Updated
Feb 10, 2021 - PHP
-
Updated
Feb 16, 2021 - C
-
Updated
Jan 17, 2021 - Shell
-
Updated
Feb 17, 2021 - C#
-
Updated
Jan 8, 2021 - JavaScript
-
Updated
Feb 7, 2021 - SCSS
-
Updated
Feb 17, 2021 - Python
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Dec 10, 2020 - C
-
Updated
Dec 25, 2020 - Python
-
Updated
Apr 8, 2020 - Python
-
Updated
Jan 11, 2021 - C
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Nov 23, 2020 - Clojure
Improve this page
Add a description, image, and links to the compression topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compression topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere