Skip to main content

このリポジトリの skills

sancovp/dark-factory-live - 16ページ

SkillsMP は sancovp/dark-factory-live から 831 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

sancovp/dark-factory-live

収集済み skill 831 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

[0.3] the deep_tree_object subdomain of git internals and the object model (33 concepts)

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.4] Mode 100755; regular file with execute bits set; Git marks it this way to preserve the executable bit across p

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.2] Base-8 positional numeral system used to encode file mode; Git stores exactly 6 octal digits representing 18 b

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.1] The upper bits of the octal mode identifying the entry's object category: regular file, directory, symlink, or

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.3] Mode 100644; standard blob-backed file with read permission for all and write for owner; the default for non-e

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.5] Mode 040000; entry points to a nested tree object representing a directory; the tree entry name contains a for

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.6] Mode 120000; entry points to a blob object containing the target path as raw bytes; the blob content is the sy

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.6] Type-1 git object storing raw file contents verbatim; identified by SHA-1 of content; no filename or metadata

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.1] Type-3 git object containing tree SHA, parent SHA(s), author, committer, timestamp, and message; forms the his

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.4] Named file under .git/refs/ containing a SHA-1; represents a branch tip, tag, or remote-tracking branch; updat

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.5] 160-bit cryptographic hash computed over object content; serves as object's unique addressable name in git's c

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.2] Octal mode in tree object: 100644 (regular file), 100755 (executable), 040000 (subtree), 120000 (symlink), 160

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.3] Type-2 git object listing directory entries as (mode, name, sha1) tuples; represents a single directory snapsh

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.1.1] An ordered walk over commits in git's object graph, visiting each revision reachable from one or more starting

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.1] the core subdomain of git internals and the object model (1 concepts)

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.2.3] Integer Unix timestamp recording when the author created the change; represents seconds since epoch (1970-01-0

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.2.5] String component of the author field in a commit object specifying the primary creator's display name; appears

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.2.6] Composite of author_timestamp and author_timezone; git log --date= formats this value.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.2] the deep_commit_object subdomain of git internals and the object model (21 concepts)

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.1] The upper bits of the octal mode identifying the entry's object category: regular file, directory, symlink, or

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.2] Base-8 positional numeral system used to encode file mode; Git stores exactly 6 octal digits representing 18 b

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.3] Mode 100644; standard blob-backed file with read permission for all and write for owner; the default for non-e

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.4] Mode 100755; regular file with execute bits set; Git marks it this way to preserve the executable bit across p

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.5] Mode 040000; entry points to a nested tree object representing a directory; the tree entry name contains a for

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3.6] Mode 120000; entry points to a blob object containing the target path as raw bytes; the blob content is the sy

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.3] the deep_tree_object subdomain of git internals and the object model (33 concepts)

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.1] Type-3 git object containing tree SHA, parent SHA(s), author, committer, timestamp, and message; forms the his

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.2] Octal mode in tree object: 100644 (regular file), 100755 (executable), 040000 (subtree), 120000 (symlink), 160

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.3] Type-2 git object listing directory entries as (mode, name, sha1) tuples; represents a single directory snapsh

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.4] Named file under .git/refs/ containing a SHA-1; represents a branch tip, tag, or remote-tracking branch; updat

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.5] 160-bit cryptographic hash computed over object content; serves as object's unique addressable name in git's c

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0.4.6] Type-1 git object storing raw file contents verbatim; identified by SHA-1 of content; no filename or metadata

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

[0] the git internals and the object model library — every skill a certified region of the KB; call number = home : facets

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use the git internals and the object model neurosymbolic module: RAG library, agent brain, growable KB — proof-checked

原文の言語: 英語

更新
収集済み skill 831 件中 40 件を表示しています。