mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 10:53:59 +00:00
统计代码量
This commit is contained in:
@@ -1,145 +0,0 @@
|
|||||||
# Details
|
|
||||||
|
|
||||||
Date : 2026-02-06 22:40:24
|
|
||||||
|
|
||||||
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
|
|
||||||
|
|
||||||
Total : 130 files, 46331 codes, 1235 comments, 4442 blanks, all 52008 lines
|
|
||||||
|
|
||||||
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
|
||||||
|
|
||||||
## Files
|
|
||||||
| filename | language | code | comment | blank | total |
|
|
||||||
| :--- | :--- | ---: | ---: | ---: | ---: |
|
|
||||||
| [Branswe.md](/Branswe.md) | Markdown | 261 | 0 | 67 | 328 |
|
|
||||||
| [CMLeonOS.csproj](/CMLeonOS.csproj) | XML | 49 | 1 | 6 | 56 |
|
|
||||||
| [Editor/Editor.cs](/Editor/Editor.cs) | C# | 267 | 29 | 35 | 331 |
|
|
||||||
| [Editor/Nano.cs](/Editor/Nano.cs) | C# | 727 | 16 | 93 | 836 |
|
|
||||||
| [Interpreter/Branswe.cs](/Interpreter/Branswe.cs) | C# | 482 | 28 | 53 | 563 |
|
|
||||||
| [Interpreter/UniLua/ByteString.cs](/Interpreter/UniLua/ByteString.cs) | C# | 41 | 0 | 7 | 48 |
|
|
||||||
| [Interpreter/UniLua/Coder.cs](/Interpreter/UniLua/Coder.cs) | C# | 1,101 | 26 | 157 | 1,284 |
|
|
||||||
| [Interpreter/UniLua/Common.cs](/Interpreter/UniLua/Common.cs) | C# | 99 | 3 | 27 | 129 |
|
|
||||||
| [Interpreter/UniLua/Do.cs](/Interpreter/UniLua/Do.cs) | C# | 269 | 25 | 50 | 344 |
|
|
||||||
| [Interpreter/UniLua/Dump.cs](/Interpreter/UniLua/Dump.cs) | C# | 187 | 0 | 33 | 220 |
|
|
||||||
| [Interpreter/UniLua/LLex.cs](/Interpreter/UniLua/LLex.cs) | C# | 627 | 40 | 93 | 760 |
|
|
||||||
| [Interpreter/UniLua/LuaAPI.cs](/Interpreter/UniLua/LuaAPI.cs) | C# | 1,335 | 64 | 240 | 1,639 |
|
|
||||||
| [Interpreter/UniLua/LuaAuxLib.cs](/Interpreter/UniLua/LuaAuxLib.cs) | C# | 643 | 21 | 92 | 756 |
|
|
||||||
| [Interpreter/UniLua/LuaBaseLib.cs](/Interpreter/UniLua/LuaBaseLib.cs) | C# | 406 | 9 | 43 | 458 |
|
|
||||||
| [Interpreter/UniLua/LuaBitLib.cs](/Interpreter/UniLua/LuaBitLib.cs) | C# | 179 | 0 | 26 | 205 |
|
|
||||||
| [Interpreter/UniLua/LuaCoroLib.cs](/Interpreter/UniLua/LuaCoroLib.cs) | C# | 137 | 0 | 16 | 153 |
|
|
||||||
| [Interpreter/UniLua/LuaDebug.cs](/Interpreter/UniLua/LuaDebug.cs) | C# | 443 | 19 | 55 | 517 |
|
|
||||||
| [Interpreter/UniLua/LuaDebugLib.cs](/Interpreter/UniLua/LuaDebugLib.cs) | C# | 20 | 0 | 6 | 26 |
|
|
||||||
| [Interpreter/UniLua/LuaEncLib.cs](/Interpreter/UniLua/LuaEncLib.cs) | C# | 51 | 0 | 13 | 64 |
|
|
||||||
| [Interpreter/UniLua/LuaFile.cs](/Interpreter/UniLua/LuaFile.cs) | C# | 115 | 2 | 18 | 135 |
|
|
||||||
| [Interpreter/UniLua/LuaFunc.cs](/Interpreter/UniLua/LuaFunc.cs) | C# | 69 | 6 | 20 | 95 |
|
|
||||||
| [Interpreter/UniLua/LuaIOLib.cs](/Interpreter/UniLua/LuaIOLib.cs) | C# | 70 | 12 | 19 | 101 |
|
|
||||||
| [Interpreter/UniLua/LuaJsonLib.cs](/Interpreter/UniLua/LuaJsonLib.cs) | C# | 461 | 0 | 65 | 526 |
|
|
||||||
| [Interpreter/UniLua/LuaMathLib.cs](/Interpreter/UniLua/LuaMathLib.cs) | C# | 285 | 10 | 49 | 344 |
|
|
||||||
| [Interpreter/UniLua/LuaObject.cs](/Interpreter/UniLua/LuaObject.cs) | C# | 367 | 1 | 52 | 420 |
|
|
||||||
| [Interpreter/UniLua/LuaOsLib.cs](/Interpreter/UniLua/LuaOsLib.cs) | C# | 206 | 0 | 32 | 238 |
|
|
||||||
| [Interpreter/UniLua/LuaPkgLib.cs](/Interpreter/UniLua/LuaPkgLib.cs) | C# | 256 | 57 | 47 | 360 |
|
|
||||||
| [Interpreter/UniLua/LuaState.cs](/Interpreter/UniLua/LuaState.cs) | C# | 250 | 6 | 51 | 307 |
|
|
||||||
| [Interpreter/UniLua/LuaStrLib.cs](/Interpreter/UniLua/LuaStrLib.cs) | C# | 869 | 8 | 61 | 938 |
|
|
||||||
| [Interpreter/UniLua/LuaTable.cs](/Interpreter/UniLua/LuaTable.cs) | C# | 465 | 37 | 80 | 582 |
|
|
||||||
| [Interpreter/UniLua/LuaTableLib.cs](/Interpreter/UniLua/LuaTableLib.cs) | C# | 250 | 8 | 24 | 282 |
|
|
||||||
| [Interpreter/UniLua/OpCodes.cs](/Interpreter/UniLua/OpCodes.cs) | C# | 131 | 7 | 27 | 165 |
|
|
||||||
| [Interpreter/UniLua/Parser.cs](/Interpreter/UniLua/Parser.cs) | C# | 1,588 | 139 | 219 | 1,946 |
|
|
||||||
| [Interpreter/UniLua/TagMethod.cs](/Interpreter/UniLua/TagMethod.cs) | C# | 91 | 2 | 10 | 103 |
|
|
||||||
| [Interpreter/UniLua/ULDebug.cs](/Interpreter/UniLua/ULDebug.cs) | C# | 13 | 2 | 5 | 20 |
|
|
||||||
| [Interpreter/UniLua/Undump.cs](/Interpreter/UniLua/Undump.cs) | C# | 321 | 6 | 50 | 377 |
|
|
||||||
| [Interpreter/UniLua/Util.cs](/Interpreter/UniLua/Util.cs) | C# | 192 | 8 | 39 | 239 |
|
|
||||||
| [Interpreter/UniLua/VM.cs](/Interpreter/UniLua/VM.cs) | C# | 1,038 | 58 | 161 | 1,257 |
|
|
||||||
| [Kernel.cs](/Kernel.cs) | C# | 228 | 33 | 43 | 304 |
|
|
||||||
| [LISENCE.md](/LISENCE.md) | Markdown | 485 | 0 | 110 | 595 |
|
|
||||||
| [Logger/LogEntry.cs](/Logger/LogEntry.cs) | C# | 41 | 0 | 5 | 46 |
|
|
||||||
| [Logger/LogLevel.cs](/Logger/LogLevel.cs) | C# | 11 | 0 | 1 | 12 |
|
|
||||||
| [Logger/Logger.cs](/Logger/Logger.cs) | C# | 94 | 0 | 18 | 112 |
|
|
||||||
| [README.md](/README.md) | Markdown | 2 | 0 | 0 | 2 |
|
|
||||||
| [Settings/Settings.cs](/Settings/Settings.cs) | C# | 140 | 0 | 17 | 157 |
|
|
||||||
| [Shell/CommandList.cs](/Shell/CommandList.cs) | C# | 208 | 0 | 1 | 209 |
|
|
||||||
| [Shell/Commands/Editor/EditCommand.cs](/Shell/Commands/Editor/EditCommand.cs) | C# | 24 | 0 | 3 | 27 |
|
|
||||||
| [Shell/Commands/Editor/NanoCommand.cs](/Shell/Commands/Editor/NanoCommand.cs) | C# | 24 | 0 | 3 | 27 |
|
|
||||||
| [Shell/Commands/Environment/EnvCommand.cs](/Shell/Commands/Environment/EnvCommand.cs) | C# | 107 | 0 | 8 | 115 |
|
|
||||||
| [Shell/Commands/FileSystem/CatCommand.cs](/Shell/Commands/FileSystem/CatCommand.cs) | C# | 18 | 0 | 2 | 20 |
|
|
||||||
| [Shell/Commands/FileSystem/CdCommand.cs](/Shell/Commands/FileSystem/CdCommand.cs) | C# | 10 | 0 | 1 | 11 |
|
|
||||||
| [Shell/Commands/FileSystem/CopyCommand.cs](/Shell/Commands/FileSystem/CopyCommand.cs) | C# | 40 | 0 | 6 | 46 |
|
|
||||||
| [Shell/Commands/FileSystem/DiskInfoCommand.cs](/Shell/Commands/FileSystem/DiskInfoCommand.cs) | C# | 28 | 0 | 5 | 33 |
|
|
||||||
| [Shell/Commands/FileSystem/FindCommand.cs](/Shell/Commands/FileSystem/FindCommand.cs) | C# | 37 | 0 | 5 | 42 |
|
|
||||||
| [Shell/Commands/FileSystem/HeadCommand.cs](/Shell/Commands/FileSystem/HeadCommand.cs) | C# | 46 | 0 | 8 | 54 |
|
|
||||||
| [Shell/Commands/FileSystem/LsCommand.cs](/Shell/Commands/FileSystem/LsCommand.cs) | C# | 10 | 0 | 1 | 11 |
|
|
||||||
| [Shell/Commands/FileSystem/MkdirCommand.cs](/Shell/Commands/FileSystem/MkdirCommand.cs) | C# | 20 | 0 | 2 | 22 |
|
|
||||||
| [Shell/Commands/FileSystem/MoveCommand.cs](/Shell/Commands/FileSystem/MoveCommand.cs) | C# | 41 | 0 | 7 | 48 |
|
|
||||||
| [Shell/Commands/FileSystem/PwdCommand.cs](/Shell/Commands/FileSystem/PwdCommand.cs) | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| [Shell/Commands/FileSystem/RenameCommand.cs](/Shell/Commands/FileSystem/RenameCommand.cs) | C# | 48 | 0 | 9 | 57 |
|
|
||||||
| [Shell/Commands/FileSystem/RmCommand.cs](/Shell/Commands/FileSystem/RmCommand.cs) | C# | 42 | 0 | 5 | 47 |
|
|
||||||
| [Shell/Commands/FileSystem/RmdirCommand.cs](/Shell/Commands/FileSystem/RmdirCommand.cs) | C# | 27 | 0 | 3 | 30 |
|
|
||||||
| [Shell/Commands/FileSystem/TailCommand.cs](/Shell/Commands/FileSystem/TailCommand.cs) | C# | 47 | 0 | 8 | 55 |
|
|
||||||
| [Shell/Commands/FileSystem/TouchCommand.cs](/Shell/Commands/FileSystem/TouchCommand.cs) | C# | 25 | 0 | 3 | 28 |
|
|
||||||
| [Shell/Commands/FileSystem/TreeCommand.cs](/Shell/Commands/FileSystem/TreeCommand.cs) | C# | 67 | 0 | 11 | 78 |
|
|
||||||
| [Shell/Commands/FileSystem/WordCountCommand.cs](/Shell/Commands/FileSystem/WordCountCommand.cs) | C# | 45 | 0 | 6 | 51 |
|
|
||||||
| [Shell/Commands/Help/Help.cs](/Shell/Commands/Help/Help.cs) | C# | 507 | 0 | 26 | 533 |
|
|
||||||
| [Shell/Commands/Info/About.cs](/Shell/Commands/Info/About.cs) | C# | 12 | 0 | 2 | 14 |
|
|
||||||
| [Shell/Commands/Info/Version.cs](/Shell/Commands/Info/Version.cs) | C# | 16 | 0 | 2 | 18 |
|
|
||||||
| [Shell/Commands/LabyrinthCommand.cs](/Shell/Commands/LabyrinthCommand.cs) | C# | 224 | 0 | 24 | 248 |
|
|
||||||
| [Shell/Commands/Power/RestartCommand.cs](/Shell/Commands/Power/RestartCommand.cs) | C# | 13 | 0 | 2 | 15 |
|
|
||||||
| [Shell/Commands/Power/ShutdownCommand.cs](/Shell/Commands/Power/ShutdownCommand.cs) | C# | 13 | 0 | 2 | 15 |
|
|
||||||
| [Shell/Commands/Script/BransweCommand.cs](/Shell/Commands/Script/BransweCommand.cs) | C# | 32 | 0 | 5 | 37 |
|
|
||||||
| [Shell/Commands/Script/ComCommand.cs](/Shell/Commands/Script/ComCommand.cs) | C# | 43 | 0 | 8 | 51 |
|
|
||||||
| [Shell/Commands/Script/LuaCommand.cs](/Shell/Commands/Script/LuaCommand.cs) | C# | 165 | 0 | 21 | 186 |
|
|
||||||
| [Shell/Commands/System/ClearCommand.cs](/Shell/Commands/System/ClearCommand.cs) | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| [Shell/Commands/System/DateCommand.cs](/Shell/Commands/System/DateCommand.cs) | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| [Shell/Commands/System/EchoCommand.cs](/Shell/Commands/System/EchoCommand.cs) | C# | 12 | 0 | 2 | 14 |
|
|
||||||
| [Shell/Commands/System/SettingsCommand.cs](/Shell/Commands/System/SettingsCommand.cs) | C# | 62 | 0 | 8 | 70 |
|
|
||||||
| [Shell/Commands/System/TimeCommand.cs](/Shell/Commands/System/TimeCommand.cs) | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| [Shell/Commands/System/UptimeCommand.cs](/Shell/Commands/System/UptimeCommand.cs) | C# | 40 | 0 | 6 | 46 |
|
|
||||||
| [Shell/Commands/System/WhoamiCommand.cs](/Shell/Commands/System/WhoamiCommand.cs) | C# | 16 | 0 | 2 | 18 |
|
|
||||||
| [Shell/Commands/TestGuiCommand.cs](/Shell/Commands/TestGuiCommand.cs) | C# | 77 | 0 | 9 | 86 |
|
|
||||||
| [Shell/Commands/User/CpassCommand.cs](/Shell/Commands/User/CpassCommand.cs) | C# | 10 | 0 | 1 | 11 |
|
|
||||||
| [Shell/Commands/User/HostnameCommand.cs](/Shell/Commands/User/HostnameCommand.cs) | C# | 16 | 0 | 3 | 19 |
|
|
||||||
| [Shell/Commands/User/UserCommand.cs](/Shell/Commands/User/UserCommand.cs) | C# | 74 | 0 | 11 | 85 |
|
|
||||||
| [Shell/Commands/Utility/AliasCommand.cs](/Shell/Commands/Utility/AliasCommand.cs) | C# | 140 | 0 | 19 | 159 |
|
|
||||||
| [Shell/Commands/Utility/BackgroundCommand.cs](/Shell/Commands/Utility/BackgroundCommand.cs) | C# | 108 | 0 | 9 | 117 |
|
|
||||||
| [Shell/Commands/Utility/Base64Command.cs](/Shell/Commands/Utility/Base64Command.cs) | C# | 58 | 0 | 10 | 68 |
|
|
||||||
| [Shell/Commands/Utility/BeepCommand.cs](/Shell/Commands/Utility/BeepCommand.cs) | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| [Shell/Commands/Utility/CalcCommand.cs](/Shell/Commands/Utility/CalcCommand.cs) | C# | 56 | 0 | 4 | 60 |
|
|
||||||
| [Shell/Commands/Utility/CalendarCommand.cs](/Shell/Commands/Utility/CalendarCommand.cs) | C# | 57 | 0 | 13 | 70 |
|
|
||||||
| [Shell/Commands/Utility/HistoryCommand.cs](/Shell/Commands/Utility/HistoryCommand.cs) | C# | 15 | 0 | 2 | 17 |
|
|
||||||
| [Shell/Commands/Utility/PromptCommand.cs](/Shell/Commands/Utility/PromptCommand.cs) | C# | 18 | 0 | 2 | 20 |
|
|
||||||
| [Shell/Shell.cs](/Shell/Shell.cs) | C# | 1,458 | 23 | 265 | 1,746 |
|
|
||||||
| [System/FileSystem.cs](/System/FileSystem.cs) | C# | 400 | 17 | 40 | 457 |
|
|
||||||
| [System/UserSystem.cs](/System/UserSystem.cs) | C# | 683 | 22 | 105 | 810 |
|
|
||||||
| [UI/CUI.cs](/UI/CUI.cs) | C# | 122 | 8 | 28 | 158 |
|
|
||||||
| [Utils/Base64.cs](/Utils/Base64.cs) | C# | 86 | 56 | 22 | 164 |
|
|
||||||
| [Utils/EnvironmentVariableManager.cs](/Utils/EnvironmentVariableManager.cs) | C# | 151 | 5 | 17 | 173 |
|
|
||||||
| [Utils/NetworkConfigManager.cs](/Utils/NetworkConfigManager.cs) | C# | 111 | 0 | 16 | 127 |
|
|
||||||
| [Utils/SHA256.cs](/Utils/SHA256.cs) | C# | 179 | 6 | 41 | 226 |
|
|
||||||
| [Utils/Version.cs](/Utils/Version.cs) | C# | 23 | 0 | 5 | 28 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/.cache/deps/@vue\_devtools-api.js](/docs/cmleonos/docs/.vuepress/.cache/deps/@vue_devtools-api.js) | JavaScript | 4,356 | 145 | 5 | 4,506 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/.cache/deps/@vuepress\_shared.js](/docs/cmleonos/docs/.vuepress/.cache/deps/@vuepress_shared.js) | JavaScript | 134 | 2 | 1 | 137 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/.cache/deps/\_metadata.json](/docs/cmleonos/docs/.vuepress/.cache/deps/_metadata.json) | JSON | 37 | 0 | 0 | 37 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/.cache/deps/chunk-OARA6QKZ.js](/docs/cmleonos/docs/.vuepress/.cache/deps/chunk-OARA6QKZ.js) | JavaScript | 12,582 | 238 | 5 | 12,825 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/.cache/deps/package.json](/docs/cmleonos/docs/.vuepress/.cache/deps/package.json) | JSON | 3 | 0 | 1 | 4 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/.cache/deps/vue-router.js](/docs/cmleonos/docs/.vuepress/.cache/deps/vue-router.js) | JavaScript | 2,371 | 25 | 9 | 2,405 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/.cache/deps/vue.js](/docs/cmleonos/docs/.vuepress/.cache/deps/vue.js) | JavaScript | 346 | 0 | 1 | 347 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/config.js](/docs/cmleonos/docs/.vuepress/config.js) | JavaScript | 12 | 1 | 7 | 20 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/404.html](/docs/cmleonos/docs/.vuepress/dist/404.html) | HTML | 40 | 0 | 4 | 44 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/404.html-B-2P5V78.js](/docs/cmleonos/docs/.vuepress/dist/assets/404.html-B-2P5V78.js) | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/app-BITa06va.js](/docs/cmleonos/docs/.vuepress/dist/assets/app-BITa06va.js) | JavaScript | 28 | 4 | 1 | 33 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/commands.html-CJdMGWM7.js](/docs/cmleonos/docs/.vuepress/dist/assets/commands.html-CJdMGWM7.js) | JavaScript | 143 | 0 | 1 | 144 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-D\_vM18Nz.js](/docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-D_vM18Nz.js) | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/index.html-DS7rXIvH.js](/docs/cmleonos/docs/.vuepress/dist/assets/index.html-DS7rXIvH.js) | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/lua.html-DxDsLuB0.js](/docs/cmleonos/docs/.vuepress/dist/assets/lua.html-DxDsLuB0.js) | JavaScript | 297 | 0 | 1 | 298 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css](/docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css) | PostCSS | 1 | 0 | 1 | 2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/commands.html](/docs/cmleonos/docs/.vuepress/dist/commands.html) | HTML | 182 | 0 | 4 | 186 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/get-started.html](/docs/cmleonos/docs/.vuepress/dist/get-started.html) | HTML | 40 | 0 | 4 | 44 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/index.html](/docs/cmleonos/docs/.vuepress/dist/index.html) | HTML | 40 | 0 | 4 | 44 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/lua.html](/docs/cmleonos/docs/.vuepress/dist/lua.html) | HTML | 336 | 0 | 4 | 340 |
|
|
||||||
| [docs/cmleonos/docs/README.md](/docs/cmleonos/docs/README.md) | Markdown | 33 | 0 | 4 | 37 |
|
|
||||||
| [docs/cmleonos/docs/commands.md](/docs/cmleonos/docs/commands.md) | Markdown | 629 | 0 | 191 | 820 |
|
|
||||||
| [docs/cmleonos/docs/get-started.md](/docs/cmleonos/docs/get-started.md) | Markdown | 14 | 0 | 3 | 17 |
|
|
||||||
| [docs/cmleonos/docs/lua.md](/docs/cmleonos/docs/lua.md) | Markdown | 940 | 0 | 339 | 1,279 |
|
|
||||||
| [docs/cmleonos/package.json](/docs/cmleonos/package.json) | JSON | 20 | 0 | 1 | 21 |
|
|
||||||
| [docs/cmleonos/pnpm-lock.yaml](/docs/cmleonos/pnpm-lock.yaml) | YAML | 2,410 | 0 | 674 | 3,084 |
|
|
||||||
| [global.json](/global.json) | JSON | 6 | 0 | 0 | 6 |
|
|
||||||
|
|
||||||
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
# Diff Details
|
|
||||||
|
|
||||||
Date : 2026-02-06 22:40:24
|
|
||||||
|
|
||||||
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
|
|
||||||
|
|
||||||
Total : 21 files, 692 codes, 0 comments, 53 blanks, all 745 lines
|
|
||||||
|
|
||||||
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
|
|
||||||
|
|
||||||
## Files
|
|
||||||
| filename | language | code | comment | blank | total |
|
|
||||||
| :--- | :--- | ---: | ---: | ---: | ---: |
|
|
||||||
| [Shell/CommandList.cs](/Shell/CommandList.cs) | C# | 3 | 0 | 0 | 3 |
|
|
||||||
| [Shell/Commands/Help/Help.cs](/Shell/Commands/Help/Help.cs) | C# | 351 | 0 | 11 | 362 |
|
|
||||||
| [Shell/Commands/LabyrinthCommand.cs](/Shell/Commands/LabyrinthCommand.cs) | C# | 224 | 0 | 24 | 248 |
|
|
||||||
| [Shell/Commands/System/SettingsCommand.cs](/Shell/Commands/System/SettingsCommand.cs) | C# | 10 | 0 | 3 | 13 |
|
|
||||||
| [Shell/Commands/User/UserCommand.cs](/Shell/Commands/User/UserCommand.cs) | C# | 10 | 0 | 3 | 13 |
|
|
||||||
| [Shell/Shell.cs](/Shell/Shell.cs) | C# | 7 | 0 | 1 | 8 |
|
|
||||||
| [System/UserSystem.cs](/System/UserSystem.cs) | C# | 38 | 0 | 4 | 42 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/404.html-B-2P5V78.js](/docs/cmleonos/docs/.vuepress/dist/assets/404.html-B-2P5V78.js) | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/404.html-xATCGIq8.js](/docs/cmleonos/docs/.vuepress/dist/assets/404.html-xATCGIq8.js) | JavaScript | -1 | 0 | -1 | -2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/app-BITa06va.js](/docs/cmleonos/docs/.vuepress/dist/assets/app-BITa06va.js) | JavaScript | 28 | 4 | 1 | 33 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/app-DOooOitT.js](/docs/cmleonos/docs/.vuepress/dist/assets/app-DOooOitT.js) | JavaScript | -28 | -4 | -1 | -33 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/commands.html-2c\_EJOV\_.js](/docs/cmleonos/docs/.vuepress/dist/assets/commands.html-2c_EJOV_.js) | JavaScript | -135 | 0 | -1 | -136 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/commands.html-CJdMGWM7.js](/docs/cmleonos/docs/.vuepress/dist/assets/commands.html-CJdMGWM7.js) | JavaScript | 143 | 0 | 1 | 144 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-D7YgC\_d3.js](/docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-D7YgC_d3.js) | JavaScript | -1 | 0 | -1 | -2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-D\_vM18Nz.js](/docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-D_vM18Nz.js) | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/index.html-DOUHF5Iy.js](/docs/cmleonos/docs/.vuepress/dist/assets/index.html-DOUHF5Iy.js) | JavaScript | -1 | 0 | -1 | -2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/index.html-DS7rXIvH.js](/docs/cmleonos/docs/.vuepress/dist/assets/index.html-DS7rXIvH.js) | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/lua.html-D4WURWuq.js](/docs/cmleonos/docs/.vuepress/dist/assets/lua.html-D4WURWuq.js) | JavaScript | -297 | 0 | -1 | -298 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/assets/lua.html-DxDsLuB0.js](/docs/cmleonos/docs/.vuepress/dist/assets/lua.html-DxDsLuB0.js) | JavaScript | 297 | 0 | 1 | 298 |
|
|
||||||
| [docs/cmleonos/docs/.vuepress/dist/commands.html](/docs/cmleonos/docs/.vuepress/dist/commands.html) | HTML | 8 | 0 | 0 | 8 |
|
|
||||||
| [docs/cmleonos/docs/commands.md](/docs/cmleonos/docs/commands.md) | Markdown | 33 | 0 | 7 | 40 |
|
|
||||||
|
|
||||||
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
"filename", "language", "C#", "Markdown", "HTML", "JavaScript", "comment", "blank", "total"
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs", "C#", 3, 0, 0, 0, 0, 0, 3
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs", "C#", 351, 0, 0, 0, 0, 11, 362
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs", "C#", 224, 0, 0, 0, 0, 24, 248
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs", "C#", 10, 0, 0, 0, 0, 3, 13
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs", "C#", 10, 0, 0, 0, 0, 3, 13
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs", "C#", 7, 0, 0, 0, 0, 1, 8
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs", "C#", 38, 0, 0, 0, 0, 4, 42
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-B-2P5V78.js", "JavaScript", 0, 0, 0, 1, 0, 1, 2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-xATCGIq8.js", "JavaScript", 0, 0, 0, -1, 0, -1, -2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-BITa06va.js", "JavaScript", 0, 0, 0, 28, 4, 1, 33
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-DOooOitT.js", "JavaScript", 0, 0, 0, -28, -4, -1, -33
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-2c_EJOV_.js", "JavaScript", 0, 0, 0, -135, 0, -1, -136
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-CJdMGWM7.js", "JavaScript", 0, 0, 0, 143, 0, 1, 144
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-D7YgC_d3.js", "JavaScript", 0, 0, 0, -1, 0, -1, -2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-D_vM18Nz.js", "JavaScript", 0, 0, 0, 1, 0, 1, 2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-DOUHF5Iy.js", "JavaScript", 0, 0, 0, -1, 0, -1, -2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-DS7rXIvH.js", "JavaScript", 0, 0, 0, 1, 0, 1, 2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-D4WURWuq.js", "JavaScript", 0, 0, 0, -297, 0, -1, -298
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-DxDsLuB0.js", "JavaScript", 0, 0, 0, 297, 0, 1, 298
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\commands.html", "HTML", 0, 0, 8, 0, 0, 0, 8
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md", "Markdown", 0, 33, 0, 0, 0, 7, 40
|
|
||||||
"Total", "-", 643, 33, 8, 8, 0, 53, 745
|
|
||||||
|
@@ -1,40 +0,0 @@
|
|||||||
# Diff Summary
|
|
||||||
|
|
||||||
Date : 2026-02-06 22:40:24
|
|
||||||
|
|
||||||
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
|
|
||||||
|
|
||||||
Total : 21 files, 692 codes, 0 comments, 53 blanks, all 745 lines
|
|
||||||
|
|
||||||
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
|
|
||||||
|
|
||||||
## Languages
|
|
||||||
| language | files | code | comment | blank | total |
|
|
||||||
| :--- | ---: | ---: | ---: | ---: | ---: |
|
|
||||||
| C# | 7 | 643 | 0 | 46 | 689 |
|
|
||||||
| Markdown | 1 | 33 | 0 | 7 | 40 |
|
|
||||||
| HTML | 1 | 8 | 0 | 0 | 8 |
|
|
||||||
| JavaScript | 12 | 8 | 0 | 0 | 8 |
|
|
||||||
|
|
||||||
## Directories
|
|
||||||
| path | files | code | comment | blank | total |
|
|
||||||
| :--- | ---: | ---: | ---: | ---: | ---: |
|
|
||||||
| . | 21 | 692 | 0 | 53 | 745 |
|
|
||||||
| Shell | 6 | 605 | 0 | 42 | 647 |
|
|
||||||
| Shell (Files) | 2 | 10 | 0 | 1 | 11 |
|
|
||||||
| Shell\\Commands | 4 | 595 | 0 | 41 | 636 |
|
|
||||||
| Shell\\Commands (Files) | 1 | 224 | 0 | 24 | 248 |
|
|
||||||
| Shell\\Commands\\Help | 1 | 351 | 0 | 11 | 362 |
|
|
||||||
| Shell\\Commands\\System | 1 | 10 | 0 | 3 | 13 |
|
|
||||||
| Shell\\Commands\\User | 1 | 10 | 0 | 3 | 13 |
|
|
||||||
| System | 1 | 38 | 0 | 4 | 42 |
|
|
||||||
| docs | 14 | 49 | 0 | 7 | 56 |
|
|
||||||
| docs\\cmleonos | 14 | 49 | 0 | 7 | 56 |
|
|
||||||
| docs\\cmleonos\\docs | 14 | 49 | 0 | 7 | 56 |
|
|
||||||
| docs\\cmleonos\\docs (Files) | 1 | 33 | 0 | 7 | 40 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress | 13 | 16 | 0 | 0 | 16 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress\\dist | 13 | 16 | 0 | 0 | 16 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress\\dist (Files) | 1 | 8 | 0 | 0 | 8 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress\\dist\\assets | 12 | 8 | 0 | 0 | 8 |
|
|
||||||
|
|
||||||
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
|
|
||||||
@@ -1,64 +0,0 @@
|
|||||||
Date : 2026-02-06 22:40:24
|
|
||||||
Directory : c:\Users\leon\source\repos\CMLeonOS\CMLeonOS
|
|
||||||
Total : 21 files, 692 codes, 0 comments, 53 blanks, all 745 lines
|
|
||||||
|
|
||||||
Languages
|
|
||||||
+------------+------------+------------+------------+------------+------------+
|
|
||||||
| language | files | code | comment | blank | total |
|
|
||||||
+------------+------------+------------+------------+------------+------------+
|
|
||||||
| C# | 7 | 643 | 0 | 46 | 689 |
|
|
||||||
| Markdown | 1 | 33 | 0 | 7 | 40 |
|
|
||||||
| HTML | 1 | 8 | 0 | 0 | 8 |
|
|
||||||
| JavaScript | 12 | 8 | 0 | 0 | 8 |
|
|
||||||
+------------+------------+------------+------------+------------+------------+
|
|
||||||
|
|
||||||
Directories
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
| path | files | code | comment | blank | total |
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
| . | 21 | 692 | 0 | 53 | 745 |
|
|
||||||
| Shell | 6 | 605 | 0 | 42 | 647 |
|
|
||||||
| Shell (Files) | 2 | 10 | 0 | 1 | 11 |
|
|
||||||
| Shell\Commands | 4 | 595 | 0 | 41 | 636 |
|
|
||||||
| Shell\Commands (Files) | 1 | 224 | 0 | 24 | 248 |
|
|
||||||
| Shell\Commands\Help | 1 | 351 | 0 | 11 | 362 |
|
|
||||||
| Shell\Commands\System | 1 | 10 | 0 | 3 | 13 |
|
|
||||||
| Shell\Commands\User | 1 | 10 | 0 | 3 | 13 |
|
|
||||||
| System | 1 | 38 | 0 | 4 | 42 |
|
|
||||||
| docs | 14 | 49 | 0 | 7 | 56 |
|
|
||||||
| docs\cmleonos | 14 | 49 | 0 | 7 | 56 |
|
|
||||||
| docs\cmleonos\docs | 14 | 49 | 0 | 7 | 56 |
|
|
||||||
| docs\cmleonos\docs (Files) | 1 | 33 | 0 | 7 | 40 |
|
|
||||||
| docs\cmleonos\docs\.vuepress | 13 | 16 | 0 | 0 | 16 |
|
|
||||||
| docs\cmleonos\docs\.vuepress\dist | 13 | 16 | 0 | 0 | 16 |
|
|
||||||
| docs\cmleonos\docs\.vuepress\dist (Files) | 1 | 8 | 0 | 0 | 8 |
|
|
||||||
| docs\cmleonos\docs\.vuepress\dist\assets | 12 | 8 | 0 | 0 | 8 |
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
|
|
||||||
Files
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
| filename | language | code | comment | blank | total |
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs | C# | 3 | 0 | 0 | 3 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs | C# | 351 | 0 | 11 | 362 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs | C# | 224 | 0 | 24 | 248 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs | C# | 10 | 0 | 3 | 13 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs | C# | 10 | 0 | 3 | 13 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs | C# | 7 | 0 | 1 | 8 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs | C# | 38 | 0 | 4 | 42 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-B-2P5V78.js | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-xATCGIq8.js | JavaScript | -1 | 0 | -1 | -2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-BITa06va.js | JavaScript | 28 | 4 | 1 | 33 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-DOooOitT.js | JavaScript | -28 | -4 | -1 | -33 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-2c_EJOV_.js | JavaScript | -135 | 0 | -1 | -136 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-CJdMGWM7.js | JavaScript | 143 | 0 | 1 | 144 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-D7YgC_d3.js | JavaScript | -1 | 0 | -1 | -2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-D_vM18Nz.js | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-DOUHF5Iy.js | JavaScript | -1 | 0 | -1 | -2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-DS7rXIvH.js | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-D4WURWuq.js | JavaScript | -297 | 0 | -1 | -298 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-DxDsLuB0.js | JavaScript | 297 | 0 | 1 | 298 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\commands.html | HTML | 8 | 0 | 0 | 8 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md | Markdown | 33 | 0 | 7 | 40 |
|
|
||||||
| Total | | 692 | 0 | 53 | 745 |
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
@@ -1,132 +0,0 @@
|
|||||||
"filename", "language", "C#", "Markdown", "JSON", "XML", "YAML", "HTML", "JavaScript", "PostCSS", "comment", "blank", "total"
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Branswe.md", "Markdown", 0, 261, 0, 0, 0, 0, 0, 0, 0, 67, 328
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj", "XML", 0, 0, 0, 49, 0, 0, 0, 0, 1, 6, 56
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Editor.cs", "C#", 267, 0, 0, 0, 0, 0, 0, 0, 29, 35, 331
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs", "C#", 727, 0, 0, 0, 0, 0, 0, 0, 16, 93, 836
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\Branswe.cs", "C#", 482, 0, 0, 0, 0, 0, 0, 0, 28, 53, 563
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 7, 48
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs", "C#", 1101, 0, 0, 0, 0, 0, 0, 0, 26, 157, 1284
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs", "C#", 99, 0, 0, 0, 0, 0, 0, 0, 3, 27, 129
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs", "C#", 269, 0, 0, 0, 0, 0, 0, 0, 25, 50, 344
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs", "C#", 187, 0, 0, 0, 0, 0, 0, 0, 0, 33, 220
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs", "C#", 627, 0, 0, 0, 0, 0, 0, 0, 40, 93, 760
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs", "C#", 1335, 0, 0, 0, 0, 0, 0, 0, 64, 240, 1639
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs", "C#", 643, 0, 0, 0, 0, 0, 0, 0, 21, 92, 756
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs", "C#", 406, 0, 0, 0, 0, 0, 0, 0, 9, 43, 458
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs", "C#", 179, 0, 0, 0, 0, 0, 0, 0, 0, 26, 205
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs", "C#", 137, 0, 0, 0, 0, 0, 0, 0, 0, 16, 153
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs", "C#", 443, 0, 0, 0, 0, 0, 0, 0, 19, 55, 517
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs", "C#", 20, 0, 0, 0, 0, 0, 0, 0, 0, 6, 26
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs", "C#", 51, 0, 0, 0, 0, 0, 0, 0, 0, 13, 64
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs", "C#", 115, 0, 0, 0, 0, 0, 0, 0, 2, 18, 135
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs", "C#", 69, 0, 0, 0, 0, 0, 0, 0, 6, 20, 95
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs", "C#", 70, 0, 0, 0, 0, 0, 0, 0, 12, 19, 101
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs", "C#", 461, 0, 0, 0, 0, 0, 0, 0, 0, 65, 526
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs", "C#", 285, 0, 0, 0, 0, 0, 0, 0, 10, 49, 344
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs", "C#", 367, 0, 0, 0, 0, 0, 0, 0, 1, 52, 420
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs", "C#", 206, 0, 0, 0, 0, 0, 0, 0, 0, 32, 238
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs", "C#", 256, 0, 0, 0, 0, 0, 0, 0, 57, 47, 360
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs", "C#", 250, 0, 0, 0, 0, 0, 0, 0, 6, 51, 307
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs", "C#", 869, 0, 0, 0, 0, 0, 0, 0, 8, 61, 938
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs", "C#", 465, 0, 0, 0, 0, 0, 0, 0, 37, 80, 582
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs", "C#", 250, 0, 0, 0, 0, 0, 0, 0, 8, 24, 282
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs", "C#", 131, 0, 0, 0, 0, 0, 0, 0, 7, 27, 165
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs", "C#", 1588, 0, 0, 0, 0, 0, 0, 0, 139, 219, 1946
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs", "C#", 91, 0, 0, 0, 0, 0, 0, 0, 2, 10, 103
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 2, 5, 20
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs", "C#", 321, 0, 0, 0, 0, 0, 0, 0, 6, 50, 377
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs", "C#", 192, 0, 0, 0, 0, 0, 0, 0, 8, 39, 239
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs", "C#", 1038, 0, 0, 0, 0, 0, 0, 0, 58, 161, 1257
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs", "C#", 228, 0, 0, 0, 0, 0, 0, 0, 33, 43, 304
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LISENCE.md", "Markdown", 0, 485, 0, 0, 0, 0, 0, 0, 0, 110, 595
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogEntry.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 5, 46
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs", "C#", 94, 0, 0, 0, 0, 0, 0, 0, 0, 18, 112
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\README.md", "Markdown", 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs", "C#", 140, 0, 0, 0, 0, 0, 0, 0, 0, 17, 157
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs", "C#", 208, 0, 0, 0, 0, 0, 0, 0, 0, 1, 209
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs", "C#", 24, 0, 0, 0, 0, 0, 0, 0, 0, 3, 27
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs", "C#", 24, 0, 0, 0, 0, 0, 0, 0, 0, 3, 27
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs", "C#", 107, 0, 0, 0, 0, 0, 0, 0, 0, 8, 115
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CatCommand.cs", "C#", 18, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs", "C#", 40, 0, 0, 0, 0, 0, 0, 0, 0, 6, 46
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs", "C#", 28, 0, 0, 0, 0, 0, 0, 0, 0, 5, 33
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs", "C#", 37, 0, 0, 0, 0, 0, 0, 0, 0, 5, 42
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs", "C#", 46, 0, 0, 0, 0, 0, 0, 0, 0, 8, 54
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs", "C#", 20, 0, 0, 0, 0, 0, 0, 0, 0, 2, 22
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 7, 48
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs", "C#", 48, 0, 0, 0, 0, 0, 0, 0, 0, 9, 57
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs", "C#", 42, 0, 0, 0, 0, 0, 0, 0, 0, 5, 47
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs", "C#", 27, 0, 0, 0, 0, 0, 0, 0, 0, 3, 30
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs", "C#", 47, 0, 0, 0, 0, 0, 0, 0, 0, 8, 55
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs", "C#", 25, 0, 0, 0, 0, 0, 0, 0, 0, 3, 28
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs", "C#", 67, 0, 0, 0, 0, 0, 0, 0, 0, 11, 78
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs", "C#", 45, 0, 0, 0, 0, 0, 0, 0, 0, 6, 51
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs", "C#", 507, 0, 0, 0, 0, 0, 0, 0, 0, 26, 533
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs", "C#", 12, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs", "C#", 16, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs", "C#", 224, 0, 0, 0, 0, 0, 0, 0, 0, 24, 248
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 2, 15
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs", "C#", 32, 0, 0, 0, 0, 0, 0, 0, 0, 5, 37
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs", "C#", 43, 0, 0, 0, 0, 0, 0, 0, 0, 8, 51
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs", "C#", 165, 0, 0, 0, 0, 0, 0, 0, 0, 21, 186
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs", "C#", 12, 0, 0, 0, 0, 0, 0, 0, 0, 2, 14
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs", "C#", 62, 0, 0, 0, 0, 0, 0, 0, 0, 8, 70
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs", "C#", 40, 0, 0, 0, 0, 0, 0, 0, 0, 6, 46
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs", "C#", 16, 0, 0, 0, 0, 0, 0, 0, 0, 2, 18
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs", "C#", 77, 0, 0, 0, 0, 0, 0, 0, 0, 9, 86
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs", "C#", 16, 0, 0, 0, 0, 0, 0, 0, 0, 3, 19
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs", "C#", 74, 0, 0, 0, 0, 0, 0, 0, 0, 11, 85
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs", "C#", 140, 0, 0, 0, 0, 0, 0, 0, 0, 19, 159
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs", "C#", 108, 0, 0, 0, 0, 0, 0, 0, 0, 9, 117
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs", "C#", 58, 0, 0, 0, 0, 0, 0, 0, 0, 10, 68
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 2, 13
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs", "C#", 56, 0, 0, 0, 0, 0, 0, 0, 0, 4, 60
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs", "C#", 57, 0, 0, 0, 0, 0, 0, 0, 0, 13, 70
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs", "C#", 15, 0, 0, 0, 0, 0, 0, 0, 0, 2, 17
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs", "C#", 18, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs", "C#", 1458, 0, 0, 0, 0, 0, 0, 0, 23, 265, 1746
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs", "C#", 400, 0, 0, 0, 0, 0, 0, 0, 17, 40, 457
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs", "C#", 683, 0, 0, 0, 0, 0, 0, 0, 22, 105, 810
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs", "C#", 122, 0, 0, 0, 0, 0, 0, 0, 8, 28, 158
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs", "C#", 86, 0, 0, 0, 0, 0, 0, 0, 56, 22, 164
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs", "C#", 151, 0, 0, 0, 0, 0, 0, 0, 5, 17, 173
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs", "C#", 111, 0, 0, 0, 0, 0, 0, 0, 0, 16, 127
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs", "C#", 179, 0, 0, 0, 0, 0, 0, 0, 6, 41, 226
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs", "C#", 23, 0, 0, 0, 0, 0, 0, 0, 0, 5, 28
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vue_devtools-api.js", "JavaScript", 0, 0, 0, 0, 0, 0, 4356, 0, 145, 5, 4506
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vuepress_shared.js", "JavaScript", 0, 0, 0, 0, 0, 0, 134, 0, 2, 1, 137
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\_metadata.json", "JSON", 0, 0, 37, 0, 0, 0, 0, 0, 0, 0, 37
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\chunk-OARA6QKZ.js", "JavaScript", 0, 0, 0, 0, 0, 0, 12582, 0, 238, 5, 12825
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\package.json", "JSON", 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 4
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue-router.js", "JavaScript", 0, 0, 0, 0, 0, 0, 2371, 0, 25, 9, 2405
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue.js", "JavaScript", 0, 0, 0, 0, 0, 0, 346, 0, 0, 1, 347
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\config.js", "JavaScript", 0, 0, 0, 0, 0, 0, 12, 0, 1, 7, 20
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\404.html", "HTML", 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-B-2P5V78.js", "JavaScript", 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-BITa06va.js", "JavaScript", 0, 0, 0, 0, 0, 0, 28, 0, 4, 1, 33
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-CJdMGWM7.js", "JavaScript", 0, 0, 0, 0, 0, 0, 143, 0, 0, 1, 144
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-D_vM18Nz.js", "JavaScript", 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-DS7rXIvH.js", "JavaScript", 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-DxDsLuB0.js", "JavaScript", 0, 0, 0, 0, 0, 0, 297, 0, 0, 1, 298
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\style-BmL0kmLr.css", "PostCSS", 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\commands.html", "HTML", 0, 0, 0, 0, 0, 182, 0, 0, 0, 4, 186
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\get-started.html", "HTML", 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\index.html", "HTML", 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\lua.html", "HTML", 0, 0, 0, 0, 0, 336, 0, 0, 0, 4, 340
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\README.md", "Markdown", 0, 33, 0, 0, 0, 0, 0, 0, 0, 4, 37
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md", "Markdown", 0, 629, 0, 0, 0, 0, 0, 0, 0, 191, 820
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\get-started.md", "Markdown", 0, 14, 0, 0, 0, 0, 0, 0, 0, 3, 17
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md", "Markdown", 0, 940, 0, 0, 0, 0, 0, 0, 0, 339, 1279
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\package.json", "JSON", 0, 0, 20, 0, 0, 0, 0, 0, 0, 1, 21
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\pnpm-lock.yaml", "YAML", 0, 0, 0, 0, 2410, 0, 0, 0, 0, 674, 3084
|
|
||||||
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\global.json", "JSON", 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 6
|
|
||||||
"Total", "-", 20531, 2364, 66, 49, 2410, 638, 20272, 1, 1235, 4442, 52008
|
|
||||||
|
File diff suppressed because one or more lines are too long
@@ -1,64 +0,0 @@
|
|||||||
# Summary
|
|
||||||
|
|
||||||
Date : 2026-02-06 22:40:24
|
|
||||||
|
|
||||||
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
|
|
||||||
|
|
||||||
Total : 130 files, 46331 codes, 1235 comments, 4442 blanks, all 52008 lines
|
|
||||||
|
|
||||||
Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
|
||||||
|
|
||||||
## Languages
|
|
||||||
| language | files | code | comment | blank | total |
|
|
||||||
| :--- | ---: | ---: | ---: | ---: | ---: |
|
|
||||||
| C# | 99 | 20,531 | 819 | 2,991 | 24,341 |
|
|
||||||
| JavaScript | 12 | 20,272 | 415 | 34 | 20,721 |
|
|
||||||
| YAML | 1 | 2,410 | 0 | 674 | 3,084 |
|
|
||||||
| Markdown | 7 | 2,364 | 0 | 714 | 3,078 |
|
|
||||||
| HTML | 5 | 638 | 0 | 20 | 658 |
|
|
||||||
| JSON | 4 | 66 | 0 | 2 | 68 |
|
|
||||||
| XML | 1 | 49 | 1 | 6 | 56 |
|
|
||||||
| PostCSS | 1 | 1 | 0 | 1 | 2 |
|
|
||||||
|
|
||||||
## Directories
|
|
||||||
| path | files | code | comment | blank | total |
|
|
||||||
| :--- | ---: | ---: | ---: | ---: | ---: |
|
|
||||||
| . | 130 | 46,331 | 1,235 | 4,442 | 52,008 |
|
|
||||||
| . (Files) | 6 | 1,031 | 34 | 226 | 1,291 |
|
|
||||||
| Editor | 2 | 994 | 45 | 128 | 1,167 |
|
|
||||||
| Interpreter | 34 | 13,057 | 604 | 1,940 | 15,601 |
|
|
||||||
| Interpreter (Files) | 1 | 482 | 28 | 53 | 563 |
|
|
||||||
| Interpreter\\UniLua | 33 | 12,575 | 576 | 1,887 | 15,038 |
|
|
||||||
| Logger | 3 | 146 | 0 | 24 | 170 |
|
|
||||||
| Settings | 1 | 140 | 0 | 17 | 157 |
|
|
||||||
| Shell | 50 | 4,211 | 23 | 565 | 4,799 |
|
|
||||||
| Shell (Files) | 2 | 1,666 | 23 | 266 | 1,955 |
|
|
||||||
| Shell\\Commands | 48 | 2,545 | 0 | 299 | 2,844 |
|
|
||||||
| Shell\\Commands (Files) | 2 | 301 | 0 | 33 | 334 |
|
|
||||||
| Shell\\Commands\\Editor | 2 | 48 | 0 | 6 | 54 |
|
|
||||||
| Shell\\Commands\\Environment | 1 | 107 | 0 | 8 | 115 |
|
|
||||||
| Shell\\Commands\\FileSystem | 17 | 562 | 0 | 84 | 646 |
|
|
||||||
| Shell\\Commands\\Help | 1 | 507 | 0 | 26 | 533 |
|
|
||||||
| Shell\\Commands\\Info | 2 | 28 | 0 | 4 | 32 |
|
|
||||||
| Shell\\Commands\\Power | 2 | 26 | 0 | 4 | 30 |
|
|
||||||
| Shell\\Commands\\Script | 3 | 240 | 0 | 34 | 274 |
|
|
||||||
| Shell\\Commands\\System | 7 | 163 | 0 | 24 | 187 |
|
|
||||||
| Shell\\Commands\\User | 3 | 100 | 0 | 15 | 115 |
|
|
||||||
| Shell\\Commands\\Utility | 8 | 463 | 0 | 61 | 524 |
|
|
||||||
| System | 2 | 1,083 | 39 | 145 | 1,267 |
|
|
||||||
| UI | 1 | 122 | 8 | 28 | 158 |
|
|
||||||
| Utils | 5 | 550 | 67 | 101 | 718 |
|
|
||||||
| docs | 26 | 24,997 | 415 | 1,268 | 26,680 |
|
|
||||||
| docs\\cmleonos | 26 | 24,997 | 415 | 1,268 | 26,680 |
|
|
||||||
| docs\\cmleonos (Files) | 2 | 2,430 | 0 | 675 | 3,105 |
|
|
||||||
| docs\\cmleonos\\docs | 24 | 22,567 | 415 | 593 | 23,575 |
|
|
||||||
| docs\\cmleonos\\docs (Files) | 4 | 1,616 | 0 | 537 | 2,153 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress | 20 | 20,951 | 415 | 56 | 21,422 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress (Files) | 1 | 12 | 1 | 7 | 20 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress\\.cache | 7 | 19,829 | 410 | 22 | 20,261 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress\\.cache\\deps | 7 | 19,829 | 410 | 22 | 20,261 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress\\dist | 12 | 1,110 | 4 | 27 | 1,141 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress\\dist (Files) | 5 | 638 | 0 | 20 | 658 |
|
|
||||||
| docs\\cmleonos\\docs\\.vuepress\\dist\\assets | 7 | 472 | 4 | 7 | 483 |
|
|
||||||
|
|
||||||
Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
|
||||||
@@ -1,197 +0,0 @@
|
|||||||
Date : 2026-02-06 22:40:24
|
|
||||||
Directory : c:\Users\leon\source\repos\CMLeonOS\CMLeonOS
|
|
||||||
Total : 130 files, 46331 codes, 1235 comments, 4442 blanks, all 52008 lines
|
|
||||||
|
|
||||||
Languages
|
|
||||||
+------------+------------+------------+------------+------------+------------+
|
|
||||||
| language | files | code | comment | blank | total |
|
|
||||||
+------------+------------+------------+------------+------------+------------+
|
|
||||||
| C# | 99 | 20,531 | 819 | 2,991 | 24,341 |
|
|
||||||
| JavaScript | 12 | 20,272 | 415 | 34 | 20,721 |
|
|
||||||
| YAML | 1 | 2,410 | 0 | 674 | 3,084 |
|
|
||||||
| Markdown | 7 | 2,364 | 0 | 714 | 3,078 |
|
|
||||||
| HTML | 5 | 638 | 0 | 20 | 658 |
|
|
||||||
| JSON | 4 | 66 | 0 | 2 | 68 |
|
|
||||||
| XML | 1 | 49 | 1 | 6 | 56 |
|
|
||||||
| PostCSS | 1 | 1 | 0 | 1 | 2 |
|
|
||||||
+------------+------------+------------+------------+------------+------------+
|
|
||||||
|
|
||||||
Directories
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
| path | files | code | comment | blank | total |
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
| . | 130 | 46,331 | 1,235 | 4,442 | 52,008 |
|
|
||||||
| . (Files) | 6 | 1,031 | 34 | 226 | 1,291 |
|
|
||||||
| Editor | 2 | 994 | 45 | 128 | 1,167 |
|
|
||||||
| Interpreter | 34 | 13,057 | 604 | 1,940 | 15,601 |
|
|
||||||
| Interpreter (Files) | 1 | 482 | 28 | 53 | 563 |
|
|
||||||
| Interpreter\UniLua | 33 | 12,575 | 576 | 1,887 | 15,038 |
|
|
||||||
| Logger | 3 | 146 | 0 | 24 | 170 |
|
|
||||||
| Settings | 1 | 140 | 0 | 17 | 157 |
|
|
||||||
| Shell | 50 | 4,211 | 23 | 565 | 4,799 |
|
|
||||||
| Shell (Files) | 2 | 1,666 | 23 | 266 | 1,955 |
|
|
||||||
| Shell\Commands | 48 | 2,545 | 0 | 299 | 2,844 |
|
|
||||||
| Shell\Commands (Files) | 2 | 301 | 0 | 33 | 334 |
|
|
||||||
| Shell\Commands\Editor | 2 | 48 | 0 | 6 | 54 |
|
|
||||||
| Shell\Commands\Environment | 1 | 107 | 0 | 8 | 115 |
|
|
||||||
| Shell\Commands\FileSystem | 17 | 562 | 0 | 84 | 646 |
|
|
||||||
| Shell\Commands\Help | 1 | 507 | 0 | 26 | 533 |
|
|
||||||
| Shell\Commands\Info | 2 | 28 | 0 | 4 | 32 |
|
|
||||||
| Shell\Commands\Power | 2 | 26 | 0 | 4 | 30 |
|
|
||||||
| Shell\Commands\Script | 3 | 240 | 0 | 34 | 274 |
|
|
||||||
| Shell\Commands\System | 7 | 163 | 0 | 24 | 187 |
|
|
||||||
| Shell\Commands\User | 3 | 100 | 0 | 15 | 115 |
|
|
||||||
| Shell\Commands\Utility | 8 | 463 | 0 | 61 | 524 |
|
|
||||||
| System | 2 | 1,083 | 39 | 145 | 1,267 |
|
|
||||||
| UI | 1 | 122 | 8 | 28 | 158 |
|
|
||||||
| Utils | 5 | 550 | 67 | 101 | 718 |
|
|
||||||
| docs | 26 | 24,997 | 415 | 1,268 | 26,680 |
|
|
||||||
| docs\cmleonos | 26 | 24,997 | 415 | 1,268 | 26,680 |
|
|
||||||
| docs\cmleonos (Files) | 2 | 2,430 | 0 | 675 | 3,105 |
|
|
||||||
| docs\cmleonos\docs | 24 | 22,567 | 415 | 593 | 23,575 |
|
|
||||||
| docs\cmleonos\docs (Files) | 4 | 1,616 | 0 | 537 | 2,153 |
|
|
||||||
| docs\cmleonos\docs\.vuepress | 20 | 20,951 | 415 | 56 | 21,422 |
|
|
||||||
| docs\cmleonos\docs\.vuepress (Files) | 1 | 12 | 1 | 7 | 20 |
|
|
||||||
| docs\cmleonos\docs\.vuepress\.cache | 7 | 19,829 | 410 | 22 | 20,261 |
|
|
||||||
| docs\cmleonos\docs\.vuepress\.cache\deps | 7 | 19,829 | 410 | 22 | 20,261 |
|
|
||||||
| docs\cmleonos\docs\.vuepress\dist | 12 | 1,110 | 4 | 27 | 1,141 |
|
|
||||||
| docs\cmleonos\docs\.vuepress\dist (Files) | 5 | 638 | 0 | 20 | 658 |
|
|
||||||
| docs\cmleonos\docs\.vuepress\dist\assets | 7 | 472 | 4 | 7 | 483 |
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
|
|
||||||
Files
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
| filename | language | code | comment | blank | total |
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Branswe.md | Markdown | 261 | 0 | 67 | 328 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj | XML | 49 | 1 | 6 | 56 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Editor.cs | C# | 267 | 29 | 35 | 331 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs | C# | 727 | 16 | 93 | 836 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\Branswe.cs | C# | 482 | 28 | 53 | 563 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs | C# | 41 | 0 | 7 | 48 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs | C# | 1,101 | 26 | 157 | 1,284 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs | C# | 99 | 3 | 27 | 129 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs | C# | 269 | 25 | 50 | 344 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs | C# | 187 | 0 | 33 | 220 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs | C# | 627 | 40 | 93 | 760 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs | C# | 1,335 | 64 | 240 | 1,639 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs | C# | 643 | 21 | 92 | 756 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs | C# | 406 | 9 | 43 | 458 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs | C# | 179 | 0 | 26 | 205 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs | C# | 137 | 0 | 16 | 153 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs | C# | 443 | 19 | 55 | 517 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs | C# | 20 | 0 | 6 | 26 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs | C# | 51 | 0 | 13 | 64 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs | C# | 115 | 2 | 18 | 135 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs | C# | 69 | 6 | 20 | 95 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs | C# | 70 | 12 | 19 | 101 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs | C# | 461 | 0 | 65 | 526 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs | C# | 285 | 10 | 49 | 344 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs | C# | 367 | 1 | 52 | 420 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs | C# | 206 | 0 | 32 | 238 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs | C# | 256 | 57 | 47 | 360 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs | C# | 250 | 6 | 51 | 307 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs | C# | 869 | 8 | 61 | 938 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs | C# | 465 | 37 | 80 | 582 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs | C# | 250 | 8 | 24 | 282 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs | C# | 131 | 7 | 27 | 165 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs | C# | 1,588 | 139 | 219 | 1,946 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs | C# | 91 | 2 | 10 | 103 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs | C# | 13 | 2 | 5 | 20 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs | C# | 321 | 6 | 50 | 377 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs | C# | 192 | 8 | 39 | 239 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs | C# | 1,038 | 58 | 161 | 1,257 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs | C# | 228 | 33 | 43 | 304 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LISENCE.md | Markdown | 485 | 0 | 110 | 595 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogEntry.cs | C# | 41 | 0 | 5 | 46 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs | C# | 11 | 0 | 1 | 12 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs | C# | 94 | 0 | 18 | 112 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\README.md | Markdown | 2 | 0 | 0 | 2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs | C# | 140 | 0 | 17 | 157 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs | C# | 208 | 0 | 1 | 209 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs | C# | 24 | 0 | 3 | 27 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs | C# | 24 | 0 | 3 | 27 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs | C# | 107 | 0 | 8 | 115 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CatCommand.cs | C# | 18 | 0 | 2 | 20 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs | C# | 10 | 0 | 1 | 11 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs | C# | 40 | 0 | 6 | 46 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs | C# | 28 | 0 | 5 | 33 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs | C# | 37 | 0 | 5 | 42 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs | C# | 46 | 0 | 8 | 54 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs | C# | 10 | 0 | 1 | 11 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs | C# | 20 | 0 | 2 | 22 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs | C# | 41 | 0 | 7 | 48 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs | C# | 48 | 0 | 9 | 57 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs | C# | 42 | 0 | 5 | 47 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs | C# | 27 | 0 | 3 | 30 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs | C# | 47 | 0 | 8 | 55 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs | C# | 25 | 0 | 3 | 28 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs | C# | 67 | 0 | 11 | 78 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs | C# | 45 | 0 | 6 | 51 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs | C# | 507 | 0 | 26 | 533 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs | C# | 12 | 0 | 2 | 14 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs | C# | 16 | 0 | 2 | 18 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs | C# | 224 | 0 | 24 | 248 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs | C# | 13 | 0 | 2 | 15 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs | C# | 13 | 0 | 2 | 15 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs | C# | 32 | 0 | 5 | 37 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs | C# | 43 | 0 | 8 | 51 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs | C# | 165 | 0 | 21 | 186 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs | C# | 12 | 0 | 2 | 14 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs | C# | 62 | 0 | 8 | 70 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs | C# | 40 | 0 | 6 | 46 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs | C# | 16 | 0 | 2 | 18 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs | C# | 77 | 0 | 9 | 86 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs | C# | 10 | 0 | 1 | 11 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs | C# | 16 | 0 | 3 | 19 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs | C# | 74 | 0 | 11 | 85 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs | C# | 140 | 0 | 19 | 159 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs | C# | 108 | 0 | 9 | 117 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs | C# | 58 | 0 | 10 | 68 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs | C# | 11 | 0 | 2 | 13 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs | C# | 56 | 0 | 4 | 60 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs | C# | 57 | 0 | 13 | 70 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs | C# | 15 | 0 | 2 | 17 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs | C# | 18 | 0 | 2 | 20 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs | C# | 1,458 | 23 | 265 | 1,746 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs | C# | 400 | 17 | 40 | 457 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs | C# | 683 | 22 | 105 | 810 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs | C# | 122 | 8 | 28 | 158 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs | C# | 86 | 56 | 22 | 164 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs | C# | 151 | 5 | 17 | 173 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs | C# | 111 | 0 | 16 | 127 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs | C# | 179 | 6 | 41 | 226 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs | C# | 23 | 0 | 5 | 28 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vue_devtools-api.js | JavaScript | 4,356 | 145 | 5 | 4,506 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vuepress_shared.js | JavaScript | 134 | 2 | 1 | 137 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\_metadata.json | JSON | 37 | 0 | 0 | 37 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\chunk-OARA6QKZ.js | JavaScript | 12,582 | 238 | 5 | 12,825 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\package.json | JSON | 3 | 0 | 1 | 4 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue-router.js | JavaScript | 2,371 | 25 | 9 | 2,405 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue.js | JavaScript | 346 | 0 | 1 | 347 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\config.js | JavaScript | 12 | 1 | 7 | 20 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\404.html | HTML | 40 | 0 | 4 | 44 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-B-2P5V78.js | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-BITa06va.js | JavaScript | 28 | 4 | 1 | 33 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-CJdMGWM7.js | JavaScript | 143 | 0 | 1 | 144 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-D_vM18Nz.js | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-DS7rXIvH.js | JavaScript | 1 | 0 | 1 | 2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-DxDsLuB0.js | JavaScript | 297 | 0 | 1 | 298 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\style-BmL0kmLr.css | PostCSS | 1 | 0 | 1 | 2 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\commands.html | HTML | 182 | 0 | 4 | 186 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\get-started.html | HTML | 40 | 0 | 4 | 44 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\index.html | HTML | 40 | 0 | 4 | 44 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\lua.html | HTML | 336 | 0 | 4 | 340 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\README.md | Markdown | 33 | 0 | 4 | 37 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md | Markdown | 629 | 0 | 191 | 820 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\get-started.md | Markdown | 14 | 0 | 3 | 17 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md | Markdown | 940 | 0 | 339 | 1,279 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\package.json | JSON | 20 | 0 | 1 | 21 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\pnpm-lock.yaml | YAML | 2,410 | 0 | 674 | 3,084 |
|
|
||||||
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\global.json | JSON | 6 | 0 | 0 | 6 |
|
|
||||||
| Total | | 46,331 | 1,235 | 4,442 | 52,008 |
|
|
||||||
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
|
||||||
256
.VSCodeCounter/2026-03-15_16-06-49/details.md
Normal file
256
.VSCodeCounter/2026-03-15_16-06-49/details.md
Normal file
@@ -0,0 +1,256 @@
|
|||||||
|
# Details
|
||||||
|
|
||||||
|
Date : 2026-03-15 16:06:49
|
||||||
|
|
||||||
|
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
|
||||||
|
|
||||||
|
Total : 241 files, 62105 codes, 4967 comments, 7381 blanks, all 74453 lines
|
||||||
|
|
||||||
|
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
||||||
|
|
||||||
|
## Files
|
||||||
|
| filename | language | code | comment | blank | total |
|
||||||
|
| :--- | :--- | ---: | ---: | ---: | ---: |
|
||||||
|
| [Branswe.md](/Branswe.md) | Markdown | 261 | 0 | 67 | 328 |
|
||||||
|
| [Build.bat](/Build.bat) | Batch | 1 | 1 | 0 | 2 |
|
||||||
|
| [BuildTime.ps1](/BuildTime.ps1) | PowerShell | 3 | 0 | 1 | 4 |
|
||||||
|
| [CMLeonOS.csproj](/CMLeonOS.csproj) | XML | 149 | 1 | 14 | 164 |
|
||||||
|
| [Driver/VMWareSVGAII.cs](/Driver/VMWareSVGAII.cs) | C# | 319 | 460 | 37 | 816 |
|
||||||
|
| [Editor/Editor.cs](/Editor/Editor.cs) | C# | 267 | 44 | 36 | 347 |
|
||||||
|
| [Editor/Nano.cs](/Editor/Nano.cs) | C# | 1,667 | 31 | 180 | 1,878 |
|
||||||
|
| [GenerateGitCommit.ps1](/GenerateGitCommit.ps1) | PowerShell | 22 | 0 | 3 | 25 |
|
||||||
|
| [Gui/App.cs](/Gui/App.cs) | C# | 29 | 15 | 9 | 53 |
|
||||||
|
| [Gui/AppManager.cs](/Gui/AppManager.cs) | C# | 106 | 15 | 26 | 147 |
|
||||||
|
| [Gui/Apps/Calculator.cs](/Gui/Apps/Calculator.cs) | C# | 258 | 19 | 30 | 307 |
|
||||||
|
| [Gui/Apps/Calendar.cs](/Gui/Apps/Calendar.cs) | C# | 70 | 15 | 20 | 105 |
|
||||||
|
| [Gui/Apps/Clock.cs](/Gui/Apps/Clock.cs) | C# | 95 | 19 | 25 | 139 |
|
||||||
|
| [Gui/Apps/CodeStudio/CodeEditor.cs](/Gui/Apps/CodeStudio/CodeEditor.cs) | C# | 45 | 15 | 7 | 67 |
|
||||||
|
| [Gui/Apps/CodeStudio/CodeStudio.cs](/Gui/Apps/CodeStudio/CodeStudio.cs) | C# | 36 | 16 | 12 | 64 |
|
||||||
|
| [Gui/Apps/CodeStudio/Ide.cs](/Gui/Apps/CodeStudio/Ide.cs) | C# | 299 | 15 | 56 | 370 |
|
||||||
|
| [Gui/Apps/CodeStudio/LuaGuiLibrary.cs](/Gui/Apps/CodeStudio/LuaGuiLibrary.cs) | C# | 360 | 15 | 81 | 456 |
|
||||||
|
| [Gui/Apps/CodeStudio/LuaSyntaxHighlighter.cs](/Gui/Apps/CodeStudio/LuaSyntaxHighlighter.cs) | C# | 160 | 15 | 22 | 197 |
|
||||||
|
| [Gui/Apps/DemoLauncher.cs](/Gui/Apps/DemoLauncher.cs) | C# | 70 | 15 | 18 | 103 |
|
||||||
|
| [Gui/Apps/Demos/Mandelbrot.cs](/Gui/Apps/Demos/Mandelbrot.cs) | C# | 72 | 15 | 21 | 108 |
|
||||||
|
| [Gui/Apps/Demos/Starfield.cs](/Gui/Apps/Demos/Starfield.cs) | C# | 84 | 15 | 23 | 122 |
|
||||||
|
| [Gui/Apps/Files.cs](/Gui/Apps/Files.cs) | C# | 278 | 15 | 56 | 349 |
|
||||||
|
| [Gui/Apps/Info.cs](/Gui/Apps/Info.cs) | C# | 41 | 15 | 13 | 69 |
|
||||||
|
| [Gui/Apps/Logs.cs](/Gui/Apps/Logs.cs) | C# | 112 | 15 | 28 | 155 |
|
||||||
|
| [Gui/Apps/MemoryStatistics.cs](/Gui/Apps/MemoryStatistics.cs) | C# | 57 | 15 | 16 | 88 |
|
||||||
|
| [Gui/Apps/Notepad.cs](/Gui/Apps/Notepad.cs) | C# | 171 | 15 | 43 | 229 |
|
||||||
|
| [Gui/Apps/Paint/ColourPicker.cs](/Gui/Apps/Paint/ColourPicker.cs) | C# | 74 | 16 | 16 | 106 |
|
||||||
|
| [Gui/Apps/Paint/Paint.cs](/Gui/Apps/Paint/Paint.cs) | C# | 70 | 15 | 20 | 105 |
|
||||||
|
| [Gui/Apps/Paint/Tool.cs](/Gui/Apps/Paint/Tool.cs) | C# | 19 | 15 | 7 | 41 |
|
||||||
|
| [Gui/Apps/Paint/ToolBox.cs](/Gui/Apps/Paint/ToolBox.cs) | C# | 46 | 15 | 16 | 77 |
|
||||||
|
| [Gui/Apps/Paint/Tools/CircleBrush.cs](/Gui/Apps/Paint/Tools/CircleBrush.cs) | C# | 17 | 15 | 4 | 36 |
|
||||||
|
| [Gui/Apps/Paint/Tools/Pencil.cs](/Gui/Apps/Paint/Tools/Pencil.cs) | C# | 38 | 15 | 6 | 59 |
|
||||||
|
| [Gui/Apps/Settings.cs](/Gui/Apps/Settings.cs) | C# | 253 | 17 | 57 | 327 |
|
||||||
|
| [Gui/Apps/Stopwatch.cs](/Gui/Apps/Stopwatch.cs) | C# | 130 | 15 | 33 | 178 |
|
||||||
|
| [Gui/Apps/Tasks.cs](/Gui/Apps/Tasks.cs) | C# | 67 | 15 | 17 | 99 |
|
||||||
|
| [Gui/Asc16.cs](/Gui/Asc16.cs) | C# | 34 | 16 | 5 | 55 |
|
||||||
|
| [Gui/BitmapExtensions.cs](/Gui/BitmapExtensions.cs) | C# | 40 | 15 | 11 | 66 |
|
||||||
|
| [Gui/CursorType.cs](/Gui/CursorType.cs) | C# | 8 | 15 | 2 | 25 |
|
||||||
|
| [Gui/Gui.cs](/Gui/Gui.cs) | C# | 61 | 16 | 21 | 98 |
|
||||||
|
| [Gui/SettingsService.cs](/Gui/SettingsService.cs) | C# | 171 | 25 | 27 | 223 |
|
||||||
|
| [Gui/ShellComponents/Dock/AppDockIcon.cs](/Gui/ShellComponents/Dock/AppDockIcon.cs) | C# | 19 | 15 | 5 | 39 |
|
||||||
|
| [Gui/ShellComponents/Dock/BaseDockIcon.cs](/Gui/ShellComponents/Dock/BaseDockIcon.cs) | C# | 65 | 20 | 14 | 99 |
|
||||||
|
| [Gui/ShellComponents/Dock/Dock.cs](/Gui/ShellComponents/Dock/Dock.cs) | C# | 151 | 17 | 39 | 207 |
|
||||||
|
| [Gui/ShellComponents/Dock/StartMenuDockIcon.cs](/Gui/ShellComponents/Dock/StartMenuDockIcon.cs) | C# | 19 | 15 | 5 | 39 |
|
||||||
|
| [Gui/ShellComponents/Lock.cs](/Gui/ShellComponents/Lock.cs) | C# | 161 | 15 | 43 | 219 |
|
||||||
|
| [Gui/ShellComponents/StartMenu.cs](/Gui/ShellComponents/StartMenu.cs) | C# | 227 | 17 | 53 | 297 |
|
||||||
|
| [Gui/ShellComponents/Taskbar.cs](/Gui/ShellComponents/Taskbar.cs) | C# | 120 | 15 | 25 | 160 |
|
||||||
|
| [Gui/SmoothMono/FontData.cs](/Gui/SmoothMono/FontData.cs) | C# | 421 | 15 | 129 | 565 |
|
||||||
|
| [Gui/SmoothMono/TextRenderer.cs](/Gui/SmoothMono/TextRenderer.cs) | C# | 57 | 15 | 9 | 81 |
|
||||||
|
| [Gui/Sound/SoundService.cs](/Gui/Sound/SoundService.cs) | C# | 94 | 16 | 18 | 128 |
|
||||||
|
| [Gui/Sound/SystemSound.cs](/Gui/Sound/SystemSound.cs) | C# | 9 | 15 | 2 | 26 |
|
||||||
|
| [Gui/UILib/Alignment.cs](/Gui/UILib/Alignment.cs) | C# | 9 | 15 | 2 | 26 |
|
||||||
|
| [Gui/UILib/Animations/Animation.cs](/Gui/UILib/Animations/Animation.cs) | C# | 43 | 46 | 12 | 101 |
|
||||||
|
| [Gui/UILib/Animations/Easing.cs](/Gui/UILib/Animations/Easing.cs) | C# | 34 | 34 | 4 | 72 |
|
||||||
|
| [Gui/UILib/Animations/EasingDirection.cs](/Gui/UILib/Animations/EasingDirection.cs) | C# | 9 | 27 | 4 | 40 |
|
||||||
|
| [Gui/UILib/Animations/EasingType.cs](/Gui/UILib/Animations/EasingType.cs) | C# | 8 | 24 | 3 | 35 |
|
||||||
|
| [Gui/UILib/Animations/MovementAnimation.cs](/Gui/UILib/Animations/MovementAnimation.cs) | C# | 46 | 29 | 6 | 81 |
|
||||||
|
| [Gui/UILib/AppWindow.cs](/Gui/UILib/AppWindow.cs) | C# | 196 | 20 | 44 | 260 |
|
||||||
|
| [Gui/UILib/Button.cs](/Gui/UILib/Button.cs) | C# | 121 | 15 | 14 | 150 |
|
||||||
|
| [Gui/UILib/Calendar.cs](/Gui/UILib/Calendar.cs) | C# | 176 | 17 | 28 | 221 |
|
||||||
|
| [Gui/UILib/CheckBox.cs](/Gui/UILib/CheckBox.cs) | C# | 100 | 15 | 16 | 131 |
|
||||||
|
| [Gui/UILib/Control.cs](/Gui/UILib/Control.cs) | C# | 12 | 15 | 4 | 31 |
|
||||||
|
| [Gui/UILib/Extensions.cs](/Gui/UILib/Extensions.cs) | C# | 15 | 15 | 4 | 34 |
|
||||||
|
| [Gui/UILib/FileBrowser.cs](/Gui/UILib/FileBrowser.cs) | C# | 272 | 15 | 43 | 330 |
|
||||||
|
| [Gui/UILib/ImageBlock.cs](/Gui/UILib/ImageBlock.cs) | C# | 55 | 15 | 8 | 78 |
|
||||||
|
| [Gui/UILib/MessageBox.cs](/Gui/UILib/MessageBox.cs) | C# | 45 | 15 | 15 | 75 |
|
||||||
|
| [Gui/UILib/PromptBox.cs](/Gui/UILib/PromptBox.cs) | C# | 47 | 15 | 15 | 77 |
|
||||||
|
| [Gui/UILib/RangeSlider.cs](/Gui/UILib/RangeSlider.cs) | C# | 166 | 18 | 28 | 212 |
|
||||||
|
| [Gui/UILib/ShortcutBar.cs](/Gui/UILib/ShortcutBar.cs) | C# | 81 | 15 | 14 | 110 |
|
||||||
|
| [Gui/UILib/ShortcutBarCell.cs](/Gui/UILib/ShortcutBarCell.cs) | C# | 14 | 15 | 5 | 34 |
|
||||||
|
| [Gui/UILib/Switch.cs](/Gui/UILib/Switch.cs) | C# | 95 | 19 | 21 | 135 |
|
||||||
|
| [Gui/UILib/Table.cs](/Gui/UILib/Table.cs) | C# | 335 | 28 | 47 | 410 |
|
||||||
|
| [Gui/UILib/TableCell.cs](/Gui/UILib/TableCell.cs) | C# | 33 | 15 | 11 | 59 |
|
||||||
|
| [Gui/UILib/TextBlock.cs](/Gui/UILib/TextBlock.cs) | C# | 112 | 15 | 14 | 141 |
|
||||||
|
| [Gui/UILib/TextBox.cs](/Gui/UILib/TextBox.cs) | C# | 327 | 19 | 67 | 413 |
|
||||||
|
| [Gui/Window.cs](/Gui/Window.cs) | C# | 463 | 51 | 66 | 580 |
|
||||||
|
| [Gui/WindowManager.cs](/Gui/WindowManager.cs) | C# | 344 | 35 | 82 | 461 |
|
||||||
|
| [Interpreter/Branswe.cs](/Interpreter/Branswe.cs) | C# | 482 | 43 | 54 | 579 |
|
||||||
|
| [Interpreter/UniLua/ByteString.cs](/Interpreter/UniLua/ByteString.cs) | C# | 41 | 15 | 8 | 64 |
|
||||||
|
| [Interpreter/UniLua/Coder.cs](/Interpreter/UniLua/Coder.cs) | C# | 1,101 | 41 | 157 | 1,299 |
|
||||||
|
| [Interpreter/UniLua/Common.cs](/Interpreter/UniLua/Common.cs) | C# | 99 | 18 | 27 | 144 |
|
||||||
|
| [Interpreter/UniLua/Do.cs](/Interpreter/UniLua/Do.cs) | C# | 269 | 40 | 50 | 359 |
|
||||||
|
| [Interpreter/UniLua/Dump.cs](/Interpreter/UniLua/Dump.cs) | C# | 187 | 15 | 33 | 235 |
|
||||||
|
| [Interpreter/UniLua/LLex.cs](/Interpreter/UniLua/LLex.cs) | C# | 627 | 55 | 93 | 775 |
|
||||||
|
| [Interpreter/UniLua/LuaAPI.cs](/Interpreter/UniLua/LuaAPI.cs) | C# | 1,335 | 79 | 241 | 1,655 |
|
||||||
|
| [Interpreter/UniLua/LuaAuxLib.cs](/Interpreter/UniLua/LuaAuxLib.cs) | C# | 643 | 36 | 92 | 771 |
|
||||||
|
| [Interpreter/UniLua/LuaBaseLib.cs](/Interpreter/UniLua/LuaBaseLib.cs) | C# | 406 | 24 | 43 | 473 |
|
||||||
|
| [Interpreter/UniLua/LuaBitLib.cs](/Interpreter/UniLua/LuaBitLib.cs) | C# | 179 | 15 | 27 | 221 |
|
||||||
|
| [Interpreter/UniLua/LuaCoroLib.cs](/Interpreter/UniLua/LuaCoroLib.cs) | C# | 137 | 15 | 16 | 168 |
|
||||||
|
| [Interpreter/UniLua/LuaDebug.cs](/Interpreter/UniLua/LuaDebug.cs) | C# | 443 | 34 | 55 | 532 |
|
||||||
|
| [Interpreter/UniLua/LuaDebugLib.cs](/Interpreter/UniLua/LuaDebugLib.cs) | C# | 20 | 15 | 6 | 41 |
|
||||||
|
| [Interpreter/UniLua/LuaEncLib.cs](/Interpreter/UniLua/LuaEncLib.cs) | C# | 51 | 15 | 14 | 80 |
|
||||||
|
| [Interpreter/UniLua/LuaFile.cs](/Interpreter/UniLua/LuaFile.cs) | C# | 115 | 17 | 19 | 151 |
|
||||||
|
| [Interpreter/UniLua/LuaFunc.cs](/Interpreter/UniLua/LuaFunc.cs) | C# | 69 | 21 | 20 | 110 |
|
||||||
|
| [Interpreter/UniLua/LuaIOLib.cs](/Interpreter/UniLua/LuaIOLib.cs) | C# | 70 | 27 | 19 | 116 |
|
||||||
|
| [Interpreter/UniLua/LuaJsonLib.cs](/Interpreter/UniLua/LuaJsonLib.cs) | C# | 461 | 15 | 66 | 542 |
|
||||||
|
| [Interpreter/UniLua/LuaMathLib.cs](/Interpreter/UniLua/LuaMathLib.cs) | C# | 285 | 25 | 49 | 359 |
|
||||||
|
| [Interpreter/UniLua/LuaObject.cs](/Interpreter/UniLua/LuaObject.cs) | C# | 367 | 16 | 52 | 435 |
|
||||||
|
| [Interpreter/UniLua/LuaOsLib.cs](/Interpreter/UniLua/LuaOsLib.cs) | C# | 316 | 15 | 50 | 381 |
|
||||||
|
| [Interpreter/UniLua/LuaPkgLib.cs](/Interpreter/UniLua/LuaPkgLib.cs) | C# | 256 | 72 | 47 | 375 |
|
||||||
|
| [Interpreter/UniLua/LuaState.cs](/Interpreter/UniLua/LuaState.cs) | C# | 250 | 21 | 51 | 322 |
|
||||||
|
| [Interpreter/UniLua/LuaStrLib.cs](/Interpreter/UniLua/LuaStrLib.cs) | C# | 869 | 23 | 61 | 953 |
|
||||||
|
| [Interpreter/UniLua/LuaTable.cs](/Interpreter/UniLua/LuaTable.cs) | C# | 465 | 52 | 80 | 597 |
|
||||||
|
| [Interpreter/UniLua/LuaTableLib.cs](/Interpreter/UniLua/LuaTableLib.cs) | C# | 250 | 23 | 24 | 297 |
|
||||||
|
| [Interpreter/UniLua/OpCodes.cs](/Interpreter/UniLua/OpCodes.cs) | C# | 131 | 22 | 27 | 180 |
|
||||||
|
| [Interpreter/UniLua/Parser.cs](/Interpreter/UniLua/Parser.cs) | C# | 1,588 | 154 | 219 | 1,961 |
|
||||||
|
| [Interpreter/UniLua/TagMethod.cs](/Interpreter/UniLua/TagMethod.cs) | C# | 91 | 17 | 10 | 118 |
|
||||||
|
| [Interpreter/UniLua/ULDebug.cs](/Interpreter/UniLua/ULDebug.cs) | C# | 13 | 17 | 6 | 36 |
|
||||||
|
| [Interpreter/UniLua/Undump.cs](/Interpreter/UniLua/Undump.cs) | C# | 321 | 21 | 51 | 393 |
|
||||||
|
| [Interpreter/UniLua/Util.cs](/Interpreter/UniLua/Util.cs) | C# | 192 | 23 | 40 | 255 |
|
||||||
|
| [Interpreter/UniLua/VM.cs](/Interpreter/UniLua/VM.cs) | C# | 1,038 | 73 | 162 | 1,273 |
|
||||||
|
| [Kernel.cs](/Kernel.cs) | C# | 414 | 97 | 80 | 591 |
|
||||||
|
| [LICENSE.md](/LICENSE.md) | Markdown | 485 | 0 | 110 | 595 |
|
||||||
|
| [Logger/Log.cs](/Logger/Log.cs) | C# | 31 | 15 | 8 | 54 |
|
||||||
|
| [Logger/LogEntry.cs](/Logger/LogEntry.cs) | C# | 49 | 15 | 8 | 72 |
|
||||||
|
| [Logger/LogLevel.cs](/Logger/LogLevel.cs) | C# | 11 | 15 | 2 | 28 |
|
||||||
|
| [Logger/Logger.cs](/Logger/Logger.cs) | C# | 95 | 15 | 20 | 130 |
|
||||||
|
| [LuaApps/Hello.lua](/LuaApps/Hello.lua) | Lua | 4 | 0 | 4 | 8 |
|
||||||
|
| [LuaApps/calculator.lua](/LuaApps/calculator.lua) | Lua | 87 | 0 | 11 | 98 |
|
||||||
|
| [LuaApps/helloworld.lua](/LuaApps/helloworld.lua) | Lua | 3 | 0 | 0 | 3 |
|
||||||
|
| [LuaApps/testspeed.lua](/LuaApps/testspeed.lua) | Lua | 6 | 1 | 0 | 7 |
|
||||||
|
| [README.md](/README.md) | Markdown | 2 | 0 | 0 | 2 |
|
||||||
|
| [Settings/Settings.cs](/Settings/Settings.cs) | C# | 324 | 15 | 32 | 371 |
|
||||||
|
| [Shell/CommandList.cs](/Shell/CommandList.cs) | C# | 244 | 15 | 2 | 261 |
|
||||||
|
| [Shell/Commands/Editor/EditCommand.cs](/Shell/Commands/Editor/EditCommand.cs) | C# | 24 | 15 | 4 | 43 |
|
||||||
|
| [Shell/Commands/Editor/NanoCommand.cs](/Shell/Commands/Editor/NanoCommand.cs) | C# | 24 | 15 | 4 | 43 |
|
||||||
|
| [Shell/Commands/Environment/EnvCommand.cs](/Shell/Commands/Environment/EnvCommand.cs) | C# | 175 | 15 | 11 | 201 |
|
||||||
|
| [Shell/Commands/ExportBackgroundCommand.cs](/Shell/Commands/ExportBackgroundCommand.cs) | C# | 30 | 15 | 5 | 50 |
|
||||||
|
| [Shell/Commands/FileSystem/CatCommand.cs](/Shell/Commands/FileSystem/CatCommand.cs) | C# | 18 | 15 | 3 | 36 |
|
||||||
|
| [Shell/Commands/FileSystem/CdCommand.cs](/Shell/Commands/FileSystem/CdCommand.cs) | C# | 10 | 15 | 2 | 27 |
|
||||||
|
| [Shell/Commands/FileSystem/CopyCommand.cs](/Shell/Commands/FileSystem/CopyCommand.cs) | C# | 40 | 15 | 7 | 62 |
|
||||||
|
| [Shell/Commands/FileSystem/DiskInfoCommand.cs](/Shell/Commands/FileSystem/DiskInfoCommand.cs) | C# | 28 | 15 | 6 | 49 |
|
||||||
|
| [Shell/Commands/FileSystem/FindCommand.cs](/Shell/Commands/FileSystem/FindCommand.cs) | C# | 37 | 15 | 6 | 58 |
|
||||||
|
| [Shell/Commands/FileSystem/HeadCommand.cs](/Shell/Commands/FileSystem/HeadCommand.cs) | C# | 46 | 15 | 9 | 70 |
|
||||||
|
| [Shell/Commands/FileSystem/LsCommand.cs](/Shell/Commands/FileSystem/LsCommand.cs) | C# | 10 | 15 | 2 | 27 |
|
||||||
|
| [Shell/Commands/FileSystem/MkdirCommand.cs](/Shell/Commands/FileSystem/MkdirCommand.cs) | C# | 20 | 15 | 3 | 38 |
|
||||||
|
| [Shell/Commands/FileSystem/MoveCommand.cs](/Shell/Commands/FileSystem/MoveCommand.cs) | C# | 41 | 15 | 8 | 64 |
|
||||||
|
| [Shell/Commands/FileSystem/PwdCommand.cs](/Shell/Commands/FileSystem/PwdCommand.cs) | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| [Shell/Commands/FileSystem/RenameCommand.cs](/Shell/Commands/FileSystem/RenameCommand.cs) | C# | 48 | 15 | 10 | 73 |
|
||||||
|
| [Shell/Commands/FileSystem/RmCommand.cs](/Shell/Commands/FileSystem/RmCommand.cs) | C# | 60 | 15 | 7 | 82 |
|
||||||
|
| [Shell/Commands/FileSystem/RmdirCommand.cs](/Shell/Commands/FileSystem/RmdirCommand.cs) | C# | 27 | 15 | 4 | 46 |
|
||||||
|
| [Shell/Commands/FileSystem/TailCommand.cs](/Shell/Commands/FileSystem/TailCommand.cs) | C# | 47 | 15 | 9 | 71 |
|
||||||
|
| [Shell/Commands/FileSystem/TouchCommand.cs](/Shell/Commands/FileSystem/TouchCommand.cs) | C# | 25 | 15 | 4 | 44 |
|
||||||
|
| [Shell/Commands/FileSystem/TreeCommand.cs](/Shell/Commands/FileSystem/TreeCommand.cs) | C# | 67 | 15 | 12 | 94 |
|
||||||
|
| [Shell/Commands/FileSystem/WordCountCommand.cs](/Shell/Commands/FileSystem/WordCountCommand.cs) | C# | 45 | 15 | 7 | 67 |
|
||||||
|
| [Shell/Commands/Help/Help.cs](/Shell/Commands/Help/Help.cs) | C# | 554 | 15 | 30 | 599 |
|
||||||
|
| [Shell/Commands/Info/About.cs](/Shell/Commands/Info/About.cs) | C# | 12 | 15 | 3 | 30 |
|
||||||
|
| [Shell/Commands/Info/Version.cs](/Shell/Commands/Info/Version.cs) | C# | 22 | 15 | 4 | 41 |
|
||||||
|
| [Shell/Commands/LabyrinthCommand.cs](/Shell/Commands/LabyrinthCommand.cs) | C# | 224 | 15 | 25 | 264 |
|
||||||
|
| [Shell/Commands/LogsCommand.cs](/Shell/Commands/LogsCommand.cs) | C# | 63 | 15 | 10 | 88 |
|
||||||
|
| [Shell/Commands/MarkitCommand.cs](/Shell/Commands/MarkitCommand.cs) | C# | 100 | 0 | 7 | 107 |
|
||||||
|
| [Shell/Commands/Power/RestartCommand.cs](/Shell/Commands/Power/RestartCommand.cs) | C# | 13 | 15 | 3 | 31 |
|
||||||
|
| [Shell/Commands/Power/ShutdownCommand.cs](/Shell/Commands/Power/ShutdownCommand.cs) | C# | 13 | 15 | 3 | 31 |
|
||||||
|
| [Shell/Commands/Script/BransweCommand.cs](/Shell/Commands/Script/BransweCommand.cs) | C# | 42 | 15 | 7 | 64 |
|
||||||
|
| [Shell/Commands/Script/ClaCommand.cs](/Shell/Commands/Script/ClaCommand.cs) | C# | 69 | 15 | 15 | 99 |
|
||||||
|
| [Shell/Commands/Script/ComCommand.cs](/Shell/Commands/Script/ComCommand.cs) | C# | 54 | 15 | 10 | 79 |
|
||||||
|
| [Shell/Commands/Script/Lua2ClaCommand.cs](/Shell/Commands/Script/Lua2ClaCommand.cs) | C# | 58 | 15 | 14 | 87 |
|
||||||
|
| [Shell/Commands/Script/LuaCommand.cs](/Shell/Commands/Script/LuaCommand.cs) | C# | 230 | 15 | 28 | 273 |
|
||||||
|
| [Shell/Commands/System/ClearCommand.cs](/Shell/Commands/System/ClearCommand.cs) | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| [Shell/Commands/System/DateCommand.cs](/Shell/Commands/System/DateCommand.cs) | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| [Shell/Commands/System/EchoCommand.cs](/Shell/Commands/System/EchoCommand.cs) | C# | 12 | 15 | 3 | 30 |
|
||||||
|
| [Shell/Commands/System/KillCommand.cs](/Shell/Commands/System/KillCommand.cs) | C# | 50 | 15 | 9 | 74 |
|
||||||
|
| [Shell/Commands/System/PsCommand.cs](/Shell/Commands/System/PsCommand.cs) | C# | 51 | 15 | 8 | 74 |
|
||||||
|
| [Shell/Commands/System/SettingsCommand.cs](/Shell/Commands/System/SettingsCommand.cs) | C# | 74 | 15 | 9 | 98 |
|
||||||
|
| [Shell/Commands/System/TimeCommand.cs](/Shell/Commands/System/TimeCommand.cs) | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| [Shell/Commands/System/UptimeCommand.cs](/Shell/Commands/System/UptimeCommand.cs) | C# | 40 | 15 | 7 | 62 |
|
||||||
|
| [Shell/Commands/System/WhoamiCommand.cs](/Shell/Commands/System/WhoamiCommand.cs) | C# | 16 | 15 | 3 | 34 |
|
||||||
|
| [Shell/Commands/TestGuiCommand.cs](/Shell/Commands/TestGuiCommand.cs) | C# | 77 | 15 | 10 | 102 |
|
||||||
|
| [Shell/Commands/TestTUICommand.cs](/Shell/Commands/TestTUICommand.cs) | C# | 583 | 15 | 103 | 701 |
|
||||||
|
| [Shell/Commands/User/CpassCommand.cs](/Shell/Commands/User/CpassCommand.cs) | C# | 10 | 15 | 2 | 27 |
|
||||||
|
| [Shell/Commands/User/HostnameCommand.cs](/Shell/Commands/User/HostnameCommand.cs) | C# | 27 | 15 | 5 | 47 |
|
||||||
|
| [Shell/Commands/User/UserCommand.cs](/Shell/Commands/User/UserCommand.cs) | C# | 114 | 15 | 15 | 144 |
|
||||||
|
| [Shell/Commands/Utility/AliasCommand.cs](/Shell/Commands/Utility/AliasCommand.cs) | C# | 147 | 15 | 22 | 184 |
|
||||||
|
| [Shell/Commands/Utility/AppManagerCommand.cs](/Shell/Commands/Utility/AppManagerCommand.cs) | C# | 165 | 15 | 31 | 211 |
|
||||||
|
| [Shell/Commands/Utility/BackgroundCommand.cs](/Shell/Commands/Utility/BackgroundCommand.cs) | C# | 108 | 15 | 10 | 133 |
|
||||||
|
| [Shell/Commands/Utility/Base64Command.cs](/Shell/Commands/Utility/Base64Command.cs) | C# | 89 | 15 | 13 | 117 |
|
||||||
|
| [Shell/Commands/Utility/BeepCommand.cs](/Shell/Commands/Utility/BeepCommand.cs) | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| [Shell/Commands/Utility/CalcCommand.cs](/Shell/Commands/Utility/CalcCommand.cs) | C# | 56 | 15 | 5 | 76 |
|
||||||
|
| [Shell/Commands/Utility/CalcGuiCommand.cs](/Shell/Commands/Utility/CalcGuiCommand.cs) | C# | 307 | 15 | 29 | 351 |
|
||||||
|
| [Shell/Commands/Utility/CalendarCommand.cs](/Shell/Commands/Utility/CalendarCommand.cs) | C# | 57 | 15 | 14 | 86 |
|
||||||
|
| [Shell/Commands/Utility/FemboyCommand.cs](/Shell/Commands/Utility/FemboyCommand.cs) | C# | 12 | 15 | 3 | 30 |
|
||||||
|
| [Shell/Commands/Utility/HexCommand.cs](/Shell/Commands/Utility/HexCommand.cs) | C# | 45 | 15 | 6 | 66 |
|
||||||
|
| [Shell/Commands/Utility/HexEditor.cs](/Shell/Commands/Utility/HexEditor.cs) | C# | 234 | 15 | 26 | 275 |
|
||||||
|
| [Shell/Commands/Utility/HistoryCommand.cs](/Shell/Commands/Utility/HistoryCommand.cs) | C# | 15 | 15 | 3 | 33 |
|
||||||
|
| [Shell/Commands/Utility/MatrixCommand.cs](/Shell/Commands/Utility/MatrixCommand.cs) | C# | 62 | 15 | 14 | 91 |
|
||||||
|
| [Shell/Commands/Utility/PromptCommand.cs](/Shell/Commands/Utility/PromptCommand.cs) | C# | 18 | 15 | 3 | 36 |
|
||||||
|
| [Shell/Commands/Utility/SnakeCommand.cs](/Shell/Commands/Utility/SnakeCommand.cs) | C# | 164 | 15 | 28 | 207 |
|
||||||
|
| [Shell/Shell.cs](/Shell/Shell.cs) | C# | 1,526 | 34 | 276 | 1,836 |
|
||||||
|
| [Shell/UsageGenerator.cs](/Shell/UsageGenerator.cs) | C# | 211 | 15 | 32 | 258 |
|
||||||
|
| [System/BootMenu.cs](/System/BootMenu.cs) | C# | 156 | 15 | 31 | 202 |
|
||||||
|
| [System/FileSystem.cs](/System/FileSystem.cs) | C# | 533 | 34 | 68 | 635 |
|
||||||
|
| [System/MemService.cs](/System/MemService.cs) | C# | 23 | 15 | 4 | 42 |
|
||||||
|
| [System/Process.cs](/System/Process.cs) | C# | 164 | 15 | 21 | 200 |
|
||||||
|
| [System/ProcessManager.cs](/System/ProcessManager.cs) | C# | 85 | 15 | 18 | 118 |
|
||||||
|
| [System/ShellProcess.cs](/System/ShellProcess.cs) | C# | 53 | 15 | 12 | 80 |
|
||||||
|
| [System/UserManager.cs](/System/UserManager.cs) | C# | 79 | 15 | 16 | 110 |
|
||||||
|
| [System/UserSystem.cs](/System/UserSystem.cs) | C# | 798 | 33 | 122 | 953 |
|
||||||
|
| [UI/CUI.cs](/UI/CUI.cs) | C# | 122 | 23 | 29 | 174 |
|
||||||
|
| [UI/Components.cs](/UI/Components.cs) | C# | 960 | 15 | 145 | 1,120 |
|
||||||
|
| [UI/TUI.cs](/UI/TUI.cs) | C# | 260 | 17 | 43 | 320 |
|
||||||
|
| [UI/TUIDemo.cs](/UI/TUIDemo.cs) | C# | 279 | 15 | 55 | 349 |
|
||||||
|
| [Utils/Base64.cs](/Utils/Base64.cs) | C# | 86 | 71 | 23 | 180 |
|
||||||
|
| [Utils/EnvironmentVariableManager.cs](/Utils/EnvironmentVariableManager.cs) | C# | 151 | 20 | 18 | 189 |
|
||||||
|
| [Utils/FileSecurity.cs](/Utils/FileSecurity.cs) | C# | 88 | 15 | 18 | 121 |
|
||||||
|
| [Utils/FloatExtensions.cs](/Utils/FloatExtensions.cs) | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| [Utils/IniBuilder.cs](/Utils/IniBuilder.cs) | C# | 99 | 15 | 21 | 135 |
|
||||||
|
| [Utils/IniReader.cs](/Utils/IniReader.cs) | C# | 93 | 15 | 14 | 122 |
|
||||||
|
| [Utils/LuaApps.cs](/Utils/LuaApps.cs) | C# | 13 | 15 | 4 | 32 |
|
||||||
|
| [Utils/MemoryStatisticsProvider.cs](/Utils/MemoryStatisticsProvider.cs) | C# | 93 | 15 | 17 | 125 |
|
||||||
|
| [Utils/NetworkConfigManager.cs](/Utils/NetworkConfigManager.cs) | C# | 111 | 15 | 17 | 143 |
|
||||||
|
| [Utils/PathUtil.cs](/Utils/PathUtil.cs) | C# | 63 | 19 | 17 | 99 |
|
||||||
|
| [Utils/Power.cs](/Utils/Power.cs) | C# | 22 | 15 | 4 | 41 |
|
||||||
|
| [Utils/SHA256.cs](/Utils/SHA256.cs) | C# | 179 | 21 | 42 | 242 |
|
||||||
|
| [Utils/Version.cs](/Utils/Version.cs) | C# | 32 | 15 | 8 | 55 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/.cache/deps/@vue\_devtools-api.js](/docs/cmleonos/docs/.vuepress/.cache/deps/@vue_devtools-api.js) | JavaScript | 4,356 | 145 | 5 | 4,506 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/.cache/deps/@vuepress\_shared.js](/docs/cmleonos/docs/.vuepress/.cache/deps/@vuepress_shared.js) | JavaScript | 134 | 2 | 1 | 137 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/.cache/deps/\_metadata.json](/docs/cmleonos/docs/.vuepress/.cache/deps/_metadata.json) | JSON | 37 | 0 | 0 | 37 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/.cache/deps/chunk-OARA6QKZ.js](/docs/cmleonos/docs/.vuepress/.cache/deps/chunk-OARA6QKZ.js) | JavaScript | 12,582 | 238 | 5 | 12,825 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/.cache/deps/package.json](/docs/cmleonos/docs/.vuepress/.cache/deps/package.json) | JSON | 3 | 0 | 1 | 4 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/.cache/deps/vue-router.js](/docs/cmleonos/docs/.vuepress/.cache/deps/vue-router.js) | JavaScript | 2,371 | 25 | 9 | 2,405 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/.cache/deps/vue.js](/docs/cmleonos/docs/.vuepress/.cache/deps/vue.js) | JavaScript | 346 | 0 | 1 | 347 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/config.js](/docs/cmleonos/docs/.vuepress/config.js) | JavaScript | 12 | 1 | 7 | 20 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/404.html](/docs/cmleonos/docs/.vuepress/dist/404.html) | HTML | 40 | 0 | 4 | 44 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/assets/404.html-ByTdGTSm.js](/docs/cmleonos/docs/.vuepress/dist/assets/404.html-ByTdGTSm.js) | JavaScript | 1 | 0 | 1 | 2 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/assets/app-C1vKFkGc.js](/docs/cmleonos/docs/.vuepress/dist/assets/app-C1vKFkGc.js) | JavaScript | 28 | 4 | 1 | 33 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/assets/commands.html-DsR2axk8.js](/docs/cmleonos/docs/.vuepress/dist/assets/commands.html-DsR2axk8.js) | JavaScript | 153 | 0 | 1 | 154 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-CfHiKCXZ.js](/docs/cmleonos/docs/.vuepress/dist/assets/get-started.html-CfHiKCXZ.js) | JavaScript | 1 | 0 | 1 | 2 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/assets/index.html-BMbDjf\_W.js](/docs/cmleonos/docs/.vuepress/dist/assets/index.html-BMbDjf_W.js) | JavaScript | 1 | 0 | 1 | 2 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/assets/lua.html-3\_L4TJjQ.js](/docs/cmleonos/docs/.vuepress/dist/assets/lua.html-3_L4TJjQ.js) | JavaScript | 303 | 0 | 1 | 304 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css](/docs/cmleonos/docs/.vuepress/dist/assets/style-BmL0kmLr.css) | PostCSS | 1 | 0 | 1 | 2 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/commands.html](/docs/cmleonos/docs/.vuepress/dist/commands.html) | HTML | 192 | 0 | 4 | 196 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/get-started.html](/docs/cmleonos/docs/.vuepress/dist/get-started.html) | HTML | 40 | 0 | 4 | 44 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/index.html](/docs/cmleonos/docs/.vuepress/dist/index.html) | HTML | 40 | 0 | 4 | 44 |
|
||||||
|
| [docs/cmleonos/docs/.vuepress/dist/lua.html](/docs/cmleonos/docs/.vuepress/dist/lua.html) | HTML | 342 | 0 | 4 | 346 |
|
||||||
|
| [docs/cmleonos/docs/README.md](/docs/cmleonos/docs/README.md) | Markdown | 33 | 0 | 4 | 37 |
|
||||||
|
| [docs/cmleonos/docs/commands.md](/docs/cmleonos/docs/commands.md) | Markdown | 901 | 0 | 248 | 1,149 |
|
||||||
|
| [docs/cmleonos/docs/get-started.md](/docs/cmleonos/docs/get-started.md) | Markdown | 16 | 0 | 4 | 20 |
|
||||||
|
| [docs/cmleonos/docs/lua.md](/docs/cmleonos/docs/lua.md) | Markdown | 1,099 | 0 | 387 | 1,486 |
|
||||||
|
| [docs/cmleonos/package.json](/docs/cmleonos/package.json) | JSON | 20 | 0 | 1 | 21 |
|
||||||
|
| [docs/cmleonos/pnpm-lock.yaml](/docs/cmleonos/pnpm-lock.yaml) | YAML | 2,410 | 0 | 674 | 3,084 |
|
||||||
|
| [global.json](/global.json) | JSON | 6 | 0 | 0 | 6 |
|
||||||
|
|
||||||
|
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
||||||
35
.VSCodeCounter/2026-03-15_16-06-49/diff-details.md
Normal file
35
.VSCodeCounter/2026-03-15_16-06-49/diff-details.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# Diff Details
|
||||||
|
|
||||||
|
Date : 2026-03-15 16:06:49
|
||||||
|
|
||||||
|
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
|
||||||
|
|
||||||
|
Total : 20 files, 695 codes, 22 comments, 76 blanks, all 793 lines
|
||||||
|
|
||||||
|
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
|
||||||
|
|
||||||
|
## Files
|
||||||
|
| filename | language | code | comment | blank | total |
|
||||||
|
| :--- | :--- | ---: | ---: | ---: | ---: |
|
||||||
|
| [BootMenu.cs](/BootMenu.cs) | C# | -152 | -15 | -30 | -197 |
|
||||||
|
| [Editor/Nano.cs](/Editor/Nano.cs) | C# | 328 | 0 | 19 | 347 |
|
||||||
|
| [Gui/Apps/Files.cs](/Gui/Apps/Files.cs) | C# | 3 | 0 | 0 | 3 |
|
||||||
|
| [Gui/Apps/Settings.cs](/Gui/Apps/Settings.cs) | C# | 9 | 0 | 2 | 11 |
|
||||||
|
| [Kernel.cs](/Kernel.cs) | C# | 1 | 6 | 2 | 9 |
|
||||||
|
| [LuaApps.cs](/LuaApps.cs) | C# | -13 | -15 | -4 | -32 |
|
||||||
|
| [Power.cs](/Power.cs) | C# | -22 | -15 | -4 | -41 |
|
||||||
|
| [Settings/Settings.cs](/Settings/Settings.cs) | C# | 17 | 0 | 1 | 18 |
|
||||||
|
| [Shell/CommandList.cs](/Shell/CommandList.cs) | C# | 6 | 0 | 0 | 6 |
|
||||||
|
| [Shell/Commands/MarkitCommand.cs](/Shell/Commands/MarkitCommand.cs) | C# | 100 | 0 | 7 | 107 |
|
||||||
|
| [Shell/Commands/Utility/AliasCommand.cs](/Shell/Commands/Utility/AliasCommand.cs) | C# | 7 | 0 | 2 | 9 |
|
||||||
|
| [Shell/Commands/Utility/FemboyCommand.cs](/Shell/Commands/Utility/FemboyCommand.cs) | C# | 12 | 15 | 3 | 30 |
|
||||||
|
| [Shell/Shell.cs](/Shell/Shell.cs) | C# | 9 | 0 | 2 | 11 |
|
||||||
|
| [System/BootMenu.cs](/System/BootMenu.cs) | C# | 156 | 15 | 31 | 202 |
|
||||||
|
| [System/FileSystem.cs](/System/FileSystem.cs) | C# | 40 | 1 | 4 | 45 |
|
||||||
|
| [System/UserManager.cs](/System/UserManager.cs) | C# | 79 | 15 | 16 | 110 |
|
||||||
|
| [UserManager.cs](/UserManager.cs) | C# | -79 | -15 | -16 | -110 |
|
||||||
|
| [Utils/LuaApps.cs](/Utils/LuaApps.cs) | C# | 13 | 15 | 4 | 32 |
|
||||||
|
| [Utils/Power.cs](/Utils/Power.cs) | C# | 22 | 15 | 4 | 41 |
|
||||||
|
| [docs/cmleonos/docs/commands.md](/docs/cmleonos/docs/commands.md) | Markdown | 159 | 0 | 33 | 192 |
|
||||||
|
|
||||||
|
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
|
||||||
22
.VSCodeCounter/2026-03-15_16-06-49/diff.csv
Normal file
22
.VSCodeCounter/2026-03-15_16-06-49/diff.csv
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
"filename", "language", "C#", "Markdown", "comment", "blank", "total"
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs", "C#", -152, 0, -15, -30, -197
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs", "C#", 328, 0, 0, 19, 347
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Files.cs", "C#", 3, 0, 0, 0, 3
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Settings.cs", "C#", 9, 0, 0, 2, 11
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs", "C#", 1, 0, 6, 2, 9
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps.cs", "C#", -13, 0, -15, -4, -32
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Power.cs", "C#", -22, 0, -15, -4, -41
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs", "C#", 17, 0, 0, 1, 18
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs", "C#", 6, 0, 0, 0, 6
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\MarkitCommand.cs", "C#", 100, 0, 0, 7, 107
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs", "C#", 7, 0, 0, 2, 9
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\FemboyCommand.cs", "C#", 12, 0, 15, 3, 30
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs", "C#", 9, 0, 0, 2, 11
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\BootMenu.cs", "C#", 156, 0, 15, 31, 202
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs", "C#", 40, 0, 1, 4, 45
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserManager.cs", "C#", 79, 0, 15, 16, 110
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UserManager.cs", "C#", -79, 0, -15, -16, -110
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\LuaApps.cs", "C#", 13, 0, 15, 4, 32
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Power.cs", "C#", 22, 0, 15, 4, 41
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md", "Markdown", 0, 159, 0, 33, 192
|
||||||
|
"Total", "-", 536, 159, 22, 76, 793
|
||||||
|
37
.VSCodeCounter/2026-03-15_16-06-49/diff.md
Normal file
37
.VSCodeCounter/2026-03-15_16-06-49/diff.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# Diff Summary
|
||||||
|
|
||||||
|
Date : 2026-03-15 16:06:49
|
||||||
|
|
||||||
|
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
|
||||||
|
|
||||||
|
Total : 20 files, 695 codes, 22 comments, 76 blanks, all 793 lines
|
||||||
|
|
||||||
|
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
|
||||||
|
|
||||||
|
## Languages
|
||||||
|
| language | files | code | comment | blank | total |
|
||||||
|
| :--- | ---: | ---: | ---: | ---: | ---: |
|
||||||
|
| C# | 19 | 536 | 22 | 43 | 601 |
|
||||||
|
| Markdown | 1 | 159 | 0 | 33 | 192 |
|
||||||
|
|
||||||
|
## Directories
|
||||||
|
| path | files | code | comment | blank | total |
|
||||||
|
| :--- | ---: | ---: | ---: | ---: | ---: |
|
||||||
|
| . | 20 | 695 | 22 | 76 | 793 |
|
||||||
|
| . (Files) | 5 | -265 | -54 | -52 | -371 |
|
||||||
|
| Editor | 1 | 328 | 0 | 19 | 347 |
|
||||||
|
| Gui | 2 | 12 | 0 | 2 | 14 |
|
||||||
|
| Gui\\Apps | 2 | 12 | 0 | 2 | 14 |
|
||||||
|
| Settings | 1 | 17 | 0 | 1 | 18 |
|
||||||
|
| Shell | 5 | 134 | 15 | 14 | 163 |
|
||||||
|
| Shell (Files) | 2 | 15 | 0 | 2 | 17 |
|
||||||
|
| Shell\\Commands | 3 | 119 | 15 | 12 | 146 |
|
||||||
|
| Shell\\Commands (Files) | 1 | 100 | 0 | 7 | 107 |
|
||||||
|
| Shell\\Commands\\Utility | 2 | 19 | 15 | 5 | 39 |
|
||||||
|
| System | 3 | 275 | 31 | 51 | 357 |
|
||||||
|
| Utils | 2 | 35 | 30 | 8 | 73 |
|
||||||
|
| docs | 1 | 159 | 0 | 33 | 192 |
|
||||||
|
| docs\\cmleonos | 1 | 159 | 0 | 33 | 192 |
|
||||||
|
| docs\\cmleonos\\docs | 1 | 159 | 0 | 33 | 192 |
|
||||||
|
|
||||||
|
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
|
||||||
60
.VSCodeCounter/2026-03-15_16-06-49/diff.txt
Normal file
60
.VSCodeCounter/2026-03-15_16-06-49/diff.txt
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
Date : 2026-03-15 16:06:49
|
||||||
|
Directory : c:\Users\leon\source\repos\CMLeonOS\CMLeonOS
|
||||||
|
Total : 20 files, 695 codes, 22 comments, 76 blanks, all 793 lines
|
||||||
|
|
||||||
|
Languages
|
||||||
|
+----------+------------+------------+------------+------------+------------+
|
||||||
|
| language | files | code | comment | blank | total |
|
||||||
|
+----------+------------+------------+------------+------------+------------+
|
||||||
|
| C# | 19 | 536 | 22 | 43 | 601 |
|
||||||
|
| Markdown | 1 | 159 | 0 | 33 | 192 |
|
||||||
|
+----------+------------+------------+------------+------------+------------+
|
||||||
|
|
||||||
|
Directories
|
||||||
|
+--------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
|
| path | files | code | comment | blank | total |
|
||||||
|
+--------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
|
| . | 20 | 695 | 22 | 76 | 793 |
|
||||||
|
| . (Files) | 5 | -265 | -54 | -52 | -371 |
|
||||||
|
| Editor | 1 | 328 | 0 | 19 | 347 |
|
||||||
|
| Gui | 2 | 12 | 0 | 2 | 14 |
|
||||||
|
| Gui\Apps | 2 | 12 | 0 | 2 | 14 |
|
||||||
|
| Settings | 1 | 17 | 0 | 1 | 18 |
|
||||||
|
| Shell | 5 | 134 | 15 | 14 | 163 |
|
||||||
|
| Shell (Files) | 2 | 15 | 0 | 2 | 17 |
|
||||||
|
| Shell\Commands | 3 | 119 | 15 | 12 | 146 |
|
||||||
|
| Shell\Commands (Files) | 1 | 100 | 0 | 7 | 107 |
|
||||||
|
| Shell\Commands\Utility | 2 | 19 | 15 | 5 | 39 |
|
||||||
|
| System | 3 | 275 | 31 | 51 | 357 |
|
||||||
|
| Utils | 2 | 35 | 30 | 8 | 73 |
|
||||||
|
| docs | 1 | 159 | 0 | 33 | 192 |
|
||||||
|
| docs\cmleonos | 1 | 159 | 0 | 33 | 192 |
|
||||||
|
| docs\cmleonos\docs | 1 | 159 | 0 | 33 | 192 |
|
||||||
|
+--------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
|
|
||||||
|
Files
|
||||||
|
+--------------------------------------------------------------------------------------+----------+------------+------------+------------+------------+
|
||||||
|
| filename | language | code | comment | blank | total |
|
||||||
|
+--------------------------------------------------------------------------------------+----------+------------+------------+------------+------------+
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs | C# | -152 | -15 | -30 | -197 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs | C# | 328 | 0 | 19 | 347 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Files.cs | C# | 3 | 0 | 0 | 3 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Settings.cs | C# | 9 | 0 | 2 | 11 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs | C# | 1 | 6 | 2 | 9 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps.cs | C# | -13 | -15 | -4 | -32 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Power.cs | C# | -22 | -15 | -4 | -41 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs | C# | 17 | 0 | 1 | 18 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs | C# | 6 | 0 | 0 | 6 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\MarkitCommand.cs | C# | 100 | 0 | 7 | 107 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs | C# | 7 | 0 | 2 | 9 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\FemboyCommand.cs | C# | 12 | 15 | 3 | 30 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs | C# | 9 | 0 | 2 | 11 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\BootMenu.cs | C# | 156 | 15 | 31 | 202 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs | C# | 40 | 1 | 4 | 45 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserManager.cs | C# | 79 | 15 | 16 | 110 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UserManager.cs | C# | -79 | -15 | -16 | -110 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\LuaApps.cs | C# | 13 | 15 | 4 | 32 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Power.cs | C# | 22 | 15 | 4 | 41 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md | Markdown | 159 | 0 | 33 | 192 |
|
||||||
|
| Total | | 695 | 22 | 76 | 793 |
|
||||||
|
+--------------------------------------------------------------------------------------+----------+------------+------------+------------+------------+
|
||||||
243
.VSCodeCounter/2026-03-15_16-06-49/results.csv
Normal file
243
.VSCodeCounter/2026-03-15_16-06-49/results.csv
Normal file
@@ -0,0 +1,243 @@
|
|||||||
|
"filename", "language", "C#", "PowerShell", "Batch", "Lua", "Markdown", "XML", "JSON", "YAML", "HTML", "JavaScript", "PostCSS", "comment", "blank", "total"
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Branswe.md", "Markdown", 0, 0, 0, 0, 261, 0, 0, 0, 0, 0, 0, 0, 67, 328
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Build.bat", "Batch", 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BuildTime.ps1", "PowerShell", 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj", "XML", 0, 0, 0, 0, 0, 149, 0, 0, 0, 0, 0, 1, 14, 164
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Driver\VMWareSVGAII.cs", "C#", 319, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 460, 37, 816
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Editor.cs", "C#", 267, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 44, 36, 347
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs", "C#", 1667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 180, 1878
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\GenerateGitCommit.ps1", "PowerShell", 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 25
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\App.cs", "C#", 29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 9, 53
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\AppManager.cs", "C#", 106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 26, 147
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Calculator.cs", "C#", 258, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 30, 307
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Calendar.cs", "C#", 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 20, 105
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Clock.cs", "C#", 95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 25, 139
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\CodeEditor.cs", "C#", 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 7, 67
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\CodeStudio.cs", "C#", 36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 12, 64
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\Ide.cs", "C#", 299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 56, 370
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\LuaGuiLibrary.cs", "C#", 360, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 81, 456
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\LuaSyntaxHighlighter.cs", "C#", 160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 22, 197
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\DemoLauncher.cs", "C#", 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 18, 103
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Demos\Mandelbrot.cs", "C#", 72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 21, 108
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Demos\Starfield.cs", "C#", 84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 23, 122
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Files.cs", "C#", 278, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 56, 349
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Info.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 13, 69
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Logs.cs", "C#", 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 28, 155
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\MemoryStatistics.cs", "C#", 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 16, 88
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Notepad.cs", "C#", 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 43, 229
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\ColourPicker.cs", "C#", 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 16, 106
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Paint.cs", "C#", 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 20, 105
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tool.cs", "C#", 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 7, 41
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\ToolBox.cs", "C#", 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 16, 77
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tools\CircleBrush.cs", "C#", 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 36
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tools\Pencil.cs", "C#", 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 6, 59
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Settings.cs", "C#", 253, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 57, 327
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Stopwatch.cs", "C#", 130, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 33, 178
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Tasks.cs", "C#", 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 17, 99
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Asc16.cs", "C#", 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 5, 55
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\BitmapExtensions.cs", "C#", 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 11, 66
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\CursorType.cs", "C#", 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 25
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Gui.cs", "C#", 61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 21, 98
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SettingsService.cs", "C#", 171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 27, 223
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\AppDockIcon.cs", "C#", 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 5, 39
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\BaseDockIcon.cs", "C#", 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 14, 99
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\Dock.cs", "C#", 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 39, 207
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\StartMenuDockIcon.cs", "C#", 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 5, 39
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Lock.cs", "C#", 161, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 43, 219
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\StartMenu.cs", "C#", 227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 53, 297
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Taskbar.cs", "C#", 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 25, 160
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SmoothMono\FontData.cs", "C#", 421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 129, 565
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SmoothMono\TextRenderer.cs", "C#", 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 9, 81
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Sound\SoundService.cs", "C#", 94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 18, 128
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Sound\SystemSound.cs", "C#", 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 26
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Alignment.cs", "C#", 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 26
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\Animation.cs", "C#", 43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 12, 101
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\Easing.cs", "C#", 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 4, 72
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\EasingDirection.cs", "C#", 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 4, 40
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\EasingType.cs", "C#", 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 3, 35
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\MovementAnimation.cs", "C#", 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29, 6, 81
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\AppWindow.cs", "C#", 196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 44, 260
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Button.cs", "C#", 121, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 150
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Calendar.cs", "C#", 176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 28, 221
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\CheckBox.cs", "C#", 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 16, 131
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Control.cs", "C#", 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 31
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Extensions.cs", "C#", 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 34
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\FileBrowser.cs", "C#", 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 43, 330
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ImageBlock.cs", "C#", 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 8, 78
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\MessageBox.cs", "C#", 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 15, 75
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\PromptBox.cs", "C#", 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 15, 77
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\RangeSlider.cs", "C#", 166, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 28, 212
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ShortcutBar.cs", "C#", 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 110
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ShortcutBarCell.cs", "C#", 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 5, 34
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Switch.cs", "C#", 95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 21, 135
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Table.cs", "C#", 335, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 47, 410
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TableCell.cs", "C#", 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 11, 59
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TextBlock.cs", "C#", 112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 141
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TextBox.cs", "C#", 327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 67, 413
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Window.cs", "C#", 463, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 66, 580
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\WindowManager.cs", "C#", 344, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 82, 461
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\Branswe.cs", "C#", 482, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 43, 54, 579
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 8, 64
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs", "C#", 1101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 157, 1299
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs", "C#", 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 27, 144
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs", "C#", 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 40, 50, 359
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs", "C#", 187, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 33, 235
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs", "C#", 627, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 55, 93, 775
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs", "C#", 1335, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 79, 241, 1655
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs", "C#", 643, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36, 92, 771
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs", "C#", 406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 43, 473
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs", "C#", 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 27, 221
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs", "C#", 137, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 16, 168
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs", "C#", 443, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 55, 532
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs", "C#", 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 6, 41
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs", "C#", 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 80
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs", "C#", 115, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 19, 151
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs", "C#", 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 20, 110
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs", "C#", 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 19, 116
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs", "C#", 461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 66, 542
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs", "C#", 285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 49, 359
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs", "C#", 367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 52, 435
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs", "C#", 316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 50, 381
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs", "C#", 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 47, 375
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs", "C#", 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 51, 322
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs", "C#", 869, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 61, 953
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs", "C#", 465, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 52, 80, 597
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs", "C#", 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 24, 297
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs", "C#", 131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 27, 180
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs", "C#", 1588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 154, 219, 1961
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs", "C#", 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 10, 118
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 6, 36
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs", "C#", 321, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 51, 393
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs", "C#", 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 40, 255
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs", "C#", 1038, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 162, 1273
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs", "C#", 414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 97, 80, 591
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LICENSE.md", "Markdown", 0, 0, 0, 0, 485, 0, 0, 0, 0, 0, 0, 0, 110, 595
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Log.cs", "C#", 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 8, 54
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogEntry.cs", "C#", 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 8, 72
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 28
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs", "C#", 95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 20, 130
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\Hello.lua", "Lua", 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\calculator.lua", "Lua", 0, 0, 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 11, 98
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\helloworld.lua", "Lua", 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\testspeed.lua", "Lua", 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\README.md", "Markdown", 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs", "C#", 324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 32, 371
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs", "C#", 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 261
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs", "C#", 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 43
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs", "C#", 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 43
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs", "C#", 175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 11, 201
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\ExportBackgroundCommand.cs", "C#", 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 5, 50
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CatCommand.cs", "C#", 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 36
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 27
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs", "C#", 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 7, 62
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs", "C#", 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 6, 49
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs", "C#", 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 6, 58
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs", "C#", 46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 9, 70
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 27
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs", "C#", 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 38
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs", "C#", 41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 8, 64
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 29
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs", "C#", 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 10, 73
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs", "C#", 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 7, 82
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs", "C#", 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 46
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs", "C#", 47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 9, 71
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs", "C#", 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 44
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs", "C#", 67, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 12, 94
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs", "C#", 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 7, 67
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs", "C#", 554, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 30, 599
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs", "C#", 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 30
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs", "C#", 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 41
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs", "C#", 224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 25, 264
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LogsCommand.cs", "C#", 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 10, 88
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\MarkitCommand.cs", "C#", 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 107
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 31
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 31
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs", "C#", 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 7, 64
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs", "C#", 69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 15, 99
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs", "C#", 54, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 10, 79
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs", "C#", 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 87
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs", "C#", 230, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 28, 273
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 29
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 29
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs", "C#", 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 30
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs", "C#", 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 9, 74
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs", "C#", 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 8, 74
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs", "C#", 74, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 9, 98
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 29
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs", "C#", 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 7, 62
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs", "C#", 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 34
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs", "C#", 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 10, 102
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestTUICommand.cs", "C#", 583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 103, 701
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs", "C#", 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 27
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs", "C#", 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 5, 47
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs", "C#", 114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 15, 144
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs", "C#", 147, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 22, 184
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AppManagerCommand.cs", "C#", 165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 31, 211
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs", "C#", 108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 10, 133
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs", "C#", 89, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 13, 117
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 29
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs", "C#", 56, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 5, 76
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcGuiCommand.cs", "C#", 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 29, 351
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs", "C#", 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 86
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\FemboyCommand.cs", "C#", 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 30
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs", "C#", 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 6, 66
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs", "C#", 234, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 26, 275
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs", "C#", 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 33
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\MatrixCommand.cs", "C#", 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 91
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs", "C#", 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 36
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\SnakeCommand.cs", "C#", 164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 28, 207
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs", "C#", 1526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 276, 1836
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\UsageGenerator.cs", "C#", 211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 32, 258
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\BootMenu.cs", "C#", 156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 31, 202
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs", "C#", 533, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 68, 635
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\MemService.cs", "C#", 23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 42
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\Process.cs", "C#", 164, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 21, 200
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs", "C#", 85, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 18, 118
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs", "C#", 53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 12, 80
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserManager.cs", "C#", 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 16, 110
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs", "C#", 798, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 122, 953
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs", "C#", 122, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 29, 174
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\Components.cs", "C#", 960, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 145, 1120
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUI.cs", "C#", 260, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 43, 320
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUIDemo.cs", "C#", 279, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 55, 349
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs", "C#", 86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 71, 23, 180
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs", "C#", 151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 18, 189
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\FileSecurity.cs", "C#", 88, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 18, 121
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\FloatExtensions.cs", "C#", 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 3, 29
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\IniBuilder.cs", "C#", 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 21, 135
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\IniReader.cs", "C#", 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 122
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\LuaApps.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 32
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\MemoryStatisticsProvider.cs", "C#", 93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 17, 125
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs", "C#", 111, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 17, 143
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\PathUtil.cs", "C#", 63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 17, 99
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Power.cs", "C#", 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 41
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs", "C#", 179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 42, 242
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs", "C#", 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 8, 55
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vue_devtools-api.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 4356, 0, 145, 5, 4506
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vuepress_shared.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 134, 0, 2, 1, 137
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\_metadata.json", "JSON", 0, 0, 0, 0, 0, 0, 37, 0, 0, 0, 0, 0, 0, 37
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\chunk-OARA6QKZ.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 12582, 0, 238, 5, 12825
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\package.json", "JSON", 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 4
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue-router.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 2371, 0, 25, 9, 2405
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 346, 0, 0, 1, 347
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\config.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 1, 7, 20
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\404.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-ByTdGTSm.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-C1vKFkGc.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 4, 1, 33
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-DsR2axk8.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 153, 0, 0, 1, 154
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-CfHiKCXZ.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-BMbDjf_W.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 2
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-3_L4TJjQ.js", "JavaScript", 0, 0, 0, 0, 0, 0, 0, 0, 0, 303, 0, 0, 1, 304
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\style-BmL0kmLr.css", "PostCSS", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\commands.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 192, 0, 0, 0, 4, 196
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\get-started.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\index.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 0, 0, 4, 44
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\lua.html", "HTML", 0, 0, 0, 0, 0, 0, 0, 0, 342, 0, 0, 0, 4, 346
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\README.md", "Markdown", 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 0, 4, 37
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md", "Markdown", 0, 0, 0, 0, 901, 0, 0, 0, 0, 0, 0, 0, 248, 1149
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\get-started.md", "Markdown", 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 4, 20
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md", "Markdown", 0, 0, 0, 0, 1099, 0, 0, 0, 0, 0, 0, 0, 387, 1486
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\package.json", "JSON", 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 1, 21
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\pnpm-lock.yaml", "YAML", 0, 0, 0, 0, 0, 0, 0, 2410, 0, 0, 0, 0, 674, 3084
|
||||||
|
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\global.json", "JSON", 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 6
|
||||||
|
"Total", "-", 35614, 25, 1, 100, 2797, 149, 66, 2410, 654, 20288, 1, 4967, 7381, 74453
|
||||||
|
1
.VSCodeCounter/2026-03-15_16-06-49/results.json
Normal file
1
.VSCodeCounter/2026-03-15_16-06-49/results.json
Normal file
File diff suppressed because one or more lines are too long
86
.VSCodeCounter/2026-03-15_16-06-49/results.md
Normal file
86
.VSCodeCounter/2026-03-15_16-06-49/results.md
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
# Summary
|
||||||
|
|
||||||
|
Date : 2026-03-15 16:06:49
|
||||||
|
|
||||||
|
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
|
||||||
|
|
||||||
|
Total : 241 files, 62105 codes, 4967 comments, 7381 blanks, all 74453 lines
|
||||||
|
|
||||||
|
Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
||||||
|
|
||||||
|
## Languages
|
||||||
|
| language | files | code | comment | blank | total |
|
||||||
|
| :--- | ---: | ---: | ---: | ---: | ---: |
|
||||||
|
| C# | 203 | 35,614 | 4,549 | 5,797 | 45,960 |
|
||||||
|
| JavaScript | 12 | 20,288 | 415 | 34 | 20,737 |
|
||||||
|
| Markdown | 7 | 2,797 | 0 | 820 | 3,617 |
|
||||||
|
| YAML | 1 | 2,410 | 0 | 674 | 3,084 |
|
||||||
|
| HTML | 5 | 654 | 0 | 20 | 674 |
|
||||||
|
| XML | 1 | 149 | 1 | 14 | 164 |
|
||||||
|
| Lua | 4 | 100 | 1 | 15 | 116 |
|
||||||
|
| JSON | 4 | 66 | 0 | 2 | 68 |
|
||||||
|
| PowerShell | 2 | 25 | 0 | 4 | 29 |
|
||||||
|
| Batch | 1 | 1 | 1 | 0 | 2 |
|
||||||
|
| PostCSS | 1 | 1 | 0 | 1 | 2 |
|
||||||
|
|
||||||
|
## Directories
|
||||||
|
| path | files | code | comment | blank | total |
|
||||||
|
| :--- | ---: | ---: | ---: | ---: | ---: |
|
||||||
|
| . | 241 | 62,105 | 4,967 | 7,381 | 74,453 |
|
||||||
|
| . (Files) | 9 | 1,343 | 99 | 275 | 1,717 |
|
||||||
|
| Driver | 1 | 319 | 460 | 37 | 816 |
|
||||||
|
| Editor | 2 | 1,934 | 75 | 216 | 2,225 |
|
||||||
|
| Gui | 69 | 7,872 | 1,241 | 1,667 | 10,780 |
|
||||||
|
| Gui (Files) | 9 | 1,256 | 203 | 249 | 1,708 |
|
||||||
|
| Gui\\Apps | 25 | 2,922 | 387 | 647 | 3,956 |
|
||||||
|
| Gui\\Apps (Files) | 12 | 1,602 | 190 | 356 | 2,148 |
|
||||||
|
| Gui\\Apps\\CodeStudio | 5 | 900 | 76 | 178 | 1,154 |
|
||||||
|
| Gui\\Apps\\Demos | 2 | 156 | 30 | 44 | 230 |
|
||||||
|
| Gui\\Apps\\Paint | 6 | 264 | 91 | 69 | 424 |
|
||||||
|
| Gui\\Apps\\Paint (Files) | 4 | 209 | 61 | 59 | 329 |
|
||||||
|
| Gui\\Apps\\Paint\\Tools | 2 | 55 | 30 | 10 | 95 |
|
||||||
|
| Gui\\ShellComponents | 7 | 762 | 114 | 184 | 1,060 |
|
||||||
|
| Gui\\ShellComponents (Files) | 3 | 508 | 47 | 121 | 676 |
|
||||||
|
| Gui\\ShellComponents\\Dock | 4 | 254 | 67 | 63 | 384 |
|
||||||
|
| Gui\\SmoothMono | 2 | 478 | 30 | 138 | 646 |
|
||||||
|
| Gui\\Sound | 2 | 103 | 31 | 20 | 154 |
|
||||||
|
| Gui\\UILib | 24 | 2,351 | 476 | 429 | 3,256 |
|
||||||
|
| Gui\\UILib (Files) | 19 | 2,211 | 316 | 400 | 2,927 |
|
||||||
|
| Gui\\UILib\\Animations | 5 | 140 | 160 | 29 | 329 |
|
||||||
|
| Interpreter | 34 | 13,167 | 1,114 | 1,969 | 16,250 |
|
||||||
|
| Interpreter (Files) | 1 | 482 | 43 | 54 | 579 |
|
||||||
|
| Interpreter\\UniLua | 33 | 12,685 | 1,071 | 1,915 | 15,671 |
|
||||||
|
| Logger | 4 | 186 | 60 | 38 | 284 |
|
||||||
|
| LuaApps | 4 | 100 | 1 | 15 | 116 |
|
||||||
|
| Settings | 1 | 324 | 15 | 32 | 371 |
|
||||||
|
| Shell | 66 | 6,845 | 994 | 988 | 8,827 |
|
||||||
|
| Shell (Files) | 3 | 1,981 | 64 | 310 | 2,355 |
|
||||||
|
| Shell\\Commands | 63 | 4,864 | 930 | 678 | 6,472 |
|
||||||
|
| Shell\\Commands (Files) | 6 | 1,077 | 75 | 160 | 1,312 |
|
||||||
|
| Shell\\Commands\\Editor | 2 | 48 | 30 | 8 | 86 |
|
||||||
|
| Shell\\Commands\\Environment | 1 | 175 | 15 | 11 | 201 |
|
||||||
|
| Shell\\Commands\\FileSystem | 17 | 580 | 255 | 102 | 937 |
|
||||||
|
| Shell\\Commands\\Help | 1 | 554 | 15 | 30 | 599 |
|
||||||
|
| Shell\\Commands\\Info | 2 | 34 | 30 | 7 | 71 |
|
||||||
|
| Shell\\Commands\\Power | 2 | 26 | 30 | 6 | 62 |
|
||||||
|
| Shell\\Commands\\Script | 5 | 453 | 75 | 74 | 602 |
|
||||||
|
| Shell\\Commands\\System | 9 | 276 | 135 | 48 | 459 |
|
||||||
|
| Shell\\Commands\\User | 3 | 151 | 45 | 22 | 218 |
|
||||||
|
| Shell\\Commands\\Utility | 15 | 1,490 | 225 | 210 | 1,925 |
|
||||||
|
| System | 8 | 1,891 | 157 | 292 | 2,340 |
|
||||||
|
| UI | 4 | 1,621 | 70 | 272 | 1,963 |
|
||||||
|
| Utils | 13 | 1,041 | 266 | 206 | 1,513 |
|
||||||
|
| docs | 26 | 25,462 | 415 | 1,374 | 27,251 |
|
||||||
|
| docs\\cmleonos | 26 | 25,462 | 415 | 1,374 | 27,251 |
|
||||||
|
| docs\\cmleonos (Files) | 2 | 2,430 | 0 | 675 | 3,105 |
|
||||||
|
| docs\\cmleonos\\docs | 24 | 23,032 | 415 | 699 | 24,146 |
|
||||||
|
| docs\\cmleonos\\docs (Files) | 4 | 2,049 | 0 | 643 | 2,692 |
|
||||||
|
| docs\\cmleonos\\docs\\.vuepress | 20 | 20,983 | 415 | 56 | 21,454 |
|
||||||
|
| docs\\cmleonos\\docs\\.vuepress (Files) | 1 | 12 | 1 | 7 | 20 |
|
||||||
|
| docs\\cmleonos\\docs\\.vuepress\\.cache | 7 | 19,829 | 410 | 22 | 20,261 |
|
||||||
|
| docs\\cmleonos\\docs\\.vuepress\\.cache\\deps | 7 | 19,829 | 410 | 22 | 20,261 |
|
||||||
|
| docs\\cmleonos\\docs\\.vuepress\\dist | 12 | 1,142 | 4 | 27 | 1,173 |
|
||||||
|
| docs\\cmleonos\\docs\\.vuepress\\dist (Files) | 5 | 654 | 0 | 20 | 674 |
|
||||||
|
| docs\\cmleonos\\docs\\.vuepress\\dist\\assets | 7 | 488 | 4 | 7 | 499 |
|
||||||
|
|
||||||
|
Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
|
||||||
330
.VSCodeCounter/2026-03-15_16-06-49/results.txt
Normal file
330
.VSCodeCounter/2026-03-15_16-06-49/results.txt
Normal file
@@ -0,0 +1,330 @@
|
|||||||
|
Date : 2026-03-15 16:06:49
|
||||||
|
Directory : c:\Users\leon\source\repos\CMLeonOS\CMLeonOS
|
||||||
|
Total : 241 files, 62105 codes, 4967 comments, 7381 blanks, all 74453 lines
|
||||||
|
|
||||||
|
Languages
|
||||||
|
+------------+------------+------------+------------+------------+------------+
|
||||||
|
| language | files | code | comment | blank | total |
|
||||||
|
+------------+------------+------------+------------+------------+------------+
|
||||||
|
| C# | 203 | 35,614 | 4,549 | 5,797 | 45,960 |
|
||||||
|
| JavaScript | 12 | 20,288 | 415 | 34 | 20,737 |
|
||||||
|
| Markdown | 7 | 2,797 | 0 | 820 | 3,617 |
|
||||||
|
| YAML | 1 | 2,410 | 0 | 674 | 3,084 |
|
||||||
|
| HTML | 5 | 654 | 0 | 20 | 674 |
|
||||||
|
| XML | 1 | 149 | 1 | 14 | 164 |
|
||||||
|
| Lua | 4 | 100 | 1 | 15 | 116 |
|
||||||
|
| JSON | 4 | 66 | 0 | 2 | 68 |
|
||||||
|
| PowerShell | 2 | 25 | 0 | 4 | 29 |
|
||||||
|
| Batch | 1 | 1 | 1 | 0 | 2 |
|
||||||
|
| PostCSS | 1 | 1 | 0 | 1 | 2 |
|
||||||
|
+------------+------------+------------+------------+------------+------------+
|
||||||
|
|
||||||
|
Directories
|
||||||
|
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
|
| path | files | code | comment | blank | total |
|
||||||
|
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
|
| . | 241 | 62,105 | 4,967 | 7,381 | 74,453 |
|
||||||
|
| . (Files) | 9 | 1,343 | 99 | 275 | 1,717 |
|
||||||
|
| Driver | 1 | 319 | 460 | 37 | 816 |
|
||||||
|
| Editor | 2 | 1,934 | 75 | 216 | 2,225 |
|
||||||
|
| Gui | 69 | 7,872 | 1,241 | 1,667 | 10,780 |
|
||||||
|
| Gui (Files) | 9 | 1,256 | 203 | 249 | 1,708 |
|
||||||
|
| Gui\Apps | 25 | 2,922 | 387 | 647 | 3,956 |
|
||||||
|
| Gui\Apps (Files) | 12 | 1,602 | 190 | 356 | 2,148 |
|
||||||
|
| Gui\Apps\CodeStudio | 5 | 900 | 76 | 178 | 1,154 |
|
||||||
|
| Gui\Apps\Demos | 2 | 156 | 30 | 44 | 230 |
|
||||||
|
| Gui\Apps\Paint | 6 | 264 | 91 | 69 | 424 |
|
||||||
|
| Gui\Apps\Paint (Files) | 4 | 209 | 61 | 59 | 329 |
|
||||||
|
| Gui\Apps\Paint\Tools | 2 | 55 | 30 | 10 | 95 |
|
||||||
|
| Gui\ShellComponents | 7 | 762 | 114 | 184 | 1,060 |
|
||||||
|
| Gui\ShellComponents (Files) | 3 | 508 | 47 | 121 | 676 |
|
||||||
|
| Gui\ShellComponents\Dock | 4 | 254 | 67 | 63 | 384 |
|
||||||
|
| Gui\SmoothMono | 2 | 478 | 30 | 138 | 646 |
|
||||||
|
| Gui\Sound | 2 | 103 | 31 | 20 | 154 |
|
||||||
|
| Gui\UILib | 24 | 2,351 | 476 | 429 | 3,256 |
|
||||||
|
| Gui\UILib (Files) | 19 | 2,211 | 316 | 400 | 2,927 |
|
||||||
|
| Gui\UILib\Animations | 5 | 140 | 160 | 29 | 329 |
|
||||||
|
| Interpreter | 34 | 13,167 | 1,114 | 1,969 | 16,250 |
|
||||||
|
| Interpreter (Files) | 1 | 482 | 43 | 54 | 579 |
|
||||||
|
| Interpreter\UniLua | 33 | 12,685 | 1,071 | 1,915 | 15,671 |
|
||||||
|
| Logger | 4 | 186 | 60 | 38 | 284 |
|
||||||
|
| LuaApps | 4 | 100 | 1 | 15 | 116 |
|
||||||
|
| Settings | 1 | 324 | 15 | 32 | 371 |
|
||||||
|
| Shell | 66 | 6,845 | 994 | 988 | 8,827 |
|
||||||
|
| Shell (Files) | 3 | 1,981 | 64 | 310 | 2,355 |
|
||||||
|
| Shell\Commands | 63 | 4,864 | 930 | 678 | 6,472 |
|
||||||
|
| Shell\Commands (Files) | 6 | 1,077 | 75 | 160 | 1,312 |
|
||||||
|
| Shell\Commands\Editor | 2 | 48 | 30 | 8 | 86 |
|
||||||
|
| Shell\Commands\Environment | 1 | 175 | 15 | 11 | 201 |
|
||||||
|
| Shell\Commands\FileSystem | 17 | 580 | 255 | 102 | 937 |
|
||||||
|
| Shell\Commands\Help | 1 | 554 | 15 | 30 | 599 |
|
||||||
|
| Shell\Commands\Info | 2 | 34 | 30 | 7 | 71 |
|
||||||
|
| Shell\Commands\Power | 2 | 26 | 30 | 6 | 62 |
|
||||||
|
| Shell\Commands\Script | 5 | 453 | 75 | 74 | 602 |
|
||||||
|
| Shell\Commands\System | 9 | 276 | 135 | 48 | 459 |
|
||||||
|
| Shell\Commands\User | 3 | 151 | 45 | 22 | 218 |
|
||||||
|
| Shell\Commands\Utility | 15 | 1,490 | 225 | 210 | 1,925 |
|
||||||
|
| System | 8 | 1,891 | 157 | 292 | 2,340 |
|
||||||
|
| UI | 4 | 1,621 | 70 | 272 | 1,963 |
|
||||||
|
| Utils | 13 | 1,041 | 266 | 206 | 1,513 |
|
||||||
|
| docs | 26 | 25,462 | 415 | 1,374 | 27,251 |
|
||||||
|
| docs\cmleonos | 26 | 25,462 | 415 | 1,374 | 27,251 |
|
||||||
|
| docs\cmleonos (Files) | 2 | 2,430 | 0 | 675 | 3,105 |
|
||||||
|
| docs\cmleonos\docs | 24 | 23,032 | 415 | 699 | 24,146 |
|
||||||
|
| docs\cmleonos\docs (Files) | 4 | 2,049 | 0 | 643 | 2,692 |
|
||||||
|
| docs\cmleonos\docs\.vuepress | 20 | 20,983 | 415 | 56 | 21,454 |
|
||||||
|
| docs\cmleonos\docs\.vuepress (Files) | 1 | 12 | 1 | 7 | 20 |
|
||||||
|
| docs\cmleonos\docs\.vuepress\.cache | 7 | 19,829 | 410 | 22 | 20,261 |
|
||||||
|
| docs\cmleonos\docs\.vuepress\.cache\deps | 7 | 19,829 | 410 | 22 | 20,261 |
|
||||||
|
| docs\cmleonos\docs\.vuepress\dist | 12 | 1,142 | 4 | 27 | 1,173 |
|
||||||
|
| docs\cmleonos\docs\.vuepress\dist (Files) | 5 | 654 | 0 | 20 | 674 |
|
||||||
|
| docs\cmleonos\docs\.vuepress\dist\assets | 7 | 488 | 4 | 7 | 499 |
|
||||||
|
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
|
|
||||||
|
Files
|
||||||
|
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
|
| filename | language | code | comment | blank | total |
|
||||||
|
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Branswe.md | Markdown | 261 | 0 | 67 | 328 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Build.bat | Batch | 1 | 1 | 0 | 2 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BuildTime.ps1 | PowerShell | 3 | 0 | 1 | 4 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj | XML | 149 | 1 | 14 | 164 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Driver\VMWareSVGAII.cs | C# | 319 | 460 | 37 | 816 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Editor.cs | C# | 267 | 44 | 36 | 347 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs | C# | 1,667 | 31 | 180 | 1,878 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\GenerateGitCommit.ps1 | PowerShell | 22 | 0 | 3 | 25 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\App.cs | C# | 29 | 15 | 9 | 53 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\AppManager.cs | C# | 106 | 15 | 26 | 147 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Calculator.cs | C# | 258 | 19 | 30 | 307 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Calendar.cs | C# | 70 | 15 | 20 | 105 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Clock.cs | C# | 95 | 19 | 25 | 139 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\CodeEditor.cs | C# | 45 | 15 | 7 | 67 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\CodeStudio.cs | C# | 36 | 16 | 12 | 64 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\Ide.cs | C# | 299 | 15 | 56 | 370 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\LuaGuiLibrary.cs | C# | 360 | 15 | 81 | 456 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\LuaSyntaxHighlighter.cs | C# | 160 | 15 | 22 | 197 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\DemoLauncher.cs | C# | 70 | 15 | 18 | 103 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Demos\Mandelbrot.cs | C# | 72 | 15 | 21 | 108 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Demos\Starfield.cs | C# | 84 | 15 | 23 | 122 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Files.cs | C# | 278 | 15 | 56 | 349 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Info.cs | C# | 41 | 15 | 13 | 69 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Logs.cs | C# | 112 | 15 | 28 | 155 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\MemoryStatistics.cs | C# | 57 | 15 | 16 | 88 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Notepad.cs | C# | 171 | 15 | 43 | 229 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\ColourPicker.cs | C# | 74 | 16 | 16 | 106 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Paint.cs | C# | 70 | 15 | 20 | 105 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tool.cs | C# | 19 | 15 | 7 | 41 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\ToolBox.cs | C# | 46 | 15 | 16 | 77 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tools\CircleBrush.cs | C# | 17 | 15 | 4 | 36 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tools\Pencil.cs | C# | 38 | 15 | 6 | 59 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Settings.cs | C# | 253 | 17 | 57 | 327 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Stopwatch.cs | C# | 130 | 15 | 33 | 178 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Tasks.cs | C# | 67 | 15 | 17 | 99 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Asc16.cs | C# | 34 | 16 | 5 | 55 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\BitmapExtensions.cs | C# | 40 | 15 | 11 | 66 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\CursorType.cs | C# | 8 | 15 | 2 | 25 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Gui.cs | C# | 61 | 16 | 21 | 98 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SettingsService.cs | C# | 171 | 25 | 27 | 223 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\AppDockIcon.cs | C# | 19 | 15 | 5 | 39 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\BaseDockIcon.cs | C# | 65 | 20 | 14 | 99 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\Dock.cs | C# | 151 | 17 | 39 | 207 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\StartMenuDockIcon.cs | C# | 19 | 15 | 5 | 39 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Lock.cs | C# | 161 | 15 | 43 | 219 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\StartMenu.cs | C# | 227 | 17 | 53 | 297 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Taskbar.cs | C# | 120 | 15 | 25 | 160 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SmoothMono\FontData.cs | C# | 421 | 15 | 129 | 565 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SmoothMono\TextRenderer.cs | C# | 57 | 15 | 9 | 81 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Sound\SoundService.cs | C# | 94 | 16 | 18 | 128 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Sound\SystemSound.cs | C# | 9 | 15 | 2 | 26 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Alignment.cs | C# | 9 | 15 | 2 | 26 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\Animation.cs | C# | 43 | 46 | 12 | 101 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\Easing.cs | C# | 34 | 34 | 4 | 72 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\EasingDirection.cs | C# | 9 | 27 | 4 | 40 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\EasingType.cs | C# | 8 | 24 | 3 | 35 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\MovementAnimation.cs | C# | 46 | 29 | 6 | 81 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\AppWindow.cs | C# | 196 | 20 | 44 | 260 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Button.cs | C# | 121 | 15 | 14 | 150 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Calendar.cs | C# | 176 | 17 | 28 | 221 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\CheckBox.cs | C# | 100 | 15 | 16 | 131 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Control.cs | C# | 12 | 15 | 4 | 31 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Extensions.cs | C# | 15 | 15 | 4 | 34 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\FileBrowser.cs | C# | 272 | 15 | 43 | 330 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ImageBlock.cs | C# | 55 | 15 | 8 | 78 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\MessageBox.cs | C# | 45 | 15 | 15 | 75 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\PromptBox.cs | C# | 47 | 15 | 15 | 77 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\RangeSlider.cs | C# | 166 | 18 | 28 | 212 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ShortcutBar.cs | C# | 81 | 15 | 14 | 110 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ShortcutBarCell.cs | C# | 14 | 15 | 5 | 34 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Switch.cs | C# | 95 | 19 | 21 | 135 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Table.cs | C# | 335 | 28 | 47 | 410 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TableCell.cs | C# | 33 | 15 | 11 | 59 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TextBlock.cs | C# | 112 | 15 | 14 | 141 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TextBox.cs | C# | 327 | 19 | 67 | 413 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Window.cs | C# | 463 | 51 | 66 | 580 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\WindowManager.cs | C# | 344 | 35 | 82 | 461 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\Branswe.cs | C# | 482 | 43 | 54 | 579 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs | C# | 41 | 15 | 8 | 64 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs | C# | 1,101 | 41 | 157 | 1,299 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs | C# | 99 | 18 | 27 | 144 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs | C# | 269 | 40 | 50 | 359 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs | C# | 187 | 15 | 33 | 235 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs | C# | 627 | 55 | 93 | 775 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs | C# | 1,335 | 79 | 241 | 1,655 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs | C# | 643 | 36 | 92 | 771 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs | C# | 406 | 24 | 43 | 473 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs | C# | 179 | 15 | 27 | 221 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs | C# | 137 | 15 | 16 | 168 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs | C# | 443 | 34 | 55 | 532 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs | C# | 20 | 15 | 6 | 41 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs | C# | 51 | 15 | 14 | 80 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs | C# | 115 | 17 | 19 | 151 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs | C# | 69 | 21 | 20 | 110 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs | C# | 70 | 27 | 19 | 116 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs | C# | 461 | 15 | 66 | 542 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs | C# | 285 | 25 | 49 | 359 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs | C# | 367 | 16 | 52 | 435 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs | C# | 316 | 15 | 50 | 381 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs | C# | 256 | 72 | 47 | 375 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs | C# | 250 | 21 | 51 | 322 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs | C# | 869 | 23 | 61 | 953 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs | C# | 465 | 52 | 80 | 597 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs | C# | 250 | 23 | 24 | 297 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs | C# | 131 | 22 | 27 | 180 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs | C# | 1,588 | 154 | 219 | 1,961 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs | C# | 91 | 17 | 10 | 118 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs | C# | 13 | 17 | 6 | 36 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs | C# | 321 | 21 | 51 | 393 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs | C# | 192 | 23 | 40 | 255 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs | C# | 1,038 | 73 | 162 | 1,273 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs | C# | 414 | 97 | 80 | 591 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LICENSE.md | Markdown | 485 | 0 | 110 | 595 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Log.cs | C# | 31 | 15 | 8 | 54 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogEntry.cs | C# | 49 | 15 | 8 | 72 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs | C# | 11 | 15 | 2 | 28 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs | C# | 95 | 15 | 20 | 130 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\Hello.lua | Lua | 4 | 0 | 4 | 8 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\calculator.lua | Lua | 87 | 0 | 11 | 98 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\helloworld.lua | Lua | 3 | 0 | 0 | 3 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\testspeed.lua | Lua | 6 | 1 | 0 | 7 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\README.md | Markdown | 2 | 0 | 0 | 2 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs | C# | 324 | 15 | 32 | 371 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs | C# | 244 | 15 | 2 | 261 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs | C# | 24 | 15 | 4 | 43 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs | C# | 24 | 15 | 4 | 43 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs | C# | 175 | 15 | 11 | 201 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\ExportBackgroundCommand.cs | C# | 30 | 15 | 5 | 50 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CatCommand.cs | C# | 18 | 15 | 3 | 36 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs | C# | 10 | 15 | 2 | 27 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs | C# | 40 | 15 | 7 | 62 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs | C# | 28 | 15 | 6 | 49 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs | C# | 37 | 15 | 6 | 58 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs | C# | 46 | 15 | 9 | 70 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs | C# | 10 | 15 | 2 | 27 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs | C# | 20 | 15 | 3 | 38 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs | C# | 41 | 15 | 8 | 64 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs | C# | 48 | 15 | 10 | 73 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs | C# | 60 | 15 | 7 | 82 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs | C# | 27 | 15 | 4 | 46 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs | C# | 47 | 15 | 9 | 71 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs | C# | 25 | 15 | 4 | 44 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs | C# | 67 | 15 | 12 | 94 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs | C# | 45 | 15 | 7 | 67 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs | C# | 554 | 15 | 30 | 599 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs | C# | 12 | 15 | 3 | 30 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs | C# | 22 | 15 | 4 | 41 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs | C# | 224 | 15 | 25 | 264 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LogsCommand.cs | C# | 63 | 15 | 10 | 88 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\MarkitCommand.cs | C# | 100 | 0 | 7 | 107 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs | C# | 13 | 15 | 3 | 31 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs | C# | 13 | 15 | 3 | 31 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs | C# | 42 | 15 | 7 | 64 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs | C# | 69 | 15 | 15 | 99 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs | C# | 54 | 15 | 10 | 79 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs | C# | 58 | 15 | 14 | 87 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs | C# | 230 | 15 | 28 | 273 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs | C# | 12 | 15 | 3 | 30 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs | C# | 50 | 15 | 9 | 74 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs | C# | 51 | 15 | 8 | 74 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs | C# | 74 | 15 | 9 | 98 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs | C# | 40 | 15 | 7 | 62 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs | C# | 16 | 15 | 3 | 34 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs | C# | 77 | 15 | 10 | 102 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestTUICommand.cs | C# | 583 | 15 | 103 | 701 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs | C# | 10 | 15 | 2 | 27 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs | C# | 27 | 15 | 5 | 47 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs | C# | 114 | 15 | 15 | 144 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs | C# | 147 | 15 | 22 | 184 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AppManagerCommand.cs | C# | 165 | 15 | 31 | 211 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs | C# | 108 | 15 | 10 | 133 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs | C# | 89 | 15 | 13 | 117 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs | C# | 56 | 15 | 5 | 76 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcGuiCommand.cs | C# | 307 | 15 | 29 | 351 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs | C# | 57 | 15 | 14 | 86 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\FemboyCommand.cs | C# | 12 | 15 | 3 | 30 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs | C# | 45 | 15 | 6 | 66 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs | C# | 234 | 15 | 26 | 275 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs | C# | 15 | 15 | 3 | 33 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\MatrixCommand.cs | C# | 62 | 15 | 14 | 91 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs | C# | 18 | 15 | 3 | 36 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\SnakeCommand.cs | C# | 164 | 15 | 28 | 207 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs | C# | 1,526 | 34 | 276 | 1,836 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\UsageGenerator.cs | C# | 211 | 15 | 32 | 258 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\BootMenu.cs | C# | 156 | 15 | 31 | 202 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs | C# | 533 | 34 | 68 | 635 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\MemService.cs | C# | 23 | 15 | 4 | 42 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\Process.cs | C# | 164 | 15 | 21 | 200 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs | C# | 85 | 15 | 18 | 118 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs | C# | 53 | 15 | 12 | 80 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserManager.cs | C# | 79 | 15 | 16 | 110 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs | C# | 798 | 33 | 122 | 953 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs | C# | 122 | 23 | 29 | 174 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\Components.cs | C# | 960 | 15 | 145 | 1,120 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUI.cs | C# | 260 | 17 | 43 | 320 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUIDemo.cs | C# | 279 | 15 | 55 | 349 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs | C# | 86 | 71 | 23 | 180 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs | C# | 151 | 20 | 18 | 189 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\FileSecurity.cs | C# | 88 | 15 | 18 | 121 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\FloatExtensions.cs | C# | 11 | 15 | 3 | 29 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\IniBuilder.cs | C# | 99 | 15 | 21 | 135 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\IniReader.cs | C# | 93 | 15 | 14 | 122 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\LuaApps.cs | C# | 13 | 15 | 4 | 32 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\MemoryStatisticsProvider.cs | C# | 93 | 15 | 17 | 125 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs | C# | 111 | 15 | 17 | 143 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\PathUtil.cs | C# | 63 | 19 | 17 | 99 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Power.cs | C# | 22 | 15 | 4 | 41 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs | C# | 179 | 21 | 42 | 242 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs | C# | 32 | 15 | 8 | 55 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vue_devtools-api.js | JavaScript | 4,356 | 145 | 5 | 4,506 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\@vuepress_shared.js | JavaScript | 134 | 2 | 1 | 137 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\_metadata.json | JSON | 37 | 0 | 0 | 37 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\chunk-OARA6QKZ.js | JavaScript | 12,582 | 238 | 5 | 12,825 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\package.json | JSON | 3 | 0 | 1 | 4 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue-router.js | JavaScript | 2,371 | 25 | 9 | 2,405 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\vue.js | JavaScript | 346 | 0 | 1 | 347 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\config.js | JavaScript | 12 | 1 | 7 | 20 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\404.html | HTML | 40 | 0 | 4 | 44 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\404.html-ByTdGTSm.js | JavaScript | 1 | 0 | 1 | 2 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\app-C1vKFkGc.js | JavaScript | 28 | 4 | 1 | 33 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\commands.html-DsR2axk8.js | JavaScript | 153 | 0 | 1 | 154 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\get-started.html-CfHiKCXZ.js | JavaScript | 1 | 0 | 1 | 2 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\index.html-BMbDjf_W.js | JavaScript | 1 | 0 | 1 | 2 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\lua.html-3_L4TJjQ.js | JavaScript | 303 | 0 | 1 | 304 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\assets\style-BmL0kmLr.css | PostCSS | 1 | 0 | 1 | 2 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\commands.html | HTML | 192 | 0 | 4 | 196 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\get-started.html | HTML | 40 | 0 | 4 | 44 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\index.html | HTML | 40 | 0 | 4 | 44 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\dist\lua.html | HTML | 342 | 0 | 4 | 346 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\README.md | Markdown | 33 | 0 | 4 | 37 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md | Markdown | 901 | 0 | 248 | 1,149 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\get-started.md | Markdown | 16 | 0 | 4 | 20 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md | Markdown | 1,099 | 0 | 387 | 1,486 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\package.json | JSON | 20 | 0 | 1 | 21 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\pnpm-lock.yaml | YAML | 2,410 | 0 | 674 | 3,084 |
|
||||||
|
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\global.json | JSON | 6 | 0 | 0 | 6 |
|
||||||
|
| Total | | 62,105 | 4,967 | 7,381 | 74,453 |
|
||||||
|
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
|
||||||
Reference in New Issue
Block a user