Pinned Loading
-
Wikimedia article extractions
Wikimedia article extractions 1# STEP 1: Use media labs tool to generate doc based xml from the wikipedia dump.
2----------------------------
34- Get the latest copy of the articles from wikipedia download page.
5 -
Silence Assets pipeline in server log
Silence Assets pipeline in server log 1Rails.application.assets.logger = Logger.new('/dev/null')
2Rails::Rack::Logger.class_eval do
3def call_with_quiet_assets(env)
4previous_level = Rails.logger.level
5Rails.logger.level = Logger::ERROR if env['PATH_INFO'].index("/assets/") == 0
-
git tricks
git tricks 1Remove merged branch
2git branch --merged | grep -v "\*" | grep -v master | grep -v dev | xargs -n 1 git branch -d
34Git log of code snippet
5git log -S'the line from your file' -- path/to/your/file.txt
-
free-programming-books
free-programming-books PublicForked from EbookFoundation/free-programming-books
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.