Skip to content

Instantly share code, notes, and snippets.

View dlight's full-sized avatar

Elias Gabriel Amaral da Silva dlight

View GitHub Profile
module Complete where
import Data.List (transpose, intercalate)
{-
Neste código, a tabela verdade
p0 p1 ... pn
0 0 ... 0 | X0 |
conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.7.10
latest version: 4.7.11
Please update conda by running
$ DISABLE_BLOSC_AVX2=1 conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.7.10
latest version: 4.7.11
Please update conda by running
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done
==> WARNING: A newer version of conda exists. <==
current version: 4.7.10
latest version: 4.7.11
Please update conda by running
@dlight
dlight / gen.sh
Last active August 1, 2021 16:39
Templating engine written in bash
$ cat README.md.in
# awesome-rust-forums
Curated list of Rust forums
This, blabla
{{list}}
# Ble
# here are the commands I run to get this working
mkdir -p /tmp/something
cd /tmp/something
# file from here https://github.com/starkware-libs/starknet-specs/blob/master/api/starknet_api_openrpc.json
wget 'https://raw.githubusercontent.com/starkware-libs/starknet-specs/master/api/starknet_api_openrpc.json'