I hereby claim:
- I am tadeu on github.
- I am etadeu (https://keybase.io/etadeu) on keybase.
- I have a public key ASBFD_Qcd57fVvDaLgUs0mnz5t90YlOlURAfcDEw6d46cQo
To claim this, I am signing this object:
| active environment : None | |
| user config file : C:\Users\tadeu\.condarc | |
| populated config files : W:\Miniconda3\.condarc | |
| conda version : 4.7.2 | |
| conda-build version : 3.18.2 | |
| python version : 3.7.3.final.0 | |
| virtual packages : __cuda=9.2 | |
| base environment : W:\Miniconda3 (writable) | |
| channel URLs : https://conda.anaconda.org/conda-forge/win-64 |
I hereby claim:
To claim this, I am signing this object:
| @-moz-document regexp("https?:\\/\\/bitbucket(?!\\.org).*?") | |
| { | |
| :root | |
| { | |
| --text-1: #ddd; | |
| --text-2: #bbb; | |
| --text-3: #555; | |
| --text-blue: #59d; | |
| --text-orange: #b50; | |
| --bg-body: #222; |
| #include <tuple> | |
| namespace Eigen { | |
| template<typename _Scalar> | |
| class Array; | |
| template<typename _Scalar> | |
| class Matrix; |
| #include <cstdio> | |
| #include <cstdlib> | |
| #include <cstring> | |
| #include <malloc.h> | |
| size_t get_attribute_value(const char *str, const char *substr) | |
| { | |
| const char *pos = strstr(str, substr); |