Skip to content
View juanbretti's full-sized avatar

Highlights

  • Pro

Block or report juanbretti

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

  4. table_performance table_performance Public

    Este test, compara las tres librerías analizando su tiempo de ejecución y consumo máximo de memoria RAM.

    Python