Skip to content

Instantly share code, notes, and snippets.

View CodFrm's full-sized avatar
๐Ÿฑ
๐Ÿ‰๐Ÿฑ

wangyizhi CodFrm

๐Ÿฑ
๐Ÿ‰๐Ÿฑ
View GitHub Profile
@CodFrm
CodFrm / main.go
Created July 12, 2021 15:34
b็ซ™็›ดๆ’ญๅผนๅน•็›‘ๅฌ
package main
import (
"bytes"
"encoding/binary"
"encoding/json"
"fmt"
"io"
"io/ioutil"
"log"
@CodFrm
CodFrm / config.md
Last active December 17, 2020 08:37
zsh vim ็ญ‰้…็ฝฎ

zsh

oh-my-zsh

plugins=(
git
docker
golang
zsh-autosuggestions
z
@CodFrm
CodFrm / istrusted.md
Last active September 23, 2020 10:38
istrusted

src\third_party\blink\renderer\core\dom\events\event.h

if (a5[b('0x54b', 'tWpX') + b('0x881', 'yADa') + b('0x272', 'a*S7')] && c[b('0x292', 'tBaa') + 'ly'](a5, Event))

third_party\blink\renderer\core\events\mouse_event.h

line:108

bool isTrusted() const { 
   if(Event::isTrusted()){
@CodFrm
CodFrm / gist:21d1405247d2d78980e960eca8f16baf
Created April 21, 2019 12:20 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue:
@CodFrm
CodFrm / aes_ecb_pkcs5.php
Created December 19, 2017 05:42
PHPๅฏนๆŽฅjava็š„AES/ECB/PKCS5PaddingๅŠ ๅฏ†ๆ–นๅผ
<?php
/**
*============================
* author:Farmer
* time:2017/12/19
* blog:blog.icodef.com
* function:ๅŠ ๅฏ†ๆ–นๅผ
*============================
*/
@CodFrm
CodFrm / db.php
Last active August 21, 2018 07:05
php db
<?php
/**
*============================
* author:Farmer
* time:2017/11/20
* blog:blog.icodef.com
* function:ๆ•ฐๆฎๅบ“ๆŸฅ่ฏข
*============================
*/