Skip to content

Instantly share code, notes, and snippets.

View fleetimee's full-sized avatar

Shionne Imeris fleetimee

View GitHub Profile
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
// Interface for ERC20 token
interface ERC20 {
// Transfer tokens to a specified address
function transfer(address recipient, uint256 amount) external returns (bool);
// Get the balance of a specific address
function balanceOf(address account) external view returns (uint256);
name: Fleetime Flutter CI/CD Configuration
# Command ini digunakan untuk mentrigger workflow ini menggunakan
# event push tag pada branch master
on:
push:
tags:
- "*.*.*" # on every version tag will build a new android artifact example: v3.1.2+6
jobs:
build:
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->
localProperties.load(reader)
}
}
def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
@fleetimee
fleetimee / build.yml
Created November 15, 2022 22:26
Workflows Flutter Fleetime
name: Fleetime Flutter CI/CD Configuration
# Command ini digunakan untuk mentrigger workflow ini menggunakan
# event push tag pada branch master
on:
push:
tags:
- "v*.*.*" # on every version tag will build a new android artifact.
jobs:
build:
@fleetimee
fleetimee / flutter-android-cd.yml
Created November 15, 2022 02:24 — forked from vinicioslc/flutter-android-cd.yml
Build flutter releases in github actions for production only android for while.
# This is a basic workflow to help you get started with Actions
name: CD Internal-Lane
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
tags:
- "internal-v*.*.*" # on every version tag will build a new android artifact example: v3.1.2+6
jobs:
@fleetimee
fleetimee / a
Created October 15, 2022 11:30
a
FREEDOM DiVE - tpz Over t+pazolite & tpz
Hakujitsu Rainych & Kururu
Overfly Luna Haruna
HokoritakakiIdol HoneyWorks & Kotoha
最果て SennaRin
Accumula Town (From "Po Qumu
It Might Be Painful, bu TUYU
うたかた花火 supercell
#超絶かわいい mona(CV:夏川椎菜
虹のかけら - TV size ver. 昆夏美
⚔️ Dota 2 🕘 5966 hrs 11 mins
🎮 The Elder Scrolls V: Skyrim 🕘 461 hrs 46 mins
🎮 Shadowverse 🕘 428 hrs 52 mins
🎮 Terraria 🕘 299 hrs 11 mins
🎮 The Witcher 3: Wild Hunt 🕘 226 hrs 12 mins
Go 32 hrs 7 mins ██████████░░░░░░░░░░░ 48.2%
JavaScript 28 hrs 10 mins ████████▊░░░░░░░░░░░░ 42.3%
Text 3 hrs 6 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.7%
Bash 1 hr 9 mins ▎░░░░░░░░░░░░░░░░░░░░ 1.7%
JSON 1 hr 1 min ▎░░░░░░░░░░░░░░░░░░░░ 1.6%
@fleetimee
fleetimee / settings.json
Created September 13, 2022 01:45
fleetime's customized vscode settings
{
"synthwave84.brightness": 0.55,
"workbench.editor.showTabs": true,
"explorer.confirmDelete": false,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontLigatures": true,
"git.enableSmartCommit": true,
"git.autofetch": true,