Skip to content

Instantly share code, notes, and snippets.

View anvatar's full-sized avatar

HongJoon Ahn anvatar

  • LINE Plus
  • Seoul
View GitHub Profile
@anvatar
anvatar / 1_Storage.sol
Created January 3, 2021 10:31
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.6.12+commit.27d51765.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.8.0;
/**
* @title Storage
* @dev Store & retrieve value in a variable
*/
contract Storage {
@anvatar
anvatar / tmux.conf
Last active August 29, 2015 14:07 — forked from spicycode/tmux.conf
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
##set-window-option -g automatic-rename on
set-option -g set-titles on
#set -g default-terminal screen-256color
set -g status-keys vi
set -g history-limit 10000