Skip to content
View asitwouldseem's full-sized avatar

Block or report asitwouldseem

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. nginx-wordpress-cookbook nginx-wordpress-cookbook Public archive

    My go-to NGINX configuration files for running WordPress on NGINX.

    2 2

  2. groundhog-day groundhog-day Public

    For legal reasons, not inspired by the film of the same name. A joke gift for a colleague at work.

    Python

  3. Google Sheets app script for time tr... Google Sheets app script for time tracking in a basic ticket system
    1
    var sprs = SpreadsheetApp.getActiveSpreadsheet();
    2
    
                  
    3
    function getNextRow() {
    4
      return sprs.getLastRow() + 1;
    5
    }