9,890 skills found · Page 6 of 330
nature-of-code / Noc Examples P5.js ArchivedPort to p5.js of Nature of Code examples
spookylukey / Django Htmx PatternsPattern repository for Django and htmx with full example code
kubernetes-up-and-running / ExamplesExample code and files from "Kubernetes: Up and Running"
IanDarwin / Android Cookbook ExamplesContributed code examples from O'Reilly Android Cookbook. See #user-content-table README below!
itsdouges / Typescript Transformer Handbook📘 A comprehensive handbook on how to create transformers for TypeScript with code examples.
CodingTrain / Machine LearningExamples and experiments around ML for upcoming Coding Train videos
davidflanagan / Jstdg7Example code from the book JavaScript: The Definitive Guide, 7th Edition
awslabs / Ec2 Spot LabsCollection of tools and code examples to demonstrate best practices in using Amazon EC2 Spot Instances.
MaLeLabTs / RegexGeneratorThis project contains the source code of a tool for generating regular expressions for text extraction: 1. automatically, 2. based only on examples of the desired behavior, 3. without any external hint about how the target regex should look like
tradingeconomics / TradingeconomicsTRADING ECONOMICS - API Code Examples
turnbullpress / Dockerbook CodeThe code and configuration examples from The Docker Book (http://www.dockerbook.com)
trekhleb / Machine Learning Octave🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
cirosantilli / X86 Assembly CheatMOVED TO: https://cirosantilli.com/linux-kernel-module-cheat/userland-assembly with code at https://github.com/cirosantilli/linux-kernel-module-cheat/tree/master/userland/arch/x86_64 SEE README. x86 IA-32 and x86-64 userland minimal examples tutorial. Hundreds of runnable asserts. Nice GDB setup. IO done with libc, so OS portable in theory. NASM and GAS covered. Tested in Ubuntu 18.04. Containers (ELF), linking, calling conventions. System land cheat at: https://github.com/cirosantilli/x86-bare-metal-examples, ARM cheat at: https://github.com/cirosantilli/arm-assembly-cheat 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly请参阅自述文件。 x86 IA-32和x86-64 userland最少示例教程。 数百个可运行的断言。 好的GDB设置。 IO是用libc完成的,因此OS在理论上是可移植的。 涵盖了NASM和GAS。 在Ubuntu 18.04中测试。 容器(ELF),链接,调用约定。 系统土地作弊网址:https://github.com/cirosantilli/x86-bare-metal-examples,ARM作弊网址:https://github.com/cirosantilli/arm-assembly-cheat
GoogleChromeLabs / Howto ComponentsLiterate code examples for common UI patterns.
ShawhinT / YouTube BlogCodes to complement YouTube videos and blog posts on Medium.
BruceEckel / TIJ4 CodeExample code for the book "Thinking in Java, 4th Edition"
orangeduck / Motion MatchingLearned Motion Matching example implementation and source code for the article "Code vs Data Driven Displacement"
hexagon5un / AVR ProgrammingCode examples for the book "Make: AVR Programming"
mploed / Ddd With SpringCode examples for my conference talk on implementing ddd with spring
Rubikplayer / Flame FittingExample code for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 3D keypoints and 3D scans.