Skip to content
View ccc-developer's full-sized avatar

Organizations

@Digital-Lighthouse-Designs

Block or report ccc-developer

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. SQLite Query to Extract Data from Ma... SQLite Query to Extract Data from Mac Address Book
    1
    SELECT DISTINCT
    2
    	ZABCDRECORD.ZFIRSTNAME [FIRST NAME],
    3
    	ZABCDRECORD.ZLASTNAME [LAST NAME],
    4
    	ZABCDRECORD.ZMAIDENNAME [MAIDEN NAME],
    5
    	ZABCDRECORD.ZMIDDLENAME [MIDDLE NAME],
  2. Templates for handling a Twilio Webh... Templates for handling a Twilio Webhook for a Status Callback using Laravel (including Event & Listener)
    1
    Hi. I'm new to Laravel & PHP, so thanks for joining me on this journey. 
    2
    
    
    3
    My application CareNote - https://carenote.app allows a user to send a Twilio SMS. 
    4
    Twilio can post a SMS message status callback/webhook.
    5