diff --git a/lib/static/see_smiley_name.sh b/lib/static/see_smiley_name.sh new file mode 100755 index 0000000..4232028 --- /dev/null +++ b/lib/static/see_smiley_name.sh @@ -0,0 +1,6 @@ +#!/bin/bash -e +# File: see_smiley_name.sh +# Date: Sun Jan 11 21:37:06 2015 +0800 +# Author: Yuxin Wu + +cat tencent-smiley.json | jq 'to_entries | group_by(.value) | .[] | "---------",.[].key' diff --git a/sqlcipher/LICENSE b/sqlcipher/LICENSE new file mode 100644 index 0000000..bebe1e7 --- /dev/null +++ b/sqlcipher/LICENSE @@ -0,0 +1,24 @@ +Copyright (c) 2008, ZETETIC LLC +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the ZETETIC LLC nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY ZETETIC LLC ''AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL ZETETIC LLC BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/sqlcipher/README.md b/sqlcipher/README.md new file mode 100644 index 0000000..b047dce --- /dev/null +++ b/sqlcipher/README.md @@ -0,0 +1,7 @@ + +## NOTE + +For convenience, I include the binary version of sqlcipher 2.1.1. + +User can also choose to download and install sqlcipher 2.1.1 from their trusted source, such as: +https://launchpad.net/ubuntu/+source/sqlcipher/2.1.1-2