(Test automation) Make image recognition ambiguous
# background We are building and operating a test automation system for in-house system developers. (SikuliX + Testablish) Write down the technical issues and things you want to do on a daily basis.
I tried LeetCode every day 155. Min Stack (Python, Go)
#### What is Leetcode [leetcode.com](https://leetcode.com/) This is the practice of coding interviews for software developers. A total of more than 1,500 coding questions have been posted, and it s
I read the implementation of golang channel
Previously, we implemented channel, which is the most popular concurrency toy in recent years, in C ++ for the coming CPU 10000 core era. ([I made a library that does things like goroutine/Channel
Tutorial to infer the model learned in Tensorflow with C ++/OpenVINO at high speed
# Introduction __OpenVINO is a deep learning inference engine library provided by Intel. __ By using OpenVINO, you can load the model trained by Tensorflow or Pytorch and execute inference at high
I made my own OSS because I wanted to contribute to it
# Introduction The end of 2020 is approaching, did you write an Advent calendar? I'm writing this poem because I haven't filled in two frames yet. At the beginning of December, I decided to make a st
[Linux] Let's talk about when I stumbled upon a symbolic link I was using.
# Contents As the title suggests, I used to use symlinks in Laravel, but when I deployed it to the production environment, the symlinks I had set in the local environment disappeared. First of all,
What to do if "amazon-linux-extras" → "No module named amazon_linux_extras"
If pyenv is installed and the version of python is changed, it seems that amazon-linux-extras cannot be used as shown below. So I'll make it usable. Current error ``` $ amazon-linux-extras /home/
python: Creating a ramen timer (pyttsx3, time)
# Create a voice timer for cup ramen with python. I always judged the passage of time of cup ramen with my senses. I can eat it without any problems, but I made it as a study of programming because
What to do when no display name occurs when unittesting Python + Tkinter on Github Actions Memo
# Display settings are required when unittesting Python + Tkinter on Github Actions After git pushing the code repository developed in Python, unittest is automatically run on Github Actions. When
[End of 2020] A memo to start using AWS CLI (Version 2)
I decided to participate in a project that uses AWS for the first time in a few years. As a memo, it was necessary to update the information such as the release of Version 2 of the AWS CLI. For AWS
3. Natural language processing with Python 5-2. Emotion intensity analysis tool VADER
* Although it is an emotion value analysis tool for English, [VADER (Valence Aware Dictionary and sEntiment Reasoner)](https://www.codeproject.com/Articles/5269445/Using-Pre-trained-VADER-Models-for-
Data accumulation with GCP's permanent free frame
# 1. 1. You can continuously acquire data at low cost with GCP's permanent free frame etc. GCP (Google Cloud Platform) has a free tier that can be used for the first 3 months, and even though there a
Comfortable Jupyter Lab (Python) analysis environment created with Docker + VSCode + Remote Container
# What is this article about? The procedure for building a data analysis environment created with `Docker` +` VSCode` + `Remote Container` is written. ## Assumed reader "[Jupyter Lab](https://jupyte
Learn with Pixel 4 camera Depth map-4 (pre-process final)
# Introduction This article cuts out only the Code part handled in the article serialized in [Note](https://note.com/sv_engineer/m/m98195ca0c6e1). If you are interested in the technical background, p
linux sar command CPU usage
sar -u 00:00:01 CPU% user% nice% system% iowait% steal% idle 00:01:01 all 0.69 0.00 1.11 0.00 0.00 98.21 00:02:01 all 0.22 0.00 0.20 0.07 0.00 99.52 Optional confirmation items % user CPU us
[Error] IOPub message rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it.
## error IOPub message rate exceeded. The notebook server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variabl
The goodness of the touch screen disappeared when the tablet PC was made into a Manjaro i3 environment
Work memo with Manjaro i3 in TECLAST X4. I put a mouseless window manager in the X4, which is supposed to be 2-in-1 on the touch screen, and I am straying. ## Purpose ――Preparing an environment w
3. Natural language processing with Python 5-1. Concept of sentiment analysis [AFINN-111]
* There is a method to characterize a document as a group. Based on the attributes given to the words that make up the document, it makes a positive / negative judgment as to whether it likes or disl
How to handle multiple versions of CUDA in the same environment
I was doing machine learning in university research, and I was wondering how to handle multiple versions of CUDA in the same environment, so I will write about it. # Premise Run PyTorch on GPU in W
I made a prime number generation program in Python
# Idea If a natural number is not divisible by a smaller prime number, then that natural number is a prime number. I wrote a program with the idea. I prepared a list and saved the prime numbers
Hometown tax payment One-stop special system donation tax credit filing special application form in Python
# Hometown tax payment One-stop special system donation tax credit filing special application form in Python The application form must arrive at 1/10 when using the hometown tax payment one-stop spec
How to specify the NIC to scan with amazon-dash
## Explicitly specify the NIC with amazon-dash It is a TIPS of OSS, [amazon-dash](https://github.com/Nekmo/amazon-dash) that converts Amazon Dash button to IoT button. When discovering or running w
Fully integrate Ecovacs deebot 901 with Alexa
2021/1/15 When I send a command from sucks, not only does it not respond, but it seems that deebot goes offline until the router is restarted. It seems that the private key has changed. # wrap up
How to put Takoyaki Oishikunaru on the segment tree
Takoyaki Oishikunaru is a well-known example of segment tree applications. This time we will solve this problem. The target audience understands the implementation of Max and Sum in the segment tree
Created a package to support AWS Lambda development in Go language
I often use Go language + AWS Lambda at work, especially developing backend processing for security monitoring related infrastructure ([this](https://techlife.cookpad.com/entry/2020/03/18/073000), [t
Set the number of elements in a NumPy one-dimensional array to a power of 2 (0 padded)
(* We are looking for a more efficient method) As a preparation for the Fast Fourier Transform, there are times when you want the number of elements in an array to be a power of two. I will write
I tried LeetCode every day 141. Linked List Cycle (Python, Go)
#### What is Leetcode [leetcode.com](https://leetcode.com/) This is the practice of coding interviews for software developers. A total of more than 1,500 coding questions have been posted, and it s
[Python] Make a game with Pyxel-Use an editor-
Previous article [[Python] The first step to making a game with Pyxel](https://qiita.com/hiro_underclass/items/c187757987e37b9ba7da) # Introduction Pyxel has an editor (Pyxel Editor) that allows yo
[Python] Summary of functions that return the index that takes the closest value in the array
I will write it because it is unexpectedly packed and there is no good summary. # 1 When not considering the duplication of the closest value ## 1.1 Simplest version When there is one value you w
Let's implement a custom prefix on discord.py!
** This article is for those using the discord.py command workframe. ** ** Do you know that? This article seems to be the 7th day article of Discord Bot Adcare. ~~ It's Christmas already, ~~ Chr