Skip to content
View cgutwin's full-sized avatar
Block or Report

Block or report cgutwin

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

    🥝🛒 The backend server for Apteryx, a grocery store inventory management tool.

    TypeScript

  2. kiwi kiwi Public

    🥝📱 A frontend client for Apteryx.

    TypeScript

  3. battleship battleship Public

    TypeScript

  4. Two-way encryption for user data (in... Two-way encryption for user data (in this case, an account password) utilizing three different values for the encryption key, with NodeJS.
    1
    /*
    2
    * Encryption for the added user accounts and passwords
    3
    *
    4
    * Reference:
    5
    * https://stackoverflow.com/a/5093422
  5. Setting up nginx baremetal to proxyp... Setting up nginx baremetal to proxypass to nginx docker services.
    1
    f33 server
    2
    
                  
    3
    ```sh
    4
    sudo dnf update
    5
    ```
  6. Quagga 2 Implementation in Typescript Quagga 2 Implementation in Typescript
    1
    import React, { useRef, useState } from "react"
    2
    import styled from "styled-components"
    3
    import useScanner from "./useScanner"
    4
    import type { QuaggaJSResultObject } from "@ericblade/quagga2"
    5