Skip to content

Instantly share code, notes, and snippets.

View dubuqingfeng's full-sized avatar
🎯
Focusing

Zhengyan Gao dubuqingfeng

🎯
Focusing
View GitHub Profile
https://raw.githubusercontent.com/zer0yu/CyberSecurityRSS/master/CyberSecurityRSS.opml
https://raw.githubusercontent.com/zer0yu/CyberSecurityRSS/master/tiny.opml
https://raw.githubusercontent.com/zhengjim/Chinese-Security-RSS/master/Chinese-Security-RSS.opml
https://raw.githubusercontent.com/mrtouch93/awesome-security-feed/main/security_feeds.opml
https://github.com/Han0nly/SecurityRSS/blob/master/SecureRss.opml
https://wechat2rss.xlab.app/opml/sec.opml
https://raw.githubusercontent.com/timqian/chinese-independent-blogs/master/feed.opml
#!/usr/bin/env python
# coding=utf-8
"""
git repositories batch pull tool
"""
from __future__ import print_function
import argparse
@dubuqingfeng
dubuqingfeng / main.go
Created March 24, 2022 02:50
levm.go
package main
import (
"fmt"
"io/ioutil"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
core "github.com/stevewooo/LonelyEVM/levm"
#!/usr/bin/env python
# coding=utf-8
# FilesBatchCopy.py
import os
import os.path
import pinyin.cedict
from shutil import copyfile
# 图片存放的路径
@dubuqingfeng
dubuqingfeng / main.go
Created December 6, 2019 15:25
password_verify != bcrypt.CompareHashAndPassword
package main
import (
"crypto/sha512"
"encoding/base64"
"encoding/csv"
"fmt"
"golang.org/x/crypto/bcrypt"
"golang.org/x/crypto/pbkdf2"
"io/ioutil"
@dubuqingfeng
dubuqingfeng / test.py
Created August 19, 2019 04:07
csv2sql
#!/usr/bin/python
import argparse
import csv
import sys
'''
This script takes a CSV file with a mandatory header and a sql tablename and converts the data in the csv file into
an SQL INSERT statement.
'''

Keybase proof

I hereby claim:

  • I am dubuqingfeng on github.
  • I am dubuqingfeng (https://keybase.io/dubuqingfeng) on keybase.
  • I have a public key ASCWuOXqaNYHKlWSRZ5XBbK0-6DY6dMB2cvJfpnVDp98jAo

To claim this, I am signing this object:

pragma solidity ^0.4.16;
interface tokenRecipient { function receiveApproval(address _from, uint256 _value, address _token, bytes _extraData) public; }
contract SardinesToken {
// Public variables of the token
string public name;
string public symbol;
uint8 public decimals = 18;
// 18 decimals is the strongly suggested default, avoid changing it
# -*- coding: utf-8 -*-
import requests
import time
txhash = []
for line in open("txhash.txt"):
txhash.append(line.strip('\n'))
# print txhash
f = open("out.txt", "a")
https://github.com/siwei-team/mxnet_mtcnn_face_detection
https://github.com/siwei-team/cordova-plugin-agora-video-chat
https://github.com/siwei-team/slack-laravel