Skip to content
View demming's full-sized avatar
😀
😀
Block or Report

Block or report demming

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

Pinned

  1. LambdaCubeIn100Lines.hs LambdaCubeIn100Lines.hs
    1
    -- Based on: http://augustss.blogspot.com/2007/10/simpler-easier-in-recent-paper-simply.html
    2
    import Data.List (delete, union)
    3
    {- HLINT ignore "Eta reduce" -}
    4
    
                  
    5
    -- File mnemonics:
  2. An unofficial Porkbun.com OpenAPI de... An unofficial Porkbun.com OpenAPI description for the Porkbun API, see <https://porkbun.com/api/json/v3/documentation>. Among other things, it can be used - as a foundation to implement a dynamic DNS service, - for managing DNS records, - keeping track on domain pricing, or - for controlling your domains registered with Porkbun domains. As per upstream description <https://porkbun.com/api/json/v3/documentation>, the following features are officially supported and are reproduced in the OpenAPI description: 1. domain pricing, 2. authorized CRUD for DNS records, 3. retrieval of the SSL bundle for a given domain. Disclaimer: If you decide to use the CRUD commands, then do so with caution! They can wreak havoc to the DNS records of your domains! You can use them at your own risk. It is due diligence to back up your DNS records on a regular basis just like protecting your access tokens and passwords. License: MIT <https://opensource.org/licenses/MIT>, Copyright 2022 Nick Demming <https://github.com/demming>
    1
    openapi: 3.0.3
    2
    
                  
    3
    info:
    4
      title:       Porkbun.com OpenAPI Description
    5
      description: | 
  3. qwik-react-cheatsheet qwik-react-cheatsheet Public

    A tabular side-by-side representation of the official Qwik vs React page

    Python 1 1