Skip to content
View cisherlock's full-sized avatar

Organizations

@lycanware

Block or report cisherlock

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. guide-local-rtmp-server guide-local-rtmp-server Public

    For using stream labs remote camera with iPhone

    Shell 1

  2. lycanware/boilerplate-php lycanware/boilerplate-php Public

    Barebones PHP boilerplate for creating modern web based projects

    PHP

  3. lycanware/cicd-templates lycanware/cicd-templates Public

  4. uuid-time-swap.go uuid-time-swap.go
    1
    // SwapTimeV1UUID takes (mu) a Binary Marshalled V1 UUID and re-arranges the time parts for ordering and indexing.
    2
    // swapFlag == true UUID -> Time_Swapped_UUID
    3
    // swapFlag == false Time_Swapped_UUID -> UUID
    4
    // This can be used instead of mySQL(8) UUID_TO_BIN and BIN_TO_UUID functions with the time_swap argument.
    5
    func SwapTimeV1UUID(mu []byte, swapFlag bool) ([]byte, error) {