This file contains 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
@CHARSET "utf-8"; | |
/** | |
* basic css | |
* | |
* Initialize Layout | |
* | |
* @author nojimage | |
* | |
*/ |
This file contains 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 | |
/** | |
* Mail_mimeDecodeStructureを返すように変更したMail_mimeDecode | |
* | |
* The Mail_mimeDecode class is used to decode mail/mime messages | |
* | |
* This class will parse a raw mime email and return | |
* the structure. Returned structure is similar to | |
* that returned by imap_fetchstructure(). | |
* |
This file contains 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
ANALYZE TABLE mt_as_ua_cache; | |
ANALYZE TABLE mt_asset; | |
ANALYZE TABLE mt_asset_meta; | |
ANALYZE TABLE mt_association; | |
ANALYZE TABLE mt_author; | |
ANALYZE TABLE mt_author_meta; | |
ANALYZE TABLE mt_blog; | |
ANALYZE TABLE mt_blog_meta; | |
ANALYZE TABLE mt_cacheblock_cache; | |
ANALYZE TABLE mt_category; |
This file contains 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 | |
/** | |
* for Eclipse IDE, save to vendors/ | |
* | |
* for cakephp 1.3.0 | |
* | |
*/ | |
// stop page loading | |
exit; |
This file contains 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 | |
// require HTTP_OAuth | |
require_once('HTTP/OAuth/Consumer.php'); | |
/* Twitterの認証情報を格納するためにセッションを開始 */ | |
session_start(); | |
/* Consumer key from twitter */ | |
$consumer_key = '{ここにConsumer keyを貼り付け}'; | |
/* Consumer Secret from twitter */ |
This file contains 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 | |
/** | |
* AppController | |
* | |
* PHP version 5 | |
* | |
* @copyright Copyright 2009, nojimage | |
* @link http://php-tips.com/ | |
* @package app | |
* @subpackage app |
This file contains 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
alias clean-svn='rm -rf `find . -type d -name .svn`' | |
alias clean-dsstore='rm -rf `find . -type f -name .DS_Store`' |
This file contains 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
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>jQuery Justify</title> | |
<script type="text/javascript" src="js/jquery.1.3.2.min.js"></script> | |
<script type="text/javascript" src="js/jquery.justify.js"></script> | |
<script type="text/javascript"> | |
$(document).ready(function(){ |
This file contains 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
/** | |
* jQuery Alternation Markup Plugin | |
* | |
* Copyright 2009, nojimage (http://php-tips.com/) | |
* | |
* Licensed under The MIT License Redistributions of files must retain the above | |
* copyright notice. | |
* | |
* @filesource | |
* @version 1.0 |
OlderNewer