Skip to content

Instantly share code, notes, and snippets.

View mupacif's full-sized avatar
🎯
Focusing

Pacifique M. mupacif

🎯
Focusing
View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol";
contract CommoditiesMarketMaker {
address public owner;
uint256 public nextCommodityId;
struct Commodity {
@mupacif
mupacif / test
Created February 6, 2021 22:24
hihih
test
Sub transformMyText()
Dim cellText As String
For Each oTbl In ActiveDocument.Tables
'MsgBox oTbl.Columns.count
For Each oRw In oTbl.Rows