when the file size is greater than 50MB, git prompt an error while pushing to github: there are two ways … Read More
Git revert files which cleaned
The above command is a very serious git action which loses commit history. All the files changed or created are … Read More
Create NFT Collection, Deploy Smart Contracts, Mint NFTs
refer to Edward Jones’ articles Create Your Own NFT Collection With Pythonhttps://betterprogramming.pub/create-your-own-nft-collection-with-python-82af40abf99f Generate Your NFT Metadatahttps://betterprogramming.pub/generate-your-nft-metadata-11a878c082b9 How to Deploy NFT … Read More
MapStruct & Lombok Implementation
github https://github.com/fmchan/mapstruct-lombok-demo JAVA 17 Gradle 7.4 MapStruct 1.4.2.Final Lombok 1.18.22 prerequisite MySQL problem Okay for IntelliJ IDEA 2021.3.1 Compile bug … Read More
Docker login fails returning “The stub received bad data” on Windows when using awscli v2
suspect that the error occurred due to docker upgraded. Solution:Go to C:\Users\<user.name>\.docker\config.json and remove the “credsStore”: “wincred” line and save … Read More
NLP Study (Usman Malik)
spaCy Tokenization: sentences -> words Detecting Entities Detecting Nouns Lemmatization: been ===> be Phrase matching Stop Words Parts of Speech (POS) … Read More
Convolutional Neural Network
neuron (node/unit) input + weight function f = Activation Function Sigmoid σ = [0,1] tanh = [-1, 1] ReLU f(x) … Read More
Natural Language Processing (NLP) study
Pre-processing 1) Tokenization (word/sent) Bigrams / Trigrams / Ngrams 2) Stemming word stem: studiform new words like “studies,” “studied,” “studying” … Read More
Docker study and cheatsheet
Unable to find image ‘docker/getting-started:latest’ locally latest: Pulling from docker/getting-started A project with Dockerfile HELLO WORLD Show containers (running/all) remove … Read More
Send Emails by setting Hostinger SMTP configuration
There are couples of plugins of WordPress, such as Easy WP SMTP, for sending emails but you have to setup … Read More