Skip to content
View sburlot's full-sized avatar

Block or report sburlot

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Mark snoozed emails from FastMail as... Mark snoozed emails from FastMail as UNREAD
    1
    #!/usr/bin/python3
    2
    # When snoozing a Fastmail ( fastmail.com ) message, mark it as unread so when it appears
    3
    # again in the INBOX it's unread and I can see it, instead of being another
    4
    # email lost in all my messages
    5
    # run it as an hourly cron
  2. Get number of today sales from WooCo... Get number of today sales from WooCommerce
    1
    # you'll need jq installed
    2
    # and keys for WooCommerce API access
    3
    #
    4
    # Stephan Burlot coriolis.ch Apr 2024
    5
    #
  3. Check if your hosting server has too... Check if your hosting server has too much activity
    1
    <?php
    2
    // Check if your hosting server has too much activity.
    3
    // I use it to check when my site is slow
    4
    // Drop it in your main directory and call it with curl
    5
    // curl "https://example.com/check_load_json.php"
  4. Get number of yesterday sales from W... Get number of yesterday sales from WooCommerce
    1
    # you'll need jq installed
    2
    # and keys for WooCommerce API access
    3
    #
    4
    # Stephan Burlot coriolis.ch Apr 2024
    5
    #
  5. Extract location from a GPX file, di... Extract location from a GPX file, display in HTML or export to CSV
    1
    # GPX File Converter Conversation
    2
    
                  
    3
    ## Initial Request
    4
    **Human:** Build me an artifact with no react that uses JavaScript to convert a GPX file to an html table displaying the date, location in latitude, longitude and the location in plain text. The exact location will be determined with Google Maps API. I will provide the Google API key. This artifact will allow me to upload the GPX file. Make it mobile friendly and big and obvious.
    5
    
                  
  6. Outputs list of all sites managed wi... Outputs list of all sites managed with MainWP in a CSV file
    1
    #!/usr/bin/env php
    2
    <?php
    3
    
                  
    4
    /*
    5
    	Little helper tool to help me manage all my WordPress sites