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

Organizations

@BitCine @gamesbydarryl

Block or report smartssa

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: at the pub.
  • πŸ˜„ 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()