We like to use etherpad to plan most things. We use the instance hosted under wikimedia. They should be backed up regularly.
Etherpad we used to plan stuff early on.
We like to use etherpad to plan most things. We use the instance hosted under wikimedia. They should be backed up regularly.
Etherpad we used to plan stuff early on.
| /* Here you have an exploit for CVE-2017-5754, otherwise known as "Meltdown". | |
| * | |
| * Mostly based on the paper [1], but it had to be adjusted a bit. | |
| * I found that the Flush+Reload method didn't work as described (with a buffer | |
| * of 256 pages) and had to do the binary method (which is otherwise faster, but | |
| * more complex to implement). | |
| * | |
| * TSX is not present on many CPUs (including the one I wrote this exploit on), | |
| * so I settled for handling the SEGV signal. | |
| * |
| " Vundle | |
| set nocompatible | |
| filetype off | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| Plugin 'VundleVim/Vundle.vim' | |
| Plugin 'itchyny/lightline.vim' | |
| Plugin 'flazz/vim-colorschemes' | |
| Plugin 'rykka/mathematic.vim' | |
| Plugin 'hari-rangarajan/CCTree' |