增加些功能

This commit is contained in:
2026-03-14 03:31:53 +08:00
parent b507c5701a
commit b3fff31b28
42 changed files with 2777 additions and 1247 deletions

View File

@@ -0,0 +1,253 @@
# Details
Date : 2026-03-14 02:36:56
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
Total : 238 files, 61341 codes, 4930 comments, 7294 blanks, all 73565 lines
[Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
## Files
| filename | language | code | comment | blank | total |
| :--- | :--- | ---: | ---: | ---: | ---: |
| [BootMenu.cs](/BootMenu.cs) | C# | 152 | 15 | 30 | 197 |
| [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,339 | 31 | 161 | 1,531 |
| [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# | 275 | 15 | 56 | 346 |
| [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# | 244 | 17 | 55 | 316 |
| [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 | 91 | 78 | 583 |
| [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.cs](/LuaApps.cs) | C# | 13 | 15 | 4 | 32 |
| [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 |
| [Power.cs](/Power.cs) | C# | 22 | 15 | 4 | 41 |
| [README.md](/README.md) | Markdown | 2 | 0 | 0 | 2 |
| [Settings/Settings.cs](/Settings/Settings.cs) | C# | 307 | 15 | 31 | 353 |
| [Shell/CommandList.cs](/Shell/CommandList.cs) | C# | 235 | 15 | 2 | 252 |
| [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/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# | 140 | 15 | 20 | 175 |
| [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/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,513 | 34 | 273 | 1,820 |
| [Shell/UsageGenerator.cs](/Shell/UsageGenerator.cs) | C# | 211 | 15 | 32 | 258 |
| [System/FileSystem.cs](/System/FileSystem.cs) | C# | 493 | 33 | 64 | 590 |
| [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/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 |
| [UserManager.cs](/UserManager.cs) | C# | 79 | 15 | 16 | 110 |
| [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/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/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 | 742 | 0 | 215 | 957 |
| [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)

View File

@@ -0,0 +1,220 @@
# Diff Details
Date : 2026-03-14 02:36:56
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
Total : 205 files, 9260 codes, 3649 comments, 1996 blanks, all 14905 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# | 21 | 13 | 5 | 39 |
| [CMLeonOS.csproj](/CMLeonOS.csproj) | XML | 61 | 0 | 0 | 61 |
| [Driver/VMWareSVGAII.cs](/Driver/VMWareSVGAII.cs) | C# | 319 | 460 | 37 | 816 |
| [Editor/Editor.cs](/Editor/Editor.cs) | C# | 0 | 15 | 1 | 16 |
| [Editor/Nano.cs](/Editor/Nano.cs) | C# | 0 | 15 | 1 | 16 |
| [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# | 275 | 15 | 56 | 346 |
| [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# | 244 | 17 | 55 | 316 |
| [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# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/ByteString.cs](/Interpreter/UniLua/ByteString.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/Coder.cs](/Interpreter/UniLua/Coder.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/Common.cs](/Interpreter/UniLua/Common.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/Do.cs](/Interpreter/UniLua/Do.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/Dump.cs](/Interpreter/UniLua/Dump.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LLex.cs](/Interpreter/UniLua/LLex.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaAPI.cs](/Interpreter/UniLua/LuaAPI.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/LuaAuxLib.cs](/Interpreter/UniLua/LuaAuxLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaBaseLib.cs](/Interpreter/UniLua/LuaBaseLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaBitLib.cs](/Interpreter/UniLua/LuaBitLib.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/LuaCoroLib.cs](/Interpreter/UniLua/LuaCoroLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaDebug.cs](/Interpreter/UniLua/LuaDebug.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaDebugLib.cs](/Interpreter/UniLua/LuaDebugLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaEncLib.cs](/Interpreter/UniLua/LuaEncLib.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/LuaFile.cs](/Interpreter/UniLua/LuaFile.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/LuaFunc.cs](/Interpreter/UniLua/LuaFunc.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaIOLib.cs](/Interpreter/UniLua/LuaIOLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaJsonLib.cs](/Interpreter/UniLua/LuaJsonLib.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/LuaMathLib.cs](/Interpreter/UniLua/LuaMathLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaObject.cs](/Interpreter/UniLua/LuaObject.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaOsLib.cs](/Interpreter/UniLua/LuaOsLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaPkgLib.cs](/Interpreter/UniLua/LuaPkgLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaState.cs](/Interpreter/UniLua/LuaState.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaStrLib.cs](/Interpreter/UniLua/LuaStrLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaTable.cs](/Interpreter/UniLua/LuaTable.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/LuaTableLib.cs](/Interpreter/UniLua/LuaTableLib.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/OpCodes.cs](/Interpreter/UniLua/OpCodes.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/Parser.cs](/Interpreter/UniLua/Parser.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/TagMethod.cs](/Interpreter/UniLua/TagMethod.cs) | C# | 0 | 15 | 0 | 15 |
| [Interpreter/UniLua/ULDebug.cs](/Interpreter/UniLua/ULDebug.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/Undump.cs](/Interpreter/UniLua/Undump.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/Util.cs](/Interpreter/UniLua/Util.cs) | C# | 0 | 15 | 1 | 16 |
| [Interpreter/UniLua/VM.cs](/Interpreter/UniLua/VM.cs) | C# | 0 | 15 | 1 | 16 |
| [Kernel.cs](/Kernel.cs) | C# | 23 | 4 | 4 | 31 |
| [LICENSE.md](/LICENSE.md) | Markdown | 485 | 0 | 110 | 595 |
| [LISENCE.md](/LISENCE.md) | Markdown | -485 | 0 | -110 | -595 |
| [Logger/Log.cs](/Logger/Log.cs) | C# | 31 | 15 | 8 | 54 |
| [Logger/LogEntry.cs](/Logger/LogEntry.cs) | C# | 8 | 15 | 3 | 26 |
| [Logger/LogLevel.cs](/Logger/LogLevel.cs) | C# | 0 | 15 | 1 | 16 |
| [Logger/Logger.cs](/Logger/Logger.cs) | C# | 1 | 15 | 2 | 18 |
| [LuaApps.cs](/LuaApps.cs) | C# | 0 | 15 | 1 | 16 |
| [LuaApps/Hello.lua](/LuaApps/Hello.lua) | Lua | 4 | 0 | 4 | 8 |
| [Power.cs](/Power.cs) | C# | 22 | 15 | 4 | 41 |
| [Settings/Settings.cs](/Settings/Settings.cs) | C# | 147 | 15 | 13 | 175 |
| [Shell/CommandList.cs](/Shell/CommandList.cs) | C# | 3 | 15 | 1 | 19 |
| [Shell/Commands/Editor/EditCommand.cs](/Shell/Commands/Editor/EditCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Editor/NanoCommand.cs](/Shell/Commands/Editor/NanoCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Environment/EnvCommand.cs](/Shell/Commands/Environment/EnvCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/ExportBackgroundCommand.cs](/Shell/Commands/ExportBackgroundCommand.cs) | C# | 30 | 15 | 5 | 50 |
| [Shell/Commands/FileSystem/CatCommand.cs](/Shell/Commands/FileSystem/CatCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/CdCommand.cs](/Shell/Commands/FileSystem/CdCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/CopyCommand.cs](/Shell/Commands/FileSystem/CopyCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/DiskInfoCommand.cs](/Shell/Commands/FileSystem/DiskInfoCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/FindCommand.cs](/Shell/Commands/FileSystem/FindCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/HeadCommand.cs](/Shell/Commands/FileSystem/HeadCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/LsCommand.cs](/Shell/Commands/FileSystem/LsCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/MkdirCommand.cs](/Shell/Commands/FileSystem/MkdirCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/MoveCommand.cs](/Shell/Commands/FileSystem/MoveCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/PwdCommand.cs](/Shell/Commands/FileSystem/PwdCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/RenameCommand.cs](/Shell/Commands/FileSystem/RenameCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/RmCommand.cs](/Shell/Commands/FileSystem/RmCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/RmdirCommand.cs](/Shell/Commands/FileSystem/RmdirCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/TailCommand.cs](/Shell/Commands/FileSystem/TailCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/TouchCommand.cs](/Shell/Commands/FileSystem/TouchCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/TreeCommand.cs](/Shell/Commands/FileSystem/TreeCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/FileSystem/WordCountCommand.cs](/Shell/Commands/FileSystem/WordCountCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Help/Help.cs](/Shell/Commands/Help/Help.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Info/About.cs](/Shell/Commands/Info/About.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Info/Version.cs](/Shell/Commands/Info/Version.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/LabyrinthCommand.cs](/Shell/Commands/LabyrinthCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Power/RestartCommand.cs](/Shell/Commands/Power/RestartCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Power/ShutdownCommand.cs](/Shell/Commands/Power/ShutdownCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Script/BransweCommand.cs](/Shell/Commands/Script/BransweCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Script/ClaCommand.cs](/Shell/Commands/Script/ClaCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Script/ComCommand.cs](/Shell/Commands/Script/ComCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Script/Lua2ClaCommand.cs](/Shell/Commands/Script/Lua2ClaCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Script/LuaCommand.cs](/Shell/Commands/Script/LuaCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/ClearCommand.cs](/Shell/Commands/System/ClearCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/DateCommand.cs](/Shell/Commands/System/DateCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/EchoCommand.cs](/Shell/Commands/System/EchoCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/KillCommand.cs](/Shell/Commands/System/KillCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/PsCommand.cs](/Shell/Commands/System/PsCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/SettingsCommand.cs](/Shell/Commands/System/SettingsCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/TimeCommand.cs](/Shell/Commands/System/TimeCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/UptimeCommand.cs](/Shell/Commands/System/UptimeCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/System/WhoamiCommand.cs](/Shell/Commands/System/WhoamiCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/TestGuiCommand.cs](/Shell/Commands/TestGuiCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/TestTUICommand.cs](/Shell/Commands/TestTUICommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/User/CpassCommand.cs](/Shell/Commands/User/CpassCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/User/HostnameCommand.cs](/Shell/Commands/User/HostnameCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/User/UserCommand.cs](/Shell/Commands/User/UserCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/AliasCommand.cs](/Shell/Commands/Utility/AliasCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/AppManagerCommand.cs](/Shell/Commands/Utility/AppManagerCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/BackgroundCommand.cs](/Shell/Commands/Utility/BackgroundCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/Base64Command.cs](/Shell/Commands/Utility/Base64Command.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/BeepCommand.cs](/Shell/Commands/Utility/BeepCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/CalcCommand.cs](/Shell/Commands/Utility/CalcCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/CalcGuiCommand.cs](/Shell/Commands/Utility/CalcGuiCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/CalendarCommand.cs](/Shell/Commands/Utility/CalendarCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/HexCommand.cs](/Shell/Commands/Utility/HexCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/HexEditor.cs](/Shell/Commands/Utility/HexEditor.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/HistoryCommand.cs](/Shell/Commands/Utility/HistoryCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/MatrixCommand.cs](/Shell/Commands/Utility/MatrixCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/PromptCommand.cs](/Shell/Commands/Utility/PromptCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Commands/Utility/SnakeCommand.cs](/Shell/Commands/Utility/SnakeCommand.cs) | C# | 0 | 15 | 1 | 16 |
| [Shell/Shell.cs](/Shell/Shell.cs) | C# | 4 | 15 | 2 | 21 |
| [Shell/UsageGenerator.cs](/Shell/UsageGenerator.cs) | C# | 0 | 15 | 1 | 16 |
| [System/FileSystem.cs](/System/FileSystem.cs) | C# | 0 | 15 | 1 | 16 |
| [System/MemService.cs](/System/MemService.cs) | C# | 23 | 15 | 4 | 42 |
| [System/Process.cs](/System/Process.cs) | C# | 0 | 15 | 1 | 16 |
| [System/ProcessManager.cs](/System/ProcessManager.cs) | C# | 8 | 15 | 3 | 26 |
| [System/ShellProcess.cs](/System/ShellProcess.cs) | C# | 0 | 15 | 1 | 16 |
| [System/UserSystem.cs](/System/UserSystem.cs) | C# | 62 | 22 | 11 | 95 |
| [UI/CUI.cs](/UI/CUI.cs) | C# | 0 | 15 | 1 | 16 |
| [UI/Components.cs](/UI/Components.cs) | C# | 0 | 15 | 1 | 16 |
| [UI/TUI.cs](/UI/TUI.cs) | C# | 0 | 15 | 1 | 16 |
| [UI/TUIDemo.cs](/UI/TUIDemo.cs) | C# | 0 | 15 | 1 | 16 |
| [UserManager.cs](/UserManager.cs) | C# | 79 | 15 | 16 | 110 |
| [Utils/Base64.cs](/Utils/Base64.cs) | C# | 0 | 15 | 1 | 16 |
| [Utils/EnvironmentVariableManager.cs](/Utils/EnvironmentVariableManager.cs) | C# | 0 | 15 | 1 | 16 |
| [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/MemoryStatisticsProvider.cs](/Utils/MemoryStatisticsProvider.cs) | C# | 93 | 15 | 17 | 125 |
| [Utils/NetworkConfigManager.cs](/Utils/NetworkConfigManager.cs) | C# | 0 | 15 | 1 | 16 |
| [Utils/PathUtil.cs](/Utils/PathUtil.cs) | C# | 63 | 19 | 17 | 99 |
| [Utils/SHA256.cs](/Utils/SHA256.cs) | C# | 0 | 15 | 1 | 16 |
| [Utils/Version.cs](/Utils/Version.cs) | C# | 4 | 15 | 2 | 21 |
| [docs/cmleonos/docs/lua.md](/docs/cmleonos/docs/lua.md) | Markdown | 103 | 0 | 31 | 134 |
[Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details

View File

@@ -0,0 +1,207 @@
"filename", "language", "C#", "Lua", "XML", "Markdown", "comment", "blank", "total"
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs", "C#", 21, 0, 0, 0, 13, 5, 39
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj", "XML", 0, 0, 61, 0, 0, 0, 61
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Driver\VMWareSVGAII.cs", "C#", 319, 0, 0, 0, 460, 37, 816
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Editor.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\App.cs", "C#", 29, 0, 0, 0, 15, 9, 53
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\AppManager.cs", "C#", 106, 0, 0, 0, 15, 26, 147
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Calculator.cs", "C#", 258, 0, 0, 0, 19, 30, 307
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Calendar.cs", "C#", 70, 0, 0, 0, 15, 20, 105
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Clock.cs", "C#", 95, 0, 0, 0, 19, 25, 139
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\CodeEditor.cs", "C#", 45, 0, 0, 0, 15, 7, 67
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\CodeStudio.cs", "C#", 36, 0, 0, 0, 16, 12, 64
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\Ide.cs", "C#", 299, 0, 0, 0, 15, 56, 370
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\LuaGuiLibrary.cs", "C#", 360, 0, 0, 0, 15, 81, 456
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\LuaSyntaxHighlighter.cs", "C#", 160, 0, 0, 0, 15, 22, 197
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\DemoLauncher.cs", "C#", 70, 0, 0, 0, 15, 18, 103
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Demos\Mandelbrot.cs", "C#", 72, 0, 0, 0, 15, 21, 108
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Demos\Starfield.cs", "C#", 84, 0, 0, 0, 15, 23, 122
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Files.cs", "C#", 275, 0, 0, 0, 15, 56, 346
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Info.cs", "C#", 41, 0, 0, 0, 15, 13, 69
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Logs.cs", "C#", 112, 0, 0, 0, 15, 28, 155
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\MemoryStatistics.cs", "C#", 57, 0, 0, 0, 15, 16, 88
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Notepad.cs", "C#", 171, 0, 0, 0, 15, 43, 229
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\ColourPicker.cs", "C#", 74, 0, 0, 0, 16, 16, 106
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Paint.cs", "C#", 70, 0, 0, 0, 15, 20, 105
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tool.cs", "C#", 19, 0, 0, 0, 15, 7, 41
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\ToolBox.cs", "C#", 46, 0, 0, 0, 15, 16, 77
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tools\CircleBrush.cs", "C#", 17, 0, 0, 0, 15, 4, 36
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tools\Pencil.cs", "C#", 38, 0, 0, 0, 15, 6, 59
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Settings.cs", "C#", 244, 0, 0, 0, 17, 55, 316
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Stopwatch.cs", "C#", 130, 0, 0, 0, 15, 33, 178
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Tasks.cs", "C#", 67, 0, 0, 0, 15, 17, 99
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Asc16.cs", "C#", 34, 0, 0, 0, 16, 5, 55
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\BitmapExtensions.cs", "C#", 40, 0, 0, 0, 15, 11, 66
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\CursorType.cs", "C#", 8, 0, 0, 0, 15, 2, 25
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Gui.cs", "C#", 61, 0, 0, 0, 16, 21, 98
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SettingsService.cs", "C#", 171, 0, 0, 0, 25, 27, 223
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\AppDockIcon.cs", "C#", 19, 0, 0, 0, 15, 5, 39
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\BaseDockIcon.cs", "C#", 65, 0, 0, 0, 20, 14, 99
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\Dock.cs", "C#", 151, 0, 0, 0, 17, 39, 207
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\StartMenuDockIcon.cs", "C#", 19, 0, 0, 0, 15, 5, 39
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Lock.cs", "C#", 161, 0, 0, 0, 15, 43, 219
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\StartMenu.cs", "C#", 227, 0, 0, 0, 17, 53, 297
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Taskbar.cs", "C#", 120, 0, 0, 0, 15, 25, 160
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SmoothMono\FontData.cs", "C#", 421, 0, 0, 0, 15, 129, 565
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SmoothMono\TextRenderer.cs", "C#", 57, 0, 0, 0, 15, 9, 81
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Sound\SoundService.cs", "C#", 94, 0, 0, 0, 16, 18, 128
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Sound\SystemSound.cs", "C#", 9, 0, 0, 0, 15, 2, 26
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Alignment.cs", "C#", 9, 0, 0, 0, 15, 2, 26
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\Animation.cs", "C#", 43, 0, 0, 0, 46, 12, 101
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\Easing.cs", "C#", 34, 0, 0, 0, 34, 4, 72
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\EasingDirection.cs", "C#", 9, 0, 0, 0, 27, 4, 40
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\EasingType.cs", "C#", 8, 0, 0, 0, 24, 3, 35
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\MovementAnimation.cs", "C#", 46, 0, 0, 0, 29, 6, 81
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\AppWindow.cs", "C#", 196, 0, 0, 0, 20, 44, 260
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Button.cs", "C#", 121, 0, 0, 0, 15, 14, 150
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Calendar.cs", "C#", 176, 0, 0, 0, 17, 28, 221
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\CheckBox.cs", "C#", 100, 0, 0, 0, 15, 16, 131
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Control.cs", "C#", 12, 0, 0, 0, 15, 4, 31
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Extensions.cs", "C#", 15, 0, 0, 0, 15, 4, 34
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\FileBrowser.cs", "C#", 272, 0, 0, 0, 15, 43, 330
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ImageBlock.cs", "C#", 55, 0, 0, 0, 15, 8, 78
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\MessageBox.cs", "C#", 45, 0, 0, 0, 15, 15, 75
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\PromptBox.cs", "C#", 47, 0, 0, 0, 15, 15, 77
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\RangeSlider.cs", "C#", 166, 0, 0, 0, 18, 28, 212
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ShortcutBar.cs", "C#", 81, 0, 0, 0, 15, 14, 110
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ShortcutBarCell.cs", "C#", 14, 0, 0, 0, 15, 5, 34
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Switch.cs", "C#", 95, 0, 0, 0, 19, 21, 135
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Table.cs", "C#", 335, 0, 0, 0, 28, 47, 410
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TableCell.cs", "C#", 33, 0, 0, 0, 15, 11, 59
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TextBlock.cs", "C#", 112, 0, 0, 0, 15, 14, 141
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TextBox.cs", "C#", 327, 0, 0, 0, 19, 67, 413
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Window.cs", "C#", 463, 0, 0, 0, 51, 66, 580
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\WindowManager.cs", "C#", 344, 0, 0, 0, 35, 82, 461
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\Branswe.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs", "C#", 0, 0, 0, 0, 15, 0, 15
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs", "C#", 23, 0, 0, 0, 4, 4, 31
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LICENSE.md", "Markdown", 0, 0, 0, 485, 0, 110, 595
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LISENCE.md", "Markdown", 0, 0, 0, -485, 0, -110, -595
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Log.cs", "C#", 31, 0, 0, 0, 15, 8, 54
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogEntry.cs", "C#", 8, 0, 0, 0, 15, 3, 26
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs", "C#", 1, 0, 0, 0, 15, 2, 18
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\Hello.lua", "Lua", 0, 4, 0, 0, 0, 4, 8
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Power.cs", "C#", 22, 0, 0, 0, 15, 4, 41
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs", "C#", 147, 0, 0, 0, 15, 13, 175
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs", "C#", 3, 0, 0, 0, 15, 1, 19
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\ExportBackgroundCommand.cs", "C#", 30, 0, 0, 0, 15, 5, 50
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CatCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestTUICommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AppManagerCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcGuiCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\MatrixCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\SnakeCommand.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs", "C#", 4, 0, 0, 0, 15, 2, 21
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\UsageGenerator.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\MemService.cs", "C#", 23, 0, 0, 0, 15, 4, 42
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\Process.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs", "C#", 8, 0, 0, 0, 15, 3, 26
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs", "C#", 62, 0, 0, 0, 22, 11, 95
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\Components.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUI.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUIDemo.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UserManager.cs", "C#", 79, 0, 0, 0, 15, 16, 110
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\FileSecurity.cs", "C#", 88, 0, 0, 0, 15, 18, 121
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\FloatExtensions.cs", "C#", 11, 0, 0, 0, 15, 3, 29
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\IniBuilder.cs", "C#", 99, 0, 0, 0, 15, 21, 135
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\IniReader.cs", "C#", 93, 0, 0, 0, 15, 14, 122
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\MemoryStatisticsProvider.cs", "C#", 93, 0, 0, 0, 15, 17, 125
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\PathUtil.cs", "C#", 63, 0, 0, 0, 19, 17, 99
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs", "C#", 0, 0, 0, 0, 15, 1, 16
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs", "C#", 4, 0, 0, 0, 15, 2, 21
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md", "Markdown", 0, 0, 0, 103, 0, 31, 134
"Total", "-", 9092, 4, 61, 103, 3649, 1996, 14905
1 filename language C# Lua XML Markdown comment blank total
2 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs C# 21 0 0 0 13 5 39
3 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj XML 0 0 61 0 0 0 61
4 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Driver\VMWareSVGAII.cs C# 319 0 0 0 460 37 816
5 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Editor.cs C# 0 0 0 0 15 1 16
6 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs C# 0 0 0 0 15 1 16
7 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\App.cs C# 29 0 0 0 15 9 53
8 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\AppManager.cs C# 106 0 0 0 15 26 147
9 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Calculator.cs C# 258 0 0 0 19 30 307
10 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Calendar.cs C# 70 0 0 0 15 20 105
11 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Clock.cs C# 95 0 0 0 19 25 139
12 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\CodeEditor.cs C# 45 0 0 0 15 7 67
13 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\CodeStudio.cs C# 36 0 0 0 16 12 64
14 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\Ide.cs C# 299 0 0 0 15 56 370
15 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\LuaGuiLibrary.cs C# 360 0 0 0 15 81 456
16 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\CodeStudio\LuaSyntaxHighlighter.cs C# 160 0 0 0 15 22 197
17 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\DemoLauncher.cs C# 70 0 0 0 15 18 103
18 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Demos\Mandelbrot.cs C# 72 0 0 0 15 21 108
19 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Demos\Starfield.cs C# 84 0 0 0 15 23 122
20 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Files.cs C# 275 0 0 0 15 56 346
21 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Info.cs C# 41 0 0 0 15 13 69
22 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Logs.cs C# 112 0 0 0 15 28 155
23 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\MemoryStatistics.cs C# 57 0 0 0 15 16 88
24 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Notepad.cs C# 171 0 0 0 15 43 229
25 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\ColourPicker.cs C# 74 0 0 0 16 16 106
26 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Paint.cs C# 70 0 0 0 15 20 105
27 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tool.cs C# 19 0 0 0 15 7 41
28 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\ToolBox.cs C# 46 0 0 0 15 16 77
29 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tools\CircleBrush.cs C# 17 0 0 0 15 4 36
30 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Paint\Tools\Pencil.cs C# 38 0 0 0 15 6 59
31 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Settings.cs C# 244 0 0 0 17 55 316
32 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Stopwatch.cs C# 130 0 0 0 15 33 178
33 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Tasks.cs C# 67 0 0 0 15 17 99
34 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Asc16.cs C# 34 0 0 0 16 5 55
35 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\BitmapExtensions.cs C# 40 0 0 0 15 11 66
36 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\CursorType.cs C# 8 0 0 0 15 2 25
37 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Gui.cs C# 61 0 0 0 16 21 98
38 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SettingsService.cs C# 171 0 0 0 25 27 223
39 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\AppDockIcon.cs C# 19 0 0 0 15 5 39
40 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\BaseDockIcon.cs C# 65 0 0 0 20 14 99
41 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\Dock.cs C# 151 0 0 0 17 39 207
42 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Dock\StartMenuDockIcon.cs C# 19 0 0 0 15 5 39
43 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Lock.cs C# 161 0 0 0 15 43 219
44 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\StartMenu.cs C# 227 0 0 0 17 53 297
45 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\ShellComponents\Taskbar.cs C# 120 0 0 0 15 25 160
46 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SmoothMono\FontData.cs C# 421 0 0 0 15 129 565
47 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\SmoothMono\TextRenderer.cs C# 57 0 0 0 15 9 81
48 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Sound\SoundService.cs C# 94 0 0 0 16 18 128
49 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Sound\SystemSound.cs C# 9 0 0 0 15 2 26
50 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Alignment.cs C# 9 0 0 0 15 2 26
51 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\Animation.cs C# 43 0 0 0 46 12 101
52 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\Easing.cs C# 34 0 0 0 34 4 72
53 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\EasingDirection.cs C# 9 0 0 0 27 4 40
54 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\EasingType.cs C# 8 0 0 0 24 3 35
55 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Animations\MovementAnimation.cs C# 46 0 0 0 29 6 81
56 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\AppWindow.cs C# 196 0 0 0 20 44 260
57 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Button.cs C# 121 0 0 0 15 14 150
58 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Calendar.cs C# 176 0 0 0 17 28 221
59 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\CheckBox.cs C# 100 0 0 0 15 16 131
60 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Control.cs C# 12 0 0 0 15 4 31
61 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Extensions.cs C# 15 0 0 0 15 4 34
62 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\FileBrowser.cs C# 272 0 0 0 15 43 330
63 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ImageBlock.cs C# 55 0 0 0 15 8 78
64 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\MessageBox.cs C# 45 0 0 0 15 15 75
65 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\PromptBox.cs C# 47 0 0 0 15 15 77
66 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\RangeSlider.cs C# 166 0 0 0 18 28 212
67 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ShortcutBar.cs C# 81 0 0 0 15 14 110
68 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\ShortcutBarCell.cs C# 14 0 0 0 15 5 34
69 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Switch.cs C# 95 0 0 0 19 21 135
70 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\Table.cs C# 335 0 0 0 28 47 410
71 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TableCell.cs C# 33 0 0 0 15 11 59
72 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TextBlock.cs C# 112 0 0 0 15 14 141
73 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\UILib\TextBox.cs C# 327 0 0 0 19 67 413
74 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Window.cs C# 463 0 0 0 51 66 580
75 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\WindowManager.cs C# 344 0 0 0 35 82 461
76 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\Branswe.cs C# 0 0 0 0 15 1 16
77 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs C# 0 0 0 0 15 1 16
78 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs C# 0 0 0 0 15 0 15
79 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs C# 0 0 0 0 15 0 15
80 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs C# 0 0 0 0 15 0 15
81 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs C# 0 0 0 0 15 0 15
82 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs C# 0 0 0 0 15 0 15
83 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs C# 0 0 0 0 15 1 16
84 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs C# 0 0 0 0 15 0 15
85 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs C# 0 0 0 0 15 0 15
86 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs C# 0 0 0 0 15 1 16
87 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs C# 0 0 0 0 15 0 15
88 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs C# 0 0 0 0 15 0 15
89 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs C# 0 0 0 0 15 0 15
90 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs C# 0 0 0 0 15 1 16
91 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs C# 0 0 0 0 15 1 16
92 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs C# 0 0 0 0 15 0 15
93 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs C# 0 0 0 0 15 0 15
94 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs C# 0 0 0 0 15 1 16
95 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs C# 0 0 0 0 15 0 15
96 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs C# 0 0 0 0 15 0 15
97 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs C# 0 0 0 0 15 0 15
98 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs C# 0 0 0 0 15 0 15
99 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs C# 0 0 0 0 15 0 15
100 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs C# 0 0 0 0 15 0 15
101 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs C# 0 0 0 0 15 0 15
102 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs C# 0 0 0 0 15 0 15
103 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs C# 0 0 0 0 15 0 15
104 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs C# 0 0 0 0 15 0 15
105 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs C# 0 0 0 0 15 0 15
106 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs C# 0 0 0 0 15 1 16
107 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs C# 0 0 0 0 15 1 16
108 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs C# 0 0 0 0 15 1 16
109 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs C# 0 0 0 0 15 1 16
110 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs C# 23 0 0 0 4 4 31
111 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LICENSE.md Markdown 0 0 0 485 0 110 595
112 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LISENCE.md Markdown 0 0 0 -485 0 -110 -595
113 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Log.cs C# 31 0 0 0 15 8 54
114 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogEntry.cs C# 8 0 0 0 15 3 26
115 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs C# 0 0 0 0 15 1 16
116 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs C# 1 0 0 0 15 2 18
117 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps.cs C# 0 0 0 0 15 1 16
118 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\Hello.lua Lua 0 4 0 0 0 4 8
119 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Power.cs C# 22 0 0 0 15 4 41
120 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs C# 147 0 0 0 15 13 175
121 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs C# 3 0 0 0 15 1 19
122 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs C# 0 0 0 0 15 1 16
123 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs C# 0 0 0 0 15 1 16
124 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs C# 0 0 0 0 15 1 16
125 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\ExportBackgroundCommand.cs C# 30 0 0 0 15 5 50
126 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CatCommand.cs C# 0 0 0 0 15 1 16
127 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs C# 0 0 0 0 15 1 16
128 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs C# 0 0 0 0 15 1 16
129 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs C# 0 0 0 0 15 1 16
130 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs C# 0 0 0 0 15 1 16
131 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs C# 0 0 0 0 15 1 16
132 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs C# 0 0 0 0 15 1 16
133 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs C# 0 0 0 0 15 1 16
134 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs C# 0 0 0 0 15 1 16
135 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs C# 0 0 0 0 15 1 16
136 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs C# 0 0 0 0 15 1 16
137 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs C# 0 0 0 0 15 1 16
138 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs C# 0 0 0 0 15 1 16
139 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs C# 0 0 0 0 15 1 16
140 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs C# 0 0 0 0 15 1 16
141 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs C# 0 0 0 0 15 1 16
142 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs C# 0 0 0 0 15 1 16
143 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs C# 0 0 0 0 15 1 16
144 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs C# 0 0 0 0 15 1 16
145 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs C# 0 0 0 0 15 1 16
146 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs C# 0 0 0 0 15 1 16
147 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs C# 0 0 0 0 15 1 16
148 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs C# 0 0 0 0 15 1 16
149 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs C# 0 0 0 0 15 1 16
150 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs C# 0 0 0 0 15 1 16
151 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs C# 0 0 0 0 15 1 16
152 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs C# 0 0 0 0 15 1 16
153 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs C# 0 0 0 0 15 1 16
154 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs C# 0 0 0 0 15 1 16
155 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs C# 0 0 0 0 15 1 16
156 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs C# 0 0 0 0 15 1 16
157 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs C# 0 0 0 0 15 1 16
158 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs C# 0 0 0 0 15 1 16
159 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs C# 0 0 0 0 15 1 16
160 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs C# 0 0 0 0 15 1 16
161 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs C# 0 0 0 0 15 1 16
162 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs C# 0 0 0 0 15 1 16
163 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs C# 0 0 0 0 15 1 16
164 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestTUICommand.cs C# 0 0 0 0 15 1 16
165 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs C# 0 0 0 0 15 1 16
166 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs C# 0 0 0 0 15 1 16
167 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs C# 0 0 0 0 15 1 16
168 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs C# 0 0 0 0 15 1 16
169 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AppManagerCommand.cs C# 0 0 0 0 15 1 16
170 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs C# 0 0 0 0 15 1 16
171 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs C# 0 0 0 0 15 1 16
172 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs C# 0 0 0 0 15 1 16
173 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs C# 0 0 0 0 15 1 16
174 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcGuiCommand.cs C# 0 0 0 0 15 1 16
175 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs C# 0 0 0 0 15 1 16
176 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs C# 0 0 0 0 15 1 16
177 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs C# 0 0 0 0 15 1 16
178 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs C# 0 0 0 0 15 1 16
179 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\MatrixCommand.cs C# 0 0 0 0 15 1 16
180 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs C# 0 0 0 0 15 1 16
181 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\SnakeCommand.cs C# 0 0 0 0 15 1 16
182 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs C# 4 0 0 0 15 2 21
183 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\UsageGenerator.cs C# 0 0 0 0 15 1 16
184 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs C# 0 0 0 0 15 1 16
185 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\MemService.cs C# 23 0 0 0 15 4 42
186 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\Process.cs C# 0 0 0 0 15 1 16
187 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs C# 8 0 0 0 15 3 26
188 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs C# 0 0 0 0 15 1 16
189 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs C# 62 0 0 0 22 11 95
190 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs C# 0 0 0 0 15 1 16
191 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\Components.cs C# 0 0 0 0 15 1 16
192 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUI.cs C# 0 0 0 0 15 1 16
193 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUIDemo.cs C# 0 0 0 0 15 1 16
194 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UserManager.cs C# 79 0 0 0 15 16 110
195 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs C# 0 0 0 0 15 1 16
196 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs C# 0 0 0 0 15 1 16
197 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\FileSecurity.cs C# 88 0 0 0 15 18 121
198 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\FloatExtensions.cs C# 11 0 0 0 15 3 29
199 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\IniBuilder.cs C# 99 0 0 0 15 21 135
200 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\IniReader.cs C# 93 0 0 0 15 14 122
201 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\MemoryStatisticsProvider.cs C# 93 0 0 0 15 17 125
202 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs C# 0 0 0 0 15 1 16
203 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\PathUtil.cs C# 63 0 0 0 19 17 99
204 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs C# 0 0 0 0 15 1 16
205 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs C# 4 0 0 0 15 2 21
206 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md Markdown 0 0 0 103 0 31 134
207 Total - 9092 4 61 103 3649 1996 14905

View File

@@ -0,0 +1,70 @@
# Diff Summary
Date : 2026-03-14 02:36:56
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
Total : 205 files, 9260 codes, 3649 comments, 1996 blanks, all 14905 lines
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
## Languages
| language | files | code | comment | blank | total |
| :--- | ---: | ---: | ---: | ---: | ---: |
| C# | 200 | 9,092 | 3,649 | 1,961 | 14,702 |
| Markdown | 3 | 103 | 0 | 31 | 134 |
| XML | 1 | 61 | 0 | 0 | 61 |
| Lua | 1 | 4 | 0 | 4 | 8 |
## Directories
| path | files | code | comment | blank | total |
| :--- | ---: | ---: | ---: | ---: | ---: |
| . | 205 | 9,260 | 3,649 | 1,996 | 14,905 |
| . (Files) | 8 | 206 | 62 | 30 | 298 |
| Driver | 1 | 319 | 460 | 37 | 816 |
| Editor | 2 | 0 | 30 | 2 | 32 |
| Gui | 69 | 7,860 | 1,241 | 1,665 | 10,766 |
| Gui (Files) | 9 | 1,256 | 203 | 249 | 1,708 |
| Gui\\Apps | 25 | 2,910 | 387 | 645 | 3,942 |
| Gui\\Apps (Files) | 12 | 1,590 | 190 | 354 | 2,134 |
| 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 | 0 | 510 | 11 | 521 |
| Interpreter (Files) | 1 | 0 | 15 | 1 | 16 |
| Interpreter\\UniLua | 33 | 0 | 495 | 10 | 505 |
| Logger | 4 | 40 | 60 | 14 | 114 |
| LuaApps | 1 | 4 | 0 | 4 | 8 |
| Settings | 1 | 147 | 15 | 13 | 175 |
| Shell | 63 | 37 | 945 | 68 | 1,050 |
| Shell (Files) | 3 | 7 | 45 | 4 | 56 |
| Shell\\Commands | 60 | 30 | 900 | 64 | 994 |
| Shell\\Commands (Files) | 4 | 30 | 60 | 8 | 98 |
| Shell\\Commands\\Editor | 2 | 0 | 30 | 2 | 32 |
| Shell\\Commands\\Environment | 1 | 0 | 15 | 1 | 16 |
| Shell\\Commands\\FileSystem | 17 | 0 | 255 | 17 | 272 |
| Shell\\Commands\\Help | 1 | 0 | 15 | 1 | 16 |
| Shell\\Commands\\Info | 2 | 0 | 30 | 2 | 32 |
| Shell\\Commands\\Power | 2 | 0 | 30 | 2 | 32 |
| Shell\\Commands\\Script | 5 | 0 | 75 | 5 | 80 |
| Shell\\Commands\\System | 9 | 0 | 135 | 9 | 144 |
| Shell\\Commands\\User | 3 | 0 | 45 | 3 | 48 |
| Shell\\Commands\\Utility | 14 | 0 | 210 | 14 | 224 |
| System | 6 | 93 | 97 | 21 | 211 |
| UI | 4 | 0 | 60 | 4 | 64 |
| Utils | 11 | 451 | 169 | 96 | 716 |
| docs | 1 | 103 | 0 | 31 | 134 |
| docs\\cmleonos | 1 | 103 | 0 | 31 | 134 |
| docs\\cmleonos\\docs | 1 | 103 | 0 | 31 | 134 |
[Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)

View File

@@ -0,0 +1,278 @@
Date : 2026-03-14 02:36:56
Directory : c:\Users\leon\source\repos\CMLeonOS\CMLeonOS
Total : 205 files, 9260 codes, 3649 comments, 1996 blanks, all 14905 lines
Languages
+----------+------------+------------+------------+------------+------------+
| language | files | code | comment | blank | total |
+----------+------------+------------+------------+------------+------------+
| C# | 200 | 9,092 | 3,649 | 1,961 | 14,702 |
| Markdown | 3 | 103 | 0 | 31 | 134 |
| XML | 1 | 61 | 0 | 0 | 61 |
| Lua | 1 | 4 | 0 | 4 | 8 |
+----------+------------+------------+------------+------------+------------+
Directories
+--------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
| path | files | code | comment | blank | total |
+--------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
| . | 205 | 9,260 | 3,649 | 1,996 | 14,905 |
| . (Files) | 8 | 206 | 62 | 30 | 298 |
| Driver | 1 | 319 | 460 | 37 | 816 |
| Editor | 2 | 0 | 30 | 2 | 32 |
| Gui | 69 | 7,860 | 1,241 | 1,665 | 10,766 |
| Gui (Files) | 9 | 1,256 | 203 | 249 | 1,708 |
| Gui\Apps | 25 | 2,910 | 387 | 645 | 3,942 |
| Gui\Apps (Files) | 12 | 1,590 | 190 | 354 | 2,134 |
| 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 | 0 | 510 | 11 | 521 |
| Interpreter (Files) | 1 | 0 | 15 | 1 | 16 |
| Interpreter\UniLua | 33 | 0 | 495 | 10 | 505 |
| Logger | 4 | 40 | 60 | 14 | 114 |
| LuaApps | 1 | 4 | 0 | 4 | 8 |
| Settings | 1 | 147 | 15 | 13 | 175 |
| Shell | 63 | 37 | 945 | 68 | 1,050 |
| Shell (Files) | 3 | 7 | 45 | 4 | 56 |
| Shell\Commands | 60 | 30 | 900 | 64 | 994 |
| Shell\Commands (Files) | 4 | 30 | 60 | 8 | 98 |
| Shell\Commands\Editor | 2 | 0 | 30 | 2 | 32 |
| Shell\Commands\Environment | 1 | 0 | 15 | 1 | 16 |
| Shell\Commands\FileSystem | 17 | 0 | 255 | 17 | 272 |
| Shell\Commands\Help | 1 | 0 | 15 | 1 | 16 |
| Shell\Commands\Info | 2 | 0 | 30 | 2 | 32 |
| Shell\Commands\Power | 2 | 0 | 30 | 2 | 32 |
| Shell\Commands\Script | 5 | 0 | 75 | 5 | 80 |
| Shell\Commands\System | 9 | 0 | 135 | 9 | 144 |
| Shell\Commands\User | 3 | 0 | 45 | 3 | 48 |
| Shell\Commands\Utility | 14 | 0 | 210 | 14 | 224 |
| System | 6 | 93 | 97 | 21 | 211 |
| UI | 4 | 0 | 60 | 4 | 64 |
| Utils | 11 | 451 | 169 | 96 | 716 |
| docs | 1 | 103 | 0 | 31 | 134 |
| docs\cmleonos | 1 | 103 | 0 | 31 | 134 |
| docs\cmleonos\docs | 1 | 103 | 0 | 31 | 134 |
+--------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
Files
+--------------------------------------------------------------------------------------------+----------+------------+------------+------------+------------+
| filename | language | code | comment | blank | total |
+--------------------------------------------------------------------------------------------+----------+------------+------------+------------+------------+
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs | C# | 21 | 13 | 5 | 39 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj | XML | 61 | 0 | 0 | 61 |
| 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# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs | C# | 0 | 15 | 1 | 16 |
| 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# | 275 | 15 | 56 | 346 |
| 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# | 244 | 17 | 55 | 316 |
| 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# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ByteString.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Coder.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Common.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Do.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Dump.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LLex.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAPI.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaAuxLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBaseLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaBitLib.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaCoroLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebug.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaDebugLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaEncLib.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFile.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaFunc.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaIOLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaJsonLib.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaMathLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaObject.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaOsLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaPkgLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaState.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaStrLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTable.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\LuaTableLib.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\OpCodes.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Parser.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\TagMethod.cs | C# | 0 | 15 | 0 | 15 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\ULDebug.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Undump.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\Util.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Interpreter\UniLua\VM.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs | C# | 23 | 4 | 4 | 31 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LICENSE.md | Markdown | 485 | 0 | 110 | 595 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LISENCE.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# | 8 | 15 | 3 | 26 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\LogLevel.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Logger\Logger.cs | C# | 1 | 15 | 2 | 18 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\Hello.lua | Lua | 4 | 0 | 4 | 8 |
| 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# | 147 | 15 | 13 | 175 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs | C# | 3 | 15 | 1 | 19 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\EditCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Editor\NanoCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Environment\EnvCommand.cs | C# | 0 | 15 | 1 | 16 |
| 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# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CdCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\CopyCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\DiskInfoCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\FindCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\HeadCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\LsCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MkdirCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\MoveCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\PwdCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RenameCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\RmdirCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TailCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TouchCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\TreeCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\FileSystem\WordCountCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Help\Help.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\About.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Info\Version.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\LabyrinthCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\RestartCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Power\ShutdownCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\BransweCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ClaCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\ComCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\Lua2ClaCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Script\LuaCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\ClearCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\DateCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\EchoCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\KillCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\PsCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\SettingsCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\TimeCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\UptimeCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\System\WhoamiCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestGuiCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\TestTUICommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\CpassCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\HostnameCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\User\UserCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AppManagerCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BackgroundCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\Base64Command.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\BeepCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalcGuiCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\CalendarCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HexEditor.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\HistoryCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\MatrixCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\PromptCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\SnakeCommand.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs | C# | 4 | 15 | 2 | 21 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\UsageGenerator.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs | C# | 0 | 15 | 1 | 16 |
| 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# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ProcessManager.cs | C# | 8 | 15 | 3 | 26 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\ShellProcess.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\UserSystem.cs | C# | 62 | 22 | 11 | 95 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\CUI.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\Components.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUI.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UI\TUIDemo.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UserManager.cs | C# | 79 | 15 | 16 | 110 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Base64.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\EnvironmentVariableManager.cs | C# | 0 | 15 | 1 | 16 |
| 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\MemoryStatisticsProvider.cs | C# | 93 | 15 | 17 | 125 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\NetworkConfigManager.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\PathUtil.cs | C# | 63 | 19 | 17 | 99 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\SHA256.cs | C# | 0 | 15 | 1 | 16 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Utils\Version.cs | C# | 4 | 15 | 2 | 21 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md | Markdown | 103 | 0 | 31 | 134 |
| Total | | 9,260 | 3,649 | 1,996 | 14,905 |
+--------------------------------------------------------------------------------------------+----------+------------+------------+------------+------------+

View File

@@ -0,0 +1,240 @@
"filename", "language", "C#", "Lua", "PowerShell", "JSON", "XML", "Markdown", "Batch", "YAML", "HTML", "JavaScript", "PostCSS", "comment", "blank", "total"
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs", "C#", 152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 30, 197
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Branswe.md", "Markdown", 0, 0, 0, 0, 0, 261, 0, 0, 0, 0, 0, 0, 67, 328
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Build.bat", "Batch", 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BuildTime.ps1", "PowerShell", 0, 0, 3, 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, 149, 0, 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#", 1339, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 161, 1531
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\GenerateGitCommit.ps1", "PowerShell", 0, 0, 22, 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#", 275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 56, 346
"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#", 244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 55, 316
"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, 91, 78, 583
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LICENSE.md", "Markdown", 0, 0, 0, 0, 0, 485, 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.cs", "C#", 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 32
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\Hello.lua", "Lua", 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\calculator.lua", "Lua", 0, 87, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 98
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\helloworld.lua", "Lua", 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\testspeed.lua", "Lua", 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Power.cs", "C#", 22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 4, 41
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\README.md", "Markdown", 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs", "C#", 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 31, 353
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs", "C#", 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 2, 252
"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\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#", 140, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 20, 175
"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\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#", 1513, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 273, 1820
"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\FileSystem.cs", "C#", 493, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 64, 590
"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\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\UserManager.cs", "C#", 79, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 16, 110
"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\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\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, 37, 0, 0, 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, 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, 3, 0, 0, 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, 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, 0, 33, 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, 0, 742, 0, 0, 0, 0, 0, 0, 215, 957
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\get-started.md", "Markdown", 0, 0, 0, 0, 0, 16, 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, 0, 1099, 0, 0, 0, 0, 0, 0, 387, 1486
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\package.json", "JSON", 0, 0, 0, 20, 0, 0, 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, 0, 0, 0, 2410, 0, 0, 0, 0, 674, 3084
"c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\global.json", "JSON", 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6
"Total", "-", 35009, 100, 25, 66, 149, 2638, 1, 2410, 654, 20288, 1, 4930, 7294, 73565
1 filename language C# Lua PowerShell JSON XML Markdown Batch YAML HTML JavaScript PostCSS comment blank total
2 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BootMenu.cs C# 152 0 0 0 0 0 0 0 0 0 0 15 30 197
3 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Branswe.md Markdown 0 0 0 0 0 261 0 0 0 0 0 0 67 328
4 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Build.bat Batch 0 0 0 0 0 0 1 0 0 0 0 1 0 2
5 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\BuildTime.ps1 PowerShell 0 0 3 0 0 0 0 0 0 0 0 0 1 4
6 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\CMLeonOS.csproj XML 0 0 0 0 149 0 0 0 0 0 0 1 14 164
7 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
8 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
9 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Editor\Nano.cs C# 1339 0 0 0 0 0 0 0 0 0 0 31 161 1531
10 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\GenerateGitCommit.ps1 PowerShell 0 0 22 0 0 0 0 0 0 0 0 0 3 25
11 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
12 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
13 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
14 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
15 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
16 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
17 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
18 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
19 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
20 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
21 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
22 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
23 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
24 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Files.cs C# 275 0 0 0 0 0 0 0 0 0 0 15 56 346
25 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
26 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
27 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
28 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
29 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
30 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
31 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
32 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
33 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
34 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
35 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Gui\Apps\Settings.cs C# 244 0 0 0 0 0 0 0 0 0 0 17 55 316
36 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
37 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
38 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
39 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
40 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
41 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
42 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
43 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
44 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
45 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
46 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
47 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
48 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
49 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
50 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
51 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
52 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
53 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
54 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
55 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
56 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
57 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
58 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
59 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
60 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
61 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
62 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
63 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
64 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
65 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
66 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
67 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
68 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
69 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
70 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
71 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
72 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
73 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
74 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
75 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
76 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
77 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
78 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
79 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
80 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
81 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
82 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
83 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
84 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
85 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
86 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
87 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
88 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
89 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
90 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
91 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
92 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
93 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
94 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
95 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
96 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
97 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
98 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
99 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
100 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
101 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
102 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
103 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
104 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
105 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
106 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
107 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
108 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
109 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
110 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
111 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
112 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
113 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
114 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Kernel.cs C# 414 0 0 0 0 0 0 0 0 0 0 91 78 583
115 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LICENSE.md Markdown 0 0 0 0 0 485 0 0 0 0 0 0 110 595
116 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
117 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
118 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
119 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
120 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps.cs C# 13 0 0 0 0 0 0 0 0 0 0 15 4 32
121 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\Hello.lua Lua 0 4 0 0 0 0 0 0 0 0 0 0 4 8
122 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\calculator.lua Lua 0 87 0 0 0 0 0 0 0 0 0 0 11 98
123 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\helloworld.lua Lua 0 3 0 0 0 0 0 0 0 0 0 0 0 3
124 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\LuaApps\testspeed.lua Lua 0 6 0 0 0 0 0 0 0 0 0 1 0 7
125 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Power.cs C# 22 0 0 0 0 0 0 0 0 0 0 15 4 41
126 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\README.md Markdown 0 0 0 0 0 2 0 0 0 0 0 0 0 2
127 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Settings\Settings.cs C# 307 0 0 0 0 0 0 0 0 0 0 15 31 353
128 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs C# 235 0 0 0 0 0 0 0 0 0 0 15 2 252
129 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
130 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
131 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
132 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
133 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
134 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
135 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
136 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
137 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
138 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
139 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
140 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
141 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
142 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
143 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
144 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
145 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
146 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
147 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
148 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
149 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
150 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
151 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
152 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
153 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
154 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
155 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
156 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
157 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
158 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
159 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
160 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
161 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
162 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
163 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
164 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
165 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
166 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
167 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
168 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
169 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
170 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
171 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
172 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
173 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
174 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
175 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Commands\Utility\AliasCommand.cs C# 140 0 0 0 0 0 0 0 0 0 0 15 20 175
176 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
177 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
178 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
179 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
180 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
181 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
182 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
183 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
184 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
185 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
186 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
187 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
188 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
189 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\Shell.cs C# 1513 0 0 0 0 0 0 0 0 0 0 34 273 1820
190 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
191 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs C# 493 0 0 0 0 0 0 0 0 0 0 33 64 590
192 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
193 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
194 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
195 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
196 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
197 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
198 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
199 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
200 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
201 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\UserManager.cs C# 79 0 0 0 0 0 0 0 0 0 0 15 16 110
202 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
203 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
204 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
205 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
206 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
207 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
208 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
209 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
210 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
211 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
212 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
213 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
214 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
215 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\_metadata.json JSON 0 0 0 37 0 0 0 0 0 0 0 0 0 37
216 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
217 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\.vuepress\.cache\deps\package.json JSON 0 0 0 3 0 0 0 0 0 0 0 0 1 4
218 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
219 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
220 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
221 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
222 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
223 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
224 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
225 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
226 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
227 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
228 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
229 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
230 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
231 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
232 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
233 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\README.md Markdown 0 0 0 0 0 33 0 0 0 0 0 0 4 37
234 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\commands.md Markdown 0 0 0 0 0 742 0 0 0 0 0 0 215 957
235 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\get-started.md Markdown 0 0 0 0 0 16 0 0 0 0 0 0 4 20
236 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\docs\lua.md Markdown 0 0 0 0 0 1099 0 0 0 0 0 0 387 1486
237 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\docs\cmleonos\package.json JSON 0 0 0 20 0 0 0 0 0 0 0 0 1 21
238 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
239 c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\global.json JSON 0 0 0 6 0 0 0 0 0 0 0 0 0 6
240 Total - 35009 100 25 66 149 2638 1 2410 654 20288 1 4930 7294 73565

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,86 @@
# Summary
Date : 2026-03-14 02:36:56
Directory c:\\Users\\leon\\source\\repos\\CMLeonOS\\CMLeonOS
Total : 238 files, 61341 codes, 4930 comments, 7294 blanks, all 73565 lines
Summary / [Details](details.md) / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
## Languages
| language | files | code | comment | blank | total |
| :--- | ---: | ---: | ---: | ---: | ---: |
| C# | 200 | 35,009 | 4,512 | 5,743 | 45,264 |
| JavaScript | 12 | 20,288 | 415 | 34 | 20,737 |
| Markdown | 7 | 2,638 | 0 | 787 | 3,425 |
| 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 |
| :--- | ---: | ---: | ---: | ---: | ---: |
| . | 238 | 61,341 | 4,930 | 7,294 | 73,565 |
| . (Files) | 13 | 1,609 | 153 | 327 | 2,089 |
| Driver | 1 | 319 | 460 | 37 | 816 |
| Editor | 2 | 1,606 | 75 | 197 | 1,878 |
| Gui | 69 | 7,860 | 1,241 | 1,665 | 10,766 |
| Gui (Files) | 9 | 1,256 | 203 | 249 | 1,708 |
| Gui\\Apps | 25 | 2,910 | 387 | 645 | 3,942 |
| Gui\\Apps (Files) | 12 | 1,590 | 190 | 354 | 2,134 |
| 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 | 307 | 15 | 31 | 353 |
| Shell | 63 | 6,641 | 964 | 963 | 8,568 |
| Shell (Files) | 3 | 1,959 | 64 | 307 | 2,330 |
| Shell\\Commands | 60 | 4,682 | 900 | 656 | 6,238 |
| Shell\\Commands (Files) | 4 | 914 | 60 | 143 | 1,117 |
| 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 | 14 | 1,471 | 210 | 205 | 1,886 |
| System | 6 | 1,616 | 126 | 241 | 1,983 |
| UI | 4 | 1,621 | 70 | 272 | 1,963 |
| Utils | 11 | 1,006 | 236 | 198 | 1,440 |
| docs | 26 | 25,303 | 415 | 1,341 | 27,059 |
| docs\\cmleonos | 26 | 25,303 | 415 | 1,341 | 27,059 |
| docs\\cmleonos (Files) | 2 | 2,430 | 0 | 675 | 3,105 |
| docs\\cmleonos\\docs | 24 | 22,873 | 415 | 666 | 23,954 |
| docs\\cmleonos\\docs (Files) | 4 | 1,890 | 0 | 610 | 2,500 |
| 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)

View File

@@ -0,0 +1,327 @@
Date : 2026-03-14 02:36:56
Directory : c:\Users\leon\source\repos\CMLeonOS\CMLeonOS
Total : 238 files, 61341 codes, 4930 comments, 7294 blanks, all 73565 lines
Languages
+------------+------------+------------+------------+------------+------------+
| language | files | code | comment | blank | total |
+------------+------------+------------+------------+------------+------------+
| C# | 200 | 35,009 | 4,512 | 5,743 | 45,264 |
| JavaScript | 12 | 20,288 | 415 | 34 | 20,737 |
| Markdown | 7 | 2,638 | 0 | 787 | 3,425 |
| 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 |
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+
| . | 238 | 61,341 | 4,930 | 7,294 | 73,565 |
| . (Files) | 13 | 1,609 | 153 | 327 | 2,089 |
| Driver | 1 | 319 | 460 | 37 | 816 |
| Editor | 2 | 1,606 | 75 | 197 | 1,878 |
| Gui | 69 | 7,860 | 1,241 | 1,665 | 10,766 |
| Gui (Files) | 9 | 1,256 | 203 | 249 | 1,708 |
| Gui\Apps | 25 | 2,910 | 387 | 645 | 3,942 |
| Gui\Apps (Files) | 12 | 1,590 | 190 | 354 | 2,134 |
| 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 | 307 | 15 | 31 | 353 |
| Shell | 63 | 6,641 | 964 | 963 | 8,568 |
| Shell (Files) | 3 | 1,959 | 64 | 307 | 2,330 |
| Shell\Commands | 60 | 4,682 | 900 | 656 | 6,238 |
| Shell\Commands (Files) | 4 | 914 | 60 | 143 | 1,117 |
| 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 | 14 | 1,471 | 210 | 205 | 1,886 |
| System | 6 | 1,616 | 126 | 241 | 1,983 |
| UI | 4 | 1,621 | 70 | 272 | 1,963 |
| Utils | 11 | 1,006 | 236 | 198 | 1,440 |
| docs | 26 | 25,303 | 415 | 1,341 | 27,059 |
| docs\cmleonos | 26 | 25,303 | 415 | 1,341 | 27,059 |
| docs\cmleonos (Files) | 2 | 2,430 | 0 | 675 | 3,105 |
| docs\cmleonos\docs | 24 | 22,873 | 415 | 666 | 23,954 |
| docs\cmleonos\docs (Files) | 4 | 1,890 | 0 | 610 | 2,500 |
| 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\BootMenu.cs | C# | 152 | 15 | 30 | 197 |
| 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,339 | 31 | 161 | 1,531 |
| 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# | 275 | 15 | 56 | 346 |
| 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# | 244 | 17 | 55 | 316 |
| 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 | 91 | 78 | 583 |
| 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.cs | C# | 13 | 15 | 4 | 32 |
| 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\Power.cs | C# | 22 | 15 | 4 | 41 |
| 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# | 307 | 15 | 31 | 353 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\CommandList.cs | C# | 235 | 15 | 2 | 252 |
| 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\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# | 140 | 15 | 20 | 175 |
| 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\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,513 | 34 | 273 | 1,820 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\Shell\UsageGenerator.cs | C# | 211 | 15 | 32 | 258 |
| c:\Users\leon\source\repos\CMLeonOS\CMLeonOS\System\FileSystem.cs | C# | 493 | 33 | 64 | 590 |
| 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\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\UserManager.cs | C# | 79 | 15 | 16 | 110 |
| 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\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\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 | 742 | 0 | 215 | 957 |
| 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 | | 61,341 | 4,930 | 7,294 | 73,565 |
+--------------------------------------------------------------------------------------------------------------------+------------+------------+------------+------------+------------+