Chủ Nhật, 3 tháng 9, 2017

The Daily Build - A Convex Hull Algorithm and its implementation in O(n log h)

The Daily Build - A Convex Hull Algorithm and its implementation in O(n log h)
Click here Instant APIs from your Database
Create APIs from existing enterprise data. Hook up any SQL or NoSQL database and the API Server instantly generates flexible, comprehensive, and fully documented APIs - no custom development required. Download Now!
Click here Amp up your IoT development skills
Whether you are new to developing IoT solutions or are working on your next IoT project: The ThingWorx Developer Portal provides you with the tools necessary to rapidly build enterprise IoT applications. Start developing
Click here Need Excel Controls for Windows Forms, WPF or Silverlight?
Use SpreadsheetGear to add powerful, Excel-compatible viewing, editing, formatting, calculating, filtering, sorting, charting, printing and more to your applications with the easy-to-use WorkbookView controls. Try it now!

Headline article

A Convex Hull Algorithm and its implementation in O(n log h)

  (38 votes) by Eric Ouellet (updated 2 days ago)
A very fast Convex Hull algorithm and its implementation

New Articles, Tech Blogs and Tips

.NET Framework

  (2 votes) by JUST_Neeraj (updated 2 days ago)
A simple Workflow\ETL system in .NET Core which uses REST services to interact with the outside world.
  (3 votes) by Tahir Naushad (updated 2 days ago)
Use ASP.NET Core service container for dependency injection. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to log messages (information, errors, warnings) in ASP.NET Core. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to validate input models in ASP.NET Core MVC. Continue reading

Amazon Web Services

  (2 votes) by Tahir Naushad (updated 2 days ago)
How to implement RESTful API and custom media types in ASP.NET Core. Continue reading

ASP

  (2 votes) by Tahir Naushad (updated 2 days ago)
How does ASP.NET Core MVC uses Razor engine to create dynamic views. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to work with structured logging in ASP.NET Core and Serilog. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to compress responses in ASP.NET Core. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to cache responses in ASP.NET Core. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to implement URL rewriting in ASP.NET Core. Continue reading
  (1 votes) by Tahir Naushad (updated 2 days ago)
How to implement model validation using [Remote] attribute in ASP.NET Core MVC. Continue reading
  (1 votes) by Tahir Naushad (updated 2 days ago)
How to use Azure Redis cache in ASP.NET Core. Continue reading
  (1 votes) by Tahir Naushad (updated 2 days ago)
How to use Azure Blob storage in ASP.NET Core. Continue reading
  (1 votes) by Tahir Naushad (updated 2 days ago)
How to use Azure NoSQL database in ASP.NET Core. Continue reading
  (1 votes) by Tahir Naushad (updated 2 days ago)
How to access directory and file information in ASP.NET Core, ensuring restricted access to file system. Continue reading

Azure

  (2 votes) by Tahir Naushad (updated 2 days ago)
How to use Azure Service Bus in .NET Core. Continue reading

Bugs & Workarounds

  (0 votes) by Jon McKee (updated 2 days ago)
A how-to and fixing common errors.

Client side scripting

  (3 votes) by Sergey Alexandrovich Kryukov (updated 2 days ago)
A pure Web browser application as a tool for advanced music harmony study in different tone systems
  (1 votes) by Sacha Barber (updated 2 days ago)
This article will focus on a simple REST example in Scala. It's an intermediate post that the next one will build on, I just thought it might be useful to show this one in isolation, before we move on to the real one which is to allow interactive queries over live Kafka streams.

Database

  (23 votes) by Rou1997 (updated 2 days ago)
C# . . . Create | Open DB . . . Get Tables Schema From DB . . . Create | Read | Modify Tables, Rows, Cells . . . Text | Int | Image . . . Programmatically Add | Edit | Delete Rows . . .
  (4 votes) by Member 10262330 (updated 2 days ago)
I developed this dll to have more powerfull utility and to simplify sp and query.

IoT on Azure

  (2 votes) by Jeremy Hutchinson (updated 2 days ago)
I'm currently working on moving our product from AWS to Azure and as part of the planning for that move, one of the problems I needed to solve was deployment. Our current deployments are handled by an automated build on Bamboo, but Bamboo doesn't have a "Deploy to Azure" task. I needed to do the de
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to send emails in .NET Core using Azure SendGrid service. Continue reading

Office Development

  (18 votes) by Rou1997 (updated 2 days ago)
Using Apache POI - Stand-alone Java Excel Library, and NPOI - Port Of POI For Microsoft.NET . . . Reading, Writing, And Displaying Excel Sheets . . .

Other .NET Languages

  (2 votes) by Tahir Naushad (updated 2 days ago)
How does model binding work in ASP.NET Core MVC. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to read configuration settings from various sources and use them throughout your application. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
Create a Hello World using ASP.NET Core Middleware. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How does routing work in ASP.NET Core MVC. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
How to use distributed caching and Redis in ASP.NET Core. Continue reading
  (0 votes) by Tahir Naushad (updated yesterday)
How to dynamically write HTML using Tag Helper Components in ASP.NET Core 2.0 Continue reading

Session State

  (2 votes) by Tahir Naushad (updated 2 days ago)
How to store data in session state using ASP.NET Core. Continue reading

SharePoint Server

  (1 votes) by Britto selva pandian J (updated 2 days ago)
Things to remember while using Rest API calls on sharePoint hosted App for office 365/SharePoint Online:

Tabs & Property Pages

  (2 votes) by Tahir Naushad (updated 2 days ago)
How to serve error pages in ASP.NET Core application. Continue reading

Testing and QA

  (1 votes) by PeteBarber (updated yesterday)
I'm writing the backend for my current iOS App in Javascript using node.js, AWS Lambda along with DynamoDB.My AWS Lambda code is mostly AWS Lambda agnostic except for the initial handler methods, this makes them fairly testable outside of AWS. However, they depend on the DynamoDB. It's quite easy to

Uncategorised Technical Blogs

  (2 votes) by Tahir Naushad (updated 2 days ago)
How to create an immutable type in C#. Continue reading
  (2 votes) by Tahir Naushad (updated 2 days ago)
Initialise a new type using Builder pattern in C# Continue reading

Web Services

  (2 votes) by Tahir Naushad (updated yesterday)
How to handle concurrency in ASP.NET Core Web API. Continue reading
  (1 votes) by Tahir Naushad (updated 2 days ago)
How to implement versioning in ASP.NET Core Web API. Continue reading
  (1 votes) by Tahir Naushad (updated 18 hours ago)
Problem How to accept and return data in different formats in ASP.NET Core Web API. Solution In the previously created CRUD sample, update Startup class Continue reading

Windows Presentation Foundation

  (2 votes) by Clifford Nelson (updated yesterday)
Presents a very simple control with an IsChecked property that allows definition of two different contents depending of if IsChecked property value is true or false.

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

.NET Framework

  (12 votes) by David_Cui (updated 2 days ago)
A brief introduction to CrossCutterN tool remade for AOP programming in .NET technologies

Algorithms & Recipes

  (5 votes) by Hussain Patel (updated 11 hours ago)
In this article, we will be talking about what performance of an algorithm is and how Complexity is used to measure performance also learn what is Big-O notation?

C#

  (11 votes) by D Sarthi Maheshwari (updated yesterday)
What if boilerplate code can be written as one-liner? What if you never need to write more than a single line to test condition & throw exception? What if Sonar metrics can be improved without fuss? What if without compromising the code readability, method chaining can be used extensively?
  (4 votes) by D Sarthi Maheshwari (updated yesterday)
REST is buzzword & JSON is ubiquitously present. Are we good at parsing? What about huge JSON array? Can we efficiently enumerate on JSON array? Or use parallel producer-consumer? Can we do it in single line?

Client side scripting

  (12 votes) by Shenwei Liu (updated 2 days ago)
Presenting an advanced modal dialog service re-written in Angular version 2 and above from the AngularJS 1.x version plus demonstrating the dialog uses and issue resolutions in details.

Database

  (4 votes) by Member 10262330 (updated 2 days ago)
Dynamic restore SQL Server

Miscellaneous

  (23 votes) by Sergey Alexandrovich Kryukov (updated 2 days ago)
A computer keyboard can be turned into an isomorphic musical instrument, to help in deeper exploration of the Musical Harmony and even to inspire new musical ideas

Windows Presentation Foundation

  (13 votes) by Dirk Bahle (updated yesterday)
Rename an item via textbox overlay as in Rename of Windows Explorer

Không có nhận xét nào:

Đăng nhận xét