Skip to content

Instantly share code, notes, and snippets.

View git-hemant's full-sized avatar

Hemant git-hemant

View GitHub Profile
@lihonosov
lihonosov / ImagePHash
Created April 17, 2014 14:36
java implementation of pHash algorithm
package test;
import java.awt.Graphics2D;
import java.awt.color.ColorSpace;
import java.awt.image.BufferedImage;
import java.awt.image.ColorConvertOp;
import java.io.InputStream;
import javax.imageio.ImageIO;
@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing