Thursday, December 30, 2021

Send HTTP Requests As Fast As Possible in Python

Send HTTP Requests As Fast As Possible in Python
Use Python’s synchronous, multi-threading, queue, and asyncio event loop to make 100 HTTP requests and see which solution performs the best. Andrew Zhu Aug 13 ·…

December 30, 2021 at 06:14AM
via Instapaper https://bit.ly/3mHxWCT

Tuesday, December 28, 2021

GitHub may replace DockerHub

GitHub may replace DockerHub
DockerHub served as the only repository for container images for a little while, but quickly, additional container registries, like quay.io, started to show up.…

December 28, 2021 at 11:20AM
via Instapaper https://bit.ly/3Jl3jNd

Sunday, December 26, 2021

Balcony solar panels — one-year results

Balcony solar panels — one-year results
Dmitrii Eliuseev Aug 16 · 11 min read Using renewable energy is a popular trend in the 21st century. But how it really works? The best way to get an answer is…

December 26, 2021 at 08:35AM
via Instapaper https://bit.ly/3Fwdpbw

Friday, December 24, 2021

Bash One Liners

Bash One Liners
vanquisher3498 Nov 26 · 3 min read Automating mundane routine tasks using bash Tux with fedora, a can on its desk with headphones wrapped around his neck In…

December 24, 2021 at 08:26AM
via Instapaper https://bit.ly/3Etiz6S

Monday, December 20, 2021

5 Ways to Backdoor a Linux System

5 Ways to Backdoor a Linux System
ice-wzl Aug 15 · 7 min read You’ve spent the time and effort gaining access to a Linux system, let's make sure we maintain it. Today, we're going to cover…

December 20, 2021 at 09:38AM
via Instapaper https://bit.ly/3GZoiTO

Friday, December 17, 2021

Fighting against duplicate partners in Odoo v14 | Akretion

Fighting against duplicate partners in Odoo v14 | Akretion
In an ERP project, we are regularly confronted to the problem of duplicate entries in the list of partners (customers and suppliers). Having duplicate entries…

December 17, 2021 at 08:36AM
via Instapaper https://bit.ly/3E4r2NF

A Bash Template(cheat sheet) is very Useful

A Bash Template(cheat sheet) is very Useful
CODEX Stefanie Lai Mar 4 · 7 min read a pizza template,add what you like As a PaaS developer, writing shell scripts is inevitable, though I only need to write…

December 17, 2021 at 07:49AM
via Instapaper https://bit.ly/3GOOwbt

Tuesday, December 07, 2021

15 Beautiful Math GIFs That Shows the Beauty of Mathematics

15 Beautiful Math GIFs That Shows the Beauty of Mathematics
“Mathematics, rightly viewed, possesses not only truth but supreme beauty — a beauty cold and austere, without the gorgeous trappings of painting or music.” —…

December 7, 2021 at 08:19AM
via Instapaper https://bit.ly/302aPe7

Friday, December 03, 2021

A Great Collection of Algorithms

A Great Collection of Algorithms
Robby Boney Oct 12 · 2 min read This is an awesome repository of algorithm examples demonstrated in python. A few Notable algorithms are highlighted below but…

December 3, 2021 at 08:34AM
via Instapaper https://bit.ly/31gs3Ff

Thursday, December 02, 2021

The difference between a=a+b and a+=b in Python

The difference between a=a+b and a+=b in Python


December 2, 2021 at 09:54AM
via Instapaper https://bit.ly/3d9wCDl