Skip to content

Instantly share code, notes, and snippets.

@humhei
humhei / Pantone.fsx
Last active August 20, 2018 01:29
F# Pantone color enumeration
namespace Pantone
/// color adapted to https://github.com/damonbauer/Pantone-Sass/blob/master/sass/partials/_pantone-coated.scss
type PantoneColorEnum =
| ``PMS-Yellow-C`` = 0xfedd00
| ``PMS-Yellow-012-C`` = 0xffd700
| ``PMS-Orange-021-C`` = 0xfe5000
| ``PMS-Warm-Red-C`` = 0xf9423a
| ``PMS-Red-032-C`` = 0xef3340
| ``PMS-Rubine-Red-C`` = 0xce0058
| ``PMS-Rhodamine-Red-C`` = 0xe10098
@humhei
humhei / rename.fsx
Last active December 20, 2018 01:20
Rename project files
#if FAKE
#r "paket:
nuget Fake.Core.Target
nuget Fake.DotNet.Cli
nuget ExcelDna.Interop
nuget ExcelDna.Integration
nuget Fake.DotNet.MSBuild //"
#endif
#if !FAKE
#r "netstandard" // windows
@humhei
humhei / README-Template.md
Created December 22, 2018 05:29 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites