I hereby claim:
- I am iwillspeak on github.
- I am willspeak (https://keybase.io/willspeak) on keybase.
- I have a public key whose fingerprint is 4167 B68D 09F3 B9DF B740 229E FDF5 9F16 C78F 372E
To claim this, I am signing this object:
| type Kind = | |
| | Number | |
| | Literal | |
| | Binary | |
| let chooseLeft = function | |
| | Choice1Of2 x -> Some x | |
| | _ -> None | |
| let chooseRight = function |
| <Project Sdk="Feersum.Sdk/0.2.1"> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFramework>net5.0</TargetFramework> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Compile Include="hello.scm" /> | |
| </ItemGroup> |
| #! /usr/bin/env bash | |
| # this sub-shell constrains the scope of the injected variables | |
| ( | |
| export $(xargs <<EOF | |
| Foo=hello | |
| Bar=world | |
| EOF | |
| ) |
| bin/ | |
| obj/ | |
| TestReports/ | |
| tools/ | |
| /.config/ |
| ;; Implementation of the Sieve of Eratosthenes | |
| ;; https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes | |
| (define (eratosthenes n) | |
| ;; Mark multiples of the given prime in the vector | |
| (define (mark-multiples p marked) | |
| (define (mark-multiples-at p m marked) | |
| (if (>= m (vector-length marked)) | |
| marked | |
| (begin | |
| (vector-set! marked m #t) |
| using System; | |
| namespace bugz | |
| { | |
| public class Class1 | |
| { | |
| // This package used to be packable with the .NET Core 3.1.301 SDK but | |
| // packaging fails with the .NET Core 3.1.401 SDK. The exit code from | |
| // `dotnet pack` is now 1 indicating failure. This has prevented | |
| // release builds of some of our libraries. |
| import Html exposing (..) | |
| import Html.Attributes exposing (..) | |
| import Html.Events exposing (..) | |
| main = Html.beginnerProgram { model = model, view = view, update = update } | |
| --- MODEL | |
| type alias Model = Int |
| root = true | |
| [*.cs] | |
| indent_style = space | |
| indent_size = 4 |
| /target/ | |
| **/*.rs.bk |
I hereby claim:
To claim this, I am signing this object: