1,687 skills found · Page 1 of 57
git / GitGit Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
weibocom / MotanA cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
Netflix / RibbonRibbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.
github / Site PolicyCollaborative development on GitHub's site policies, procedures, and guidelines
neo4j-contrib / Neo4j Apoc ProceduresAwesome Procedures On Cypher for Neo4j - codenamed "apoc" If you like it, please ★ above ⇧
RoseSecurity / Red Teaming TTPsUseful Techniques, Tactics, and Procedures for red teamers and defenders, alike!
unum-cloud / UCallWeb Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️
cinemast / Libjson Rpc CppC++ framework for json-rpc (json remote procedure call)
iproute2 / Iproute2Iproute2 Source Code Mirror - This is a publish-only repository. Please follow README.devel procedure for any changes.
ProcedureKit / ProcedureKitAdvanced Operations in Swift
kubo / PlthookHook function calls by replacing PLT(Procedure Linkage Table) entries.
SaiTingHu / HTFrameworkUnity HTFramework, a rapid development framework of client based on Unity.
nishant-Tiwari24 / Data Structures AlgorithmsData structures and algorithms are fundamental concepts in computer science and programming.Data structures are ways of organizing and storing data, and algorithms are step-by-step procedures for solving problems or performing tasks.
okbob / Plpgsql Checkplpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedures).
krpc / KrpcRemote Procedure Calls for Kerbal Space Program
TonyPhipps / SIEMSIEM Tactics, Techiques, and Procedures
aburgh / Disk ArbitratorA Mac OS X forensic utility which manages file system mounting in support of forensic procedures.
cursey / SafetyhookC++23 procedure hooking library.
p0dalirius / Windows Coerced Authentication MethodsA list of methods to coerce a windows machine to authenticate to an attacker-controlled machine through a Remote Procedure Call (RPC) with various protocols.
yeecode / EasyRPCEasyRPC是一个远程过程调用(Remote Procedure Call,简称RPC)的最小实现。它使用极少的类、方法演示了RPC的实现原理,是一个学习RPC工作原理的良好示例。