I use two XTAR 16850-3500 cells and I get about 8h of active usage out of them.
sudo apt install gnome-shell gdm3
#!/bin/bash | |
# | |
# Usage: bump-it.sh [major|minor|patch|nobump] | |
# Default: patch | |
# | |
# This script uses the gem `bump` to do most of the heavy lifting: | |
# https://rubygems.org/gems/bump | |
# | |
# The updating of the Gemfile is really dump, it expects the gem to be | |
# specified in the following format exactly: gem 'gem-name', 'version-number' |
var parser = document.createElement('a'); | |
parser.href = "http://example.com:3000/pathname/?search=test#hash"; | |
parser.protocol; // => "http:" | |
parser.hostname; // => "example.com" | |
parser.port; // => "3000" | |
parser.pathname; // => "/pathname/" | |
parser.search; // => "?search=test" | |
parser.hash; // => "#hash" | |
parser.host; // => "example.com:3000" |
zh-CN: | |
errors: | |
messages: | |
expired: "您已过期,请重新申请" | |
not_found: "没有找到" | |
already_confirmed: "已经确认" | |
not_locked: "未锁定" | |
not_saved: | |
one: "因为1个错误导致此%{resource}保存失败:" | |
other: "因为%{count}个错误导致此%{resource}保存失败:" |