MrFireAwayH's recent timeline updates
MrFireAwayH's repos on GitHub
JavaScript · 48 watchers
Web-Scraper-Plus
Web data extraction tool implemented as chrome extension with much more features
JavaScript · 16 watchers
NodeMonkey
A GreaseMonkey Like Node JS Platform
Java · 14 watchers
CloudMusicToYunPan
CloudMusicToYunPan
HTML · 12 watchers
tableExport.jquery.plugin
jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel (Multi Worksheets Support), PNG and PDF
Java · 7 watchers
CloudMusic
Download Netease Music Anywhere
C# · 6 watchers
EPPlus.Utils
EPPlus extension that contains many useful utils for better controll of your excle package.
PHP · 3 watchers
ArrestDB
RESTful PHP API for SQLite, MySQL and PostgreSQL Databases
Java · 3 watchers
BDNM
Add a link to Baidu Yun Offline Download. Support what Baidu Yun Offiline supported
JavaScript · 3 watchers
Bilibili_Fixer_Perfect
Kotlin · 2 watchers
opencode_android_client
OpenCode Android 客户端 — 远程连接 OpenCode 服务端、发送指令、监控 AI 工作进度
JavaScript · 1 watchers
AStar_JavaScript
A* algorithm for pacman game
JavaScript · 1 watchers
fPhone
CSS + HTML = Phone
JavaScript · 1 watchers
hejiheji001.github.io
HTML · 1 watchers
HexoBlog
FireAwayH's Blog
JavaScript · 1 watchers
StaticFilesForBFP
HTML · 1 watchers
WebCloudMusicExporter
WebCloudMusicExporter
HTML · 0 watchers
Angular-Test
Python · 0 watchers
baidupcsapi
百度网盘api
0 watchers
bilibili-helper
哔哩哔哩 (bilibili.com) 辅助工具,可以替换播放器、去广告、推送通知并进行一些快捷操作
JavaScript · 0 watchers
bootstrap-datetimepicker
Both Date and Time picker widget based on twitter bootstrap (supports Bootstrap v2 and v3)
JavaScript · 0 watchers
brickmovers-frontend
0 watchers
build-your-own-x
Master programming by recreating your favorite technologies from scratch.
C# · 0 watchers
Builder-Catalogue
JavaScript · 0 watchers
BurgerBackend
A new social platform for burger fanatics
0 watchers
claude-code
An independent Python feature port of Claude Code, entirely rewritting from scratch using oh-my-codex. Educational Purpose only.
Python · 0 watchers
ConvertToUTF8
A Sublime Text 2 & 3 plugin for editing and saving files encoded in GBK, BIG5, EUC-KR, EUC-JP, Shift_JIS, etc.
CSS · 0 watchers
css3-animation-generator
chrome plugin css3 animation generator
CSS · 0 watchers
csv-to-html-table
:arrow_down_small: Display any CSV (comma separated values) file as a searchable, filterable, pretty HTML table
Lua · 0 watchers
dd-punch
基于『触动精灵』的钉钉自动打卡脚本
JavaScript · 0 watchers
Dependency_Network
Batchfile · 0 watchers
DingdongChecker
CSS · 0 watchers
Dribble
Use CSS to draw a dribble profile
0 watchers
eliminateNsort
Scheme Lab for Ohio State CSE 655
C# · 0 watchers
Frida.Net
JavaScript · 0 watchers
Hangman
Java · 0 watchers
HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 自动摘要 短语提取 拼音 简繁转换
C++ · 0 watchers
hardseed
hardseed is a batch seeds and pictures download utiltiy from CaoLiu and AiCheng forum
CSS · 0 watchers
hexo-theme-next
NexT is an elegant theme for Hexo.
HTML · 0 watchers
HexoBlog-public
C# · 0 watchers
HttpClient-with-HttpClientFactory
A .Net Framework practice of HttpClientFactory
Java · 0 watchers
Java-WebSocket
A barebones WebSocket client and server implementation written in 100% Java.
JavaScript · 0 watchers
jsfuck
Write any JavaScript with 6 Characters: []()!+
Java · 0 watchers
JustTrustMe
An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
0 watchers
Little-Search-Engine
Implemeting a simple search engine for text documents using hash tables.
Python · 0 watchers
MedicalFapiaoOCR
0 watchers
MyLeetCode
C# · 0 watchers
MySqlBackup.Net
A tool to backup and restore MySQL database in C#/VB.NET/ASP.NET.
C# · 0 watchers
NetExtensions
HTML · 0 watchers
normalize.css
A collection of HTML element and attribute style-normalizations
0 watchers
OrderManagementSystem
A real-time system that simulates the fulfillment of delivery orders for a kitchen.
0 watchers
project-based-learning
Curated list of project-based tutorials
0 watchers
PVZData
0 watchers
rdpwrap.ini
RDPWrap.ini for RDP Wrapper Library by Stas'M
JavaScript · 0 watchers
React-Test
0 watchers
research
0 watchers
Resume
My Resume
0 watchers
shadowsocks
0 watchers
SSEncrypt
SSEncrypt.module for Surge
JavaScript · 0 watchers
static
开放静态文件 - 为开源库稳定、快速的免费 CDN 服务
0 watchers
the_start.md
Python · 0 watchers
Tmall1212
天猫双12爬虫,附商品数据。
JavaScript · 0 watchers
TTMSR
JavaScript · 0 watchers
Updator
0 watchers
vendor_google
HTML · 0 watchers
Voice-Recorder
0 watchers
vultr-ss-bbr-kcptun
vultr+shadowsocks+bbr+kcptun一键安装脚本 内含有 shadowsocks、kcptun Windows和安卓客户端
0 watchers
WeChatExtension-ForMac
Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)
JavaScript · 0 watchers
wechat_spider
使用“代理”的方式来抓取微信公众账号文章,可以抓取阅读数、点赞数,基于 anyproxy。
MrFireAwayH

MrFireAwayH

V2EX member #90668, joined on 2015-01-08 15:34:53 +08:00
Per MrFireAwayH's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
MrFireAwayH's recent replies
碰巧又登陆~目前已经继续留在上海啦,妹子也和我一起
Jun 5, 2018
Replied to a topic by lxy Java 怎么把父类转成子类?
我在 C#那边有类似情况 我的做法是

1. 做个 爷爷类 Universal
2. 做个 父类 A 继承 爷爷
3. 做个 子类 B 继承 A
4. 这样 A B 就可以互相转换了

太久没写 Java 惹 不知道靠谱不~
支持大佬~ 看源码中~

一点小建议

// the return value does not matter, offen use null

often
唱主题曲的那个组合里的妹子们的腿好看 好评
Jun 4, 2018
Replied to a topic by JsonForYou 上海 [求助]关于根管治疗和上海牙医
某些信用卡提供预约功能。。。
Jun 4, 2018
Replied to a topic by haohaozaici 分享发现 bilibili 弹幕蒙版技术
然而这个开发者已经离职了 @flv.js
帮顶 我用老虎去年还是赚了一些钱的~
@littleb #132 90 年 5 月的 已经是个老男人了
小姐姐,今天不小心看到了你发的大腿,啊呸,发的白酒螃蟹
May 21, 2018
Replied to a topic by intohole 职场话题 工作这么久,爱上了吹牛逼
@Pikaping #13 对吧 我也是看了你的回答才知道 竟对 = 竞争对手

不知道省 2 个字的意义何在
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3129 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 02:31 · PVG 10:31 · LAX 19:31 · JFK 22:31
♥ Do have faith in what you're doing.