SoC FPGA: A small story when using on Linux

# Introduction I would like to write a small story when using an FPGA with an ARM CPU and FPGA on one chip on Linux. I hope to gradually increase the number of useful tools and useful tips in the fut

Hannari Python 2020

This article is from [Hannari Python Advent Calendar 2020](https://qiita.com/advent-calendar/2020/hannari-python) on December 18th. It's my birthday. I don't want to be so diligent at this age, but w

Easily handle databases with Python (SQLite3)

# 1. Background I personally invest in my side business, but I want to do analysis automatically on my home PC. First of all, I learned the box (database) for storing data, so I will keep only the b

I can't click the Selenium checkbox Python VBA

I clicked the checkbox using Selenium ElementNotInteractableException Message: element not interactable This is an experience, but I feel that it often happens when the tick box and label are a se

Find the white Christmas rate by prefecture with Python and map it to a map of Japan

# Introduction It's fantastic that it snows at Christmas, but it doesn't snow very well when I live in Tokyo. But what about Hokkaido? In Tohoku? So, let's find ** "White Christmas rate by prefectur

Python basic grammar note (3)

# at first I'm studying Python. I made it as a memo, so there may be some typographical errors. # Objects and classes A class is a blueprint, and an instance is a materialization of that blueprint

Try NeosVR on Linux

This article is the 14th day of "[NeosVR Advent Calendar 2020](https://qiita.com/advent-calendar/2020/neosvr_reso)" Yesterday was [@spoil](https://qiita.com/spoil)'s "[[NeosVR] Collaboration in VR

A collection of Excel operations often used in Python

# A collection of Excel operations often used in Python ### Overview Paste the value from this Excel In another Excel, run something called a power query Another one. .. .. .. Ahhhhhh There was

Verification of how to periodically execute a script on a Linux server on Windows

We verified whether the operation can be performed according to the title. ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/664515/a22fe734-1440-4462-1cc0-e9192377e1a4.png)

Wav file generation from numeric text with python

# 1.First of all This is a python script that converts 44kSa/s voice data output as text into a wav file. # 2. Overview Use numpy and wave modules. Read the numerical data of the text with loadtxt

[Python/Django] Summary of frequently used commands (2) <Installing packages>

#### background Here are some frequently used commands when developing with Python/Django. I would like to take this opportunity to thank you for solving the problem by borrowing the wisdom of our

Run docker-compose on Amazon Linux2 on ARM64

## Environment at the time of writing this article > 4.14.203-156.332.amzn2.aarch64 #1 SMP Fri Oct 30 19:19:46 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux ## could not… If you check the following

Competitive programming diary python

Tsuyotsuyo Engineers will also try to do what is called competitive programming. [AtCoder Beginner Contest 183](https://atcoder.jp/contests/abc183) - A - ReLU Implement a function that returns

How to execute sleep command, command that takes time as a test [bash, linux, mac]

If you want to execute a command that takes a long time to test on the command line, you can use the sleep command. ##### sleep command The sleep command will be in a stopped state for the specifi

I want to be notified when the command operation is completed on linux!

## Introduction This article is the 13th day article of [Linux Advent Calender 2020 Part 2](https://qiita.com/advent-calendar/2020/linux2). It also became an article on the 14th day of ICT Advent Ca

Object detection (Single Shot MultiBox Detector) XML file creation GUI for image data

# table of contents --Reference page --Download link --How to use # Reference page -[Dataset creation support tool for object recognition (Faster R-CNN or SSD](https://qiita.com/slowsingle/items/

Upload & download wav file to X server (X-Server) by FTP with Python

# Upload completed version ```python import ftplib def ftp_upload(filename): ftp = ftplib.FTP('**.**.xdomain.ne.jp')#Put the FTP host in ** ftp.set_pasv('true') ftp.login('**.**.xdomain.jp','Pl

AtCoder Beginner Contest 5 questions to fill in tea diff

[C - Ubiquity](https://atcoder.jp/contests/abc178/tasks/abc178_c) #### **`Python3`** ```python3 n = int(input()) print((10**n-9**n-9**n+8**n)%(10**9+7)) ``` #### **`C++`** ```c++ #include<iostr

I tried LeetCode every day 26. Remove Duplicates from Sorted Array (Python, Go)

## Introduction @Ishishow is running a free English word site [E-tan](https://your-e-tan.com/). I would like to work on letcode every day to improve my ability as a programmer and give my own way

[Copy and paste OK] Basic Linux command collection [18 selections]

<br> Recently, I am building a LAMP environment, but I have had many opportunities to touch Linux commands in it, and I have accumulated a stock of knowledge, so this time I will explain the command

Software that saves the set character string to the clipboard when you click the [Python] button

Introduction - This is the first article posted. I would appreciate it if you could let me know if there are any improvements. At first I thought I would call it "Password Management Tool", but du

The story of creating a store search BOT (AI LINE BOT) for Go To EAT in Chiba Prefecture (2) [Overview]

<a href="https://qiita.com/Haradasn/items/3078bbca437a4046aab5"> This is a continuation of the story (1) </a> of creating a store search BOT (AI LINE BOT) for Go To EAT in Chiba Prefecture. The sys

Predict the number of people infected with COVID-19 with Prophet

# Overview Google has begun publishing COVID-19 forecast data on its dashboard Second decoction, but I tried how Prophet would predict I used [this](https://www.kaggle.com/lisphilar/covid19-dataset

CPython vs PyPy vs Pyston

# Introduction Recently I've been seeing articles about Pyston 2 online. [20% faster than Python, "Pyston 2.0" is now available](https://mag.osdn.jp/20/10/30/111400) It was a Python processing s

Easy! Use gensim and word2vec with MAMP.

**Note! It is intended for environments where python, mamp, and gensim are installed. If you can't, please install it. ** ** ** Also, instead of learning word2vec, just look for similar words. ** **

I made it thinking "My virtual machine router can't be this fast"

# Overview This article is the title of @ tnishinaga's "[My virtual machine router can't be this slow / KernelVM online 1](https://speakerdeck.com/tnishinaga/kernelvm-online-1)" It will be a homage.

Smartly embed atomic properties in SDF files

# Introduction If it is necessary to retain the properties of each atom instead of the entire molecule, it is not possible in the SMILES format, so it is embedded in the SDF and stored. However, sinc

Install CUDA10.1 + cuDNN7.6.5 + tensorflow-2.3.0 on Ubuntu 18.04

# Introduction In this post, I will install NVIDIA's GPU driver, CUDA10.1, cuDNN7.6.5, tensorflow 2.3.0 in ubuntu 18.04 environment. The environment is as follows. GPU : GTX1060 OS : Ubuntu18.04 Pyt

Procedure to load MNIST with python and output to png

# Thing you want to do We are collecting samples of learning / verification data for machine learning. * I want to download MNIST and find out what's inside. * For that purpose, I want to impleme

Decision tree (load_iris)

## ■ Introduction This time, we will summarize the implementation-plot of the decision tree. [Target readers] ・ Those who want to learn the basic code in decision trees ・ I don't know the theory