Image_Compression_Gram_scmidt_QR_decomposition_Singular_value_decomposition_using_python
With graphs , pictures and other additional contents.
See exclusive contents on my github.
Image_Compression_Gram_scmidt_QR_decomposition_Singular_value_decomposition_using_python
With graphs , pictures and other additional contents.
See exclusive contents on my github.
Pontnet Model Implementation(Deep Learning).
See exclusive content on my github.
8 core CPU ryzen7 4800h data when exporting 1080p video to 540p video 3.34 gb video to144 mb video
Here ...CHECK MY YOUTUBE VIDEO ABOUT IT..
Fedora, Red Hat's community Linux for developers, is finally available from a mainstream PC vendor, Lenovo.
For years, ThinkPads, first from IBM and then from Lenovo, were Linux users' top laptop pick. Then, in 2008 Lenovo turned its back on desktop Linux. Lenovo has seen the error of its ways. Today, for the first time in much too long, Lenovo has released a ThinkPad with a ready-to-run Linux. And, not just any Linux, but Red Hat's community Linux, Fedora.
Source : https://www.zdnet.com/google-amp/article/lenovo-releases-first-fedora-linux-thinkpad-laptop/

web crawler first checks robots.txt file .
robots.txt file gives information to web crawler about on what pages to crawl and on what pages not to crawl.
this saves so much time of web crawler so crawler can easily crawl your website.
and it optimizes SEO .
It makes your website easily available on search engine very fast.
you can add custom robots.txt in your website's code.
you can check your robots,txt file by just typing the URL your website url/robots.txt/
Here is the explanation by Neil Patel.
https://neilpatel.com/blog/robots-txt/
pic : neilpatel.com

Natural Language Understanding is the subdomain of Natural Language Processing where people used to design AI based applications have ability to understand the human languages. HashInclude Speech Processing team has a project named Virtual Assistant. For this project they appointed you as a data engineer (who has good knowledge of creating clean datasets by writing efficient code). As a data engineer your first task is to make vowel recognition dataset. In this task you have to find the presence of vowels in all possible substrings of the given string. For each given string you have to print the total number of vowels.
Input First line contains an integer T, denoting the number of test cases. Each of the next lines contains a string, string contains both lower case and upper case . Output Print the vowel sum Answer for each test case should be printed in a new line. SAMPLE INPUT 1 baceb SAMPLE OUTPUT 16 Explanation First line is number of input string, In given example, string is "baceb" so the substrings will be like -"b, ba, bac, bace, a, ac, ace, aceb, c, ce, ceb, e, eb, baceb" now the number of vowels in each substring will be 0, 1, 1, 2, 1, 1, 2, 2, 0, 1, 1, 1, 1, 2 and the total number will be sum of all presence which is 16.in C++ :
Use modern web platform capabilities to deliver app-like experiences. High performance, offline, and zero-step installation.
Build native mobile apps with strategies from Cordova, Ionic, or NativeScript.
Create desktop-installed apps across Mac, Windows, and Linux using the same Angular methods you've learned for the web plus the ability to access native OS APIs.
Speed and Performance
Angular turns your templates into code that's highly optimized for today's JavaScript virtual machines, giving you all the benefits of hand-written code with the productivity of a framework.
Serve the first view of your application on Node.js®, .NET, PHP, and other servers for near-instant rendering in just HTML and CSS. Also paves the way for sites that optimize for SEO.
Angular apps load quickly with the new Component Router, which delivers automatic code-splitting so users only load code required to render the view they request.
Quickly create UI views with simple and powerful template syntax.
Command line tools: start building fast, add components and tests, then instantly deploy.
Get intelligent code completion, instant errors, and other feedback in popular editors and IDEs.
With Karma for unit tests, you can know if you've broken things every time you save. And Protractor makes your scenario tests run faster and in a stable manner.
Create high-performance, complex choreographies and animation timelines with very little code through Angular's intuitive API.
Create accessible applications with ARIA-enabled components, developer guides, and built-in a11y test infrastructure.
Source : angular.io

Source : Moleculargenetics.it
Bio computers use systems of biologically derived molecules—such as DNA and proteins—to perform computational calculations involving storing, retrieving, and processing data.
The development of biocomputers has been made possible by the expanding new science of nanobiotechnology. The term nanobiotechnology can be defined in multiple ways; in a more general sense, nanobiotechnology can be defined as any type of technology that uses both nano-scale materials (i.e. materials having characteristic dimensions of 1-100 nanometers) and biologically based materials.[1] A more restrictive definition views nanobiotechnology more specifically as the design and engineering of proteins that can then be assembled into larger, functional structures[2][3] The implementation of nanobiotechnology, as defined in this narrower sense, provides scientists with the ability to engineer biomolecular systems specifically so that they interact in a fashion that can ultimately result in the computational functionality of a computer.
Source : Wikipedia