COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200818061216/https://github.com/topics/ioc
Here are
721 public repositories
matching this topic...
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
Updated
Aug 16, 2020
TypeScript
Jodd! Lightweight. Java. Zero dependencies. Use what you like.
Updated
Aug 10, 2020
Java
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Updated
Aug 17, 2020
TypeScript
Updated
May 30, 2019
HTML
Powerful dependency injection for iOS & OSX (Objective-C & Swift)
Updated
Jul 3, 2020
Objective-C
Dependency Injection Framework for Unity3D
💖 ASP.NET Core 3.1 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档
Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer
Updated
Aug 13, 2020
Java
The dependency injection container for humans
Your first K.I.S.S Unity 3D Framework.
Loki - Simple IOC and Incident Response Scanner
Updated
Jul 7, 2020
Python
Extremely powerful Inversion of Control (IoC) container for Node.JS
Updated
Jul 20, 2020
TypeScript
A delightful way to building a RESTful API with NodeJs & TypeScript by
@w3tecch
Updated
Aug 12, 2020
TypeScript
Lightweight dependency injection container for JavaScript/TypeScript
Updated
Jul 16, 2020
TypeScript
This repository contains development environment for the entire package
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Updated
Aug 17, 2020
TypeScript
A curated list of awesome YARA rules, tools, and people.
Signature base for my scanner tools
Updated
Aug 17, 2020
YARA
Intel Owl: analyze files, domains, IPs in multiple ways from a single API at scale
Updated
Aug 17, 2020
Python
Dependency injection framework for Python
Updated
Aug 16, 2020
Python
Indicators of Compromises (IOC) of our various investigations
Updated
Aug 13, 2020
YARA
Performance comparison of .NET IoC containers
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Updated
Jul 27, 2020
Java
swoolefy是一个基于swoole实现的轻量级、高性能、协程级、开放性的API应用服务框架
A collection of sources of indicators of compromise.
Updated
Jun 13, 2020
Shell
The GOSINT framework is a project used for collecting, processing, and exporting high quality indicators of compromise (IOCs).
Updated
Oct 4, 2018
JavaScript
Jot is a library for persisting and applying .NET application state.
Improve this page
Add a description, image, and links to the
ioc
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ioc
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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