System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
| 127.0.0.1 ocsp-lb.apple.com.akadns.net | |
| 127.0.0.1 ocsp-cn-lb.apple.com.akadns.net | |
| 127.0.0.1 ocsp.apple.com.download.ks-cdn.com | |
| 127.0.0.1 k128-mzstatic.gslb.ksyuncdn.com | |
| 127.0.0.1 ocsp.apple.com.cdn20.com | |
| 127.0.0.1 ocsp.g.aaplimg.com | |
| 127.0.0.1 ocsp.apple.com | |
| 127.0.0.1 ocsp.digicert.com |
| # Unix (Terminal) | |
| open -a "Google Chrome" --args --disable-gpu-vsync --disable-frame-rate-limit | |
| # Windows (Command prompt) | |
| start chrome --args --disable-gpu-vsync --disable-frame-rate-limit |
System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
curl to get the JSON response for the latest releasegrep to find the line containing file URLcut and tr to extract the URLwget to download itcurl -s https://api.github.com/repos/jgm/pandoc/releases/latest \
| grep "browser_download_url.*deb" \
| cut -d : -f 2,3 \
| tr -d \" \All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.
Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.
elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent| # encoding: utf-8 | |
| # USE AT OWN RISK | |
| # | |
| # Follow this guide to install Ruby on Windows (step 1 and 2): https://forwardhq.com/support/installing-ruby-windows | |
| # Install gems (with admin cmd prompt): | |
| # https://rubygems.org/gems/bencode | |
| # https://rubygems.org/gems/rest_client | |
| # | |
| # Edit datpath below to point to your utorrent resume.dat file |