9,890 skills found · Page 7 of 330
intel / Optimization ManualContains the source code examples described in the "Intel® 64 and IA-32 Architectures Optimization Reference Manual"
CSSInDepth / Css In DepthCode examples from CSS In Depth
shama / Letswritecode:mortar_board: code examples for Let's Write Code
KhronosGroup / OpenXR SDK SourceSources for OpenXR loader, basic API layers, and example code.
awslabs / Amazon Bedrock Agent SamplesExample Jupyter notebooks 📓 and code scripts 💻 for using Amazon Bedrock Agents 🤖 and its functionalities
CiscoDevNet / Netprog BasicsCode, Examples, and Resources for the Network Programmability Basics Video Course
StephenGrider / GraphQLCastsCompleted Code Examples from GraphQL with React
msambol / DsaData structures and algorithms in X minutes. Code examples from my YouTube channel.
mdn / Interactive Examples(Deprecated) Home of the MDN live code editor interactive examples
jtomori / Vex Tutorial:bookmark_tabs: A collection of code snippets and examples showing syntax and capabilities of VEX language inside SideFX Houdini
lamberta / Html5 AnimationFoundation HTML5 Animation with JavaScript example code and book exercises.
GameHackingBook / GameHackingCodeExample code for the book http://www.nostarch.com/gamehacking . PLEASE READ THE README
miguno / Kafka Storm Starter[PROJECT IS NO LONGER MAINTAINED] Code examples that show to integrate Apache Kafka 0.8+ with Apache Storm 0.9+ and Apache Spark Streaming 1.1+, while using Apache Avro as the data serialization format.
hardik05 / Damn Vulnerable C ProgramAn example C program which contains vulnerable code for common types of vulnerabilities. It can be used to show fuzzing concepts.
neror / CA360Core Animation iOS example code. Lots of it.
mgyong / Awesome MediapipeA curated list of awesome MediaPipe related code examples, libraries and software
codeplea / Hands On Network Programming With CBook Example Code for Hands-On Network Programming with C
davidfraser / Pyanpyan is a Python module that performs static analysis of Python code to determine a call dependency graph between functions and methods. This is different from running the code and seeing which functions are called and how often; there are various tools that will generate a call graph in that way, usually using debugger or profiling trace hooks - for example: https://pycallgraph.readthedocs.org/ This code was originally written by Edmund Horner, and then modified by Juha Jeronen. See README for the original blog posts and links to their repositories.
rodydavis / Flutter Login100% Shared Code Android/iOS Login Example - JSON API
handsonscala / HandsonscalaDiscussion and and code examples for the book Hands-on Scala Programming