Navigation Menu

Skip to content
View nicholasspencer's full-sized avatar

Sponsoring

@rrousselGit

Highlights

  • Pro

Organizations

@Smashtron @resideo
Block or Report

Block or report nicholasspencer

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

    Dart

  2. UIKit-Extensions UIKit-Extensions Public

    Protocols and Class extensions for UIKit

    Swift

  3. .gitconfigs .gitconfigs Public

    Common git settings

    1

  4. Quicktime Screen Recording to GIF Quicktime Screen Recording to GIF
    1
    #!/usr/bin/env bash
    2
    # converts .mov (quicktime screen recordings) to animated .gif images
    3
    # requires ffmpeg and gifsicle which are easily `brew install`'d
    4
    
                  
    5
    gifplease() {