I hereby claim:
- I am ludat on github.
- I am ludat (https://keybase.io/ludat) on keybase.
- I have a public key ASCLMSQxRoCtUjTORfO76mu07EcCO13Lxdbns1_JEUUAWAo
To claim this, I am signing this object:
| -- data Comparable a | |
| -- = Success a | |
| -- | Failure | |
| -- class Comp a b | a -> b where | |
| -- type Result a :: Type | |
| -- (.<) :: a -> b -> Result a | |
| -- instance Comp (Comparable Int) Int where |
| import * as React from "react"; | |
| import "./styles.css"; | |
| import axios from "axios"; | |
| enum RequestStateKind { | |
| LOADING, | |
| SUCCESS, | |
| NOT_ASKED, | |
| ERROR | |
| } |
I hereby claim:
To claim this, I am signing this object:
| import cv2 | |
| import os | |
| import sys | |
| import numpy as np | |
| def findTemplateInImage(img, templatePath): | |
| template = cv2.imread(templatePath, 0) | |
| # Apply template Matching | |
| res = cv2.matchTemplate(img, template, cv2.TM_SQDIFF_NORMED) |
| #! /bin/bash | |
| # Copy files from /usr/share/jenkins/ref into /var/jenkins_home | |
| # So the initial JENKINS-HOME is set with expected content. | |
| # Don't override, as this is just a reference setup, and use from UI | |
| # can then change this, upgrade plugins, etc. | |
| copy_reference_file() { | |
| f=${1%/} | |
| echo "$f" | |
| rel=${f:23} |
| import Html exposing (..) | |
| import Effects | |
| import StartApp | |
| type alias AppState = | |
| { number: Int | |
| } | |
| type Action | |
| = NoOp |
| package com.company; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.Queue; | |
| import java.util.concurrent.ConcurrentLinkedQueue; | |
| import java.util.concurrent.atomic.AtomicInteger; | |
| public class Main { |
| set smoothscroll |
| /usr/bin/whois -h whois.radb.net '!gAS32934' | tr ' ' '\n' |