194 skills found · Page 7 of 7
Acumatica / AntiPlagiarismThe code duplication finder extension for Visual Studio
Minoqi / Minoqis Utils GodotA utility library filled with commonly reused functions which help reduce duplicate code.
anthonyissa / UtilsMultiple NPM packages that I created to be used on projects to avoid code duplication.
Thaylo / AstrographAn MCP server with tools to stop AI agents from writing duplicate code. Fixes legacy code using highly efficient algorithms.
AngeloDotNet / NET8 EFCore GenericRepositoryCollection of a generic implementation of Entity Framework Core for .NET 8 mostly used in my private and/or work projects thus avoiding the duplication of repetitive code.
KenjiHero / SelfbotDiscord Selfbot Donate Build Status This bot is no longer being developed. Any breaking changes will not be fixed. Discord has become more strict about selfbot use and will ban without warning, as such, I have abandoned this project. Install guide + list of all commands. Takes less than 2 minutes to set up. Has various commands and utilities including a keyword logger/notifier, adding custom commands/reactions, and much more. Selfbot Features Google web and image search. Editing Message ID. Set your game/stream to anything or set up multiple and cycle through them. Cycle through avatars automatically. Save image/gif/webm dumps (urls or attachments) in channels quickly to your computer (checks for duplicates as well). Detailed image/gif source finder using sauce.nao Add custom commands/reactions. The commands get saved to commands.json which has some sample commands added to start with. Can be used as macros for other commands as well. Custom embeds. Todo list with notifications and a timer (repeatable) as well as ability to send a message to a channel when the timer goes off. Smart MyAnimeList search of anime and manga/LNs using google custom search (and if that fails, using myanimelist's api for search) Save/output the last n number of messages from a chat, including any messages that were deleted. Get detailed information about a server and all of its members. Purge the last n messages you sent in a channel. Simple calculator. Quick commands so you can post pointless stuff as fast as possible like lenny, shrug, flip, unflip, and comeatmebro Meme commands like spacing text, converting text to regional indicator emojis, mass reacting to messages, and converting text to ascii art. Python interpreter. Modeled off of RoboDanny's ?debug command. Does both exec() and eval(). Ability to save and load scripts. Various other misc commands like spoiler tagging text (encrypts the text), creating strawpolls, embeding text, server/user info commands, and more. Acknowledgements Thanks to architdate, LyricLy, and chenzw95 for actively participating in development, addition of new features, and other optimizations. Thanks to Hubcapp for the much improved >react command. Thanks to adjnouobsref for the spoiler tags and various other contributions. Used the code for lockdown commands from Kurisu bot. Slight modifications is message sending and contents of messages. Used a lot of Danny's code for certain parts, especially parsing Google cards and the debugger. Used eye-sigil's code for the >repl command. Thanks to IgneelDxD for a lot of suggestions and fixes. Thanks to Bluscream for a lot of helpful pull requests and custom cogs. Buy me a cup of coffee This bot is open source and always will be, even if I don't get donations. That said, I know there are people out there that may still want to donate just to show their appreciation so this is for you guys. Thanks in advance!
vinceMuni / SuperAdapterSuperAdapter is an adapter created to avoid repeating RecyclerView adapter and code duplicate.
duploq / DuploqDuplo C/C++/C#/Java/JavaScript source code duplicates finder GUI
wyp1125 / MCScanX TransposedSource code for my Bioinformatics paper "MCScanX-transposed: detecting transposed gene duplications based on multiple colinearity scans".
felipelealdefaria / Javascript Clone DetectionAcademic study project on JavaScript code duplication using AST parsing and string similarity.
ArthurMor4is / Duplicate Logic Detector Action🔍 Automatically detect duplicate logic in Python code changes. Prevent code duplication and improve code quality.
AngeloDotNet / NET6CustomLibraryCollection of tools mostly used in my private/work projects thus avoiding the duplication of repetitive code. (only compatible with .NET 6).
FanaHOVA / Agents 927Easily duplicate coding agents instructions to match Codex, Claude Code, Devin, etc.
BrianHicks / Elm ScientistsCode for Duplicating Scientists in Elm: Stop Sharing State blog post
chenyangyc / D3Code for our paper 'Silent Compiler Bug De-duplication via Three-Dimensional Analysis'
JetBrains / Qodana Action EapQodana is a code quality monitoring tool that identifies and suggests fixes for bugs, security vulnerabilities, duplications, and imperfections.
Remskill / CortexCortex: Open-Source AI Memory for your Codebase. Works with Claude CLI and others. It indexes your codebase into vector embeddings, enabling semantic search to find existing implementations and prevent code duplication.
igorzep / HashcatSmall utility to search duplicate files on disk based on hash of the files. Can also find some 'broken' files based on similar beginning blocks. Everything is hard-coded to source code currently including paths to search and previously made indexes of external media.
sairamadithya / Food Nutritional Database Data CleaningThis project involves the cleaning of the food nutritional database provided by United Nations Children’s Fund (UNICEF). This code deals with the empty values, irrelevant data, duplicate data, outliers along with appropriate feature scaling techniques.
matts-dev / Learning OpenGL CoreProfileGoing through OpenGL E-Book/Website to learn modern OpenGL programming. IDE: VisualStudio C++ 2015. Resource: https://learnopengl.com/ DISCLAIMER: I may write strange code, for example you may see duplicate code in different files; repetition helps me retain information, so I often attempt to re-write code from memory (such as in challenges) to help me learn.