A Pen by Captain Anonymous on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {"date": "20171218171753", "url": "http://web.archive.org/web/20171218171753/https://help.twitter.com/en/rules-and-policies/hateful-conduct-policy", "md5": "7f1ad0816f5aa5c1231bac666b7d9437"}, | |
| {"date": "20180104063958", "url": "http://web.archive.org/web/20180104063958/https://help.twitter.com/en/rules-and-policies/hateful-conduct-policy", "md5": "7f1ad0816f5aa5c1231bac666b7d9437"}, | |
| {"date": "20180103200300", "url": "http://web.archive.org/web/20180103200300/https://help.twitter.com/en/rules-and-policies/hateful-conduct-policy", "md5": "7f1ad0816f5aa5c1231bac666b7d9437"}, | |
| {"date": "20180106160807", "url": "http://web.archive.org/web/20180106160807/https://help.twitter.com/en/rules-and-policies/hateful-conduct-policy", "md5": "7f1ad0816f5aa5c1231bac666b7d9437"}, | |
| {"date": "20171229054051", "url": "http://web.archive.org/web/20171229054051/https://help.twitter.com/en/rules-and-policies/hateful-conduct-policy", "md5": "7f1ad0816f5aa5c1231bac666b7d9437"}, | |
| {"date": "20180112191148", "url": "http://web.archive.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| {"title": "Username squatting policy", "content": ["Username squatting is prohibited by the ", "Please note that if an account has had no updates, no profile image, and there is no intent to mislead, it typically means there's no name-squatting or impersonation. Note that we will not release squatted usernames except in cases of trademark infringement. If your report involves ", "Attempts to sell, buy, or solicit other forms of payment in exchange for usernames are also violations and may result in permanent account suspension."]}, | |
| {"title": "Username squatting policy", "content": ["Username squatting is prohibited by the ", "Please note that if an account has had no updates, no profile image, and there is no intent to mislead, it typically means there's no name-squatting or impersonation. Note that we will not release squatted usernames except in cases of trademark infringement. If your report involves ", "Attempts to sell, buy, or solicit other forms of payment in exchange for usernames are also violation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| (function() { | |
| var mr = '&r=' + Math.floor(Math.random() * 99999999999); | |
| var mhl = document.createElement('script'); mhl.type = 'text/javascript'; mhl.async = true; | |
| mhl.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'tags.meltdsp.com/platform/tagHigh?p=5611_0_0_0_0_0_1_1' + mr; | |
| var pms = document.getElementsByTagName('script')[0]; pms.parentNode.insertBefore(mhl, pms); | |
| })(); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # redis - this script starts and stops the redis-server daemon | |
| # | |
| # chkconfig: - 85 15 | |
| # description: Redis is a persistent key-value database | |
| # processname: redis-server | |
| # config: /etc/redis/redis.conf | |
| # config: /etc/sysconfig/redis | |
| # pidfile: /var/run/redis.pid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # nginx - this script starts and stops the nginx daemon | |
| # | |
| # chkconfig: - 85 15 | |
| # description: Nginx is an HTTP(S) server, HTTP(S) reverse \ | |
| # proxy and IMAP/POP3 proxy server | |
| # processname: nginx | |
| # config: /usr/local/nginx/conf/nginx.conf | |
| # pidfile: /usr/local/nginx/logs/nginx.pid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ### VARIABLES ### | |
| PRE_PACK="openssl-devel pcre-devel make gcc" | |
| VER="1.5.1" | |
| # Setup Colours | |
| black='\E[30;40m' | |
| red='\E[31;40m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /opt/nginx/logs/access.log /opt/nginx/logs/error.log { | |
| copytruncate | |
| daily | |
| dateext | |
| dateformat .%Y%m%d | |
| compress | |
| compressext .gz | |
| notifempty | |
| sharedscripts | |
| olddir /opt/nginx/logs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Aerospike database configuration file. | |
| # This stanza must come first. | |
| service { | |
| user root | |
| group root | |
| paxos-single-replica-limit 1 # Number of nodes where the replica count is automatically reduced to 1. | |
| pidfile /var/run/aerospike/asd.pid | |
| service-threads 4 | |
| transaction-queues 4 |
NewerOlder