Skip to content

Instantly share code, notes, and snippets.

@Frassle
Frassle / gist:6b06904050dcb486847c2ed7feef03d6
Created February 22, 2024 18:25
List of tricky pulumi names
APIGroup
APIGroupList
APIGroupPatch
APIResource
APIResourceList
APIResourcePatch
APIService
APIServiceCondition
APIServiceConditionPatch
APIServiceList
@Frassle
Frassle / gist:6aa02d773ef9a67dc98a18ef5d741324
Created February 22, 2024 18:22
List of pulumi tokens/names
This file has been truncated, but you can view the full file.
$ref
$schema
APIGroup
APIGroupList
APIGroupPatch
APIResource
APIResourceList
APIResourcePatch
APIService
APIServiceCondition
type MapPerfConfig () =
inherit ManualConfig()
do
base.Add Job.RyuJitX64
base.Add MemoryDiagnoser.Default
[<Config (typeof<MapPerfConfig>)>]
type MapUpdateBenchmark () =
let r = Random()
@Frassle
Frassle / functor.il
Last active November 11, 2018 22:53
CoreCLR experiment
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
.assembly extern mscorlib
{
}
.assembly ldfunctor
{
diff --git a/sdk/go/aws/autoscaling/group.go b/sdk/go/aws/autoscaling/group.go
index d6433b6..1ca41c2 100644
--- a/sdk/go/aws/autoscaling/group.go
+++ b/sdk/go/aws/autoscaling/group.go
@@ -248,7 +248,7 @@ func (r *Group) MinSize() *pulumi.IntOutput {
return (*pulumi.IntOutput)(r.s.State["minSize"])
}
-// The name of the launch template. Conflicts with `id`.
+// The name of the auto scaling group. By default generated by Terraform.
convert gpt
create partition primary size=1000
format quick fs=ntfs label="WINRE_DRV"
assign letter="W"
gpt attributes=0x8000000000000001
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
create partition efi size=260
format quick fs=fat32 label="SYSTEM_DRV"
assign letter="S"
create partition efi size=1000
@Frassle
Frassle / gist:bc7b011a2ff2f2bbd126
Created September 21, 2014 16:31
FSharp extension method issue
#r "FSharp.Data.2.0.14/lib/net40/FSharp.Data.dll"
module bter =
open FSharp.Data
open FSharp.Data.JsonExtensions
type MarketInfo = { decimal_places : int; min_amount : decimal; fee : decimal }
let marketInfo () =
@Frassle
Frassle / Entites.fs
Created May 7, 2014 13:08
All HTML character entities as literal characters.
module Entities
/// quotation mark (APL quote)
[<Literal>]
let quot ='\"'
/// ampersand
[<Literal>]
let amp = '&'
/// apostrophe (apostrophe-quote)
[<Literal>]
frawat01@e106946-lin:/work/innovation/fsharp$ ./autogen.sh --prefix=/usr
checking whether make sets $(MAKE)... yes
checking for pkg-config... /usr/bin/pkg-config
checking for mono-sgen... /usr/bin/mono-sgen
configure: creating ./config.status
config.status: creating launcher
config.status: creating Makefile
config.status: creating config.make
config.status: creating src/fsharp/Makefile
config.status: creating src/fsharp/FSharp.Build-proto/Makefile
@Frassle
Frassle / gist:4074082
Created November 14, 2012 19:10
AOOP
%% LyX 2.0.4 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{listings}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{babel}