Tag: Tech
generate a vizualization of your facebook friends
#tech/graph #tech/vizualization generate a vizualization of your facebook friends download the data with [[netvizz]] import it to [[Gephi]] Choose the layout ForceAtlas2 and Run button At the right in statistics panel you run modularity The go to partition at the left and in the node tab select Modularity class (optional) add a filter of Degree range to remove the friends with out a friend in common or something like that To export the image first to press Preview and Refresh Then file -> export -> SVG/PDF/PNG file....
get started creating a blockchain with nodejs
get started creating a blockchain with nodejs #tech/blockchain References author Fireship position https://youtu.be/qF7dkrce-mQ?t=216
highlight the comunities
#tech/vizualization highlight the comunities this if how you change the color of comunities in [[Gephi]] Statistics -> Run Modularity -> Partitions -> Nodes -> Modularity class in the drowdown...
How I discover that markdownlint run in python 2
How to I discover that markdownlint run in python 2 #tech/python #story When I was trying to solve a format problem with my notes (more especifically with how to scan images using the terminal), I had this kind a content in the note:...
How to install make in windows
#tech/bash #tech/programming To install make you need to install choco first. Then you need to run in administrator this command....
How to install make in windows
#tech/bash #tech/programming To install make you need to install choco first. Then you need to run in administrator this command....
how to install nvm
#tech/bash #tech/nodejs how to install nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash References author [[nvm.sh]]...
how to install nvm
#tech/bash #tech/nodejs how to install nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash References author [[nvm.sh]]...
how to install pyenv
#tech/python how to install pyenv 1 2 3 git clone https://github.com/pyenv/pyenv.git ~/.pyenv echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/....
how to reset bluethooth in command line ubuntu
#os/ubuntu #tech/hardware how to reset bluethooth in command line ubuntu 1 2 rfkill block bluetooth rfkill unblock bluetooth References author Marcus...