Tag: Extract
Iterator pattern intent
Iterator pattern intent Iterator is a behavioral design pattern that lets you traverse elements of a collection without exposing its underlying representation (list, stack, tree, etc....
permanent function mode in linux
permanent function mode in linux #tech/bash #tech/hardware 1 2 echo "options hid_apple fnmode=0" | sudo tee -a /etc/modprobe.d/hid_apple.conf sudo update-initramfs -u References author [[Mike Shade]]...
pipenv is a way to pack your python worlds
pipenv is a way to pack your python worlds Pipenv is a tool that aims to bring the best of all packaging worlds…...
pyenv
#tech/python pyenv python version manager References position definition of How to use Pyenv & Pipenv for Python virtual environments...
pyenv bash configuration
pyenv bash configuration 1 2 3 4 5 export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" if command -v pyenv 1>/dev/null 2>&1; then eval "$(pyenv init -)" fi References author [[<% tp....
pyenv debian dependencies
pyenv debian dependencies 1 2 3 sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \ libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \ xz-utils tk-dev libffi-dev liblzma-dev References author [[bgasparotto]]...
resolve issue of No useable version of libssl
#unity #os/ubuntu resolve issue of No useable version of libssl The fix that worked for me was manually downloading the ’libssl1....
scrapy data flow
scrapy data flow The data flow in Scrapy is controlled by the execution engine, and goes like this: The Engine gets the initial Requests to crawl from the Spider....
scrapy is a website data extractor
#tech/web #tech/data-extraction scrapy is a website data extractor An open source and collaborative framework for extracting the data you need from websites....
set the keyrow to function mode
set the keyrow to function mode #tech/hardware Press 1 Fn + X + L References author [[Mike Shade]]...