Skip to content
View aschen-builder's full-sized avatar

Organizations

@chick-bailas

Block or report aschen-builder

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. software-diagrams Public

    Collection of various process, system, use-case, etc. diagrams related to Software Engineering

  2. chick-bailas/site-app Public

    Chick-Bailas Holding, LLC Next.js Website

    TypeScript

  3. luvly-luvs/packer-builder-pi Public

    Python

  4. Pure Canvas - 3D Particle Globe
    1
    <html>
    2
      <head>
    3
        <link href="main.css" rel="stylesheet" />
    4
        <script src="index.js"></script>
    5
      </head>
  5. ModelViewerElement with reducer
    1
    type ModelViewerState = {
    2
      canActivateAr: boolean;
    3
      isLoaded: boolean;
    4
      isError: boolean;
    5
      ref: ModelViewerElement;
  6. Bash script with reboot lock
    1
    #!/usr/bin/env bash
    2
    # Debug options
    3
    # set -o noexec
    4
    # set -o verbose
    5