Skip to content

Instantly share code, notes, and snippets.

View taxi-tabby's full-sized avatar
πŸ’­
I may be slow to respond.

lIllIlIIlllIllI taxi-tabby

πŸ’­
I may be slow to respond.
View GitHub Profile
@taxi-tabby
taxi-tabby / Way_to_Deploy_the_matic_token.md
Last active February 16, 2022 14:32
Polygon 토큰 생성 방법

Way to Deploy "matic-token", and a bit of ERC20 information at i learned


2022-02-16


μ€€λΉ„ :

  1. https://remix.ethereum.org/ (λΉŒλ“œ 및 배포)

  2. https://www.binance.com/ (λΉŒμ–΄λ¨Ήκ²Œλ„ matic이 ν•„μš”ν•œλ° κ΅­λ‚΄μ—μ„œ μˆ˜μˆ˜λ£Œλ•Œκ³  ν™˜μ „ν•˜λ €λ©΄ 10λ§Œμ›μ€ μž‘μ•„μ•Όν•œλ‹€.) ( λ°”μ΄λ„¨μŠ€ κ³„μ’Œ 인증에 0.00000001 ETH 정도가 ν•„μš”ν•œλ”” 뭘 ν•˜λ˜ 돈이 λ“€μ–΄κ°€λ‹ˆ μ’€ μ•”κ±Έλ¦°λ‹€.)

@taxi-tabby
taxi-tabby / 15515995readme.php
Last active December 2, 2021 12:42
SQL-OOP μ‚¬μš©λ²•
<?php
/*
# php5.4 μ—μ„œ μ‹œμž‘ν•΄ 7.2 κΉŒμ§€ μ§€μ›μž‘μ—…μ„ ν•΄μ„œ λ‹€μ‹œ 문법을 λ‹€μš΄κ·Έλ ˆμ΄λ“œ ν•  ν•„μš”κ°€ 있음
# μ™„λ£Œμ˜ 8ν• κΉŒμ§€ μž‘μ—…μ„ ν–ˆμ—ˆμŠ΅λ‹ˆλ‹€.
==============================================
==============================================
==============================================
@ select 쿼리 생성 예제
@taxi-tabby
taxi-tabby / db_pdo.php
Last active December 2, 2021 12:23
원본
개인 ν”„λ‘œμ νŠΈμΈ CMS μ—μ„œ μ‚¬μš©λ˜λ˜ QUERY OOP μž…λ‹ˆλ‹€.
<?php
class db extends webMarkerDB\loader
{
public $db;
public $stats;
public static $table;
@taxi-tabby
taxi-tabby / db.php
Last active December 2, 2021 12:20
db_pdo.php μ—μ„œ Extend λŒ€μƒ
<?php
/*
* TITLE : webmarker
*/
namespace webMarkerDB;
/*
* ###########################################################################################
* ###########################################################################################
*/
Cheef's Grand APDU List Smartcard Selected Information APDU list
Reference: http://web.archive.org/web/20090630004017/http://cheef.ru/docs/HowTo/APDU.info
#------------+------------------------+------------------------+----------------------+--------------------------------+
|ClaIns P1 P2|Lc Send Data |Le Recv Data | Specification | Description |
+------------+------------------------+------------------------+----------------------+--------------------------------+
| 04 | ISO 7816-9 6.3 | DEACTIVATE FILE |
| A0 04 00 00 00 | 3GPP TS 11.11 | INVALIDATE |
| A0 04 00 00 00 | SAGEM SCT U34 6.15 | INVALIDATE |
+------------+------------------------+------------------------+----------------------+--------------------------------+