Skip to content
View senkir's full-sized avatar

Highlights

  • Pro

Block or report senkir

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. Script to generate a pr short link a... Script to generate a pr short link and title off of hacker news article headlines. Requires valid bitly access token
    1
    #!/usr/bin/env ruby
    2
    
                  
    3
    require 'net/http'
    4
    require 'json'
    5
    
                  
  2. Git Recent Branches alias Git Recent Branches alias
    1
    [alias]
    2
      recent-branches = for-each-ref --sort=-committerdate --count=10 --format='%(refname:short)' refs/heads/
  3. A more basic form of my script to mo... A more basic form of my script to move assets around into an android resource folder. Useful if you already have unzipped files or you're using a nonstandard directory structure. Also this script doesn't require any installed gems, so it's more portable.
    1
    #!usr/bin/env ruby
    2
    
                  
    3
    #script to move packaged assets to local resources directory
    4
    if (!ARGV || ARGV.size < 2)
    5
        puts "useage: ./move_assets.rb [source] [destination] [option: -f]"
  4. Dash-Android Dash-Android Public

    Android implementation of dash robot controller

    Java 1

  5. SlidingLayout SlidingLayout Public

    a sliding layout for android layout views

    Java 5 2

  6. android-touch-pressure-utility android-touch-pressure-utility Public

    Java