- テスト
- この中では vim モードが聞かないのかと思った
- これでメモを取ればいいのかな
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
<html> | |
test | |
</html> |
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
!/usr/bin/env ruby | |
# coding: utf-8 | |
require 'net/http' | |
require 'uri' | |
require 'pp' | |
require 'json' | |
URL = 'https://labs.goo.ne.jp/api/hiragana' | |
host = 'labs.goo.ne.jp' |
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
#!/usr/bin/ruby -Ku | |
require 'net/telnet' | |
require 'nkf' | |
require 'date' | |
require 'time' | |
require 'tempfile' | |
require 'erb' | |
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
(snip) | |
page.viewportSize = { width: 1024, height: 768 }; | |
page.clipRect = { top: 0, left: 0, width: 981, height: 2000 }; | |
(snip) |
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
document.getElementsByClassName("attributes")[0].children[0].children[10].children[0].onmouseout = function() {this.innerHTML = '支払金額税抜:'}; | |
document.getElementsByClassName("attributes")[0].children[0].children[10].children[0].onmouseover = function() {this.innerHTML = '税込金額は' + parseInt(parseInt(document.getElementsByClassName("attributes")[0].children[0].children[10].children[1].innerText.replace(/,/, '')) * 1.05) + '円'}; |
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
#テスト | |
## テスト |