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
| <?php | |
| /** | |
| * @link http://www.yiiframework.com/ | |
| * @copyright Copyright (c) 2008 Yii Software LLC | |
| * @license http://www.yiiframework.com/license/ | |
| */ | |
| namespace app\widgets; | |
| /** |
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
| ## Safety pig has arrived! | |
| ## _ | |
| ## _._ _..._ .-', _.._(`)) | |
| ## '-. ` ' /-._.-' ',/ | |
| ## ) \ '. | |
| ## / _ _ | \ | |
| ## | a a / | | |
| ## \ .-. ; | |
| ## '-('' ).-' ,' ; |
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
| server { | |
| server_name img.l; | |
| root /var/www/cache/store/ns365; | |
| index index.html; | |
| # This requests the original file from itself and then resizes the image. | |
| location ~ /resize/(\d+)x(\d+)/(.*) { | |
| proxy_pass http://img.l/$3; | |
| image_filter resize $1 $2; | |
| image_filter_jpeg_quality 90; |
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
| var app = require('http').createServer(handler) | |
| var io = require('socket.io')(app); | |
| var questions = [ | |
| { | |
| name: '', | |
| content: '', | |
| answer: function(input) { | |
| return false; | |
| } |
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
| fhgh |
NewerOlder