hack のためのネタ帳, etc,,,

タグ検索でpath6件見つかりました。

UNC

Universal Naming Convention Windows のファイルやプリンタの共有でリソースを指し示すのに使う名前の規則 * 書式 接続先ホストを $target とした場合、以下のいずれか - target="$hostname" - target="$IPv4" - target="${IPv6//:/-}.ipv6-literal.net" のように構成した上で、 - "\\\\$target\\$sharename" - "//$target/$sharename" の形式で表現…

https://seesaawiki.jp/w/kou1okada/d/UNC... - 2024年01月10日更新

svg-path-editor

0) * 公式ページ等 - [[svg-path-editor>https://yqnn.github.io/svg-path-editor/]] - GitHub / Yqnn / [[svg-path-editor>https://github.com/Yqnn/svg-path-editor]] …

https://seesaawiki.jp/w/kou1okada/d/svg%2dpath%2de... - 2022年09月30日更新

20220414: Windows 10 - 1909 から 20H2 にアップデートしたけど winget が動かない

S C:\Users\kou> $path = (gi Registry::HKEY_CURRENT_USER\Environment).GetValue("Path",$null,"DoNotExpandEnvironmentNames") ||= のようにして $path に現状の REG_EXPAND_SZ の値を展開しない状態で取り出して =|| PS C:\Users\kou> $path C:\Users\kou\local\bin;C:\Users\kou\local\w32te…

https://seesaawiki.jp/w/kou1okada/d/20220414%3a%20... - 2022年04月14日更新

20220207: retdec - decompile 出来ない

* 状況 「[[oss decompiler>https://google.com/search?q=oss+decompiler]]」でググったら OSS で配布されてる Avast 製の decompiler [[retdec]] を見つけた。 GitHub の release から retdec-v4.0-ubuntu-64b.tar.xz を拾ってきて試してみたんだけど、 =|| $ cp -av /bin/ls ./ '/bin/ls' -> './ls' ||= =|| $ fil…

https://seesaawiki.jp/w/kou1okada/d/20220207%3a%20... - 2022年02月07日更新

boost::filesystem

boost::filesystem::path p(argv[0]); // ここで例外が発生 std::cout https://svn.boost.org/trac/boost/ticket/4688]] - EAGLE 雑記 / 2009-02-08: [[libstdc++ のロケール問題>http://d.hatena.ne.jp/eagletmt/20090208]] * 関連 - [[Boost]] …

https://seesaawiki.jp/w/kou1okada/d/boost%3a%3afil... - 2012年01月04日更新

Symbolic link

特定 readlink または realpath コマンドを用いれば良いらしい。 realpath は再帰的に実体まで辿るが、readlink は1段のみ辿る。 readlink は -f オプションで realpath と同様再帰的に実体まで辿ることが出来る。 あと、-e, -m オプションで実体があるかどうかも判別可能。 出力は以下のような感じ。 =|| $ ln -s a b $ ln -s b c $ ls -l a b c ls: cannot access a: No such file or…

https://seesaawiki.jp/w/kou1okada/d/Symbolic%20lin... - 2015年01月24日更新

ai(22) android(29) bash(40) c++(52) cxx(54) cygwin(128) debian(39) deeplearning(32) diary(765) excel(21) font(30) free-book(47) git(21) github(28) gnu-r(77) google(26) hdd(22) html(25) java(26) javascript(118) latex(57) lcd(22) library(24) linux(97) machinelearning(31) memo(462) microsoft(42) oss(25) pdf(38) powershell(65) programming(32) proxy(23) python(100) r-lang(47) ruby(86) security(72) ssh(34) tex(37) tips(397) troubleshooting(443) ubuntu(114) unicode(22) usb(21) virtualization(24) vscode(28) windows(126) windows10(50) wsl(26) zfs(32) 数式(21)

管理人/副管理人のみ編集できます