Navigation Menu

Skip to content
View davidejones's full-sized avatar
🤷‍♂️
keep our code running while other packages are changing theirs
🤷‍♂️
keep our code running while other packages are changing theirs

Highlights

  • Pro

Organizations

@DataDog @HandmadeHero @vectordotdev @davidejonesltd
Block or Report

Block or report davidejones

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

David Jones

I'm a Full stack developer, Software engineer, Game development enthusiast.

📫 How to reach me:

Pinned

  1. alternativa3d_tools alternativa3d_tools Public

    Blender addon to import and export alternativa3d files. See http://alternativaplatform.com for more information on the file types and its uses.

    Python 20 8

  2. netlify-cms-oauth-provider-python netlify-cms-oauth-provider-python Public

    netlify oauth github client sending token in form as netlify service itself, implementation in python

    Python 9 26

  3. curl get file from private s3 with i... curl get file from private s3 with iam role
    1
    #!/bin/bash
    2
    
                  
    3
    instance_profile=`curl http://169.254.169.254/latest/meta-data/iam/security-credentials/`
    4
    aws_access_key_id=`curl http://169.254.169.254/latest/meta-data/iam/security-credentials/${instance_profile} | grep AccessKeyId | cut -d':' -f2 | sed 's/[^0-9A-Z]*//g'`
    5
    aws_secret_access_key=`curl http://169.254.169.254/latest/meta-data/iam/security-credentials/${instance_profile} | grep SecretAccessKey | cut -d':' -f2 | sed 's/[^0-9A-Za-z/+=]*//g'`
  4. hugo-hn hugo-hn Public

    Hacker News site built with Hugo

    HTML 5

  5. spaceinvaders spaceinvaders Public

    clone of space invaders game built with pyglet

    Python 1

  6. winsnake winsnake Public

    A win32 api based snake game

    C++ 4 5