A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
-
Updated
Aug 16, 2020 - TypeScript
{{ message }}
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
Powerful dependency injection for iOS & OSX (Objective-C & Swift)
Dependency Injection Framework for Unity3D
The dependency injection container for humans
Your first K.I.S.S Unity 3D Framework.
Extremely powerful Inversion of Control (IoC) container for Node.JS
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Lightweight dependency injection container for JavaScript/TypeScript
This repository contains development environment for the entire package
A curated list of awesome YARA rules, tools, and people.
Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale
Signature base for my scanner tools
Dependency injection framework for Python
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
Most .py files use #!/usr/bin/python3 as shebang, but few others use #!/usr/bin/env python3.
Files which use #!/usr/bin/env python3:
./contrib/eventdb/common.py
./intelmq/bin/intelmq_generate_misp_objects_templates.py
./intelmq/tests/bots/parsers/github_feed/test_parser.py
These files should use #!/usr/bin/python3 for the sake of consistency.
A collection of sources of indicators of compromise.
The GOSINT framework is a project used for collecting, processing, and exporting high quality indicators of compromise (IOCs).
Add a description, image, and links to the ioc topic page so that developers can more easily learn about it.
To associate your repository with the ioc topic, visit your repo's landing page and select "manage topics."
Suggestion
Follow-up story from strongloop/loopback-next#4992 (comment)
Now the fields filter only allow object, like
{fields: {title: true, desc: true}}, but doesn't allow the array shortcut like{fields: ['title', 'desc']}.We should support the array shortcut as well.
Copy the details here:
fields: ['foo', 'bar']is not allowed with