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
| Mozilla/5.0 (Linux; U; en-US) AppleWebKit/528.5+ (KHTML, like Gecko, Safari/528.5+) Version/4.0 Kindle/3.0 (screen 600x800; rotate) |
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
| [mysqld] | |
| ## UTF 8 Settings | |
| collation_server=utf8_unicode_ci | |
| character_set_server=utf8 | |
| character_sets-dir="C:/xampp/mysql/share/charsets" | |
| [mysql] | |
| default-character-set=cp932 |
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
| find . -type d -name '.svn' -prune -o -print | xargs grep -n 何とか |
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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js"></script> | |
| <script type="text/javascript" src="/js/pnotify/jquery.pnotify.js"></script> | |
| <link href="/js/pnotify/jquery.pnotify.default.css" rel="stylesheet" type="text/css" /> | |
| <link href="/js/pnotify/jquery.pnotify.default.icons.css" rel="stylesheet" type="text/css" /> | |
| <style type="text/css"> | |
| .ui-pnotify { | |
| font-size:x-small; | |
| } |
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
| // jQueryでpostというフォームのaという名前のラジオボタンの値が1の項目を選択する | |
| $('form#post [name=a][value=1]').attr('checked','checked'); |
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
| background: -moz-linear-gradient(top, #FFB5D3, #FF69B4); | |
| background: -webkit-gradient(linear, left top, left bottom, from(#FFB5D3), to(#FF69B4)); | |
| -moz-border-radius: 8px; | |
| -webkit-border-radius: 8px; |
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 | |
| echo 'Hello, gist.github!'; | |
| ?> |
NewerOlder