draw.io is free online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams
Basic to Advanced Battery Information from Battery University
Android in a Box
smashing - The exceptionally handsome dashboard framework in Ruby and Coffeescript.
Search over 9,000 objective camera and lens reviews here. DxOMark is the trusted industry standard for measuring and rating digital image quality.
{{ MetaTags.description }}
Summary: I describe how the TrueSkill algorithm works using concepts you’re already familiar with. TrueSkill is used on Xbox Live to rank and match players a...
a tool for thinking in systems
systemctl start nfs-client.target
ipaddr:/path/data /mnt/data nfs noauto,x-systemd.automount,x-systemd.device-timeout=10,timeo=14,x-systemd.idle-timeout=1min 0 0
Deleting merged branches from remote:
git branch -r --merged | grep -v "(^\*|master|dev)" | sed 's/origin\//:/' | xargs -n 1 git push origin
Deleting merged branches from local:
git branch --merged | egrep -v "(^\*|master|dev)" | xargs git branch -d
mount tmpfs on /var/lib/systemd
mount tmpfs on /var/tmp