Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

    EJS 2 1

  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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.