Skip to content
View xecutioner's full-sized avatar

Organizations

@haude

Block or report xecutioner

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

    My dotfiles

    Shell 3 2

  2. Wikimedia article extractions Wikimedia article extractions
    1
    # STEP 1: Use media labs tool to generate doc based xml from the wikipedia dump.
    2
    ----------------------------
    3
    
                  
    4
    - Get the latest copy of the articles from wikipedia download page.
    5
    
                  
  3. robohash robohash Public

    Downloads randomly generated robo hash images from robohash.org

    Ruby 2 1

  4. Silence Assets pipeline in server log Silence Assets pipeline in server log
    1
    Rails.application.assets.logger = Logger.new('/dev/null')
    2
    Rails::Rack::Logger.class_eval do
    3
      def call_with_quiet_assets(env)
    4
        previous_level = Rails.logger.level
    5
        Rails.logger.level = Logger::ERROR if env['PATH_INFO'].index("/assets/") == 0
  5. git tricks git tricks
    1
    Remove merged branch 
    2
      git branch --merged | grep -v "\*" | grep -v master | grep -v dev | xargs -n 1 git branch -d
    3
    
                  
    4
    Git log of code snippet
    5
      git log -S'the line from your file' -- path/to/your/file.txt
  6. free-programming-books free-programming-books Public

    Forked from EbookFoundation/free-programming-books