Skip to content

Instantly share code, notes, and snippets.

View armyja's full-sized avatar
🙂

Jeffrey Wang armyja

🙂
View GitHub Profile
Run 2025-09-05 5.20km 06:29/km
Run 2025-09-04 2.56km 06:30/km
Run 2025-08-27 4.00km 06:52/km
Run 2025-08-27 1.19km 08:09/km
Run 2025-08-22 4.00km 06:41/km
@armyja
armyja / 🎵 My last week in music
Last active September 6, 2025 01:43
netease week report
🥇 战略高手 - 梦飞船 · 0 plays
🥈 Englishman In New York - SAM KIM · 0 plays
🥉 LOVE - Crazy Ken Band · 0 plays
心想 - 孟慧圆 · 0 plays
Therapy - Cerrone/James Hart · 0 plays
@armyja
armyja / game.php
Created May 20, 2024 14:33
emulartorjs self hosted php
<!DOCTYPE html>
<html>
<head>
<title>EmulatorJS Demo</title>
<link rel = icon href = docs/favicon.ico sizes = "16x16 32x32 48x48 64x64" type = image/vnd.microsoft.icon>
<meta name = viewport content = "width = device-width, initial-scale = 1">
<style>
body, html {
height: 100%;
background-color: black;
@armyja
armyja / 0_reuse_code.js
Created April 9, 2016 00:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console