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
// 10を自分の最大ページ数に変える | |
const maxPage = 10; | |
const pageNumbers = Array.from({ length: maxPage }, (v, i) => i + 1); | |
// 詳細ページからCSVを作成 | |
function generateCSV(doc) { | |
// 各行のデータを格納する配列 | |
const rows = []; | |
// テーブル内の行を選択 |
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
3 | 3 | 4 | 1 | 4 | 2 | 3 | 3 | 4 | 4 | 4 | 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
4 | 4 | 2 | 4 | 2 | 4 | 2 | 3 | 1 | 3 | 2 | 4 | |
1 | 3 | 3 | 4 | 1 | 2 | 3 | 2 | 4 | 1 | 3 | 2 | |
2 | 3 | 2 | 1 | 3 | 1 | 3 | 2 | 3 | 4 | 3 | 2 | |
4 | 4 | 4 | 3 | 1 | 3 | 3 | 2 | 2 | 4 | 3 | 4 | |
4 | 2 | 4 | 1 | 3 | 1 | 1 | 1 | 1 | 3 | 4 | 3 | |
4 | 1 | 2 | 4 | 1 | 4 | 3 | 2 | 4 | 3 | 3 | 4 | |
3 | 3 | 2 | 4 | 3 | 4 | 2 | 2 | 3 | 2 | 4 | 3 | |
3 | 1 | 4 | 3 | 4 | 2 | 1 | 1 | 3 | 3 | 2 | 4 | |
4 | 3 | 3 | 2 | 3 | 4 | 1 | 3 | 4 | 3 | 2 | 2 |
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
#!/bin/bash | |
# GTK+ and Firefox for Amazon Linux | |
# Written by Joseph Lawson 2012-06-03 | |
# http://joekiller.com | |
# http://joekiller.com/2012/06/03/install-firefox-on-amazon-linux-x86_64-compiling-gtk/ | |
# chmod 755 ./gtk-firefox.sh | |
# sudo ./gtk-firefox.sh | |
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
nnoremap <silent> g{ :call <SID>search_top()<CR>^ | |
nnoremap <silent> g} :call search ('^\s\{,' . (col('.') - 1). '}\S')<CR>^ | |
function! s:search_top() | |
let spaces = col('.') | |
execute line(".") - 1 | |
call search ('^\s\{,' . (spaces - 1). '}\S', 'b') | |
endfunction |
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
NeoBundle 'jonathanfilip/vim-lucius' | |
NeoBundle 'tomasr/molokai' | |
NeoBundle 'vim-scripts/rdark' | |
NeoBundle 'Zenburn' |
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
body { background-color: #DDDDDD; font: 30px sans-serif; } |
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
aaaaaa | |
print '22' |