Skip to content
View ric-evans's full-sized avatar

Organizations

@WIPACrepo @icecube
Block or Report

Block or report ric-evans

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

  1. Download a NASA Image (Astronomy Pic... Download a NASA Image (Astronomy Picture of the Day)
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    """Script to set a new NASA image (APOD) as the wallpaper.
    4
    5
    If for some reason today's NASA Image can't be retrieved, use a previous
  2. Copy a file or directory while prese... Copy a file or directory while preserving git line history
    1
    #!/bin/bash
    2
    # set -x  # turn on debugging
    3
    set -e  # exit on fail
    4
    
                  
    5
    ########################################################################
  3. Fetch, prune, & delete merged local ... Fetch, prune, & delete merged local git branches
    1
    #!/bin/bash
    2
    set -x  # turn on debugging
    3
    set -e  # exit on fail
    4
    
                  
    5
    ########################################################################
  4. icecube/skymap_scanner icecube/skymap_scanner Public

    A distributed system that performs a likelihood scan of event directions for IceCube real-time alerts using CPU cluster(s) and queue-based message passing.

    Python 5 2

  5. WIPACrepo/SkyDriver WIPACrepo/SkyDriver Public

    A SaaS Solution for Neutrino Event Reconstruction using the Skymap Scanner

    Python 2

  6. Observation-Management-Service/MQClient Observation-Management-Service/MQClient Public

    A Message Queue Client API Supporting Apache Pulsar, RabbitMQ, and NATS.io

    Python 1