% The Six Pillars of Self-Esteem % Nathaniel Branden % _
Let us identify the most important factors on which self-esteem depends.
If self-esteem is the health of the mind, then few subjects are of comparable urgency
/* | |
Copyright (c) 2009 Remy Demarest | |
Permission is hereby granted, free of charge, to any person | |
obtaining a copy of this software and associated documentation | |
files (the "Software"), to deal in the Software without | |
restriction, including without limitation the rights to use, | |
copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the | |
Software is furnished to do so, subject to the following |
#!/usr/bin/env bash | |
MAXFILES=$(launchctl limit maxfiles | sed -e 's/[[:space:]]+/ /g' | xargs) | |
if [ "$MAXFILES" != "maxfiles 65536 65536" ]; then | |
set -x | |
sudo launchctl limit maxfiles 65536 65536 | |
fi | |
set -x | |
ulimit -n 65536 | |
riak start |
This notes is written by Sheldon. You can find me with #iOSBySheldon in Github, Youtube, Facebook, etc.
Convert .mov/.MP4 to .gif
As a developer, I feel better to upload a short video when I create the pull request to show other viewers what I did in this PR. I tried .mov format directly got after finishing recording screen using Quicktime, however, gif offers preview in most web pages, and has smaller file size.
This is not limited to developer, anyone has this need can use this method to convert the files.