Skip to content

Instantly share code, notes, and snippets.

View mosqueiro's full-sized avatar
🏠
Working from home

Erick Costa mosqueiro

🏠
Working from home
View GitHub Profile
version: '3.8'
services:
n8n:
image: mosqueiro/n8n-videos
container_name: n8n-videos
ports:
- "5678:5678"
volumes:
- n8n_data:/home/node/.n8n
Dona Maria’s Diner
- Menu Information
- Burgers:
- Name: Cheeseburger
- Price: R$ 15.00
- Ingredients: Bread, beef patty, cheese, lettuce, tomato, special sauce
- Sandwiches:
- Name: Natural Sandwich
- Price: R$ 12.00
export const polygonPools = [
/*
{
id: 'polygon-zefi',
logo: 'single-assets/ZEFI.png',
name: 'ZEFI Polygon',
token: 'ZEFI',
tokenDescription: 'ZCore Finance',
tokenAddress: '0xCaf870DaD882b00F4b20D714Bbf7fceADA5E4195',
tokenDecimals: 18,
export const bscPools = [
{
id: 'zcr-zcr-auto',
logo: 'single-assets/ZCR-logo.png',
name: 'ZCR',
token: 'ZCR',
tokenDescription: 'ZCore Vaults',
tokenAddress: '0x2E40565771cf2BF8622C41CDd85701519F22418A',
tokenDecimals: 18,
{
"name": "BEP20 Token List",
"timestamp": "2020-12-04T12:00:21.269Z",
"version": {
"major": 1,
"minor": 9,
"patch": 29
},
"tags": {},
{
"name": "pancakeswap",
"timestamp": "2020-08-25T15:41:29.665Z",
"version": {
"major": 1,
"minor": 3,
"patch": 1
},
"tags": {},
"logoURI": "/images/coins/wbnb.png",
@mosqueiro
mosqueiro / Address.sol
Created January 7, 2021 21:16
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: MIT
pragma solidity ^0.6.2;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
admin.addPeer('enode://bd0297e844ec934036015b5a16d46e2a45e52a237e810a31d40908a1323cbfb2ede17f7bff50049c9ffb1740faa5ac54adcb82399fecd1d916bc744d024f4727@13.113.34.20:30303');
admin.addPeer('enode://ce6a3d3f31e85914f6c9a62a1d814c2881b339937c6ee17a1dad00659ea9ab4f2babe1156fa9d145be715b6de43c0dea6096b41d3ad360a3a6311e2dbc42de99@136.243.38.66:30303');
admin.addPeer('enode://d2104a549cb9fc0513ab4f6645008f0ffc56101b4c4956f007710b240ce82193f8f3232e3da2f0ae731ebafbc85466b852b5e71d9f67c849b1b31d95b1f7c1d8@50.23.212.82:30303');
admin.addPeer('enode://ec8c35923e76ce90ada38843fc1483fd74fd59d5a47e71086fed94ab34610de26ea2cfabc933d2c599e895dd5246bb33e479fa0a9b2362065dbf91f0f92c6e59@94.130.35.43:30303');
admin.addPeer('enode://f418aa4f8fb80d9dda99809aa97e10394df5346391360f1f3774d2abab92efecc6043528ad2a2466b751ca3e7d0c0676b80c88eac607edda5886cd05f5dfc9ea@18.217.251.217:30303');
admin.addPeer('enode://f5aabc27285b7469c0b10aea40c866bbb11c53f1b2d44c6c53b6737c04f65ac3c208425e782d228dcc27dfa7e60939c024ba197644ffd80a9d0f7a537387a644
@mosqueiro
mosqueiro / HOWTODMG.md
Created January 28, 2018 02:44 — forked from jadeatucker/HOWTODMG.md
How to create a "DMG Installer" for Mac OS X

Creating a "DMG installer" for OS X

A DMG Installer is convenient way to provide end-users a simple way to install an application bundle. They are basically a folder with a shortcut to the Applications directory but they can be customized with icons, backgrounds, and layout properties. A DMG file (.dmg) is a Mac OS X Disk Image file and it is used to package files or folders providing compression, encryption, and read-only to the package.

##Creating the DMG file #Disk Utility