Skip to content

Instantly share code, notes, and snippets.

View rkdmf0000's full-sized avatar
💭
I may be slow to respond.

Taxi_tabby rkdmf0000

💭
I may be slow to respond.
View GitHub Profile
@rkdmf0000
rkdmf0000 / 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 정도가 필요한디 뭘 하던 돈이 들어가니 좀 암걸린다.)

@rkdmf0000
rkdmf0000 / 15515995readme.php
Last active December 2, 2021 12:42
SQL-OOP 사용법
<?php
/*
# php5.4 에서 시작해 7.2 까지 지원작업을 해서 다시 문법을 다운그레이드 할 필요가 있음
# 완료의 8할까지 작업을 했었습니다.
==============================================
==============================================
==============================================
@ select 쿼리 생성 예제
@rkdmf0000
rkdmf0000 / 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;
@rkdmf0000
rkdmf0000 / 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 |
+------------+------------------------+------------------------+----------------------+--------------------------------+