Pinned Loading
-
diff-pdf-visually
diff-pdf-visually PublicQuickly check whether there is a visible difference between two PDFs.
-
Converts an image to a scatter plot.
Converts an image to a scatter plot. 1# CC-BY 2.0 by bgeron
2from PIL import Image; import matplotlib.pyplot as plt, pandas as pd
3a = Image.open("source.png")
4b = Image.blend(a, Image.new(a.mode, a.size, "white"), .92).convert(mode="1")
5df = pd.DataFrame(((x,-y) for x in range(b.width) for y in range(b.height) if not b.getpixel((x,y))), columns=("x","y"))
-
rusty-plasma/smallbigint
rusty-plasma/smallbigint PublicBig integer types that have a small on-stack representation for small values. Uses num-bigint internally.
Rust 7
-
character-snippets
character-snippets PublicConvert a TOML file in a certain format to a Visual Studio Code snippets file. Contains many useful snippets by default: https://gist.github.com/bgeron/1c0e1422890b2bbd899738b1c22ce3cc
Rust 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.