1,352 skills found · Page 1 of 46
module-federation / Module Federation ExamplesImplementation examples of module federation , by the creators of module federation
onqtam / Awesome CmakeA curated list of awesome CMake resources, scripts, modules and examples.
ronami / Minipack📦 A simplified example of a modern module bundler written in JavaScript
mdn / Django Locallibrary TutorialLocal Library website written in Django; example for the MDN server-side development Django module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django.
mdn / Express Locallibrary TutorialLocal Library website written in NodeJS/Express; example for the MDN server-side development NodeJS module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs.
go-modules-by-example / IndexGo modules by example is a series of work-along guides
n8n-io / N8n Nodes StarterExample starter module for custom n8n nodes.
ComponentDriven / CsfComponent Story Format is an open standard for UI component examples based on JavaScript ES6 modules.
cirosantilli / Linux CheatLinux tutorials and cheatsheets. Minimal examples. Mostly user-land CLI utilities. Linux kernel at: https://github.com/cirosantilli/linux-kernel-module-cheat Linux教程和备忘单。 最少的例子。 主要是用户级CLI实用程序。 Linux内核位于:https://github.com/cirosantilli/linux-kernel-module-cheat
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
requirejs / Example MultipageExample RequireJS-based project that has multiple pages that share a common set of modules.
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.
nginxinc / Nginx Ldap AuthExample of LDAP authentication using ngx_http_auth_request_module
pybind / Cmake ExampleExample pybind11 module built with a CMake-based build system
cirosantilli / Cpp CheatMOVING TO: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content SEE README. C, C++, POSIX and Linux system programming minimal examples. Asserts used wherever possible. Hello worlds for cool third party libraries and build systems. Cheatsheets, tutorials and mini-projects. 移至:https://github.com/cirosantilli/linux-kernel-module-cheat#userland-content查看自述文件。 C,C ++,POSIX和Linux系统编程的最少示例。 尽可能使用断言。 酷第三方库和构建系统的世界。 备忘单,教程和小型项目。
jgm / PandocfiltersA python module for writing pandoc filters, with a collection of examples
kamilmysliwiec / Nest Cqrs ExampleThe example usage of Nest CQRS module
ffAudio / Foleys Gui MagicA GUI builder module for JUCE - with examples
pybind / Python ExampleExample pybind11 module built with a Python-based build system
gtaylor / Python ColormathA python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK