713 skills found · Page 5 of 24
PunkChameleon / Ford Johnson Merge Insertion SortAn implementation of the Ford-Johnson Merge-Insertion Sort Algorithm in Python
ICTMCG / In Context BrushSIGGRAPH Asia 2025 🎉 Offical repository for "In-Context Brush: Zero-shot Customized Subject Insertion with Context-Aware Latent Space Manipulation"
gatapia / Unicode Math VscodeEasy insertion of unicode math symbols
AbdallahHemdan / Sorting Visualizer📊 Sorting.Visualizer is a web app for visualizing a bunch of different sorting algorithms Like Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort With the functionality of (Speed Control) and (Array Size Control)...
leesweqq / DRL Peg In Hole UR5A Deep Reinforcement Learning environment for simulating a UR5 robotic arm performing a peg-in-hole insertion task using visual feedback. Built with PyBullet and Gymnasium, it supports eye-in-hand visual servoing with a camera mounted on the robot's end-effector.
freds0 / Data Augmentation For AsrA set of audio augmentation techniques to perform noise insertion in datasets used for Automatic Speech Recognition.
KaKituken / Affordance Aware AnyAffordance-Aware Object Insertion via Mask-Aware Dual Diffusion
abdulkadir-gungor / ZIPtoMalwareIt embeds the executable file or payload inside the zip/rar file. It can use two different methods. The first method embeds the executable or payload in the zip/rar file without any action. In this way, it can be triggered and run by documents in the compressed file or in the same folder. The second method encrypts the executable file or payload and it also uses the "garbage code insertion/dead-code insertion" method to prevent the payload from being caught by the antivirus at runtime. Both methods do not damage the rar/zip file. It is not detected by users. However, the first method can be detected by the antivirus depending on the code embedded.
decidedlyso / Merge Insertion SortA Clojure implementation of the comparison-efficient Merge Insertion Sort / Ford Johnson Algorithm
squeaksci / DesktopbfiBlack Frame Insertion for the Windows Desktop
RUB-SysSec / EvilCoderCode for the paper EvilCoder: Automated Bug Insertion at ACSAC 2016
leske42 / CPP09Guide for merge insertion
adamewing / TldrIdentify and annotate TE-mediated insertions in long-read sequence data
xCykrix / Discord Emoji[Library/Stable] A near exact emoji table for Discord. Allows string-based insertion of emotes without having to escape Unicode.
WebAR-rocks / WebAR.rocks.faceDepthLightweight JavaScript/WebGL library for real-time face detection, depth estimation & 3D insertion in the browser. Bring the user’s face into your Web3D scene 🪞
Abraham190137 / TactileACTIncorporating Tactile Signals into the ACT framework for peg insertion tasks
alexheretic / Linked Hash SetRust HashSet with insertion ordering
jefelewis / Algorithms ReviewBinary Search, Bubble Sort, Insertion Sort, Linear Search, Merge Sort, Quick Sort, Selection Sort
GATB / DiscoSnpDiscoSnp is designed for discovering all kinds of SNPs (not only isolated ones), as well as insertions and deletions, from raw set(s) of reads.
CGCL-codes / DCFDynamic Cuckoo Filter (DCF) is succinct data structure of approximate set representing and membership testing for large-scale dynamic data sets. DCF supports item insertion/deletion/query, and can flexibly adjust its capacity. A DCF reduces the memory space of the state-of-the-art Dynamic Bloom Filter significantly by 75% as well as greatly improving the speeds of insert/query/delete operation by 30% to 80%.