https://github.com/ukstudio/one-day-web-application であまり扱いきれなかった詳細技術を学びたい場合の参考資料など。
- 公式ドキュメント https://docs.ruby-lang.org/ja/latest/doc/index.html
- Rack
- 古めだけど Ruby Freaks Lounge の Rack 回
| copy(document.querySelector("#billSelectDate").innerText + "\t" + document.querySelector("#billFxAmount").innerText); | |
| m=window.location.href.match(/bills\?year=(\d+)&month=(\d+)/);year=m[1];month=m[2]; | |
| if (month == "1") { | |
| year -= 1; | |
| month = 12; | |
| } else { | |
| month -= 1; | |
| } | |
| window.location.href = "https://console.aws.amazon.com/billing/home?region=ap-northeast-1#/bills?year=" + year + "&month=" + month; |
| " Use this group for any autocmd defined in this file. | |
| augroup MyAutoCmd | |
| autocmd! | |
| augroup END | |
| filetype plugin indent on | |
| syntax enable | |
| "colorscheme default |
| echo sudo rm -rf / |
| hjklyuiopnm |
| hjklyuiopnm |
https://github.com/ukstudio/one-day-web-application であまり扱いきれなかった詳細技術を学びたい場合の参考資料など。
| { | |
| "vim.normalModeKeyBindingsNonRecursive": [ | |
| { | |
| "before":["w"], | |
| "commands": ["extension.cursorNextWordEndJa"] | |
| }, | |
| { | |
| "before":["b"], | |
| "commands": ["extension.cursorPrevWordStartJa"] | |
| } |
| # frozen_string_literal: true | |
| begin | |
| require "bundler/inline" | |
| rescue LoadError => e | |
| $stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
| raise e | |
| end | |
| gemfile(true) do |
| # frozen_string_literal: true | |
| begin | |
| require "bundler/inline" | |
| rescue LoadError => e | |
| $stderr.puts "Bundler version 1.10 or later is required. Please update your Bundler" | |
| raise e | |
| end | |
| gemfile(true) do |
| { | |
| "keymaps": { | |
| ".": { "type": "tabs.close" }, | |
| "u": { "type": "tabs.reopen" }, | |
| "h": { "type": "tabs.prev", "count": 1 }, | |
| "l": { "type": "tabs.next", "count": 1 }, | |
| "k": { "type": "scroll.pages", "count": -1 }, | |
| "j": { "type": "scroll.pages", "count": 1 }, |