This is a rolling gist. If you want to contribute please add your error and fix in the comments.
error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory
| v.erase(std::remove_if(v.begin(), v.end(), predicate), v.end()); |
| bool is_zero(int i) | |
| { | |
| return i == 0; | |
| } |
| v.erase(std::remove_if(v.begin(), v.end(), is_zero), v.end()); |
| struct HASH { | |
| size_t operator()(const std::pair<int,int> &p) const { | |
| return ~p.first ^ p.second; // the first is negated to differentiate between mirrored pairs | |
| } | |
| }; |
| std::unordered_map< std::pair<int,int>, int, HASH > hash_table; |
Student: Baidyanath Kundu
Mentors: Vassil Vassilev, Ioana Ifrim
Organisation: CERN-HSF
| #!/usr/bin/env python3 | |
| from math import exp | |
| import jax.numpy as jnp | |
| import jax.random as jrn | |
| import jax.profiler as jpr | |
| import random | |
| from jax import grad, vmap | |
| from typing import List |
Disable Secure Boot.
Assuming that you have a bootable USB stick with PopOS, boot from it and install PopOS. I 've installed PopOS on the external drive.
Install reEFInd.
sudo add-apt-repository ppa:rodsmith/refind