Skip to content
View juanbretti's full-sized avatar

Highlights

  • Pro

Block or report juanbretti

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Reformat .md to better suit Obsidian... Reformat .md to better suit Obsidian formatting
    1
    # %%
    2
    import os
    3
    from datetime import datetime
    4
    import csv
    5
    import pandas as pd
  2. Find all .png files, convert them to... Find all .png files, convert them to .jpg, rename to .png
    1
    # %%
    2
    import os
    3
    from PIL import Image
    4
    import argparse
    5
    
                  
  3. cloudflare_dyndns cloudflare_dyndns Public

    Cloudflare Simple DynDNS

    PHP