Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | ⚠️ IMPORTANT | |
-- | |
-- This code is UNTESTED and UNLICENSED. Use at your own risk and do whatever | |
-- you want with it. | |
{-# LANGUAGE TemplateHaskell #-} | |
{-# LANGUAGE TypeApplications #-} | |
module Plutus.ManagedDelegation where |
I hereby claim:
- I am KtorZ on github.
- I am ktorz (https://keybase.io/ktorz) on keybase.
- I have a public key whose fingerprint is 6C30 0A01 1992 8700 FE31 8D54 1759 C133 A197 89F1
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Style | |
on: | |
pull_request: | |
branches: [ "master" ] | |
push: | |
branches: [ "master" ] | |
tags: [ "*.*.*" ] | |
jobs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Haskell Program Coverage - Makefile | |
# | |
# This Makefile contains a few top-level build commands for easily making | |
# code coverage reports using stack and hpc. It is typically used in two | |
# ways: | |
# | |
# a) Locally, to construct an coverage overlay template to purposely ignore | |
# some part of the source code in the coverage reports. | |
# | |
# b) In a continuous integration setup, to generate reports possibly using the |
JavaScript: The Good Parts https://www.youtube.com/watch?v=hQVTIJBZook
Crockford on JavaScript - Volume 1: The Early Years https://www.youtube.com/watch?v=JxAXlJEmNMg