I hereby claim:
- I am drvink on github.
- I am mdl (https://keybase.io/mdl) on keybase.
- I have a public key whose fingerprint is 28C7 91EF 1A28 F40D 7E94 CB80 0C26 AF37 93F3 2F5F
To claim this, I am signing this object:
namespace Example | |
open System | |
open System.IO | |
open System.Runtime.InteropServices | |
open System.Text | |
open Microsoft.Build.Framework | |
open Microsoft.Build.Utilities | |
module internal Externs = |
let inline retype (t : ^t) :^tm = (# "" t : ^tm #) | |
let inline (++) (w : ^W when ^W : (static member IsMeasureAbbrev : ^tm * ^t -> unit)) (t : ^t) = (# "" t : ^tm #) | |
open System | |
[<MeasureAnnotatedAbbreviation>] | |
type Guid<[<Measure>] 'Measure> = Guid | |
[<MeasureAnnotatedAbbreviation>] | |
type string<[<Measure>] 'Measure> = string |
;;; old-haskell-indentation-mode.el --- pre-hi2 behaviors | |
;; Keywords: languages | |
;;; Commentary: | |
;; haskell-indentation-mode delete behavior prior to hi2 merge | |
;;; Code: |
# locale bug workaround | |
[ -e "$HOME/.nix-profile/lib/locale/locale-archive" ] \ | |
&& export LOCALE_ARCHIVE="$HOME/.nix-profile/lib/locale/locale-archive" | |
# needed for GHC, Cabal, etc. to find stuff properly | |
# requires nix's patched ghc-paths package | |
if [ -e "$HOME/.nix-profile/bin/ghc" ]; then | |
export NIX_GHC="$HOME/.nix-profile/bin/ghc" | |
export NIX_GHCPKG="$HOME/.nix-profile/bin/ghc-pkg" | |
export NIX_GHC_DOCDIR="$HOME/.nix-profile/share/doc/ghc/html" |
#!/bin/sh | |
if test -f .merlin; then | |
echo ".merlin already exists, bailing out ..." >&2 | |
exit 1 | |
else | |
# You could add your default EXT's and such to this list: |
I hereby claim:
To claim this, I am signing this object:
The cornbread recipe is easy; it's right off the Alber's Yellow Cornmeal box.
#!/usr/bin/env tclkit | |
# | |
# Bitrock unpacking script | |
# | |
# This script must be executed using 32-bit tclkit | |
# | |
# Author : mickael9 <mickael9 at gmail dot com> | |
# | |
# Latest version can be found at: | |
# https://gist.github.com/mickael9/0b902da7c13207d1b86e |
#!./tclkit | |
## prepare runtime environment | |
proc init {} { | |
## mount optional.pak (for tcltwofish) | |
set optionalPak installbuilder/paks/optional.pak | |
vfs::mk4::Mount $optionalPak $optionalPak -readonly | |
## adjust library search path | |
set ::auto_path [list $tcl::kitpath/lib/tcl$::tcl_version $tcl::kitpath/lib $tcl::kitpath/libraries $optionalPak/linux-x64 $tcl::kitpath] |
CREAM CHEESE BROWNIES | |
Preheat oven to 350; coat 8 x 8 pan with non-stick spray. | |
BROWNIE LAYER: (See NOTE) | |
6 oz. Baker's German semi-sweet chocolate | |
1/2 c. (1-4 oz.stick) butter | |
3/4 c. sugar | |
3 eggs | |
1 ½ tsp. vanilla | |
¾ c. all-purpose flour |