Skip to content
View StephanieSunshine's full-sized avatar
  • Prisma Digital Technologies
  • Pacific Northwest, United States

Organizations

@Freetable
Block or Report

Block or report StephanieSunshine

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. polyRouter polyRouter Public

    Uber H3 + Redis Polygon Router Proof Of Concept

    Go 2

  2. A basic Blackjack example in Python 3 A basic Blackjack example in Python 3
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import random, os, sys
    4
    
                  
    5
    cardName = { 1: 'Ace', 2: 'Two', 3: 'Three', 4: 'Four', 5: 'Five', 6: 'Six', 7: 'Seven', 8: 'Eight', 9: 'Nine', 10: 'Ten', 11: 'Jack', 12: 'Queen', 13: 'King' }
  3. divulge.link divulge.link Public

    The source code behind divulge.link. Forked from the code behind ifconfig.io to add Javascript generators for endpoints.

    HTML

  4. py-pascals-triangle py-pascals-triangle Public

    Vivid pascals triangle in Python

    Python

  5. shaspider shaspider Public

    An awesome new way to figure out which part of a file is bad using checksums!

    Go

  6. columnize columnize Public

    Forked from CiscoCloud/columnize

    Easy column formatted output for golang. Now with color options

    Go