Skip to content
View dawescc's full-sized avatar
  • U.S. Department of Education
  • United States
  • 07:59 (UTC -04:00)
  • X @dawescc
Block or Report

Block or report dawescc

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

  1. porpo porpo Public

    Easily pull telemetry data and create beautiful visualizations for analysis.

    Python 39 7

  2. Base Makefile for my projects Base Makefile for my projects
    1
    check:
    2
    	@git add -A
    3
    	@git commit -m "checkpoint at $$(date '+%Y-%m-%d %H:%M:%S%z')"
    4
    	@git push > /dev/null 2>&1
    5
    	@echo Checkpoint created and pushed to remote