Avatars blend with the Na'vi seamlessly, and you can control their behavior precisely ('drive' them) with a psionic link. Just like a dynamic proxy, with behavior driven by code. IMyService service = Avatar.Of<IMyService>(); service.AddBehavior(...); Built from https://github.com/devlooped/avatar/tree/e60cc54d2
Generates identicons as SVG or PNG files on the .NET Framework and .NET Standard platforms. This package provides the following features: * Render SVG identicons * Render PNG identicons Commonly used types: * Jdenticon.Identicon * Jdenticon.IdenticonStyle * Jdenticon.Rendering.Color
The core library used to provide Gravatar methods for both GravatarHelper and GravatarHelper.AspNetCore
A simple ASP.NET Core TagHelper for Gravatar. To use please add the following to your '_ViewImports.cshtml' file: @using GravatarHelper.Common @addTagHelper *, GravatarHelper.AspNetCore You can then use it in any .cshtml file as follows: <img gravatar-email="MyEmailAddress@example.com" gravatar-size="80" alt="My Gravatar" />
A simple ASP.NET MVC3/4/5 helper for Gravatar providing extension methods to HtmlHelper and UrlHelper. Example usage: @Html.Gravatar("MyEmailAddress@example.com", 80)
A fast circular ImageView perfect for profile images. This is based on RoundedImageView from Vince Mi which itself is based on techniques recommended by Romain Guy.
Sample C++ Wrapper Library
Package Description Built from https://github.com/devlooped/avatar/tree/e60cc54d2
An extensible source generator library for arbitrary avatar (a.k.a. dynamic proxy) code generation at compile-time. Built from https://github.com/devlooped/avatar/tree/e60cc54d2
Features of S22.Xmpp - Supports XMPP over TLS/SSL - SASL Authentication (PLAIN, DIGEST-MD5, and SCRAM-SHA-1) - User Avatars - SOCKS5 and In-Band File-Transfer - In-Band Registration - User Mood - User Tune - User Activity - Simplified Blocking - API designed to be very easy to use - Well documented with lots of example code - Free to use in commercial and personal projects (MIT License) Please visit the website for example usage and detailed documentation.
NGravatar provides MVC HtmlHelper and UrlHelper extension methods for rendering Gravatar avatars from gravatar.com. The project is licensed under the MIT open-source license and is hosted at Google Code. See http://code.google.com/p/ngravatar/ for more information. Gravatar avatars are retrieved based on an email address and optional parameters. A rendered Gravatar avatar on an MVC view page might look something like: @Html.Gravatar("ngravatar@kendoll.net", 80, htmlAttributes: new { style = "border:10px solid blue;" }) The above line would render an <img> tag with the source of the Gravatar for "ngravatar@kendoll.net". The size, default image, rating, and any additional HTML attributes can also be specified. Using NGravatar requires that the "NGravatar.Html" namespace be added to the Web.config (or the top of a view with a @using directive). See the source at Google Code for an example project.
A simple .Net Standard library to easily get profile picture, QR code image for profile and profile information for a user from Gravatar.
NGravatar.Core provides methods for interacting with the Gravatar API on the .NET platform. This is the core library used by NGravatar for MVC extension methods. To get those methods, install the NGravatar package.
An example of hand-coding avatars using the behavior pipeline directly. This is not the typical usage pattern for Avatar, where the proxies are generated instead by compile-time or run-time generators. Built from https://github.com/devlooped/avatar/tree/e60cc54d2
This is a dependency to Jdenticon.WinForms. You probably want to install the Jdenticon.WinForms package instead. This package can on its own be used to: * Render identicons to System.Drawing.Graphics * Render identicons to System.Drawing.Bitmap * Render EMF (Enhanced Metafile) identicons This package is not intended for server-side applications.
Class library adding support for the Personal Eventing Protocol (XEP-0163) to the XMPP Client library defined in Waher.Networking.XMPP. Other related extensions supported include: XEP-0080: User Location XEP-0084: User Avatar XEP-0107: User Mood XEP-0108: User Activity XEP-0118: User Tune
Provides run-time avatar generation using Castle DynamicProxy, for projects that cannot use the compile-time avatar generation provided built-in Avatar, which requires C# 9.0. Built from https://github.com/devlooped/avatar/tree/e60cc54d2
Generates avatars for the users based on their initials. Usage: var avatarGenerator = new LetterAvatarGenerator(new [] { 'M', 'R' }); var file = avatarGenerator.GetAvatar();
Class library adding support for managing avatars to the XMPP Client library defined in Waher.Networking.XMPP.
TypeScript Definitions (d.ts) for gravatar. Generated based off the DefinitelyTyped repository [git commit: b14601af3fb2ad72d5048e94188a569a1838fb9c]. http://github.com/DefinitelyTyped
Canducci Gravatar http://pt.gravatar.com http://pt.gravatar.com/site/implement/
Class library adding support for the Personal Eventing Protocol (XEP-0163) to the XMPP Client library defined in Waher.Networking.XMPP.UWP. Other related extensions supported include: XEP-0080: User Location XEP-0084: User Avatar XEP-0107: User Mood XEP-0108: User Activity XEP-0118: User Tune
Catharsis.Web.Widgets 2.8.0 Catharsis.Web.Widgets is ASP.NET MVC tag library, which provides useful social media widgets to include on web pages of your site. Web widgets are implemented as C# POCO objects that implement System.Web.IHtmlString and provide convenient fluent interface to work with. Extension methods for System.Web.Mvc.HtmlHelper for easiness of rendering are also provided as well. As of the latest version, the following areas are covered : - Cackle [Comments and OAuth Login widgets] - Disqus [Comments widget] - Facebook [Activity Feed, Recommendations Feed, "Follow" button, "Like" button, Like Box, "Send" button, Comments widget, Facepile widget, Embedded post, Embedded video, Video hyperlink] - Google [Google Analytics, Google + 1 button] - Gravatar [Avatar image URL, User profile URL] - IntenseDebate [Comments widget, comments count hyperlink] - LiveJournal [Like Button, Repost Button] - Mail.ru [Faces widget, Groups widget, ICQ On-Site widget, "Like" button (mail.ru/odnoklassniki.ru), Embedded video, Video hyperlink] - Pinterest [Pin It Button, Follow Button, Pin Widget, Profile Widget, Board Widget] - RuTube [Embedded video, Video hyperlink] - SoundCloud [Profile Icon] - Surfingbird ["Like" button] - Tumblr ["Follow" button, "Share" button] - Twitter ["Follow" button, "Tweet" button] - Vimeo [Embedded video, Video hyperlink] - VKontakte [OAuth Button, Comments widget, Community widget, "Like" button, Poll widget, Wall Post widget, Recommendations Feed widget, Subscribe widget, Embedded video, Video hyperlink] - Yandex [Yandex Analytics, "Ya" button, "Share" button, Embedded video, Video hyperlink, Yandex.Money (payment buttons and forms)] - YouTube [Embedded video, Video hyperlink] - VideoJS player [Media player]
JavaScript library generating identicons using SVG graphics or HTML5 canvas. If you intend to generate icons server-side, consider using any of the .NET packages instead: * Jdenticon-net * Jdenticon.AspNetCore * Jdenticon.AspNet.Mvc * Jdenticon.AspNet.WebApi * Jdenticon.AspNet.WebForms
Package Description
Dotnet Standard integration with Gravatar APIs
This package provides the functionality to utilize the features of Syncfusion® Xamarin TextInputLayout, Gradient View, Effects View, Avatar view, Border, and Shimmer.
Syncfusion ASP.NET Core UI controls are built from the ground up to be lightweight, responsive, modular, and touch-friendly. It includes over 50 components, including grid, chart, scheduler, and much more. Learn more: https://www.syncfusion.com/products/aspnetcore?utm_source=nuget&utm_medium=listing Key features: • Supports TagHelper and fluent builder for control initialization. • Data annotation support. • Stunning built-in themes including material, bootstrap, fabric, etc. • Compliance with accessibility standards - WCAG 2.0 and Section 508. Controls Included: GRIDS DataGrid Pivot Table DATA VISUALIZATION Charts Circular Gauge Diagram Heat Map Linear Gauge Maps Range Navigator Smith Chart Sparkline TreeMap EDITORS Autocomplete Button ButtonGroup Checkbox Color Picker Combobox Date Picker Date-Range Picker Date-Time Picker Document Editor Dropdown Button Dropdown List Form Validator Rich Text Editor Switch Masked Textbox Multiselect Dropdown Numeric Textbox Radio Button Slider Split Button Textbox Time Picker Uploader LAYOUT Avatar Card Dialog ListView Tooltip NAVIGATION Accordion Context Menu Sidebar Tabs Toolbar Tree View CALENDAR Calendar Scheduler NOTIFICATIONS Badge Toast Helpful links: Documentation: https://ej2.syncfusion.com/aspnetcore/documentation?utm_source=nuget&utm_medium=listing What's New: https://www.syncfusion.com/products/whatsnew/aspnetcore-js2?utm_source=nuget&utm_medium=listing Roadmap: https://www.syncfusion.com/products/roadmap/aspnetcore-js2?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/essential-js2?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
MinotarAPI is a library to get Minecraft Avatars and Skins.
This Syncfusion® package provides 90+ high-performance, lightweight, user friendly, and responsive ASP.NET Core controls.
Util.Images.Avatar是Util应用框架的头像生成操作类库
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
This Syncfusion® package provides 90+ high-performance, lightweight, user friendly, and responsive ASP.NET MVC controls.
This package provides the functionality to utilize the features of Syncfusion® Xamarin.WPF TextInputLayout, Gradient View, Effects View, Avatar view, Border, and Shimmer.
This package contains common classes and interfaces that are used in other Syncfusion® .NET MAUI controls.
This Syncfusion package provides 90+ high-performance, lightweight, user friendly, and responsive ASP.NET MVC controls.
AvatarScriptLink.NET is a library for accelerating Netsmart myAvatar ScriptLink API development.
NOTE: The current package is *DEPRECATED* We moved to here: https://www.nuget.org/packages/Syncfusion.EJ2.Blazor Syncfusion ASP.NET Core Razor Components are built from the ground up to be lightweight, responsive, modular, and touch-friendly. It includes over 50 components, including grid, chart, scheduler, and much more. Key features: • Supports ASP.NET Core Razor Component. • Stunning built-in themes including material, bootstrap, fabric, etc. • Compliance with accessibility standards - WCAG 2.0 and Section 508. Controls Included: GRIDS DataGrid Pivot Table Tree Grid DATA VISUALIZATION Charts Circular Gauge Diagram Heatmap chart Linear Gauge Maps Range Selector Smith Chart Sparkline Charts Stock Chart TreeMap EDITORS Rich Text Editor In-place Editor Word Processor CALENDARS Scheduler Calendar DatePicker DateRangePicker DateTime Picker TimePicker BUTTONS Button ButtonGroup Chips Dropdown Menu Progress Button Split Button DROPDOWNS AutoComplete ComboBox Dropdown List MultiSelect Dropdown NAVIGATION Accordion Context Menu Menu Bar Sidebar Tabs Toolbar TreeView INPUTS TextBox Input Mask Numeric Textbox Radio Button Checkbox Color Picker File Upload Range Slider Toggle Switch Button LAYOUT Avatar Card Dialog ListView Splitter Tooltip NOTIFICATIONS Badge Toast FORMS Query Builder Viewer PDF Viewer Helpful links: Documentation: https://ej2.syncfusion.com/aspnet-core-razor-components/documentation/ Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore-js2 This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
HLI Interfaces
DB Informix Client
Package Description
The simple .NET library for generate colored avatar by username.