View freemint_100%.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0x9994217f77466b67d012bfb5944d77d5dc3eb937": { "start": 0, "end": 24 }, | |
"0x2a821f0a4573c3ae4022831ef10ca36079a65100": { "start": 0, "end": 24 }, | |
"0xc845ca2f811dc9bcbf2ebad9f26547d8deb94a29": { "start": 0, "end": 24 }, | |
"0x34f3e15ef72b167c04d1447d71946e489a6be639": { "start": 0, "end": 24 }, | |
"0xa0bacb478479b8eb0c378e72742a9ab21d9c8d76": { "start": 0, "end": 24 }, | |
"0x2e82494083d823173249d67e3b7bdad17425e028": { "start": 0, "end": 24 }, | |
"0xcd9d728194f21a4acde2dc943caadf61868f82f1": { "start": 0, "end": 24 }, | |
"0x2e132d1e719d2f0d7fc8e40b008837d279455243": { "start": 0, "end": 24 }, | |
"0xa0553e045fda77dbbe741ffd5b58ae7cefdab380": { "start": 0, "end": 24 }, |
View mynft.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FLUB Generative 28 441 | |
KAKORRHAPHIOPHOBIAJust trying to spell this word will induce that very fear. Seriously terrifying. | |
Entanglement By Rawhol 0 555 | |
555 Entanglement is an experiment created by Rawhol. | |
Invalid_collection 0 0 | |
Invalid Collection, more information https://discord.com/invite/elseverseworld | |
SoulsReplaced 246 5555 |
View freemint.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import urllib3 | |
from dotenv import load_dotenv | |
import json | |
import math | |
import os | |
import platform | |
import threading | |
import time | |
from datetime import datetime |
View 1000
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0x700182997b8EAE76626AcB9e866c7f45B11a2A76": { "start": 0, "end": 24 }, | |
"0xf0d14e6F8A5d6B48f431Aa9b412B76432C8d1CE6": { "start": 0, "end": 24 }, | |
"0x2E6473DA3BbC1D38795744ad706DD29fb1671E75": { "start": 0, "end": 24 }, | |
"0xA2aB2Eb97CD5F9B429df68e1001c7317ceA4B69A": { "start": 0, "end": 24 }, | |
"0xf3380CfbacAF3A2C0C69A7B2d5aa2013A33094cF": { "start": 0, "end": 24 }, | |
"0xBe38Ab7Fd020A228841Cf9836a48f0Bf500BCa7d": { "start": 0, "end": 24 }, | |
"0x5e63Ea908D29597A49fEc531793Ad40CBb696a9c": { "start": 0, "end": 24 }, | |
"0x97f06408c242D7c9Da67177979C72dEC7d555817": { "start": 0, "end": 24 }, | |
"0x8AaD818a049Dc0A07048FA03BD04448D27Cd29f0": { "start": 0, "end": 24 }, |
View getting-started.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// getting-started.js | |
const mongoose = require('mongoose'); | |
main().catch((err) => console.log(err)); | |
async function main() { | |
await mongoose.connect('mongodb://admin:admin@localhost:27017/admin'); | |
const kittySchema = new mongoose.Schema({ | |
name: String, |
View unidate.controller.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Get, JsonController } from 'routing-controllers' | |
import { Service } from 'typedi' | |
import Unidata, { Assets } from 'unidata.js' | |
const unidata = new Unidata() | |
@JsonController() | |
@Service() | |
export class UnidateController { | |
// http://localhost:3000/api/unidate | |
@Get('/unidate') |
View keybindings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 将键绑定放在此文件中以覆盖默认值auto[] | |
[ | |
{ | |
"key": "shift+alt+z", | |
"command": "editor.action.copyLinesUpAction", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"key": "shift+alt+up", | |
"command": "-editor.action.copyLinesUpAction", |
View vscode-setting.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// | |
// | |
// edit | |
// | |
// | |
"editor.accessibilityPageSize": 10, | |
"editor.autoClosingBrackets": "languageDefined", | |
"editor.autoClosingOvertype": "auto", |
View .arch_zshrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# language | |
export LANG=zh_CN.UTF-8 | |
export LANGUAGE=zh_CN:en_US | |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="$HOME/.oh-my-zsh" |
View nw.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
host_ip=$(cat /etc/resolv.conf | grep nameserver | awk '{ print $2 }') | |
port=7890 | |
PROXY_SOCK5="socks5://${host_ip}:${port}" | |
set_all_proxy(){ | |
export all_proxy="${PROXY_SOCK5}" |
NewerOlder