The purpose of this repository is to provide a way for people to generate random "placeholder text" -- with a Markov Chain. https://www.craigoates.net/Software/project/12
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Craig Oates 44e9077298 update NuGet pacakges and package info. před 4 roky
.attachments/Images fix attachments link. před 4 roky
TestCentre update NuGet pacakges and package info. před 4 roky
WetPancake update NuGet pacakges and package info. před 4 roky
WetPancakeCLI update NuGet pacakges and package info. před 4 roky
.gitignore remove unused comments from property tests. před 5 roky
LICENSE Initial commit před 6 roky
README.md update readme to git.abbether links. před 4 roky
WetPancake.sln update NuGet pacakges and package info. před 4 roky

README.md

Wet Pancake Banner

Summary

WetPancake consists of a .Net 4.7 library, a console program and a testing library. The purpose of this repository is to provide a way for people to generate random "placeholder text" -- with a Markov Chain. It does this by making the .Net 4.7 library available on NuGet and providing a console program which exposes the features of the library. The console program is a stand-alone one so no installer is required to run it.

Pre-Requisites

  • Visual Studio 2017
  • F#
  • C#
  • XUnit
  • FsCheck
  • Console.Waterworks
  • .Net 4.7

Wet Pancake (Library/NuGet Package)

This is a F# library project, using .Net 4.7. You can install this package with NuGet. The profile page for WetPancake is available at www.nuget.org/profiles/Craig.Oates.

You can add Wet Pancake to your project via the following command (using the Package Manager console):

// Remember to enter the package version you want.
Install-Package WetPancake -Version 1.0.0

For further information about this project, please visit the wiki.

Wet Pancake CLI

This project is a C# console program, using .Net 4.7. You use it by entering commands and awaiting the result. It uses Console.Waterworks to parse the commands so, if you want to extend it, I recommend you read its wiki. If you want to get going straight away, I recommend using GenerateRandomText. For more commands, you can either type Help into the console or visit the wiki.

Image of the CLI generating text

Test Centre

This project holds all the tests for this solution. If uses a combination of unit tests (XUnit) and property tests (FsCheck). If you are unfamiliar with either of them, click on their links for more information. Also, all the tests are accessible in Visual Studio's Test Explorer. This means you can identify failing tests with ease.

Image of VS's Test Explorer

About the Creator

Hi, my name is Craig and I am the creator of Wet Pancake. Thanks for checking it out.