Skip to content

Instantly share code, notes, and snippets.

View Aaronphy's full-sized avatar
🏀
Focusing

Aaronphy Aaronphy

🏀
Focusing
View GitHub Profile
@Aaronphy
Aaronphy / dabblet.css
Last active November 29, 2017 12:03
Untitled
.box-1{
width:100px;
height:100px;
background-color:#ccc;
float:left;
}
.box-2{
width:100px;
height:100px;
background-color:#333;
@Aaronphy
Aaronphy / History|-1cc5529b|entries.json
Last active December 15, 2022 06:11
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Users/bytedance/gitlab/ad/familycc/src/AppProviders.tsx","entries":[{"id":"KdpD.tsx","source":"Fix all fixable ESLint issues","timestamp":1671036574561},{"id":"Efjw.tsx","source":"Fix all fixable ESLint issues","timestamp":1671036620511},{"id":"no8o.tsx","source":"renamed.source","timestamp":1671036869069},{"id":"5oks.tsx","source":"Workspace Edit","timestamp":1671080953022}]}
@Aaronphy
Aaronphy / gist:4d6f883ae8716e02660127b5d32c84a7
Created March 13, 2019 02:47
Alibaba Front-End Developer Intern
If you have the whimsy of Chatbot Smart Services in the field of human interaction!
If you dare to challenge complex business scenarios in the WebIM world!
If you want to gain architectural experience with large complex products!
If you want to play in the 3D/WebGL animation field!
If you're still working on the ultimate web experience, performance optimization, or a special liking for NodeJS!
Welcome to join us !!!
Email:mafei.mf@alibaba-inc.com
@Aaronphy
Aaronphy / MainActivity.kt
Last active June 15, 2023 03:54
Android Webview communication between native and javascript
package com.example.greetingcard
import android.annotation.SuppressLint
import android.os.Bundle
import android.view.ViewGroup
import android.webkit.WebView
import android.webkit.WebViewClient
import android.webkit.JavascriptInterface
import android.content.Context
import android.widget.Toast
@Aaronphy
Aaronphy / wiki-100k.txt
Created July 24, 2023 07:28 — forked from h3xx/wiki-100k.txt
Wictionary top 100,000 most frequently-used English words [for john the ripper]
#!comment: This is a list of the top 100,000 most frequently-used English words
#!comment: according to Wiktionary.
#!comment:
#!comment: It was compiled in August 2005 and coalesced into a handy list for
#!comment: use in John the Ripper.
#!comment:
#!comment:
#!comment: Pull date: Sun Jan 15 22:03:54 2012 GMT
#!comment:
#!comment: Sources:
@Aaronphy
Aaronphy / index.html
Last active September 13, 2023 04:47
Pure CSS Select Box With Direction Aware Hover Effect
<div id="info">Observe the platform icon's motion direction when there is up and down hover on options.</div>
<form id="app-cover">
<div id="select-box">
<input type="checkbox" id="options-view-button">
<div id="select-button" class="brd">
<div id="selected-value">
<span>Select a platform</span>
</div>
<div id="chevrons">