To change the default save location for screenshots on macOS Mojave (or later):
- Press "Shift-Command-5" to invoke the screen capture panel
- Click on "Options" and choose "Other Location" to choose a destination
| import pandas as pd | |
| import numpy as np | |
| def get_dataset(size): | |
| # Create Fake Dataset | |
| df = pd.DataFrame() | |
| df['size'] = np.random.choice(['big','medium','small'], size) | |
| df['age'] = np.random.randint(1, 50, size) | |
| df['team'] = np.random.choice(['red','blue','yellow','green'], size) | |
| df['win'] = np.random.choice(['yes','no'], size) |
| #!/bin/bash | |
| currdate=`date +"%Y-%m-%d %T"` | |
| folders=("Backup Documents Sites") | |
| echo -e "\n---[${currdate}]---\n" >> ~/backup_stdout.log | |
| echo -e "\n---[${currdate}]---\n" >> ~/backup_stderr.log | |
| for folder in $folders |
To enable the F12 hotkey in Ubuntu:
| Name | Description | Based on |
|---|---|---|
| Arch | A minimalist, lightweight, and bleeding edge distribution that follows a rolling release model and offers customizability. It is a DIY distro for proficient GNU/Linux users who want to tweak their system according to their needs. | Independent |
| blendOS | With Android app support and Fedora, Debian, CentOS Stream and Ubuntu containers available, as well as system packages/DEs/kernels from Arch Linux and the AUR. | Arch |
| id | name | rcn | type | ending | title | teaser | quadrant | ring | TRL | MRL | Score | Median | Performance | Min | Max | cwurl | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | AARC2 | 206338 | RIA | Apr 2019 | Authentication and Authorisation For Research and Collaboration | The goal of AARC2 is to design an AAI framework to develop interoperable AAI, to enable researchers to access the whole research and infrastructure service portfolio with one login. AARC2's objectives are:1. enable federated access in research communities participating in... | Secure Systems | Adopt | https://cyberwatching.eu/projects/929/aarc-2 | ||||||||
| 4 | AEGIS | 210218 | CSA | Apr 2019 | Accelerating EU-US DialoGue for Research and Innovation in CyberSecurity and Privacy | AEGIS aims to strengthen dialogues between Europe and the US, in order to facilitate exchange of views, policies and best practices to stimulate cooperation around cybersecurity and privacy R&I, and contribute in shaping the future global cybersecurity and privacy... | Cybersecurity Governance | Adopt | https://cyberwatching.eu/projects/932/aegis |