Skip to content
View davidbeechey's full-sized avatar
  • @D3-Database-Design-and-Development
  • Scotland

Highlights

  • Pro

Organizations

@Stirling-High-School @Database-Design-and-Development
Block or Report

Block or report davidbeechey

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
davidbeechey/README.md

👋 Hello, testing!

📄 You can find my CV here.

Pinned

  1. Hyp-ed/hyped-2024 Hyp-ed/hyped-2024 Public

    Pod-side and telemetry code for the University of Edinburgh Hyperloop Team 2023/24

    TypeScript 12 2

  2. mollsketches.art mollsketches.art Public

    Official Mollsketches Website!

    TypeScript

  3. blog.davidbeechey.com blog.davidbeechey.com Public

    Blog made with Astro.

    TypeScript

  4. htb-ix-bear-force-one htb-ix-bear-force-one Public archive

    Winner of Hack The Burgh 2023 🥳

    TypeScript 4 3

  5. A PowerShell script to organize phot... A PowerShell script to organize photos by date taken
    1
    Param(
    2
        [string]$source, 
    3
        [string]$dest, 
    4
        [string]$format = "yyyy/yyyy-MM/yyyy-MM-dd"
    5
    )