I got Arch Linux ARM installed on a Lenovo Chromebook Duet! I mostly used the instructions from the Arch Wiki as reference.
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
[ | |
{ | |
"word": "Asshole", | |
"kana": "アスホール", | |
"meaning": "いやな奴(Ass=お尻、Hole=穴)", | |
"notice": "「うざい野郎」「ろくでなし」" | |
}, | |
{ | |
"word": "あばずれ", | |
"kana": "あばずれ", |
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
ddsk = ['ドド', 'スコ'] | |
ddsksksk3 = [] | |
until ddsksksk3 == [0, 1, 1, 1] * 3 | |
ddsksksk3.shift if ddsksksk3.size > 11 | |
ds = [0, 1].sample | |
ddsksksk3.push ds | |
print ddsk[ds] | |
end |
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
複数の TrueType フォント (TTF) ファイルを単一の Spline Font Database (SFD) ファイルに変換する方法は以下の通りです。 | |
1. コマンドプロンプトまたはターミナルを開きます。 | |
2. FontForge ツールをインストールします。FontForge は、フォントの編集、変換、作成などを行うためのツールです。FontForge をインストールするには、次のコマンドを実行します。 | |
``` | |
sudo apt-get install fontforge | |
``` | |
3. 変換したい TrueType フォントを準備します。これらのフォントは、同じ文字セットをカバーしている必要があります。 |
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
$ git grep '^package ' | cut -d':' -f2 | sort | uniq -c | sort -r | |
12 package jp.co.nttdg.bfep.stp.bean.hub; | |
9 package jp.util; | |
7 package com.smbc.jimuwf.saimu.jisutil.commonstatuscheck.ap; | |
5 package jp.local.src.main; | |
5 package jp.console.main; | |
4 package jp.co.nttdg.bfep.stp.bean; | |
3 package jp.co.profitcube.eacris.web.bridge.util; | |
3 package jp.co.profitcube.eacris.report.attribute.judgement.normalization; | |
3 package jp.co.core.ddm.pack.sbti.excel.poi.data; |
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
$ brew upgrade | |
Updating Homebrew... | |
==> Auto-updated Homebrew! | |
Updated 4 taps (phinze/cask, homebrew/cask-versions, homebrew/core and homebrew/cask). | |
==> New Formulae | |
archiver git-trim qp | |
==> Updated Formulae | |
gobject-introspection ✔ zimg ✔ dialog jbig2dec mpd | |
gtksourceview4 ✔ abseil diffoscope jenkins-lts nudoku | |
ilmbase ✔ apibuilder-cli dynare jupyterlab rakudo-star |
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
% IANA WHOIS server | |
% for more information on IANA, visit http://www.iana.org | |
% This query returned 1 object | |
refer: whois.nic.xyz | |
domain: XYZ | |
organisation: XYZ.COM LLC | |
address: 2121 E Tropicana Ave |
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
<!-- | |
-- | |
もう時間がないのでここにログだけ残す。 | |
-- | |
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
Gemfile.lock | |
/vendor/bundle |
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
INTP型:問題を解決したがる | |
考えにふけってうわの空の大学教授を絵に描いたようなタイプがINTP型である。 | |
頭の中でじっくり考える(I型)なので、N型の想像力がいろいろな可能性を思いつく。 | |
客観的(T型)なので、その新しいデータを分析し、際限なく融通がきく(P型)ので、どんなデータもさっそく取り入れてしまう。 | |
論文、図面、計画、企画、提案、理論などなんであろうと、こまごました情報を一つにまとめた完成図を作りあげようとするが、たえず新しいデータを発見するので、その完成図がどんどん膨らんでしまう。 | |
その結果、考えや構想や計画がどんなに最終的なものに見えても、土壇場になって「新しいデータ」が手に入ると変えてしまうのである。 |
NewerOlder