Found 15 packages
Initials for common
VariableKeywordMatcher.Provider.JapaneseRomaji is the Chinese PinYin Initials matcherVariableKeywordMatcher(plugin) for VariableKeywordMatcher. e.g. "NH" will hit "你好".
Angular Avatar is a simple and lightweight AngularJS directive that generates a letter's avatar like Microsoft or Google do in their web apps. First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several angular atributes are available to configure the output: size, shape, resolution, colors, etc. More info at: https://github.com/ajsoriar/angular-avatar
Package Description
Generates avatars for the users based on their initials. Usage: var avatarGenerator = new LetterAvatarGenerator(new [] { 'M', 'R' }); var file = avatarGenerator.GetAvatar();
A collection of useful extension methods for date transformations, caching, enum handling, geographic calculations, JSON serialization, and string manipulation.
This package is for enabling the ability to add simple configuration to log4net configuration allowing log shipping to Initial State's log manager service.
This package makes sending events to Initial State's events API simple from a C# application
VariableKeywordMatcher is a C# library offering several string-keyword matchers, they allow you match keyword by Initials\Chinese PinYin(plugin needed)\Japanese Romaji(plugin needed)... You can get the keyword hit position that allow you to highlight the matched words.
VariableKeywordMatcherIn1 is a C# library offering several string-keyword matchers(English + PinYin), they allow you match keyword by Initials\Chinese PinYin\Japanese Romaji(plug-in needed)... You can get the keyword hit position that allow you to highlight the matched words.
Provides strongly-typed FirstName and LastName value objects to standardize person names. Enforces normalization rules (title-case for first names, uppercase for last names), validation, parsing, comparison, and formatting. Includes IPerson abstraction with extension methods for display name, ordering name, and initials, plus name normalization helpers.
This package enables quicker consumption of Authy's two-factor authentication service in a .NET client by providing an easy to consume client api.
User icons as in a telegram. The username is passed to them, it is painted in a certain color and displays initials.
This is a helper namespace to allow MVVM binding to navigation events generated by the Microsoft WebView2 object ## Example Usage: xmlns:webViewIntegration="https://github.com/RFBCodeWorks/MvvmControls/WebViewIntegration" <grid> <WebView:WebView2 x:Name="WV" Source="{Binding InitialSource}" /> <webViewIntegration:WebView2BindingHelper WebView="{Binding ElementName=WV}" NavigationHandler="{Binding NavigationHandler}"/> </grid>