Skip to content
View coreyd303's full-sized avatar
🐲
🐲
  • Remote

Highlights

  • Pro
Block or Report

Block or report coreyd303

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 Loading

  1. capbot_ios capbot_ios Public

    capbot ios app

    Swift 1

  2. Coordinator-Base Coordinator-Base Public

    The coordinator pattern base

    Swift 1

  3. Debugging with lldb and xCode Debugging with lldb and xCode
    1
    """ File: nudge.py
    2
        
    3
    An lldb Python script to add a nudge command.
    4
    5
    Add to ~/.lldbinit:
  4. Natural language processing with swift Natural language processing with swift
    1
    //Access to the new NSLinguisticTagger APIs are provided as a public enum as:
    2
    public enum NSLinguisticTagger: Int {
    3
    	case word
    4
    	case sentence
    5
    	case paragraph