Skip to content
View puttin's full-sized avatar

Organizations

@extensivepro
Block or Report

Block or report puttin

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. my-karabiner-elements my-karabiner-elements Public

    Generate Karabiner-Elements Rules & Profiles for me

    Ruby

  2. parse SSR subscribe to Surge Mac Ext... parse SSR subscribe to Surge Mac External list
    1
    #!/usr/bin/env python3
    2
    import sys
    3
    import requests
    4
    import base64
    5
    
                  
  3. brew-bootstrap brew-bootstrap Public

    bootstrap your favorite homebrew based setup on your mac

    Ruby

  4. fetch WWDC HD videos' download links fetch WWDC HD videos' download links
    1
    source 'https://rubygems.org'
    2
    
                  
    3
    gem 'httparty'
    4
    gem 'nokogiri'
    5
    gem 'pry'
  5. change-input-source change-input-source Public

    a simple CLI tool to change Input Method on your mac

    Swift

  6. Reveal App build phase Reveal App build phase
    1
    #!/bin/bash
    2
    
                  
    3
    # see also http://support.revealapp.com/kb/getting-started/load-the-reveal-server-via-an-xcode-breakpoint
    4
    # remove Debug check; change framework path; simplify
    5
    # find original one in Reveal.app