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

Organizations

@WIPACrepo @icecube

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 Loading

  1. Download a NASA Image (Astronomy Pic...
    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...
    1
    #!/bin/bash
    2
    # set -x  # turn on debugging
    3
    set -e  # exit on fail
    4
    
                  
    5
    ########################################################################
  3. Fetch, prune, & delete merged local ...
    1
    #!/bin/bash
    2
    set -x  # turn on debugging
    3
    set -e  # exit on fail
    4
    
                  
    5
    ########################################################################
  4. 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 Public

    A SaaS Solution for Neutrino Event Reconstruction using the Skymap Scanner

    Python 2

  6. Observation-Management-Service/MQClient Public

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

    Python 1