Skip to content
View stubduffy's full-sized avatar
๐Ÿ’ญ
๐Ÿˆ
๐Ÿ’ญ
๐Ÿˆ

Block or report stubduffy

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
stubduffy/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @stubduffy
  • Software test engineer, living in Hamburg Germany.
  • Interested in writing code to make other code do stuff, and then seeing what happens.

thegraph1

Pinned Loading

  1. get lat lon from search text get lat lon from search text
    1
    #!/usr/bin/env bash
    2
    query=$1
    3
    
                  
    4
    pos=$(curl "https://nominatim.openstreetmap.org/search?q=$query&format=json" | jq '.[0]')
    5
    lat=$(echo $pos | jq .lat | tr -d '"')
  2. playwright-examples playwright-examples Public

    testing demoblaze and countries graphql

    TypeScript

  3. stubduffy.github.io stubduffy.github.io Public

    HTML

  4. weirdle-python weirdle-python Public

    a weird (hard) version of wordle

    Python

  5. weirdle-robot weirdle-robot Public

    tests the weirdle game with robot-framework

    HTML

  6. weirdle-cypress weirdle-cypress Public

    tests the weirdle game with cypress

    JavaScript