Is the upgrade to Ampere worth it? Are the A100 worth the money? Are there any cases when the A100 is still interesting? Is MIG technology useful?
Playing with Nvidia’s New Ampere GPUs and Trying MIG: https://amp.gs/o8Zp
Playing with Nvidia’s New Ampere GPUs and Trying MIG: https://amp.gs/o8Zp
Algorithms in Go: Sliding Window Pattern.
Let’s consider the following problem — we have an array of integers and we need to find out the length of the smallest subarray the sum of which is no less than the target number: https://amp.gs/o8O1
Let’s consider the following problem — we have an array of integers and we need to find out the length of the smallest subarray the sum of which is no less than the target number: https://amp.gs/o8O1
Configuring FT4232H using the ftdi_eeprom.
Let’s look at the example and configure FT4232H directly on a system running GNU/Linux. We will do this using the ftdi_eeprom: https://amp.gs/o8cH
Let’s look at the example and configure FT4232H directly on a system running GNU/Linux. We will do this using the ftdi_eeprom: https://amp.gs/o8cH
cGit-UI — a web interface for Git Repositories.
This article covers installing and configuring cGit-UI to work using Nginx + uWsgi. Setting up server components is quite simple and practically does not differ from setting up cGit: https://amp.gs/ozLF
This article covers installing and configuring cGit-UI to work using Nginx + uWsgi. Setting up server components is quite simple and practically does not differ from setting up cGit: https://amp.gs/ozLF
Development of “YaRyadom” (“I’mNear”) application under the control of Vk Mini Apps. Part 1 .Net Core.
Application is developed in order to help people find their peers who share similar interests and to be able to spend some time doing what you like: https://amp.gs/ot6X
Application is developed in order to help people find their peers who share similar interests and to be able to spend some time doing what you like: https://amp.gs/ot6X
The Rules for Data Processing Pipeline Builders.
You may have noticed by 2020 that data is eating the world. And whenever any reasonable amount of data needs processing, a complicated multi-stage data processing pipeline will be involved: https://amp.gs/omPc
You may have noticed by 2020 that data is eating the world. And whenever any reasonable amount of data needs processing, a complicated multi-stage data processing pipeline will be involved: https://amp.gs/omPc
Designing a circuit that calculates integer cube root.
“In this article I will tell you how to make a circuit in Verilog HDL on FPGA which will calculate cube root from integer number. I will write code in Quartus Prime Lite. My device is Cyclone IV E”: https://amp.gs/olIE
“In this article I will tell you how to make a circuit in Verilog HDL on FPGA which will calculate cube root from integer number. I will write code in Quartus Prime Lite. My device is Cyclone IV E”: https://amp.gs/olIE
Algorithms in Go: Sliding Window Pattern (Part II).
Let’s have a look at the following problem — we have an array of words, and we want to check whether a concatenation of these words is present in the given string: https://amp.gs/o7mJ
Let’s have a look at the following problem — we have an array of words, and we want to check whether a concatenation of these words is present in the given string: https://amp.gs/o7mJ
Big/Bug Data: Analyzing the Apache Flink Source Code.
Today, the Apache Flink project developed by the Apache Software Foundation, one of the leaders in the Big Data software market, was chosen as a test subject for the analyzer: https://amp.gs/ohxF
Today, the Apache Flink project developed by the Apache Software Foundation, one of the leaders in the Big Data software market, was chosen as a test subject for the analyzer: https://amp.gs/ohxF
Talking About Errors in the QuantConnect Lean Code.
This article discusses errors found using a static analyzer in an open source project. There are some simple things that can help you avoid them: https://amp.gs/oEfU
This article discusses errors found using a static analyzer in an open source project. There are some simple things that can help you avoid them: https://amp.gs/oEfU
Russian microcontroller K1986BK025 based on the RISC-V processor core for smart electricity meters.
Well here we go, pictures, characteristics and other information, as well as a little bit of hype: https://amp.gs/o4PQ
Well here we go, pictures, characteristics and other information, as well as a little bit of hype: https://amp.gs/o4PQ
Big Data Tools EAP 12 Is Out: Experimental Python Support and Search Function in Zeppelin Notebooks.
“In this release, we’ve added experimental Python support and global search inside Zeppelin notebooks. We’ve also addressed a variety of bugs”: https://amp.gs/o4NR
“In this release, we’ve added experimental Python support and global search inside Zeppelin notebooks. We’ve also addressed a variety of bugs”: https://amp.gs/o4NR
“It’s been a long time since I came across such an interesting project to check. Thanks to the authors of ONLYOFFICE”
ONLYOFFICE Community Server — how bugs contribute to the emergence of security problems: https://amp.gs/oRzT
ONLYOFFICE Community Server — how bugs contribute to the emergence of security problems: https://amp.gs/oRzT
Top 10 Bugs Found in C++ Projects in 2020.
It’s winter outside, the year is coming to an end, which means it’s time to review the most notable errors the PVS-Studio analyzer detected in 2020: https://amp.gs/odfY
It’s winter outside, the year is coming to an end, which means it’s time to review the most notable errors the PVS-Studio analyzer detected in 2020: https://amp.gs/odfY
Did It Have to Take So Long to Find a Bug?
In this small post, you will learn about a bug that took two years to fix, although it could have been done in just five minutes: https://amp.gs/oDZT
In this small post, you will learn about a bug that took two years to fix, although it could have been done in just five minutes: https://amp.gs/oDZT
Top-10 Bugs Found in C# Projects in 2020.
Over the year, PVS-Studio team has written quite a number of articles covering a large variety of bugs found in open-source projects with the help of PVS-Studio. This list presents the most interesting specimens: https://amp.gs/o25h
Over the year, PVS-Studio team has written quite a number of articles covering a large variety of bugs found in open-source projects with the help of PVS-Studio. This list presents the most interesting specimens: https://amp.gs/o25h
Visualising Network Topologies: Zero to Hero in Two Days.
“In this article, I would like to break down my own solution that finally took first place and describe the selected toolset and considerations”: https://amp.gs/owBh
“In this article, I would like to break down my own solution that finally took first place and describe the selected toolset and considerations”: https://amp.gs/owBh
Deploying Django project to Heroku and storing static content on AWS S3: basic scenario from start to finish.
This tutorial is aimed to help Django beginners who want to run a project on Heroku while storing static files on AWS S3: https://amp.gs/oL6N
This tutorial is aimed to help Django beginners who want to run a project on Heroku while storing static files on AWS S3: https://amp.gs/oL6N
Top-10 Bugs in Java Projects in 2020.
PVS-Studio thought back to their articles about checking Java projects from the open-source world for this year and rated the top 10 most exciting bug: https://amp.gs/ooTr
PVS-Studio thought back to their articles about checking Java projects from the open-source world for this year and rated the top 10 most exciting bug: https://amp.gs/ooTr
React Native: The First Choice of Mobile App Developers and Businesses.
Let’s discuss why mobile app developers select React Native for application development over other cross-platform frameworks: https://amp.gs/oMo3
Let’s discuss why mobile app developers select React Native for application development over other cross-platform frameworks: https://amp.gs/oMo3