Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Solving all the 2016 Advent of Code challenges in Java
Java
Solutions for the 2019 Advent of Code, in a variety of languages.
Shell
A collection of examples for implementing and using Elasticsearch
EJS 2 1
Messing around with compression and UDP in Java networking
Java 1
# Adapted from http://www.aishack.in/2010/07/transparent-image-overlays-in-opencv/
from cv2 import *
src = cv.LoadImage("image.jpg") # Load a source image
overlay = cv.LoadImage("ghost.png") # Load an image to overlay
There was an error while loading. Please reload this page.