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
| javascript:( | |
| function(){ | |
| $("body").append("<a name=\"BigImageTop\"></a>"); | |
| $('div.tileditem a img').each(function(index, element){ | |
| $("body").append("<div style=\"float: left;\"><a href=\"" + $(this).attr('data-tipped') + "\"><img src=\""+ element.src.replace('100', '400') +"\" alt=\"" + element.t + "\" /><br /><p style=\"color: white\">" + element.alt + "</p></a></div>"); | |
| }); | |
| window.location.hash="BigImageTop"; | |
| } | |
| )(); |
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
| javascript:(function(){var%20asin=document.getElementById('ASIN').value;var%20title=document.title.slice(14);prompt('Copy%20Amazon%20Title%20&%20Short%20URL',title+'http://amazon.jp/dp/'+asin);})(); |
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
| javascript:(function(){ | |
| document.reportInput.tekiyou.options[6].selected=true; /* WF(シフト勤務) */ | |
| document.reportInput.stmEH_P.value='09'; /* 出勤時(予定) */ | |
| document.reportInput.stmEM_P.value=00; /* 出勤分(予定) */ | |
| document.reportInput.etmEH_P.value=18; /* 退勤秒(予定) */ | |
| document.reportInput.etmEM_P.value=00; /* 退勤時(予定) */ | |
| document.reportInput.stmH.value='09'; /* 出勤時 */ | |
| document.reportInput.stmM.value=00; /* 出勤分 */ | |
| document.reportInput.etmH.value=18; /* 退勤時 */ | |
| document.reportInput.etmM.value=00; /* 退勤分 */ |
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
| <!DOCTYPE html "-//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>Google Maps</title> | |
| <script type="text/javascript" | |
| src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
| <script type="text/javascript"> | |
| function initialize() { |
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
| Sub 全てのシートをA1に揃える() | |
| Dim s As Object | |
| Dim defaultSheet As Object | |
| Set defaultSheet = ActiveSheet | |
| For Each s In ActiveWorkbook.Sheets | |
| s.Activate | |
| ActiveSheet.Range("A1").Select 'A1を選択 | |
| ActiveWindow.Zoom = 100 '倍率を100%に | |
| Next s | |
| Worksheets(1).Activate '最後に選択しておきたいシート |
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 script = document.createElement("script"); | |
| script.setAttribute("type", "text/javascript"); | |
| script.setAttribute("src", "http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"); | |
| document.body.appendChild(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
| git config --global color.ui "auto" |
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
| function vimshell#execute_current_line..vimshell#mappings#execute_line..<SNR>131_execute_command_line..vimshell#history#append..vimshell#history#write の処理中にエラーが検出さ | |
| れました: | |
| 行 2: | |
| E482: ファイル /Users/yoonchulkoh/.vimshell/command-history を作成できません |
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
| Public Const COLUMN_NAME_X = 10 | |
| Public Const COLUMN_TYPE_X = 18 | |
| Public Const COLUMN_DIGIT_X = 24 | |
| Public Const COLUMN_NULL_X = 28 | |
| Public Const COLUMN_UNIQUE_X = 30 | |
| Public Const COLUMN_TYPE_START = 18 | |
| Public Const COLUMN_LIMIT_START = 45 | |
| Public Const COLUMN_NULL_START = 60 | |
| Public Type ColumnData |
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
| javascript:( | |
| function(){ | |
| header = document.getElementById("header"); | |
| header.parentNode.removeChild(header); | |
| footer = document.getElementById("footer"); | |
| footer.parentNode.removeChild(footer); | |
| menubar = document.getElementById("menubar"); | |
| menubar.parentNode.removeChild(menubar); | |
| document.getElementById("wrap_content").style.float = "none"; | |
| } |
OlderNewer