Source Codes
Hardware runs the world. Software controls the hardware. Code generates the software. Have you coded today?
This is the hub for code snippets, useful functions, classes and components that have proven useful in many applications and can make repeating tasks a lot easier.
You can filter the list by tags or sort it with the following controls. Particularly interesting items are highlighted in yellow.
async c# c++ class console data gui interop javascript math media network pascal php powershell reflection sec userscript winforms wpf xml × By relevance By update time By creation time By title Archived contents
TxTranslation c# class data winforms wpf xml ★★★★★★
Simple yet powerful translation and localisation library for .NET applications. Supports XAML binding, language fallbacks, count-specific translations, placeholders, and number and time formatting.
Natural sorting of strings c# class data ★★★★★★
Sorts strings that contain numbers, not character-wise (lexical) but regarding the numeric value: “a1” < “a2” < “a10” < “a11” < “a20”
FieldLog c# class data ★★★★★
Fast and comprehensive logging tool for .NET applications. Designed for high-performance, storage-efficient, always-on logging and comes with a useful log viewer application.
msgpack.js data interop javascript network ★★★★★
A minimal yet complete MessagePack implementation for JavaScript.
MultiSelectTreeView control c# class data wpf ★★★★★
A WPF TreeView control with support for multiple selection.
SettingsAdapterFactory class c# class data reflection xml ★★★★
Generates a dynamic implementation of an interface with properties that binds to a settings store and implements INotifyPropertyChanged.
EasyXml class c# class data xml ★★★★
Simple read and write access to XML documents through XPath expressions. Automatically creates missing XML elements when writing with XPath.
CollectionDictionary class c# class data ★★★
A Dictionary implementation that stores multiple values for each key.
ObservableCollectionAdapter class c# class data wpf ★★
Adapts an ObservableCollection of a type for use as an ObservableCollection of a base type where covariance doesn’t work.
Markup parser class data php ★★
Converts texts with a simple plain-text formatting to HTML. With emphases, hyperlinks, lists, tables and other format features.
AtomFeed class class data php xml ★★
Creates an Atom 1.0 newsfeed.
Settings class c# class data xml ★★
Stores data such as program settings in an XML file and takes care about easy access, safe storage, change notification and control binding.
Advanced BBCode Parser data php ★
Complete BBCode parser with configurable tags, styles, smileys and syntax validation.
PalmDatebook class c# class data interop ★
Reads the calendar database of the Palm Desktop application.
Summary
14 items, ca. 51 850 lines of code, estimated development costs: 100 000 €