Skip to content
View 1CM69's full-sized avatar

Block or report 1CM69

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. Get the Current Gas Calorific Value ... Get the Current Gas Calorific Value for any LDZ in the UK, based on: https://gist.github.com/lwsrbrts/d96092b65f2f7b7952e2f7983a9ee527
    1
    cls
    2
    $TodayDate = Get-Date -Format "yyyy-MM-dd"
    3
    #$TodayDate = "2023-08-15" #for testing
    4
    
                  
    5
    $LDZ = Read-Host -Prompt 'Enter the Local Distribution Zone (LDZ) that you require info for, see here: [https://www.xoserve.com/xoserve-search?term=Postcode%20Exit%20Zone/LDZ%20mapping%20list] '
  2. Find the Average Gas Calorific Value... Find the Average Gas Calorific Value for any LDZ in the UK for a period that you specify, based on : https://gist.github.com/lwsrbrts/d96092b65f2f7b7952e2f7983a9ee527
    1
    cls
    2
    $TodayDate = Get-Date -Format "yyyy-MM-dd"
    3
    $TodayDateF = Get-Date -Format "dd/MM/yyyy"
    4
    $LDZ = Read-Host -Prompt 'Enter the Local Distribution Zone (LDZ) that you require info for, see here: [https://www.xoserve.com/xoserve-search?term=Postcode%20Exit%20Zone/LDZ%20mapping%20list] '
    5
    $PreviousReading = Read-Host -Prompt 'Enter the date of the previous reading in dd/mm/yyyy format'
  3. pihole-tweetbot-python3 pihole-tweetbot-python3 Public

    Forked from gxrret/pihole-tweetbot-python3

    Python

  4. Tri-Bahtinov_Grabber Tri-Bahtinov_Grabber Public

    My humble attempt to update & refine the Bahtinov Grabber tool by the late Niels Noordhoek as well as to make it usable with the Tri-Bahtinov Mask originally designed by cytan299: https://github.co…

    C# 18 7

  5. LRGB-Sequence-Capture LRGB-Sequence-Capture Public

    An IronPython Script for SharpCap to Automatically Capture LRGB Sequences using a FilterWheel

    Python