- Setting up archlinux mirrors
- Pangenome browser
- Wikonnect
- Mapping outbreaks
- Covid Feeds
- Creating a racket web framework
- Working in GUILE sheepdog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| xrandr --output HDMI1 --auto --right-of eDP1 |
# First searc for availabe networks
nmcli device sifi list
# Connect to device
nmcli device wifi connect <ssid name> password <pass>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import sys | |
| import librosa | |
| from numpy.linalg import norm | |
| import librosa | |
| from numpy.linalg import norm | |
| from dtw import dtw | |
| from random import shuffle | |
| words = ['open','close'] | |
| chosen_word = words[:] |
nohup jupyter notebook &
# When you want to kill it:
lsof nohup.out
kill -9 <PID>
virtualenv -p /usr/bin/python3.5 py35
source py35/bin/activate
# For the first time run:
# pip install jupyter
# pip install matlab_kernel
jupyter # Jupyter running Python 3.5
deactivate # Leave virtualenv
A handy of using css grids:
.grid-container {
display: grid;
grid-template-columns: 100px 100px 100px;
grid-template-rows: 50px 50px;
}
// Alternatively
- Open your MySQL workbench and click on Database
- Click on Reverse Engineer
- Select your database connection and click on Next.
- Click on Next.
- Select the database schema for which you want to create the ER diagram and then click on Next.
- After this it will retrieve objects from the selected database and check results,after the blue ticks in similar to the image below appear, click on Next.
- Now there will be option to select objects to reverse engineer i.e. the objects for which you want to create the diagram,here I have selected all the options.After selecting objects click on Execute.
- Click on Next.