Boot up with an Fedora Live USB stick.
- Run vgsto check if there's any space:
$ sudo vgs
  VG     #PV #LV #SN Attr   VSize    VFree
  fedora   1   3   0 wz--n- <237.28g    0 | // Modified script from: https://github.com/nirholas/UnfollowX | |
| (() => { | |
| // Collect usernames from the "Following" / "Followers" list without clicking anything. | |
| // It keeps scrolling, extracting unique handles + URLs, then downloads a CSV at the end. | |
| const $followButtons = '[data-testid$="-unfollow"], [data-testid$="-follow"]'; // works on Following/Followers | |
| const $userCell = '[data-testid="UserCell"]'; | 
Common Lisp is a general-purpose programming language with functions as first-class citizens. Don't worry about being purely functional, Lisp is Object Oriented too. CLOS is a very powerful object-oriented system!
The Common Lisp lingo is quite unique:
| # Logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| lerna-debug.log* | |
| # Diagnostic reports (https://nodejs.org/api/report.html) | |
| report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | 
| // File: openzeppelin-solidity/contracts/introspection/IERC165.sol | |
| /** | |
| * @title IERC165 | |
| * @dev https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md | |
| */ | |
| interface IERC165 { | 
| pragma solidity ^0.5.0; | |
| /** | |
| * @title IERC165 | |
| * @dev https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md | |
| */ | |
| interface IERC165 { | |
| /** | |
| * @notice Query if a contract implements an interface | |
| * @param interfaceId The interface identifier, as specified in ERC-165 | 
| // ==UserScript== | |
| // @name Re-enable copy/paste of emails | |
| // @include https://www.ns.nl/producten/s/railrunner* | |
| // @grant none | |
| // ==/UserScript== | |
| $(function() { | |
| $(document).off("copy paste", | |
| "[data-regex=email], [data-regex=emailRepeat]", | |
| $._data(document, "events").paste[0].handler); | 
| 0x76eDB18e9b2E110905F7eC2469133Cf8609f0ffB | 
| 0x5c5b45934Ff35D14dc6A0Be18697419001DbDC41 | 
| /** | |
| * @title Mintable token | |
| * @dev Simple ERC20 Token example, with mintable token creation | |
| * @dev Issue: * https://github.com/OpenZeppelin/zeppelin-solidity/issues/120 | |
| * Based on code by TokenMarketNet: https://github.com/TokenMarketNet/ico/blob/master/contracts/MintableToken.sol | |
| */ | |
| contract MintableToken is PausableToken { | |
| event Mint(address indexed to, uint256 amount); | |
| event MintFinished(); | |
| bool public mintingFinished = false; |