Skip to content
View offendo's full-sized avatar
  • University of California, Santa Cruz
  • Santa Cruz, California

Block or report offendo

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. Generates auto-incremented files in ... Generates auto-incremented files in a directory
    1
    import os
    2
    
                  
    3
    # Taken from https://stackoverflow.com/questions/17984809/how-do-i-create-an-incrementing-filename-in-python
    4
    # Direct link to answer: https://stackoverflow.com/a/47087513
    5
    def next_path(path_pattern):
  2. Quick-and-dirty code for few-shot pr... Quick-and-dirty code for few-shot prompting with OpenAI models.
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import random
    4
    import os
    5
    import sys
  3. latex-homework-template latex-homework-template Public

    Forked from jdavis/latex-homework-template

    🎓📄 LaTeX template for homework.

    TeX

  4. offendo offendo Public

    Config files for my GitHub profile.

  5. politicite politicite Public

    PolitiCite Dataset pages

    1

  6. tex-annotater tex-annotater Public

    The new (and hopefully improved) LaTeX annotation tool

    TypeScript 1