Skip to content
View jaylandro's full-sized avatar
.
.
Block or Report

Block or report jaylandro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jaylandro/README.md
I enjoy building
teams, workflows,
applications and
electronics.....
            ^^                   @@@@@@@@@
       ^^       ^^            @@@@@@@@@@@@@@@
                            @@@@@@@@@@@@@@@@@@              ^^
                           @@@@@@@@@@@@@@@@@@@@
 ~~~~ ~~ ~~~~~ ~~~~~~~~ ~~ &&&&&&&&&&&&&&&&&&&& ~~~~~~~ ~~~~~~~~~~~ ~~~
 ~         ~~   ~  ~       ~~~~~~~~~~~~~~~~~~~~ ~       ~~     ~~ ~
   ~      ~~      ~~ ~~ ~~  ~~~~~~~~~~~~~ ~~~~  ~     ~~~    ~ ~~~  ~ ~~
   ~  ~~     ~         ~      ~~~~~~  ~~ ~~~       ~~ ~ ~~  ~~ ~
 ~  ~       ~ ~      ~           ~~ ~~~~~~  ~      ~~  ~             ~~
       ~             ~        ~      ~      ~~   ~             ~

Pinned

  1. 11ty: Convert href links to markdown... 11ty: Convert href links to markdown (.md) files to directory path links
    1
    const markdownEngine = markdownIt({
    2
      html: true,
    3
      linkify: true
    4
    });
    5
    
    
  2. osn-i18n osn-i18n Public

    🌐 Internationalization resources for the talk "What the i18n?!?" @ Open Source North 2019

    C# 2

  3. Get GeoIp details w/ CURL Get GeoIp details w/ CURL
    1
    curl ifconfig.co/json | jq
    2
    curl ifconfig.co/json | json_pp
  4. JSON Schema Validatior JSON Schema Validatior
    1
    const rootSchema = {
    2
      $schema: "http://json-schema.org/draft-04/schema#",
    3
      title: "Person",
    4
      description: "A person",
    5
      type: "object",