Giter Club home page Giter Club logo

mstum.utils's Introduction

.net Utility Library

Just some Misc. Utilities that I wrote over time.

Circular Buffer

Also known as "Ring Buffer". Has a set capacity and as you add items, new items overwrite the oldest one. In other words: This holds the last {capacity} items.

http://www.stum.de/2011/11/26/circularbuffer-added-to-my-net-utils-library/

Base36 Encoder/Decoder

Convert an Int64 or BigInteger to a Base36 string and vice versa. http://www.stum.de/2008/10/20/base36-encoderdecoder-in-c/ http://en.wikipedia.org/wiki/Base36

.INI File Parser

Read and Write .ini Files

http://www.stum.de/2009/08/15/a-simple-ini-file-parser-for-c/

A simple Even/Odd Cycler

Useful when writing out a table and switching css classes for each row

http://www.stum.de/2010/01/22/a-simple-evenodd-cycler-for-net/

A Command Line Parser

There are many Command Line Argument Parsers, some simple, some complicated. Here is mine.

http://www.stum.de/2008/06/22/parsing-the-command-line/

Extension method to replace multiple Chars in a string

Replace characters in a string with another string or remove them altogether.

http://www.stum.de/2010/02/16/an-extension-method-to-replace-multiple-chars-in-a-string/

Return another string if string is null or empty

var displayString = stringThatMaybeNull.IfEmpty("None set.");

http://www.stum.de/2010/01/16/extension-method-return-another-string-if-string-is-null-or-empty/

String.Format Extension method

"Hello, {0}".Use("Michael")

http://www.stum.de/2009/08/20/turning-string-format-into-an-extension-method/

License

A copy of the license can be found in LICENSE.txt or at http://mstum.mit-license.org/

mstum.utils's People

Contributors

mstum avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.