Skip to content
View mattjcamp's full-sized avatar
๐Ÿ’ญ
Working
๐Ÿ’ญ
Working
Block or Report

Block or report mattjcamp

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

๐Ÿ‘‹ Hi, Iโ€™m Matt

๐Ÿ‘€ Iโ€™m interested in UFOs, Coding, Data, Psychology, and Writing

๐ŸŒฑ Thinking about coding a game

๐Ÿ’ž๏ธ Interested in a bunch of things

๐Ÿ“ซ Reach me at

Pinned

  1. ufo-uap-data-science-project ufo-uap-data-science-project Public

    Exploration of the NUFORC dataset that shows UFO/UAP reports up to December 2021

    R 1

  2. datapointsr datapointsr Public

    Painless QC analysis for big statistical tables

    R

  3. coderr coderr Public

    A super-simple SQL code generator for lazy R programmers

    R

  4. SQL Essentials SQL Essentials
    1
    -- SELECT WITH GROUP BY AND JOIN
    2
    SELECT 
    3
        C.country, 
    4
        C.team, 
    5
        SUM(M.goals) 
  5. SQL Tables SQL Tables
    1
    INSERT INTO TargetTable
    2
    SELECT * FROM SourceTable;
    3
    
    
    4
    INSERT INTO Orders (CustomerID, OrderDate, TotalAmount)
    5
    VALUES
  6. dbr dbr Public

    Quick functions and common interfaces for SQL Server, Amazon Redshift and SQLite databases

    R