1,641 skills found · Page 1 of 55
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.
gnebbia / KbA minimalist command line knowledge base manager
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.
kubo / PlthookHook function calls by replacing PLT(Procedure Linkage Table) entries.
neo4j-contrib / SpatialNeo4j Spatial is a library of utilities for Neo4j that faciliates the enabling of spatial operations on data. In particular you can add spatial indexes to already located data, and perform spatial operations on the data like searching for data within specified regions or within a specified distance of a point of interest.
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).
TonyPhipps / SIEMSIEM Tactics, Techiques, and Procedures
krpc / KrpcRemote Procedure Calls for Kerbal Space Program
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工作原理的良好示例。