149 skills found · Page 4 of 5
inspector-apm / Inspector CodeigniterConnect CodeIgniter application to Inspector monitoring dashboard.
derhuerst / Inspect CodeRun code and get the value of every expression.
gregoil / IpdbuggerDebugging utility that helps you inspect your code
artemnovichkov / Asset Catalog ViewerA VS Code extension for previewing and inspecting .xcassets (Asset Catalog) directories
KallunWillock / VbaXrayA pure-VBA class that reads, inspects, and exports VBA source code directly from Office binary files
j0meinaster / Bracket PeekVisual studio code extension to preview the opening line of code matching the inspected closing bracket
fireproofsocks / XrayOffers utility functions for inspecting string binaries and code points in Elixir
zausiu / Ksm PlusMemory management is one of the most important parts of the operating system. KSM (Kernel Samepage Merging) in Linux kernel is a kind of memory saving technology developed after the emerging of virtual machine. KSM can dramatically decrease the memory usage of the hypervisor running several virtual machines. Actually, KSM can also be applied to normal applications. But in order to use the KSM, application must explicitly evoke a system call in source code level to tell KSM the memory area where the KSM will scan. To normal users, modifying the source code is impossible at most of the time. Base on the full grasp of the implementation of KSM, a new implementation named KSM+ is created, which allows users to merge same-content pages on the specified applications without modifying corresponding source code. Moreover, the original KSM algorithm relies heavily on the specified area is rich in same-content pages, while normal applications have much less same-content pages compared to virtual machines. So, when KSM is applied to those applications, it is possible that memory usage will rise rather than decrease. To combat with this situation, KSM+ employs a new algorithm to decrease the memory usage for running itself. Several experiments prove that the KSM+ can be easily applied to specified applications and memory usage can be reduced. And a case is designed to compare the effect between KSM and KSM+, which shows KSM+ behaves better in deduplication when the same-content pages’ density is very low. At last, in order to inspect the characteristics of same-content pages from normal desktop applications, an ad-hoc kernel module is developed to do the statistics which supplies significant data for the further development of KSM+.
liaohch3 / Claude TapTap into Claude Code API requests via a local reverse proxy. Inspect system prompts, messages, tools, and token usage.
cencurity / CencurityPolicy-driven security proxy for LLM. Inspect and block dangerous code in real time.
SimonBaars / CodeArenaInspecting and Improving Code Quality Metrics in Java Using Minecraft
windowhan / Claude Code InspectorNo description available
withpointbreak / PointbreakGive AI assistants real debugger access via MCP. Set breakpoints, inspect variables, and step through code in VS Code—all through natural language.
kricsleo / Vscode Package.json InspectorA VS Code extension to inspect packages in package.json file.
TheComputerM / Dart Ast ExplorerA fully client-side tool to help you explore and inspect the AST of your dart code
xkjyeah / Sgqr InspectorInspect SGQR codes
krasimir / Code InspectorStatic analysis of your code.
ShawnBaek / XRayVisual debugging tool for Apple platforms — inspect view hierarchies at runtime with color-coded overlays
ARJ2211 / Code Xraycode-xray is a blazing-fast terminal tool that lets you visually inspect and explain any part of your source code — right from your terminal.
olsh / Dotnet Reqube.NET Core global tool that converts ReSharper inspect code report to SonarQube format