Files
CMLeonOS/.VSCodeCounter/2026-03-14_02-36-56/diff-details.md
2026-03-14 03:31:53 +08:00

220 lines
18 KiB
Markdown

# 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