Skip to content
View jstn's full-sized avatar

Block or report jstn

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. IndependentRotation IndependentRotation Public

    Make two view controllers autorotate independently in iOS 8.

    Swift 7 1

  2. flipper flipper Public

    flips .mov and .mp4 files

    Swift 4

  3. radarmatic radarmatic Public

    Ruby 3

  4. min theme for tumblr min theme for tumblr
    1
    <!--
    2
    3
      (c) {CopyrightYears} {Title}
    4
      {BlogURL}
    5
  5. Preferences.sublime-settings Preferences.sublime-settings
    1
    {
    2
    	"caret_extra_bottom": 2,
    3
    	"caret_extra_top": 2,
    4
    	"caret_extra_width": 1,
    5
    	"caret_style": "phase",
  6. prompt.zsh prompt.zsh
    1
    function git_prompt() {
    2
      local dirty=""
    3
    
    
    4
      if [[ -n $(git ls-files --other --exclude-standard 2> /dev/null) ]]; then
    5
        dirty="*"