Software: Hashcat v3.40-49-g20057d8, Nvidia driver 378.13
Accelerator: 1x Nvidia GTX 1080 Ti FE
- This card is clock-for-clock identical to the Titan X Pascal, so the numbers should not be new or surprising to anyone.
| /// -------------------- STANDARD LIBRARY THINGS -------------------- | |
| #include <stdbool.h> | |
| #define WASM_EXPORT __attribute__((visibility("default"))) | |
| typedef unsigned char uint8_t; | |
| typedef unsigned int uint32_t; | |
| typedef unsigned long long int uint64_t; |
| <?php | |
| $path = CWD; | |
| $site_dir = NULL; | |
| $dpl_dir = NULL; | |
| while ($path != '/') { | |
| if (file_exists($path . '/settings.php')) { | |
| $site_dir = $path; |
| # coding: utf-8 | |
| # Imports | |
| import os | |
| import cPickle | |
| import numpy as np | |
| import theano | |
| import theano.tensor as T |
##git mergetool
In the middle file (future merged file), you can navigate between conflicts with ]c and [c.
Choose which version you want to keep with :diffget //2 or :diffget //3 (the //2 and //3 are unique identifiers for the target/master copy and the merge/branch copy file names).
:diffupdate (to remove leftover spacing issues)
:only (once you’re done reviewing all conflicts, this shows only the middle/merged file)
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| PASSWORD_PATH = ".password" | |
| PASSWORD_ID_PATH = ".password_id" | |
| # Make sure to have installed vagrant-triggers plugin | |
| # > vagrant plugin install vagrant-triggers | |
| # After the first `vagrant up` stop the VM and execute the following steps |
Edward Snowden answered questions after a showing of CITIZENFOUR at the IETF93 meeting; this is a transcript of the video recording.
For more information, see the Internet Society article.
| <UNORDEREDALBUMS> - <ALBUM1> <ALBUM2> | |
| <ORDEREDALBUMS> | <ALBUM3> <ALBUM4> <ALBUM5> |