Skip to content
#

signatures

Here are 95 public repositories matching this topic...

alphaDev23
alphaDev23 commented Sep 1, 2018

Instructions show npm install via apt-get: https://scirius.readthedocs.io/en/latest/installation-ce.html
surius-docker use debian:latest as its base: https://github.com/StamusNetworks/suricata-docker/blob/master/Dockerfile

npm fails using the instructions from "read the docs." It would be great to have the install instructions updated as the install on debian:jessie appears to have other inst

chshersh
chshersh commented Sep 4, 2018

These functions can be put directly to containers-sig-* packages.

  • !? as an operator version of lookup
  • // for Map difference

For example, there's this useful operator:

infixl 9 !?
(!?) :: Key k => Map k v -> k -> Maybe v
(!?) m k = lookup k m

And probably there exist other useful functions with default implementations. We need to collect such functions an

Improve this page

Add a description, image, and links to the signatures 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 signatures topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.