-
Updated
Dec 21, 2019 - Jupyter Notebook
compression
Here are 1,368 public repositories matching this topic...
While discussing ways to avoid cache sync on irc @ThomasWaldmann came up with a simple idea how to use current borg to measure how much transfers a simple chunk based "store cache into the repository" approach would take.
The basic idea is to see if using mostly existing code to store the chunk cache into the repository can produce good enough results to further investigate.
The basic idea i
Update Documentation
You should probably mention that the library also does a Rotate on the image during the rescale process.
The library also catches any exception possible (OOM, ...) it makes it quite hard to debug when using it.
everything in the title :)
-
Updated
Aug 20, 2019 - C++
Is there technical papers or algorithm documents which explain basic and deep details of draco?
Hello,
I have learned corto(vclab) and other mesh compression library.I have read some papers such as Edgebreaker: Connectivity compression for triangle meshes and Edge breaker on a Corner Table : A simple technique for representing and compressing triangulated surfaces.However draco code seems more complexity than below projects and papers.Is there technical papers or algorithm documents w
-
Updated
May 15, 2019 - Java
-
Updated
Jan 20, 2020 - 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
Mar 2, 2020 - JavaScript
-
Updated
Nov 27, 2019 - CSS
-
Updated
Jan 27, 2020 - Swift
-
Updated
Mar 8, 2020 - C++
Description: Page 1 of the compression results for games correctly displays it's page number, as does Page 2. But Page 3 however, says that it is a
Would love to see an option to strip all console.log(...) from minified javascripts...
We have a bunch of these while developing but just like comments I don't see much point keeping them in the minified production version. Feels like the most logical place to strip them out is in minify. :)
_EDIT: Just found out there is a few more console-methods,
When installing the protobuf dependencies on a Debian machine, I ran into the following error:
$ make
protoc-c --c_out=. cstore.proto
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-s
I noticed in the SharpCompress.csproj project file, that the build setting "XML document file" is not set.
Enabling this setting and set the XML file name to the same as the library (i.e., "SharpCompress.xml") will generate a XML documentation file usable by Intellisense. Put it together with the library in the nuget package, and the users of the SharpCompress library will be able to see Intellise
currently, any password supplied using --ssl-passwd when creating a makeself archive is exposed in the header --info block with the build commands. problem can be sidestepped by using --ssl-pass-src and a temporary file instead. should probably either rework the build info to drop/redact that argument or stop supporting --ssl-passwd
-
Updated
Jan 31, 2020 - CSS
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
Jul 30, 2019 - C
-
Updated
Mar 30, 2019 - Clojure
We need to update the Documentation in https://github.com/flyimg/flyimg/blob/master/docs/url-options.md
Fix the images url.
App full options need to be updated as well.
-
Updated
Feb 23, 2020 - C
-
Updated
Mar 6, 2020 - C++
-
Updated
Mar 11, 2020 - C
Please provide the following information when submitting an issue (feature requests or general comments can skip this):
- pgBackRest version: 2.17
- PostgreSQL version: 12
- Operating system/version : Linux
- Did you install pgBackRest from source or from a package? package
- Describe the issue:
For people not so fluent with NFS, is it possible to add recommendations on how to use a
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."
As it stands, the "Analyse hash" recipe cannot identify Bcrypt hashes generated from the Bcrypt recipe.