Skip to content
View ksemel's full-sized avatar

Highlights

  • Pro

Organizations

@nytimes @nytm @bonsaibudget
Block or Report

Block or report ksemel

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. fastly-tools fastly-tools Public

    Forked from Financial-Times/fastly-tools

    Command Line Utility for interacting with fastly

    JavaScript 1

  2. network-plugin-auditor network-plugin-auditor Public

    For multisite/network installations only. Adds columns to your network admin to show which sites are using each plugin and theme.

    PHP 4 5

  3. sublime-github sublime-github Public

    Forked from bgreenlee/sublime-github

    Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.

    Python 1

  4. Bash: Check for diffs, and only open... Bash: Check for diffs, and only open the merge tool if diffs are found.
    1
    #!/bin/bash
    2
    
                  
    3
    #
    4
    # Check for diffs, and only open the merge tool if diffs are found.
    5
    #
  5. SCP Foundation: Add names to details... SCP Foundation: Add names to details pages: Adds the descriptive names from the SCP series index page to the individual detail pages, and provides previous and next buttons to navigate through SCPs.
    1
    // ==UserScript==
    2
    // @name           SCP Foundation: Add names to details pages
    3
    // @namespace      https://gist.github.com/ksemel/3e189fef865a02ee9956
    4
    // @description    Adds the descriptive names from the SCP series index page to the individual detail pages, and provides previous and next buttons to navigate through SCPs.
    5
    // @author         Katherine Semel
  6. Run your WordPress site locally with... Run your WordPress site locally without copying down all your images
    1
    # BEGIN WordPress
    2
    <IfModule mod_rewrite.c>
    3
    
                  
    4
    # Single site Rules (with image pass-back)
    5
    ###################################################