Skip to content
View robsears's full-sized avatar

Highlights

  • Pro

Organizations

@omc

Block or report robsears

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. adventofcode2016 adventofcode2016 Public

    Solving all the 2016 Advent of Code challenges in Java

    Java

  2. adventofcode2019 adventofcode2019 Public

    Solutions for the 2019 Advent of Code, in a variety of languages.

    Java

  3. i3-config i3-config Public

    Shell

  4. omc/bonsai-examples omc/bonsai-examples Public

    A collection of examples for implementing and using Elasticsearch

    Ruby 2

  5. JavaCompressionUDP JavaCompressionUDP Public

    Messing around with compression and UDP in Java networking

    Java 1

  6. Overlay an image in OpenCV using Python Overlay an image in OpenCV using Python
    1
    # Adapted from http://www.aishack.in/2010/07/transparent-image-overlays-in-opencv/
    2
    from cv2 import *
    3
    
                  
    4
    src     = cv.LoadImage("image.jpg")		# Load a source image
    5
    overlay = cv.LoadImage("ghost.png")		# Load an image to overlay