Skip to content

Instantly share code, notes, and snippets.

View jacobm's full-sized avatar

Jacob Mortensen jacobm

  • Copenhagen
  • 07:20 (UTC +02:00)
View GitHub Profile
@Daenyth
Daenyth / S3Api.scala
Last active May 12, 2023 12:51
fs2 S3 Multipart Upload and download [OBSOLETE, use fs2-aws instead]
// Copyright 2019-2021 github.com/daenyth
// Under the MIT license
/*
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNE
@Tarmil
Tarmil / Counter.fs
Created March 13, 2016 11:52
Port of the first example from https://github.com/evancz/elm-architecture-tutorial to WebSharper; lens-based version
namespace Example1
open WebSharper
open WebSharper.UI.Next
open WebSharper.UI.Next.Html
open WebSharper.UI.Next.Client
[<JavaScript>]
module Counter =
@wsargent
wsargent / docker_cheat.md
Last active June 29, 2024 19:32
Docker cheat sheet