Skip to content

Instantly share code, notes, and snippets.

View JacoMalan1's full-sized avatar

Jaco Malan JacoMalan1

View GitHub Profile
@JacoMalan1
JacoMalan1 / README.txt
Created February 7, 2021 11:03
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.7.4+commit.3f05b770.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS
@JacoMalan1
JacoMalan1 / celo-testing-address.txt
Created February 6, 2021 14:11
celo-transfer-testing
0xBb15594C84800C177f23976E96f98281F9453aFf
@JacoMalan1
JacoMalan1 / keybase.md
Created June 11, 2019 16:24
Keybase proof

Keybase proof

I hereby claim:

  • I am code-log on github.
  • I am jacomalan (https://keybase.io/jacomalan) on keybase.
  • I have a public key ASCTSahzkx8WP83pByrZn3jiOPOHy3sZ03BHWWYaYPH9mQo

To claim this, I am signing this object:

@JacoMalan1
JacoMalan1 / main.hs
Last active July 14, 2018 20:34
Ackerman in Haskell (Jaco Malan)
-- A program to calculate the values of Ackerman's function from (0, 0) to (5, 5).
-- Copyright (C) 2018 Jaco Malan
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of