Habr hasn't published any news in the last 24 hours.
Habr

News from Habr


Fresh news
Other news
older that 24 hours
Habr
AlexFTF @ Habr 1 place · 12/06/2020 04:50 EDT

Configuring FT4232H using the ftdi_eeprom

The FT4232H is USB 2.0 High speed to UART IC converter. The FT4232H has four UART ports and one USB port.By connecting EEPROM memory to this chip, you can set specific operating modes or change the manufacturer's data.Let's look at the example and configure FT4232H directly on a system running GNU/Linux. We will do this using the ftdi_eeprom. Read more → Read more

0

Habr
aydu @ Habr 2 place · 12/05/2020 05:52 EDT

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. If we don't have such a subarray we shall return -1.We can start with a naive approach and consider every possible subarray in the input: Continue reading Read more

0

Habr
snakers4 @ Habr 2 place · 12/05/2020 04:55 EDT

Playing with Nvidia's New Ampere GPUs and Trying MIG

Every time when the essential question arises, whether to upgrade the cards in the server room or not, I look through similar articles and watch such videos.Channel with the aforementioned video is very underestimated, but the author does not deal with ML. In general, when analyzing comparisons of accelerators for ML, several things usually catch your eye:The authors usually take into account only the "adequacy" for the market of new... Read more

0

Habr
sannikovdmitry @ Habr 3 place · 12/04/2020 11:17 EDT

Russian AI Cup 2020 — a new strategy game for developers

This year, many processes transformed, with traditions and habits being modified. The rhythm of life has changed, and there's more uncertainty and strain. But IT person's soul wants diversity, and many developers have asked us if annual Russian AI Cup will be held this year. Is there going to be an announcement? What is the main theme of the upcoming championship? Should I take a vacation? Though some changes are... Read more

0

Habr
TheyMakeDesign @ Habr · 12/04/2020 05:18 EDT

Vital Characteristics Of The Best Webflow Designers

A great website serves as the main key to hit success. Enhancing the online presence of your brand is absolutely a must nowadays. Technological advancement has changed the global business landscape. Hence, it is important to have a webflow developer who will take charge of the codes to be used in website templates and designs. Webflow is a website tool. It is a flexible platform that is geared to create... Read more

0

Habr
Andrey2008 @ Habr · 12/01/2020 12:27 EDT

The Code Analyzer is wrong. Long live the Analyzer

Combining many actions in a single C++ expression is a bad practice, as such code is hard to understand, maintain, and it is easy to make mistakes in it. For example, one can instill a bug by reconciling different actions when evaluating function arguments. We agree with the classic recommendation that code should be simple and clear. Now let's look at an interesting case where the PVS-Studio analyzer is technically... Read more

0

Habr
GGribkov @ Habr · 11/30/2020 03:42 EDT

How static code analysis helps in the GameDev industry

The gaming industry is constantly evolving and is developing faster than a speeding bullet. Along with the growth of the industry, the complexity of development also increases: the code base is getting larger and the number of bugs is growing as well. Therefore, modern game projects need to pay special attention to the code quality. Today we will cover one of the ways to make your code more decent, which... Read more

0

Habr
kristencarter7519 @ Habr · 11/30/2020 00:24 EDT

Top iOS Development Tools To Build Robust Apps | 2021

There was a time when iOS app development was a major challenge. But along with time, things got better when Apple gradually launched the iOS development tools. Now in the market, there are several iOS tools, but among all, only a few are able to offer secure and foremost solutions.In order to build highly scalable, robust, and functional iPhone apps with a brilliant UI/UX design, businesses prefer to use top... Read more

0

Habr
Andrey_Rogovsky @ Habr · 11/29/2020 14:51 EDT

Приглашаю все на вебинар по вопросам безопасности PHP

Вы хоть раз писал на PHP? Я - да!А хоть раз задумывались о безопасности? Я тоже!Давайте обсудим вместе на вебинаре, посвященном проблеме безопасности PHP! Читать далее Read more

0

Habr
SvyatoslavMC @ Habr · 11/27/2020 01:54 EDT

Analyzing the Code Quality of Microsoft's Open XML SDK

My first encounter with Open XML SDK took place when I was looking for a library that I could use to create some accounting documents in Word. After more than 7 years of working with Word API, I wanted to try something new and easier-to-use. That's how I learned that Microsoft offered an alternative solution. As tradition has it, before our team adopts any program or library, we check them... Read more

0

Habr
codesign @ Habr · 11/26/2020 13:49 EDT

How to build a high-performance application on Tarantool from scratch

I came to Mail.ru Group in 2013, and I required a queue for one task. First of all, I decided to check what the company had already got. They told me they had this Tarantool product, and I checked how it worked and decided that adding a queue broker to it could work perfectly well. I contacted Kostja Osipov, the senior expert in Tarantool, and the next day he gave... Read more

0

Habr
APPTUTTi_company @ Habr · 11/23/2020 05:15 EDT

Why China is Desperate for International Games

China has seen an enormous influx of Western values in recent years while rising through a globalized world. Businesses all want to tap into the Chinese market, home to the world’s largest population and a growing middle class. There has been a westernization of Chinese culture, for example in the movie industry where Hollywood reboots and an endless supply of ‘House of Mouse’ properties creep their way into our screens,... Read more

0

Habr
Nikolopulus @ Habr · 11/22/2020 06:42 EDT

[From sandbox] Как автоматизировать процессы с помощью конструктором с low code: пример платных парковок

Давно хотел погрузиться в нишу No code или Zero code. И вот, наконец, появилась задачка, которую решил собрать из на конструкторах. Дано Магазин с большой парковкой решили автоматизировать работу своего парковочного пространства. Нужно было собрать ботак, который должен был научиться собирать платежи за парковку, оформлять абонементы с рекуррентные платежи. Ребята хотели помочь людям быстро оплачивать парковочное место, а также стимулировать их пользоваться парковкой как отдельным продуктом (то есть прос Read more

0

Habr
rcl @ Habr · 11/22/2020 05:22 EDT

Modern Web-UI for SVN repositories

cSvn — is a web interface for Subversion repositories. cSvn is based on CGI script written in С.This article covers installing and configuring cSvn to work using Nginx + uWsgi. Setting up server components is quite simple and practically does not differ from setting up cGit.cSvn supports Markdown files that are processed on the server side using the md4c library, which has proven itself in the KDE Plasma project. cSvn... Read more

0

Habr
Layonez @ Habr · 11/21/2020 10:30 EDT

[Translation] Spring Boot app with Apache Kafka in Docker container

Privet, comrads!In this article i’ll show how easy it is to setup Spring Java app with Kafka message brocker. We will use docker containers for kafka zookeeper/brocker apps and configure plaintext authorization for access from both local and external net.Link to final project on github can be picked up at the end of the article. Read more Read more

0

Habr
ssurrokk @ Habr · 11/21/2020 03:49 EDT

[Translation - recovery mode ] Устройство современного веб-браузера Chrome

Оригинальное название публикации: "Inside look at modern web browser".В этой серии, состоящей из 4 частей, мы рассмотрим внутренности браузера Chrome от архитектуры высокого уровня до особенностей пайплайна рендеринга. Если вы когда-нибудь задумывались над тем, как браузер превращает ваш код в функциональный сайт, или не знаете, почему для повышения производительности предлагается та или иная методика, то эта серия статей для вас. Read more → Read more

0

Habr
quaer @ Habr · 11/19/2020 08:31 EDT

Active Termination Drivers

The easiest way to build a driver with specified output impedance is to use an amplifier with high load compatibility and add a resistor to its output. The penalty is voltage drop across this resistor, so there is power loss and we need a higher supply voltage. If our driver is able to deliver the same voltage and current to the same load, but the extra resistor will have a... Read more

0

Habr
floitet @ Habr · 11/19/2020 02:27 EDT

Patroni cluster (with Zookeeper) in a docker swarm on a local machine

There probably is no way one who stores some crucial data (and well, in particular, using SQL databases) can possibly dodge from thoughts of building some kind of safe cluster, distant guardian to protect consistency and availability at all times. Even if the main server with your precious database gets knocked out deadly - the show must go on, right? This basically means the database must still be available and... Read more

0

Habr
APPTUTTi_company @ Habr · 11/19/2020 02:02 EDT

A Guide to App Monetization in China

Introduction and ContextSo you’ve just finished developing the next mobile gaming smash hit. You’ve already planned to launch your game worldwide and win the hearts of gamers everywhere. But what you haven’t done yet is think about how you’re going to make any money from your success and hard work. Of course, you’ve imagined becoming an instant millionaire, but you just don’t know how to get there.  Fear not, intrepid... Read more

0

Habr
Andrey2008 @ Habr · 11/19/2020 01:50 EDT

Why PVS-Studio Doesn't Offer Automatic Fixes

Static analyzer PVS-Studio can detect bugs in pretty complex and intricate parts of code, and coming up with appropriate fixes for such bugs may be a tough task even for human developers. That's exactly the reason why we should avoid offering any options for automatic fixing at all. Here are a couple of examples.Read more → Read more

0

Most popular sources

  • You see 415 news out of 415.
  • Sources 63 out of 63.
Business Insider 36% 13
Eurogamer.net 15% 1
MacRumors 10% 9
Gizmodo 9% 18
Tom's Hardware 6% 1
View sources »

LIKE us on Facebook so you won't miss the most important news of the day!

07.10.2024 04:24
Last update: 04:15 EDT.
News rating updated: 11:11.

What is Times42?

Times42 brings you the most popular news from tech news portals in real-time chart.
Read about us in FAQ section.


Times42 © 2024