Skip to content

Instantly share code, notes, and snippets.

View amsimoes's full-sized avatar
👩‍🌾
wagmi

AMS amsimoes

👩‍🌾
wagmi
View GitHub Profile
@amsimoes
amsimoes / attestation.txt
Created April 16, 2021 02:38
ZKOPRU trusted setup attestation
I contributed to the ZKOPRU Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: zk_transaction_1_2
Contributor # 454
Hash: bf61d160 b7c6c3fb 6ab2ce28 bc6faa59
bda509ad 03c053a9 cf3bdc8b 0ce0e4a8
e112168e f05921f6 c4b6ebe1 e43abb5f
ec0426cf 3eff2de5 35c9d070 bc46e304
@amsimoes
amsimoes / pipes.cpp
Created November 10, 2017 23:12
Solution for the Cleaning Pipes Problem (C) of NWERC 2015
#include <list>
#include <stack>
#include <queue>
#include <set>
#include <map>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <cstdio>
#include <cstdlib>
@amsimoes
amsimoes / math.cpp
Created November 10, 2017 23:09
Solution for the Elementary Math Problem (E) of NWERC 2015
// solution using standard max-flow
#include <list>
#include <stack>
#include <queue>
#include <set>
#include <map>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <cstdio>
/**
* @flow
*/
import React from 'react';
import { FontAwesome, MaterialIcons, Foundation } from '@expo/vector-icons';
import { TabNavigator, TabBarBottom } from 'react-navigation';
import Colors from '../constants/Colors';