New pages
Jump to navigation
Jump to search
- 23:23, 1 September 2024 NuGet (hist | edit) [1,430 bytes] Kenneth (talk | contribs) (Created page with "== NuGet == NuGet (pronounced "New Get") is a package manager, primarily used for packaging and distributing software written using .NET and the .NET Framework. The Outercurve Foundation initially created it under the name NuPack.[4][5] Since its introduction in 2010, NuGet has evolved into a larger ecosystem of tools and services, including a free and open-source client application, hosted package servers, and software deployment tools. <ref>https://en.wikipedia.org/w...")
- 19:04, 31 August 2024 Ninite (hist | edit) [92 bytes] Kenneth (talk | contribs) (Created page with "== keywords == Category:Windows Package Management")
- 18:59, 31 August 2024 Scoop (hist | edit) [2,601 bytes] Kenneth (talk | contribs) (Created page with "Category:Windows Package Management")
- 18:59, 31 August 2024 Windows Package Management (hist | edit) [55 bytes] Kenneth (talk | contribs) (Created page with "== keywords == Category:Windows Package Management")
- 22:34, 28 August 2024 Linux/moreutils (hist | edit) [3,921 bytes] Kenneth (talk | contribs) (Created page with "= moreutils = == chronic == == combine == == errorno == errno looks up errno macro names, errno codes, and the corresponding descriptions. For example, if given ENOENT on a Linux system, it prints out the code 2 and the description "No such file or directory". If given the code 2, it prints ENOENT and the same description. # errno 0 # errno 1 EPERM 1 Operation not permitted # errno 2 ENOENT 2 No such file or directory == ifdata == ifdata - get network int...")
- 02:38, 27 August 2024 Foundry VTT/P2FE (hist | edit) [10,045 bytes] Kenneth (talk | contribs) (Created page with "== Macros == === Raise Shield === <pre> game.pf2e.actions.raiseAShield({ actors: [token?.actor ?? actor ?? game.user.character].filter((actor) => actor) }) </pre> === Scouting === <pre> const actors = game.user.getActiveTokens().flatMap((t) => t.actor ?? []); if (actors.length === 0) { return ui.notifications.error("PF2E.ErrorMessage.NoTokenSelected", { localize: true }); } const ITEM_UUID = "Compendium.pf2e.other-effects.Item.EMqGwUi3VMhCjTlF"; // Effect: Scout...")