Skip to content
View infinitless's full-sized avatar
Block or Report

Block or report infinitless

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

    An Encryption/Decryption Cipher that uses 1 million values of Pi

    Python 4 1

  2. Outputs a list of IMDB top 250 movies Outputs a list of IMDB top 250 movies
    1
    import requests
    2
    from bs4 import BeautifulSoup
    3
    import re
    4
    
                  
    5
    URL = "https://www.imdb.com/chart/top/"
  3. The best Random Number is Pi! This c... The best Random Number is Pi! This code generates random numbers using one million digits of Pi.
    1
    import random
    2
    
                  
    3
    # Read all decimal places of PI from the file
    4
    # and store as a string of 1 Million digits
    5