Welcome to this week's newsletter from CodeProject. To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders. Advertisements | Build, Debug & Analyze OpenCL applications Customize heterogeneous compute applications with the Intel® SDK for OpenCL™ Applications. Accelerate performance by uniquely offloading parallel workloads to Intel® Graphics Technology using an advanced compiler for OpenCL kernels. Download now. | Light Mode or Dark Mode when viewing code? Survey period: 10 Dec 2018 to 17 Dec 2018 Studies have proven that Light mode is better. And that Dark mode is better. And also that low contrast is better. And... Light | 469 | 44.45 | | Dark | 490 | 46.45 | | I have no preference | 96 | 9.10 | | This week's survey: What would you like for Christmas this year? Latest Additions New articles added | (5 votes) by José Cintra (updated 5 days ago) GO Package that encapsulates data and methods to calculate the main measures of a triangle | | (0 votes) by wprintf (updated yesterday) How to encode binary trees for algorithms such as RandomForest | | (1 votes) by Luis F. Penedo (updated 5 days ago) Setting up a React project in Visual Studio 2017 | | (2 votes) by Christ Kennedy (updated 4 days ago) an exhaustive search of all game-states used to trace Mini-Max decisions from End game up through to Start game | | (1 votes) by Dmitriy Gakh (updated yesterday) An introduction to Genetic Algorithms with brief reference to biology and example of finding one solution for complex mathematical equation. | | (1 votes) by Philipp_Engelmann (updated yesterday) As one of the oldest and easiest Machine Learning algorithms, implementing Simple Linear Regression can be an eye-opening and rewarding experience for anyone new to Machine Learning, Deep Learning and AI. In this tutorial, we are going to implement Simple Linear Regression in Rust. | | (0 votes) by Apriorit Inc (updated 6 days ago) The experience of improving Mask R-CNN performance six to ten times by applying TensorRT | | (1 votes) by Sibeesh Passion (updated 3 days ago) What if there is a tool which helps you create a stream solution in Visual Studio so that you don't want to go over the browser and do some manual button clicks? That's where the Azure Data Lake and Stream Analytics Tool extension come into the play. | | (3 votes) by Tareq_Gamal (updated 3 days ago) Simple way to create a Multitasking code for your Arduino project without using any external library. | | (4 votes) by MehreenTahir (updated 17 hours ago) This article will help you get started with concurrency and will also introduce you to the features C++ has to support concurrent programming. | | (1 votes) by Apriorit Inc (updated 2 days ago) Two ways of performing object recognition using OpenCV and comparing them to each other. Both approaches have their own pros and cons. This comparison will help to choose the best one for your task. | | (4 votes) by Michael Haephrati (updated yesterday) How to sign a PE using an EV Code Signing Certificate with a hardware token | | (12 votes) by Vivek Johari (updated 5 days ago) This article "SQL Triggers – An Introduction" will give you the detailed knowledge about the SQL Triggers which can be very helpful in your work. | | (24 votes) by omeecode (updated 4 days ago) Learn SOLID, GRASP and other hard-core object oriented design OOD principles using a language-independent and in a simple manner to impress other developers | | (16 votes) by omeecode (updated 5 days ago) Introduction to object oriented programming concepts that does not contains a junkyard of definitions but presents OOP concepts using a logical layout so that you can grasp the concepts and apply them in your code right away | | (0 votes) by pravin kumar sinha (updated 2 days ago) This document is spanned over two sections DESIGN and EXAMPLE. DESIGN talks about generic way to develop GUI for a command line utility through composite design pattern and EXAMPLE is about using the above GUI design formula to develop DataPool ,DoS security tool, GUI. | | (1 votes) by EgorYusov (updated 6 days ago) This article introduces the problem of resource state management and synchronization in modern graphics APIs such as Direct3D12 and Vulkan and describes a solution offered by Diligent Engine. | | (6 votes) by raddevus (updated 5 days ago) Learn to create iOS apps using Xcode while you learn Swift. (If you've ever wanted to see iOS app dev in action, take a look at the screen shots.) | | (1 votes) by Manchun Pandit (updated 2 days ago) Iteration is popular and must-use feature for any programming language and here in this article we have discussed all of the possible ways that can be used for iteration. | | (3 votes) by Mehedi Shams (updated 2 days ago) Crossword creator - with a touch of Unicode Logic! | | (0 votes) by Zachary Flower (updated 5 days ago) This article is an introduction to Shadow DOM. | | (1 votes) by Marcell Lipp (updated 2 days ago) A brief overview about software testing | | (1 votes) by Cake Processor (updated 17 hours ago) H264 Video Encoder for recording OpenGL rendering | Articles updated | (52 votes) by Peter Occil (updated 16 hours ago) Discusses many ways applications can do random number generation and sampling from an underlying random number generator (RNG) and includes pseudocode for many of them. | | (20 votes) by omeecode (updated 5 days ago) Google Maps Offline in windows discusses how one can download or save Google maps and then view these images offline | | (20 votes) by Dmitriy Gakh (updated yesterday) The perspectives of creating bots that write programs with two simple examples. | | (7 votes) by Phil Hopley (updated 5 days ago) In this article we will add AI to an existing ROS (Robot Operating System) House Bot. | | (41 votes) by HHerzl (updated 5 days ago) Creating Web API in ASP.NET Core 2.0 | | (4 votes) by Roman Kiss (updated yesterday) This article describes the design and implementation of the small tool for exploring Azure Event Grid model on the local machine. | | (25 votes) by Michael Chourdakis (updated 2 days ago) An easy locking class for shared/exclusive mutex functions with upgrade/downgrade | | (7 votes) by Praveen Raghuvanshi (updated 11 hours ago) An application explaining the basic implementation of Autosave feature. | | (15 votes) by Shenwei Liu (updated 4 days ago) An Angular sample application that includes selecting, adding, updating, and deleting data with HttpClient service, reactive forms for object and array types, in-line data editing, custom input validations, and various other features. | | (74 votes) by omeecode (updated 5 days ago) Learn object oriented analysis and design using a simple method even if you have tried in your class before and found it complex | | (16 votes) by Michael Haephrati (updated 3 days ago) A simple way for sending WhatsApp documents and images to an individual or to a group in C++ | | (5 votes) by Octavio Sánchez Huerta (updated 6 days ago) Write a web service library for HP-UX server. | | (21 votes) by Michael Chourdakis (updated 3 days ago) A mutex with shared/exclusive access with upgrade/downgrade capability. | New Tips and Tricks added | (4 votes) by jicking (updated 2 days ago) Set up ASP.NET Core 2.2 app with Vue JS on UI components without using npm/webpack. | | (2 votes) by jicking (updated 5 days ago) Easy way to Install Client Side Library Using UI on VS 2017 ASP NET Core 2.2 Projects | | (2 votes) by Ivan Yakimov (updated 6 days ago) Here I'll explain how to integrate Cake script with TeamCity. | | (0 votes) by YasIkeda (updated 6 days ago) I needed Ruby in order to run `npm run-script docs` in Bootstrap's project, but the command failed in macOS 10.14.2. It was because Bootstrap's site seems to be created with Jekyll, which works on Ruby, and Ruby installed by default or with XCode did not work well for this purpose. | | (4 votes) by Jovibor (updated 15 hours ago) CListEx with tooltiping | | (1 votes) by D4rkTrick (updated 2 days ago) This article provides code for making a Thread reusable | | (3 votes) by Kaj Bromose (updated 3 days ago) FakeItEasy, AutoData and InlineAutoData in action | | (5 votes) by Jovibor (updated 4 days ago) Extended CSplitterWnd class | Tips and Tricks updated | (25 votes) by David_Cui (updated 2 days ago) A brief introduction to CrossCutterN tool remade for AOP programming in .NET technologies | | (9 votes) by Jovibor (updated 2 days ago) HEX control for MFC apps | | (5 votes) by Robert Gustafson (updated 4 days ago) Simplifies working with ToolStrip-type menus and tool bars for MDI parent forms | New Technical Blogs added | (5 votes) by Chris A. Johnson (updated 5 days ago) This article is about creating a dynamic menuing system for ASP.NET core. | | (0 votes) by Benktesh Sharma (updated 1 hour ago) More than often developers test API, either through a browser request or using some clients such as POSTMAN, Advanced Rest Client (ARC). | | (1 votes) by tranthanhtu.vn (updated 6 days ago) Overview. In this article, let see how we use multiple languages in TinyERP.. Currently, In html files, ts file for HRM were still using hard-code value (I mean hard-code value of string). And this was not good for enterprise application which supports multi languages as default.. | | (1 votes) by Dave Kerr (updated 4 days ago) When building Terraform modules, it is a common requirement to want to allow the client to be able to choose which region resources are created in, and which availability zones are used.. I've seen a few ways of doing this, none of which felt entirely satisfactory. After a bit of.. | © 2018 The Code Project. All rights reserved. This email was sent to vutunglampro@gmail.com. To stop receiving The Weekly Newsletter click here. CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100 Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com |
Không có nhận xét nào:
Đăng nhận xét