Skip to content
Avatar
:octocat:
Setting statuses instead of working
:octocat:
Setting statuses instead of working

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.

Add an optional note:
Report abuse

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

Report abuse
davidejones/README.md

Pinned

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

    Python 19 7

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

    Python 9 20

  3. 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 Public

    Hacker News site built with Hugo

    HTML 4

  5. clone of space invaders game built with pyglet

    Python 1

  6. winsnake Public

    A win32 api based snake game

    C++ 3 5

1,366 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2022

Created 5 commits in 1 repository
Opened 4 pull requests in 1 repository
45 contributions in private repositories Oct 3 – Oct 14

Seeing something unexpected? Take a look at the GitHub profile guide.