Skip to content
View smartssa's full-sized avatar
πŸ€”
Hmmm...
πŸ€”
Hmmm...

Organizations

@BitCine @gamesbydarryl

Block or report smartssa

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
smartssa/README.md

Hi there πŸ‘‹

  • πŸ”­ I’m currently working on various games and things.
  • 🌱 I’m currently employed at a great place.
  • πŸ‘― I’m looking to collaborate on drinking beer.
  • πŸ€” I’m looking for help with life, aliens, and growing avocados in my condo.
  • πŸ’¬ Ask me about anything.
  • πŸ“« How to reach me: best is email.
  • πŸ˜„ Pronouns: he/him/his
  • ⚑ Fun fact: Birds pant like dogs when they're hot.

Pinned Loading

  1. check-running.sh check-running.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # a handy script to run as a cron job to make sure your browser in kiosk mode hasn't crashed.
    4
    # i run this on mac os computers.
    5
    
                  
  2. Inertia Js Paginate Inertia Js Paginate
    1
        Route::get('/', function (\Illuminate\Http\Request $request) {
    2
    
                  
    3
            $initialSearch = $request->query('search', '');
    4
    
                  
    5
            $userQuery = User::query()