Skip to content
View mattjcamp's full-sized avatar
💭
Working
💭
Working

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, and Writing

🌱 Working on rebooting my site How to Make iPhone Apps that I started in 2009

💞️ Interested in a bunch of other things like: sourdough bread baking, cooking, FPV drones, and taking long hikes in the woods where I solve the world's problems

📫 Reach me at

Pinned Loading

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

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

    R 3

  2. datapointsr Public

    Painless QC analysis for big statistical tables

    R

  3. coderr Public

    A super-simple SQL code generator for lazy R programmers

    R

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

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

    R