I was using mostly Python to experiment AI/ML until recently but now it is time to find ways to improve the performance by making use of all the possible resources such as GPU, and including experimental change of language to C++. Here is the sample code I ported from simple Python face detection (not recognition) Hello-World program, and thought to bookmark for future. This uses Haar Cascade machine learning algorithm and you can read more about it here. Definitely, compared to Python code I feel there is some improvement in the performance, which I will publish the benchmarks later in…
-
-
Here is the format expected: 2020-01-26T00:00:00.00Z. This post is a bookmark for beginners.
-
Coders, have you ever wished if you get preview of source code while you are in Windows Explorer? Yes it is possible. You might know already that there is a “Preview Pane” feature present. According to a file’s Content Type the preview will be shown at the right side of the window. Common formats supported are – .txt, .mp4, .jpg etc. BUT, most of the developer’s files like .cs, .php, .config, .log files are not supported by default and you will be presented with a message “No preview Available” like this: How to enable preview for a specific filetype? Step…
-
-
Here is a sample code to upload multiple files using ajax, and without using the traditional <form> tags. Find the full source code in GitHub – https://github.com/ninethsense/code-share/tree/master/jQuery-File-Upload . Sample server code in PHP for the reference:
-
Nice read – https://codeburst.io/enterprise-software-is-the-hardest-software-to-write-c76d59725f3
-
A very nice, informative deck on Data Lake / Modern Data Warehouse by james Serra.
-
Good read – https://www.redhat.com/en/resources/cloud-native-container-design-whitepaper “Cloud-native” is a term used to describe applications designed specifically to run on a cloud-based infrastructure. Typically, cloud-native applications are developed as loosely coupled microservices running in containers managed by platforms. These applications anticipate failure, and they run and scale reliably even when their underlying infrastructure is experiencing outages. To offer such capabilities, cloud-native platforms impose a set of contracts and constraints on the applications running on them. These contracts ensure that the applications conform to certain constraints and allow the platforms to automate the management of the containerized applications.
-
NinethSense oWnZ mE! – Praveen’s Drawing Book Here is the link for version v1.4.11 – https://github.com/bruderstein/nppPluginManager/releases/tag/v1.4.11
-
This blog demonstrates how you can JOIN (yes, like in SQL) two xml (datasets) to one using a common ID (relationship). shop.xml price.xml main.xsl Resulting XML, after transformation should look like: Bonus code, if some .net developers want a transformation code: