compression
Here are 2,237 public repositories matching this topic...
-
Updated
Nov 24, 2021 - Jupyter Notebook
Since some time, the macOS CI run via github actions usually gets killed before it is finished.
We should try to make it faster so it doesn't get killed by github for running too long.
Likely, it is not the tests taking too long, but some preparational steps.
-
Updated
Oct 14, 2021 - Kotlin
-
Updated
Nov 13, 2021 - C++
-
Updated
Dec 25, 2021 - C++
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
May 15, 2019 - Java
-
Updated
Sep 10, 2021 - Python
-
Updated
Jan 2, 2022 - C++
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Dec 28, 2021 - Go
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Nov 25, 2021 - Swift
-
Updated
May 23, 2021 - Visual Basic .NET
-
Updated
Dec 31, 2021 - PHP
-
Updated
Mar 8, 2021 - C
-
Updated
Nov 29, 2021 - C#
-
Updated
Dec 9, 2021 - Shell
-
Updated
Jan 2, 2022 - C++
-
Updated
Dec 30, 2021 - Pascal
-
Updated
Dec 29, 2021 - Python
-
Updated
Dec 2, 2021 - TypeScript
-
Updated
Dec 9, 2021 - Python
-
Updated
Jun 21, 2021 - SCSS
-
Updated
Nov 28, 2021 - C
-
Updated
Jan 1, 2022 - C
-
Updated
Oct 10, 2021 - C
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