Rapidjson is an attempt to create the fastest JSON parser and generator. This is an unofficial release from the master branch as of 11/2017. - Small but complete. Supports both SAX and DOM style API. SAX parser only a few hundred lines of code. - Fast. In the order of magnitude of strlen(). Optionally supports SSE2/SSE4.2 for acceleration. - Self-contained. Minimal dependency on standard libraries. No BOOST, not even STL. - Compact. Each JSON value is 16 or 20 bytes for 32 or 64-bit machines respectively (excluding text string storage). With the custom memory allocator, parser allocates memory compactly during parsing. - Full RFC4627 compliance. Supports UTF-8, UTF-16 and UTF-32. - Support both in-situ parsing (directly decode strings into the source JSON text) and non-destructive parsing (decode strings into new buffers). - Parse number to int/unsigned/int64_t/uint64_t/double depending on input - Support custom memory allocation. Also, the default memory pool allocator can also be supplied with a user buffer (such as a buffer allocated on user's heap or - programme stack) to minimize allocation. As the name implies, rapidjson is inspired by rapidxml.
Highlights of functionality Parsing/formatting/validating phone numbers for all countries/regions of the world. getNumberType - gets the type of the number based on the number itself; able to distinguish Fixed-line, Mobile, Toll-free, Premium Rate, Shared Cost, VoIP and Personal Numbers (whenever feasible). isNumberMatch - gets a confidence level on whether two numbers could be the same. getExampleNumber/getExampleNumberByType - provides valid example numbers for all countries/regions, with the option of specifying which type of example phone number is needed. isPossibleNumber - quickly guessing whether a number is a possible phonenumber by using only the length information, much faster than a full validation. isValidNumber - full validation of a phone number for a region using length and prefix information. AsYouTypeFormatter - formats phone numbers on-the-fly when users enter each digit. findNumbers - finds numbers in text input. PhoneNumberOfflineGeocoder - provides geographical information related to a phone number.
Rapidjson is an attempt to create the fastest JSON parser and generator. - Small but complete. Supports both SAX and DOM style API. SAX parser only a few hundred lines of code. - Fast. In the order of magnitude of strlen(). Optionally supports SSE2/SSE4.2 for acceleration. - Self-contained. Minimal dependency on standard libraries. No BOOST, not even STL. - Compact. Each JSON value is 16 or 20 bytes for 32 or 64-bit machines respectively (excluding text string storage). With the custom memory allocator, parser allocates memory compactly during parsing. - Full RFC4627 compliance. Supports UTF-8, UTF-16 and UTF-32. - Support both in-situ parsing (directly decode strings into the source JSON text) and non-destructive parsing (decode strings into new buffers). - Parse number to int/unsigned/int64_t/uint64_t/double depending on input - Support custom memory allocation. Also, the default memory pool allocator can also be supplied with a user buffer (such as a buffer allocated on user's heap or - programme stack) to minimize allocation. As the name implies, rapidjson is inspired by rapidxml.
This library provides XAML templated controls. It is a part of the Windows Community Toolkit. Controls: - ColorPicker/ColorPickerButton: Improved ColorPicker and DropDownButton version. - RadialGauge: Displays a value within a range, using a needle on a circular face. - RangeSelector: "Double slider" control for range values. - RemoteDevicePicker: Remote Device Picker Control for Project Rome. - RichSuggestBox: RichEditBox which supports at mentioning or tags. - TokenizingTextBox: An AutoSuggestBox like control which places entered input into easily removed containers for contacts or tags.
ArcGIS.PCL can be used to call ArcGIS Server resources, including those from Portal for ArcGIS and ArcGIS Online. The resources can be secure or unsecure and the ArcGIS Online token service and OAuth token service are supported. Supports the following as typed operations: > CheckGenerateToken - create a token automatically via an ITokenProvider > Query<T> - query a layer by attribute and / or spatial filters > QueryForCount - only return the number of results for the query operation > QueryForIds - only return the ObjectIds for the results of the query operation > Find - search across n layers and fields in a service > ApplyEdits<T> - post adds, updates and deletes to a feature service layer > Geocode - single line of input to perform a geocode using a custom locator or the Esri world locator > Suggest - lightweight geocode operation that only returns text results, commonly used for predictive searching > ReverseGeocode - find location candidates for an input point location > Simplify<T> - alter geometries to be topologically consistent > Project<T> - convert geometries to a different spatial reference > Buffer<T> - buffers geometries by the distance requested > DescribeSite - returns a url for every service discovered, for ArcGISOnline or Portal this returns the hosted feature services for a user > Ping - verify that the server can be accessed > Info - return the server information such as version and token authentication settings > DescribeServices - return service information (name, sublayers etc.) > DescribeLayer - return layer information REST admin operations: > PublicKey - admin operation to get public key used for encryption of token requests > ServiceStatus - admin operation to get the configured and actual status of a service > ServiceReport - admin operation to get the service report > StartService - admin operation to start a service > StopService - admin operation to stop a service ArcGIS.PCL is a netstandard v1.3 library.
A jQuery plugin to be used on touch devices such as iPad, iPhone, Android etc. Detects single and multiple finger swipes, pinches and falls back to mouse 'drags' on the desktop. Time and distance thresholds can be set to distinguish between swipe gesture and slow drag. Allows exclusion of child elements (interactive elements) as well allowing page scrolling or page zooming depending on configuration. - Detects swipes in 4 directions, "up", "down", "left" and "right" - Detects pinches "in" and "out" - Supports single finger or double finger touch events - Supports click events both on the touchSwipe object and its child objects - Definable threshold / maxTimeThreshold to determin when a gesture is actually a swipe - Events triggered for swipe "start","move","end" and "cancel" - End event can be triggered either on touch release, or as soon as threshold is met - Allows swiping and page scrolling - Disables user input elements (Button, form, text etc) from triggering swipes
This library provides XAML templated controls. It is a part of the Windows Community Toolkit. Controls: - ColorPicker/ColorPickerButton: Improved ColorPicker and DropDownButton version. - RadialGauge: Displays a value within a range, using a needle on a circular face. - RangeSelector: "Double slider" control for range values. - RemoteDevicePicker: Remote Device Picker Control for Project Rome. - TokenizingTextBox: An AutoSuggestBox like control which places entered input into easily removed containers for contacts or tags.
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer and Report Writer in your WPF application. Please use the BoldReports.WPF package for new projects. Syncfusion Report Viewer for WPF is a .NET control package to view RDL/RDLC reports within a .NET application. Key features: • Report viewer can render RDL reports published on SQL Server Reporting Services server. • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. Learn more: https://www.syncfusion.com/reporting-tool/wpf/report-viewer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/wpf/reportviewer/getting-started?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/wpf?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 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Japanese Language pack for the IronOCR C# and VB.Net OCR library. Reads Japanese language text from images and PDFs in .NET. Ocr Dictionaries in this package: * JapaneseAlphabet * JapaneseAlphabetBest * JapaneseAlphabetFast * JapaneseVerticalAlphabet * JapaneseVerticalAlphabetBest * JapaneseVerticalAlphabetFast * Japanese * JapaneseBest * JapaneseFast * JapaneseVertical * JapaneseVerticalBest * JapaneseVerticalFast This package installs IronOCR and also Japanese support including: * Japanese (also known as 日本語 (にほんご)) OCR for screenshots, cameras, images files, tiffs and PDFs. * Custom OCR that significantly outperforms Tesseract on real world documents. * Can read scans with distortion, skewing, low resolution & contrast, and digital noise. * Also supports Tesseract 3, 4 and 5 in Japanese. * Support for 122 other languages also available Additional Features Include: * Barcode & QR Reading * Output of searchable, search-engine indexable PDF documents * Inspect fonts, headings, paragraphs, lines, words, and characters as structured data Supports: * .NET Framework(4.5 +) * .NET CORE(2.0 +) * .NET Standard(2.0 +) Works on: *Windows * MacOS * Linux * Docker * Azure and other Cloud hosting platforms * Web, Console, WinForms, WPF and Services Reads: * Images * TIFFS * PDFs * Screenshots * Camera Input * Scans * Barcodes * QR codes This package also installs: https://www.nuget.org/packages/IronOcr/ For product and licensing support please email us at developers@ironsoftware.com ====== C# と .NET での日本語 OCR スタンドアロン .NET OCR API で最適化された C# Tesseract 5 OCR。 スキャナーのドキュメント、画像、PDF をテキストに変換します。 C# と VB の例: https://ironsoftware.com/csharp/ocr/languages/Japanese/
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer and Report Writer in your ASP.NET Core web application. Please use the BoldReports.AspNet.Core (https://www.nuget.org/packages/BoldReports.AspNet.Core) package for new projects. The report viewer control is used to view RDL/RDLC reports within web applications. The reports are rendered using HTML5 and provides an optimal user experience across phone, tablet, and desktop form-factors. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, subreports, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. Learn more: https://www.syncfusion.com/products/jquery/aspnetcore/ReportViewer Documentation: https://help.syncfusion.com/aspnet-core/reportviewer/getting-started https://help.syncfusion.com/aspnet-core/reportwriter/getting-started Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore 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 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
EditorTemplates for MVC projects and Bootstrap 3. Adds standard bootstap input fields plus date, time and rich text controls
Rapidjson is an attempt to create the fastest JSON parser and generator. - Small but complete. Supports both SAX and DOM style API. SAX parser only a few hundred lines of code. - Fast. In the order of magnitude of strlen(). Optionally supports SSE2/SSE4.2 for acceleration. - Self-contained. Minimal dependency on standard libraries. No BOOST, not even STL. - Compact. Each JSON value is 16 or 20 bytes for 32 or 64-bit machines respectively (excluding text string storage). With the custom memory allocator, parser allocates memory compactly during parsing. - Full RFC4627 compliance. Supports UTF-8, UTF-16 and UTF-32. - Support both in-situ parsing (directly decode strings into the source JSON text) and non-destructive parsing (decode strings into new buffers). - Parse number to int/unsigned/int64_t/uint64_t/double depending on input - Support custom memory allocation. Also, the default memory pool allocator can also be supplied with a user buffer (such as a buffer allocated on user's heap or - programme stack) to minimize allocation. As the name implies, rapidjson is inspired by rapidxml.
Korean Language pack for the IronOCR C# and VB.Net OCR library. Reads Korean language text from images and PDFs in .NET. Ocr Dictionaries in this package: * Korean * KoreanBest * KoreanFast * KoreanVertical * KoreanVerticalBest * KoreanVerticalFast This package installs IronOCR and also Korean support including: * Korean (also known as 한국어 (韓國語), 조선어 (朝鮮語)) OCR for screenshots, cameras, images files, tiffs and PDFs. * Custom OCR that significantly outperforms Tesseract on real world documents. * Can read scans with distortion, skewing, low resolution & contrast, and digital noise. * Also supports Tesseract 3, 4 and 5 in Korean. * Support for 122 other languages also available Additional Features Include: * Barcode & QR Reading * Output of searchable, search-engine indexable PDF documents * Inspect fonts, headings, paragraphs, lines, words, and characters as structured data Supports: * .NET Framework(4.5 +) * .NET CORE(2.0 +) * .NET Standard(2.0 +) Works on: *Windows * MacOS * Linux * Docker * Azure and other Cloud hosting platforms * Web, Console, WinForms, WPF and Services Reads: * Images * TIFFS * PDFs * Screenshots * Camera Input * Scans * Barcodes * QR codes This package also installs: https://www.nuget.org/packages/IronOcr/ For product and licensing support please email us at developers@ironsoftware.com ====== C# 및 .NET의 한국어 OCR 독립형 .NET OCR API에서 최적화된 C# Tesseract 5 OCR. 스캐너 문서, 이미지 및 PDF를 텍스트로 변환합니다. C# 및 VB 예: https://ironsoftware.com/csharp/ocr/언어s/한국어/
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer and Report Writer in your ASP.NET MVC web application. Please use the BoldReports.Mvc5 package for new projects. The Syncfusion Report Viewer for ASP.NET MVC package contains control and server-side helpers used to view RDL/RDLC reports within ASP.NET MVC applications. The reports are rendered using HTML5 and provides an optimal user experience across phone, tablet, and desktop form-factors. Key features: • Report viewer can render RDL reports published on SQL Server Reporting Services server. • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. • Report writer can be used to create file report formats PDF, Word, Excel, and HTML without viewing the report. Learn more: https://www.syncfusion.com/reporting-tool/aspnet-mvc/report-viewer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/reportviewer/getting-started?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/aspnetmvc?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 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
RandomizedTesting.Generators contains generators for random numbers, several forms of text (ASCII, Unicode, realistic Unicode, HTML-like, regular expression-like) as well providing methods to pick random selections from collections and arrays and even create randomly generated Regex classes. These features are implemented as simple low-level extension methods to for the Random class so there is very little to learn to quickly generate random data for your tests. Why would you want tests to have random data? This is to fill situations where it is not practical to test the entire range of values in a single test run, for example, with applications that analyze text. Tests can instead be designed to provide different input every time they run to catch edge cases that are difficult to test for. Generating random data also has many other purposes, such as quickly generating a set of text files to benchmark with without having to store several hundred MB worth of files (since the same random seed will always generate the same data).
Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, and mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. Stanford CoreNLP is an integrated framework, which make it very easy to apply a bunch of language analysis tools to a piece of text. Starting from plain text, you can run all the tools on it with just two lines of code. Its analyses provide the foundational building blocks for higher-level and domain-specific text understanding applications.
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer, Report Designer and Report Writer in your JavaScript application. Please use the BoldReports.JavaScript package for new projects. The Report Designer control is a HTML5 component used to create and edit reports in RDL format report within JavaScript based web applications. Key features: • Popular data sources such as Microsoft SQL Server, Oracle, OLEDB, and ODBC are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • All available report items can easily be arranged and configured through an effective design area. • Option to add input parameters in custom queries or stored procedures and dynamically change the parameter values in report viewer. • Built-in expression editor to create expressions with RDL report standard to perform additional operations such as mathematical computation, conditional formatting, inspection, conversions, and more. • Various editing capabilities for report items. • All static texts within the report designer can be localized to any desired language. • Built-in themes for enhancing appearance. Learn more: https://www.syncfusion.com/reporting-tool/jquery/javascript/report-designer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/js/reportdesigner/getting-started?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/general?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 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Material design text fields
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer, Report Designer and Report Writer in your ASP.NET Web Forms application. Please use the BoldReports.WebForms package for new projects. The Syncfusion Report Viewer for ASP.NET Web Forms package contains report viewer control and server-side helpers used to view RDL/RDLC reports within ASP.NET Web Forms applications. The reports are rendered using HTML5 and provides an optimal user experience across phone, tablet, and desktop form-factors. Key features: • Report viewer can render RDL reports published on SQL Server Reporting Services server. • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. • Report writer can be used to create file report formats PDF, Word, Excel, and HTML without viewing the report. Learn more: https://www.syncfusion.com/reporting-tool/aspnet/report-viewer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnet/reportviewer/overview?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/general?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 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
This library provides XAML templated controls. It is a part of the Windows Community Toolkit. Controls: - ColorPicker/ColorPickerButton: Improved ColorPicker and DropDownButton version. - RadialGauge: Displays a value within a range, using a needle on a circular face. - RangeSelector: "Double slider" control for range values. - RemoteDevicePicker: Remote Device Picker Control for Project Rome. - RichSuggestBox: RichEditBox which supports at mentioning or tags. - TokenizingTextBox: An AutoSuggestBox like control which places entered input into easily removed containers for contacts or tags.
This is a legacy package for embedding Syncfusion reporting components such as Report Viewer, Report Designer and Report Writer in your web application. Please use the BoldReports.Web package for new projects. The Syncfusion Web Report Viewer is a server-side helper package used to build report viewer compatible ASP.NET Web API service that is used for Essential JS 1 Report Viewer control in Angular and JavaScript platforms. The report viewer control is used to view RDL/RDLC reports within web applications. The reports are rendered using HTML5 and provides an optimal user experience across phone, tablet, and desktop form-factors. Key features: • Report viewer can render RDL reports published on SQL Server Reporting Services server. • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. • Report writer can be used to create file report formats PDF, Word, Excel, and HTML without viewing the report. Learn more: https://www.syncfusion.com/reporting-tool/jquery/javascript/report-viewer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/js/reportviewer/getting-started?utm_source=nuget&utm_medium=listing https://help.syncfusion.com/angular/reportviewer/getting-started?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/javascript?utm_source=nuget&utm_medium=listing https://www.syncfusion.com/forums/angular?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 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
This is a legacy package for embedding Syncfusion reporting components Report Viewer and Report Writer in your ASP.NET MVC web application. Please use the BoldReports.Mvc4 package for new projects. The Syncfusion Report Viewer for ASP.NET MVC package contains control and server-side helpers used to view RDL/RDLC reports within ASP.NET MVC applications. The reports are rendered using HTML5 and provides an optimal user experience across phone, tablet, and desktop form-factors. Key features: • Report viewer can render RDL reports published on SQL Server Reporting Services server. • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Toolbars and parameter block appearance can be customized using templates. • Report writer can be used to create file report formats PDF, Word, Excel, and HTML without viewing the report. Learn more: https://www.syncfusion.com/reporting-tool/aspnet-mvc/report-viewer?utm_source=nuget&utm_medium=listing Documentation: https://help.syncfusion.com/aspnetmvc/reportviewer/getting-started?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/aspnetmvc?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 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
(No plugins included.) TextExt’s modular design allows you easily turn a standard HTML text input into a wide range of modern, tailored to your needs input field without bloating your source code and slowing down your site with the code that you aren’t using.
GeoJSON for EntityFramework is a .net library that allows you to create GeoJSON output from EntityFramework Spatial Data or WKT inputs. In other words, It serializes different type of geometry objects to GeoJSON. It's not limited to only EF entities but It can serialize WKT inputs as well. Features: - Supports Entity Framework v6 (System.Data.Entity.Spatial namespace) objects - Supports Well-known Text (WKT) inputs - Supports DbGeometry (planar) and DbGeography (geodetic "round earth") objects - Supports all types of features defined in geojson specs - Supports boundingbox property defined in geojson specs - Supports geometry transform
This date range picker component for Bootstrap creates a dropdown menu from which a user can select a range of dates. If invoked with no options, it will present two calendars to choose a start and end date from. Optionally, you can provide a list of date ranges the user can select from instead of choosing dates from the calendars. If attached to a text input, the selected dates will be inserted into the text box. Otherwise, you can provide a custom callback function to receive the selection. The component can also be used as a single date picker by setting the singleDatePicker option to true.
Using Windows Forms or Windows WPF SendKey methods can emulate text entry, but not actual key strokes. Other available input simulators or emulators lack ability to send key strokes that is behind DirectX layers, and rarely provides output features as one package. HenoohDeviceEmulator provides easy way to gain hardware access to Keyboard and Mouse devices, both input and output. Henooh Device Emulator is composed of four separate classes each designed to handle their own functionality.
This release includes ASP .NET MVC Core Tag Helpers for all widgets by jQWidgets. Some of the most notable are: - Grid - Chart - DataTable - TreeGrid - Scheduler - Layout - Docking Layout - ListBox - DropdownList - ComboBox - Tree - TreeMap - Gauges - Buttons - Navigation Bars - DatetimeInput - Calendar - ScrollView - ListView - Tabs - Expander - File Upload - Ribbon Bar - Pivot Grid - Slider - Splitter - Tooltip - Popover - Notification - NavBar - Progress Bar - Rating - Number Input - Password Input - Masked Input - Text Area - Input - Loader - Panel - ScrollBar - Validator - Window
RichTextBox is a freeware RichTextEditor asp.net server control. It is not as full featured as CKEditor or TinyMCE, but it may be the worlds most advanced fully embedded rich text editor freeware asp.net control (no dangling javascript files). RichTextBox have the usual buttons, design and or html view, byte, letter & word counters, it supports multiple instances on the same page and can be configured in many ways, eg. which rich abilities (buttons) to include, using counters to restrict input, where to put user upload and many many more. In addition RichTextBox can also be embedded into your own server controls (fully free).
ArcGIS.PCL can be used to call ArcGIS Server resources, including those from Portal for ArcGIS and ArcGIS Online. The resources can be secure or unsecure and the ArcGIS Online token service and OAuth token service are supported. Supports the following as typed operations: • CheckGenerateToken - create a token automatically via an ITokenProvider • Query<T> - query a layer by attribute and / or spatial filters • QueryForCount - only return the number of results for the query operation • QueryForIds - only return the ObjectIds for the results of the query operation • Find - search across n layers and fields in a service • ApplyEdits<T> - post adds, updates and deletes to a feature service layer • Geocode - single line of input to perform a geocode usning a custom locator or the Esri world locator • Suggest - lightweight geocode operation that only returns text results, commonly used for predictive searching • ReverseGeocode - find location candidates for a input point location • Simplify<T> - alter geometries to be topologically consistent • Project<T> - convert geometries to a different spatial reference • Buffer<T> - buffers geometries by the distance requested • DescribeSite - returns a url for every service discovered • Ping - verify that the server can be accessed Also supports converting GeoJSON <-> ArcGIS Features. Works with .NET for Windows Store apps, .NET framework 4 and higher, Silverlight 5, Windows Phone 8 and higher, Xamarin Android and Xamarin iOS.
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers. MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
Syncfusion UI components for ASP.NET Core (Essential JS 1) contain runtime assemblies for building line-of-business applications that can run on Windows, Linux, and Mac. They contain more than 60 HTML Helpers, including popular controls such as a data grid, charts, Gantt, diagram, spreadsheet, schedule, and pivot grid to build server-side dynamic websites based on Microsoft's ASP.NET Core. Key Features • Support for ASP.NET Core version 2.1 to the latest ASP.NET Core 3.1, along with .NET Standard 2.1. • Support for all major browsers: IE8+, Microsoft Edge, Chrome 17+, Firefox 22+, Safari 5+, and Opera 12+. • Support for globalization and localization. • 17 built-in themes including Material, Office 365, Bootstrap, and High contrast themes. • Built-in integration with the most popular third-party frameworks: Angular, AngularJS, React, Aurelia, Ember, TypeScript. • Built-in compliance with the WAI-ARIA specification, which ensures the components work properly in assistive technologies. • User-interactive widget mode is sustainable in a browser’s local storage, which helps to maintain the state for each component. • Seamless cooperation with jQuery validation to perform validation on form controls like numeric, masked text box, check box, RTE, and drop-down list • Support for RequireJS in all its components, which implements AMD specifications. So, users can load the users-specified scripts and modules into a page. Learn More https://www.syncfusion.com/products/jquery/aspnet-core-ui-controls Documentation https://help.syncfusion.com/aspnet-core/ Support Please contact us by creating a support ticket. Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore 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 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Provides helpers for writing and reading to/ from the console (and any text stream). This includes progress bars, font colors, asking questions, getting certain value types from input and more
Using Windows Forms or Windows WPF SendKey methods can emulate text entry, but not actual key strokes. Other available input simulators or emulators lack ability to send key strokes that is behind DirectX layers, and rarely provides output features as one package. HenoohDeviceEmulator provides easy way to gain hardware access to Keyboard and Mouse devices, both input and output. Henooh Device Emulator is composed of four separate classes each designed to handle their own functionality.
Provides all the features required to quickly add optical character recognition (OCR) to your applications. The OCR library provides accurate, full-page recognition results with a variety of output options to suit your application's needs. Our OCR SDK supports most common use-case scenarios, such as: * Supports over 50 different languages, and language detection. * Accepts over 100 image, graphic, and document formats as input. This image data can be binary, gray, or color. * OCR to Text. * OCR to PDF. * Recognize a document image and export results to PDF, text, or XML formats. * Use zone-based processing. * Pre-process images. * Output confidence values for post-recognition processing. * Increase recognition accuracy with built-in and user-defined dictionaries. * Supports languages including English, Eastern and Western European languages, Asian languages, Cyrillic languages (e.g., Russian), Baltic languages, Turkish, and Greek. THIRD PARTY NOTICE OPEN TEXT TECHNOLOGY Portions of the Accusoft Toolkit may include Open Text Inc. intellectual property licensed to Accusoft by Open Text Corporation or one of its affiliates (the "Open Text Technology"). The Open Text Technology includes any upgrades, derivative works, modifications, updates, additions, and copies thereof. The Open Text Technology is the intellectual property of OPEN TEXT Corporation or one of its affiliates and is protected under trademarks, registered trademarks, copyrights, and/or patents in the United States and/or other countries. ALL RIGHTS RESERVED.
The ExtractAbbrev class implements a simple algorithm for extraction of abbreviations and their definitions from biomedical text. Abbreviations (short forms) are extracted from the input file, and those abbreviations for which a definition (long form) is found are printed out, along with that definition, one per line. A file consisting of short-form/long-form pairs (tab separated) can be specified in tandem with the -testlist option for the purposes of evaluating the algorithm.
The Console Toolkit is a sophisticated but simple to learn library providing a full set of features for building console applications. It focuses on getting out of the way as quickly as possible so that you can get on with implementing functionality without having to deal with the complications of parsing command line options, parsing user input, or formatting console output in a comprehensible format. The library includes a declaritive mechanism for specifying command line options. You can specify your commands and options in a clear and simple way and the Toolkit will take care of the validation. You simply declare a handler and the library will call it if the user specifies valid parameters. Applications that accept multiple commands are fully supported, and the Toolkit even allows you to offer your users an interactive session in which they can issue commands into a custom command line interface. This functionality is provided free, you just need to start the session and define a command to allow the user to exit the session. Command and command option help is provided automatically. You just need to tell the toolkit which option or command invokes the help text, and your user will be shown syntax and options. If you use the [Description(...)] attribute, your descriptions will automatically formatted and incorporated in the help text. Command output can be formatted using a custom wrapper over the standard .NET Console object. To access this object you only need to add a parameter of type IConsoleAdapter and you can access features such as tabular data formatting and word wrapping. Colour support is provided through extension methods, so that you can specify .Red(), .Green() etc and the toolkit will worry about switching the Console output colour intelligently on your behalf. If you need to capture console input from the user, the library provides an input parsing mechanism that supports everything from simple confirmation requests to compound data structures. The library will validate the user's input and provide you with .NET types so that you don't have to parse the strings yourself. Comprehensive library documentation is available from the project website, but the library has been designed to be unobtrusive and straightforward to use. Follow the getting started guide to get a fully functional and well behaved console application up and running in minutes. You can even choose the parsing standard you prefer. If you want your commands to use DOS convetions, Unix conventions or the current Windows command line conventions, you just select an option and the Toolkit will format your help text and parse the user's arguments using the appropriate rules.
An open source transliteration library for .NET that can transliterate static texts and also can be used in "live" mode, which allows it to be connected with input fields. Supported platforms: NET 3.5, NET 4, NET 4.5, .NET Portable (.NET 4 / .NET 4.5, Silverlight 5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8).
This package provides the functionality to utilize the features of Syncfusion® Xamarin TextInputLayout, Gradient View, Effects View, Avatar view, Border, and Shimmer.
Provides a numeric up down WPF control that can be used to edit (integer, byte, decimal, double, float, short and many more) values with a textbox and/or up/down arrow (repeat) buttons. Editing can be based on input via mouse wheel, mouse drag, cursor keys, or text editing.
Syncfusion Reporting WPF is a .NET Report Viewer, Report Writer control package to view and export RDL/RDLC reports within a .NET application. Key features: • Report viewer can render RDL reports published on SQL Server Reporting Services server. • Create RDL and RDLC reports programmatically in C# using Report Writer. • Silently print reports. • Encrypt and secure exported documents. • Popular data sources such as Microsoft SQL Server, Microsoft SQL Azure, SQL CE, XML, Microsoft Access, Oracle, OLEDB, and ODBC are supported. • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Report items such as tables, matrices, lists, charts, sparklines, databars, maps, gauges, subreports, indicators, images, lines, and rectangles can be displayed. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices, lists, charts, sparklines, databars, gauges, indicators, and maps. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. • Report viewer toolbars and parameter block appearance can be customized using templates. Learn more: https://www.syncfusion.com/reporting-tool?utm_source=nuget&utm_medium=listing Documentation: https://reports.syncfusion.com/documentation/wpf?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/wpf?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 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Helper is to assist with the Extension method for providing common functionality. Contains: Extension method for convert operation 1. converts object to boolean (input parameter: type: object type) and returns either true/ false 2. converts object to string (input parameter: type: object type) and returns string 3. converts object to int 32(input parameter: type: object type) and returns int 4. converts object to double(input parameter: type: object type) and returns double 5. converts object to datetime(input parameter: type: object type) and returns datetime 6. converts object to EpochUnixTimestamp(input parameter: type: object type) and returns datetime 7. converts object to int64/long(input parameter: type: object type) and returns int64 8. filter text to Alpha and Numeric text only and remove an special char other than alphabets and numeric(input parameter: type: object type) and return filtered text 9. remove invalid xml characters from string text(input parameter: type: object type) and returns filtered text 10. generate the random text hash(input parameter: type: object type) and returns random hash text 11. generate the random int number(input parameter: type: object type) and rreturns random int value
This package provides the functionality to utilize the features of Syncfusion® JavaScript DataGrid, Pivot Table, Tree Grid, Charts, Circular Gauge, Diagram, Heatmap chart, Linear Gauge, Maps, Range Selector, Smith Chart, Sparkline Charts, Stock Chart, TreeMap, Kanban, Progress Bar, Rich Text Editor, In-place Editor, Word Processor, Scheduler, Calendar, DatePicker, DateRangePicker, DateTime Picker, TimePicker, Button, Chips, Dropdown Menu, Progress Button, Split Button, AutoComplete, ComboBox, Dropdown List, MultiSelect Dropdown, Accordion, Context Menu, Menu Bar, Sidebar, Tabs, Toolbar, TreeView, TextBox, Input Mask, Numeric Textbox, Radio Button, Checkbox, Color Picker, File Upload, Range Slider, Toggle Switch Button, Dialog, ListView, Splitter, Tooltip, Toast, Query Builder, and PDF Viewer.
Syncfusion Bold Reports for ASP.NET Core is a server-side helper package used to build ASP.NET Core Web API services. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/aspnet-core-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). This server-side helper package provides services to the following components and libraries: • ASP.NET Core Report Viewer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-viewer?utm_source=nuget&utm_medium=listing • ASP.NET Core Report Designer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-designer?utm_source=nuget&utm_medium=listing • ASP.NET Core Report Writer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-writer?utm_source=nuget&utm_medium=listing • Blazor Report Viewer: https://www.boldreports.com/embedded-reporting/blazor-report-viewer?utm_source=nuget&utm_medium=listing • Blazor Report Designer: https://www.boldreports.com/embedded-reporting/blazor-report-designer?utm_source=nuget&utm_medium=listing • Angular Report Viewer: https://www.boldreports.com/embedded-reporting/angular-report-viewer?utm_source=nuget&utm_medium=listing • Angular Report Designer: https://www.boldreports.com/embedded-reporting/angular-report-designer?utm_source=nuget&utm_medium=listing • JavaScript Report Viewer: https://www.boldreports.com/embedded-reporting/javascript-report-viewer?utm_source=nuget&utm_medium=listing • JavaScript Report Designer: https://www.boldreports.com/embedded-reporting/javascript-report-designer?utm_source=nuget&utm_medium=listing © Copyright 2025 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.
Xuni Input for Xamarin.iOS provides specialized editors including AutoComplete, combo box, masked text, and a custom drop-down.
* On-demand loading of list * Paged list * Can use page up / page down shortcut when navigating the list * Can type on textbox anytime even when the dropdown list is displayed * Can use mouse scroll on the popup list * Uses AngularJS 1.3 ng-model-options debounce functionality to prevent fast typist from overwhelming the network * Keyboard shortcut to popup the list uses the conventional shortcut, Alt+Down, or F4 * Aside from next page / previous page buttons, it has fast forward and fast reverse button, it partition the list by 100 instead of the usual ten for paging. Say we have 5,000 rows, a total of 500 pages, so from first page when we click the fast forward button it brings us to page 51 * Can manually assign both ID/Code and Text for the combobox, by using ng-model and user-input attributes respectively. Think edit * When pressing escape key, it reverts back the old value. Likewise when pressing tab, yet the user didn't select an item, the combobox will revert to old ID/Code and Text values * Developer still has control on the requested ajax url's parameter names, and also with the result's list and total's property names. The component doesn't impose any names for the ajax's url parameter names and response property names * The popup's width has the same width as the combobox * Uses bootstrap for the design * No jQuery * ng-change event * page size property