Skip to content

Instantly share code, notes, and snippets.

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
@tadeu
tadeu / keybase.md
Created August 6, 2019 21:38
keybase.md

Keybase proof

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:

@-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;
@tadeu
tadeu / eigen_maze.hpp
Last active January 31, 2020 21:13
Eigen Maze
#include <tuple>
namespace Eigen {
template<typename _Scalar>
class Array;
template<typename _Scalar>
class Matrix;
@tadeu
tadeu / get_total_heap_bytes.cpp
Created July 13, 2020 20:40
Getting number of bytes allocated in heap in Linux
#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);
@tadeu
tadeu / reaktoro-fecl2-thermoddem.ipynb
Last active November 22, 2024 19:41
reaktoro-fecl2-thermoddem.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.