1,573 skills found · Page 1 of 53
Bogdan-Lyashenko / Under The Hood ReactJSEntire React code base explanation by visual block schemes (Stack version)
jklepatch / EattheblocksSource code for Eat The Blocks, a screencast for Ethereum Dapp Developers
Achuan-2 / SlideSCIPPT plugin, supports one-click to add image titles, copy and paste positions, one-click image alignment, and one-click to insert Markdown (including bold, hyperlinks, and other inline styles, as well as code blocks, LaTeX, and other block-level styles)! PPT插件,支持一键添加图片标题,复制粘贴位置、一键图片对齐、一键插入Markdown(加粗、超链接等行内样式、代码块、LaTeX等块级样式)、便捷导出图片!
Jongchan / Attention ModuleOfficial PyTorch code for "BAM: Bottleneck Attention Module (BMVC2018)" and "CBAM: Convolutional Block Attention Module (ECCV2018)"
multica-ai / MulticaMultica turns coding agents into real teammates. Assign issues to an agent like you'd assign to a colleague — they'll pick up the work, write code, report blockers, and update statuses autonomously.
stefanhaustein / TerminalImageViewerSmall C++ program to display images in a (modern) terminal using RGB ANSI codes and unicode block graphics characters
shikijs / Shiki Magic MoveSmoothly animated code blocks with Shiki
google / VisualblocksVisual Blocks for ML is a Google visual programming framework that lets you create ML pipelines in a no-code graph editor. You – and your users – can quickly prototype workflows by connecting drag-and-drop ML components, including models, user inputs, processors, and visualizations.
Wansmer / TreesjNeovim plugin for splitting/joining blocks of code
rehype-pretty / Rehype Pretty CodeBeautiful code blocks for Markdown or MDX.
yatki / Vscode Surround🔥 A simple yet powerful extension to add wrapper templates around your code blocks
LekoArts / Gatsby Starter Minimal BlogTypography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
WordPress / Agent SkillsExpert-level WordPress knowledge for AI coding assistants - blocks, themes, plugins, and best practices
zenorocha / CodecopyA browser extension that adds copy to clipboard buttons on every code block
cmhughes / Latexindent.plPerl script to add indentation (leading horizontal space) to LaTeX files. It can modify line breaks before, during and after code blocks; it can perform text wrapping and paragraph line break removal. It can also perform string-based and regex-based substitutions/replacements. The script is customisable through its YAML interface.
expressive-code / Expressive CodeA text marking & annotation engine for presenting source code on the web.
mysterioustrousers / MTMigrationManages blocks of code that only need to run once on version updates in iOS apps.
kamui / RetriableRetriable is an simple DSL to retry failed code blocks with randomized exponential backoff.
DavidWells / Markdown Magic💫 Automatically format markdown files via comment blocks using source code, external data & custom transforms.
grodowski / Undercoverundercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports