- 100位:『マイ・アントニーア』ウィラ・キャザー
- 99位:『恋を覗く少年』L・P・ハートレー
- 98位:『ザ・ロード』コーマック・マッカーシー
- 97位:『キャッチ=22』ジョーゼフ・ヘラー
- 96位:『ペドロ・パラモ』フアン・ルルフォ
- 95位:『帰郷』トマス・ハーディ
- 94位:『地図になかった世界』エドワード・P・ジョーンズ
- 93位:『見えない都市』イタロ・カルヴィーノ
- 92位:『感情教育』ギュスターヴ・フローベール
- 91位:『人生と運命』ワシーリー・グロスマン
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
| Format: Log Type - Time(microsec) - Message - Optional Info | |
| Log Type: B - Since Boot(Power On Reset), D - Delta, S - Statistic | |
| S - QC_IMAGE_VERSION_STRING=BOOT.BF.3.3.1-00163 | |
| S - IMAGE_VARIANT_STRING=HAABANAZA | |
| S - OEM_IMAGE_VERSION_STRING=CRM | |
| S - Boot Config, 0x000002e1 | |
| B - 201 - PBL, Start | |
| B - 2736 - bootable_media_detect_entry, Start | |
| B - 2882 - bootable_media_detect_success, Start |
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
| [ 0.000000] Linux version 3.18.29 (buildbot@catfish) (gcc version 4.6.4 (Realtek RSDK-4.6.4 Build 2002) ) #2 Wed Jun 12 10:35:41 EEST 2019 | |
| [ 0.000000] bootconsole [early0] enabled | |
| [ 0.000000] CPU revision is: 0000dc02 | |
| [ 0.000000] Determined physical RAM map: | |
| [ 0.000000] memory: 03400000 @ 00000000 (usable) | |
| [ 0.000000] memory: 00bc0000 @ 03440000 (usable) | |
| [ 0.000000] Zone ranges: | |
| [ 0.000000] Normal [mem 0x00000000-0x03ffffff] | |
| [ 0.000000] Movable zone start for each node | |
| [ 0.000000] Early memory node ranges |
| メーカー | 型番 (チップ) | 個数 | チップメーカー | バス | 規格 | バンド | ストリーム数 | 備考 |
|---|---|---|---|---|---|---|---|---|
| intel | AX200 (AX200) | 1 | intel | PCIe x1 | 802.11ax/ac | 2.4/5 | 2x2 | |
| intel | Wireless-AC 8265 (8265NGW) | 1 | intel | m.2 | 802.11ac | 2.4/5 | 2x2 | |
| intel | Wireless-AC 9260 | 1 | intel | m.2 | 802.11ac | 2.4/5 | 2x2 | |
| intel | Wireless-AC 7260 | 1 | intel | mpcie | 802.11ac | 2.4/5 | 2x2 | |
| intel | Wireless-N 7260 | 1 | intel | mpcie | 802.11agn | 2.4/5 | 2x2 | |
| intel | WIFi Link 5300 533AN_HMW | 1 | intel | mpcie | 802.11agn | 2.4/5 | 3x3 |
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
| # | |
| # 外側の真正のネットワーク vrf-out vrf-in ホストBが持ってる余計なルート | |
| # (AAA.AAA.0.0.0/16) -- GE0(AAA.AAA.0.XX) __ NEC-IX __ GE1(BBB.BBB.0.1) --UTPケーブルで直結-- GE2:1(BBB.BBB.0.2) __ NEC-IX __ GE2:2(10.20.10.1) -- eth0(10.20.10.100) HostB eth1 (AAA.AAA.0.0/16) | |
| # | |
| ip route vrf vrf-in AAAA.AAAA.0.0/16 BBB.BBB.0.1 | |
| ip route vrf vrf-out default ${AAA.AAA.0.0/16のデフォゲ} | |
| ip route vrf vrf-out 10.20.10.0/24 BBB.BBB.0.2 | |
| ip dhcp enable | |
| ! | |
| ! |
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 python3 | |
| import openai | |
| import pit | |
| import sys | |
| openai.api_key = pit.Pit.get("openai")['api_key'] | |
| roles = ["assistant", "user"] |
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 | |
| require "optparse" | |
| OPTS={ | |
| :bpm => 60.0, | |
| :output => "output.gif", | |
| } | |
| opt = OptionParser.new | |
| opt.on("-b BPM", "--bpm=BPM") {|v| |
NewerOlder


