Skip to content
#

verify

Here are 325 public repositories matching this topic...

oliviercailloux
oliviercailloux commented Aug 23, 2018

Perhaps you could add a word in the README file for saying that asciidoctor format is supported as well? (And what else?)

Also, apparently there’s no support for recurse option in awesome_bot but I was able to make it work with find -name "*.adoc" -print0 | xargs -0 awesome_bot in the .travis.yml file. Perhaps this would also deserve mention in the doc.

MartinSStewart
MartinSStewart commented Dec 16, 2019

I have documentation that looks like this

{-| Start creating a codec for a record.

    type alias Point =
        { x : Int
        , y : Int
        }

    pointCodec : Codec Point
    pointCodec =
        Codec.object Point
            -- Note that adding, removing, or reordering fields will prevent you from decoding any data you've previously encoded.
            |> Codec.

Basic functionality of this module is ability to quickly verify if given IP address is on any of over 80 defined DNSBL lists. Below code will return results only if IP is on any of the lists. Advanced functionality of this module is ability to send reports to your email when things get bad on one of those 80 defined DNSBL listrs.

  • Updated May 2, 2020
  • PowerShell
0xdec
0xdec commented May 30, 2018

It would be great if we could upload using an external programmer, like in the Arduino IDE. I can see in arduino-upload.coffee that you have already implemented some aspects of port selection. I would change it myself but my CoffeeScript knowledge is pretty rusty and I can't for the life of me figure out how to add another command that sets the port to 'PROGRAMMER'.

Improve this page

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

Learn more

You can’t perform that action at this time.