-
Meta
- Bay Area, CA
- https://www.linkedin.com/in/davidehrmann/
Pinned Loading
-
-
-
-
-
OpenWRT Sprint Hotspot Notes
OpenWRT Sprint Hotspot Notes 1# OpenWRT compatible devices
23## Sprint-compatible LTE modems
4### [Sierra Wireless](https://www.sierrawireless.com/products-and-solutions/embedded-solutions/networking-modules/)
5MC vs EM is the form factor. Most devices are USB devices that the USB interface on MiniPCIe. SIM support works by wiring pins
-
Java pngtastic zopfli compression
Java pngtastic zopfli compression 1public byte[] gzipData(byte[] blob) {
2Buffer compressedData = zopfli.compress(new Options(Options.BlockSplitting.FIRST, 15), blob);
34ByteBuffer gzipBuffer = ByteBuffer.allocate(compressedData.getSize() - 6 + 18);
5gzipBuffer.order(ByteOrder.LITTLE_ENDIAN);
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.