Skip to content
View joegr's full-sized avatar
๐Ÿ˜˜
doing
๐Ÿ˜˜
doing
  • Kansas City, Missouri

Block or report joegr

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
joegr/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @joegr
  • ๐Ÿ‘€ Iโ€™m interested in Data Science and making the way we do it just
  • ๐ŸŒฑ Iโ€™m currently learning entity disambiguation, GPT4, BERT, Spacy-llm, llama and just love language, ya know?
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on anything and everything
  • ๐Ÿ“ซ How to reach me ๐Ÿฆ I left twitter because I gave it everything also and including the kitchen sink and got nothing but ire and loathing out of it
  • Cryptography too!

Pinned Loading

  1. towerscraper.py towerscraper.py
    1
    import requests 
    2
    from bs4 import BeautifulSoup
    3
    import pandas as pd
    4
    import geopandas as gpd
    5
    import numpy as np
  2. VIGENERE CIPHER VIGENERE CIPHER
    1
    
                  
    2
    class Cipher:
    3
      def __init__(self, key=None):
    4
        if key is None:
    5
          self.key = rand_from_set(100, printable)
  3. forge forge Public

    Swift 1

  4. ghidra ghidra Public

    Forked from NationalSecurityAgency/ghidra

    Ghidra is a software reverse engineering (SRE) framework

    Java

  5. span span Public

    Python 1