oxyflour 最近的时间轴更新
oxyflour's repos on GitHub
TypeScript · 8 人关注
lemojs
a light editor for mojs
C++ · 3 人关注
foo_noo
run nodejs within foobar2000
C++ · 2 人关注
foo_mg
A foobar2000 plugin that offers library exporting & music streaming
C · 2 人关注
foo_moo
foobar2000 library exporting and media streaming (replacement for foo_mg)
JavaScript · 1 人关注
ann-gesture-parser
ANN powered gesture parser
JavaScript · 1 人关注
badapple
badapple
HTML · 1 人关注
foo_mg_www
Lua scripts and html pages for foo_mg
TypeScript · 1 人关注
kyk
simple and stupid FAAS service mesh
JavaScript · 0 人关注
ali-rds
Aliyun RDS client
JavaScript · 0 人关注
cannon.js
A lightweight 3D physics engine written in JavaScript.
JavaScript · 0 人关注
caster
TypeScript · 0 人关注
circ
C++ · 0 人关注
cmcd
JavaScript · 0 人关注
dht-signaller
A WebRTC signaller on top of bittorrent DHT
0 人关注
docker-kvm
QEMU/KVM docker image
JavaScript · 0 人关注
dva
Lightweight elm-style framework based on react and redux.
C++ · 0 人关注
electroke
Electron charged Stroke - another mouse gesture program for Windows
TypeScript · 0 人关注
electron-webrtc-stream
C++ · 0 人关注
elephas2
electron-based popup helper above sai2
Shell · 0 人关注
emugaming
Run Win10 games in Docker with GPU passthrough at near-native performance
Java · 0 人关注
foo_mg_app
Android application for foo_mg & foo_mg_www
JavaScript · 0 人关注
foo_noo_upnp
upnp media server, browser and controller based on foo_noo
JavaScript · 0 人关注
InstDict
Another instant translate extension for chrome, powered by Youdao
JavaScript · 0 人关注
iompt
Mult-path tunnel using socket.io to pass through firewalls
TypeScript · 0 人关注
kcd
stupid kubernetes dashboard
Shell · 0 人关注
kvm-in-k8s
TypeScript · 0 人关注
kyoko-scheduler
Matlab · 0 人关注
matlab-utils
matlab functional programming utils
JavaScript · 0 人关注
mojs
motion graphics toolbelt for the web
C · 0 人关注
mptun
Multi-path Tunnel
oxyflour

oxyflour

V2EX 第 107837 号会员,加入于 2015-03-28 13:06:47 +08:00
oxyflour 最近回复了
上海华为 OD 考虑吗?待遇好说,可私信
2017-05-06 16:28:09 +08:00
回复了 jackantony 创建的主题 音乐 40 万本地歌曲用什么播放器? iTunes, Foobar2000 还是?
攒了好多年只攒了 4W+ 的曲子...好多还没听完...

ps: 现在用自己写的 foobar2000 插件把音乐串流到浏览上里听的
2017-01-26 16:16:56 +08:00
回复了 StarkXiao 创建的主题 问与答 TypeScript 接口表现不一致的问题
这个设计是刻意的(你这个对象字面量看起来不会用在别的地方,出现多余的属性也没用,编译器觉得是个 typo 也不奇怪吧)。换个写法就好了,参
https://github.com/Microsoft/TypeScript/issues/3755
http://stackoverflow.com/questions/31816061/why-am-i-getting-an-error-object-literal-may-only-specify-known-properties
2016-01-08 17:11:51 +08:00
回复了 tao1991123 创建的主题 问与答 求推荐一款轻量级 XHR 库
2016-01-08 00:35:13 +08:00
回复了 pimin 创建的主题 Firefox Firefox 现在支持 WebExtensions 了么?
要用 nightly 版,正式版的装不上(前几天刚把以前写的一个插件 port 过去

过程参考是这边的(主要是 chrome 开头的 api 都要换掉,然后有一些功能仍然缺失)
https://hacks.mozilla.org/2015/10/porting-chrome-extensions-to-firefox-with-webextensions/


顺便想知道 firefox 上 document.execCommand('paste') 的替代方案...
2015-11-13 17:00:06 +08:00
回复了 skylancer 创建的主题 东方 Project 卧槽.. V2EX 居然来个这个节点..
element = element[j];

说一下你想对 element 做什么奇怪的事情?
2015-11-07 18:26:21 +08:00
回复了 Daddy 创建的主题 问与答 有没有神器,可以将整个文件夹里的图片截成一张图片
@Daddy
之前那行就是 shell 命令了( convert 就是 imagemagick 带的一个程序

本来想说要生成网格状的缩略图下面这个命令就行的
mogrify -resize 80x80 -path thumb *.png && montage thumb/* -geometry 80x80+2+2 ../out.png

不过看到 16 楼让我眼前一亮呢(死),试试看看下面这个 gist (需要安装 phantomjs
https://gist.github.com/oxyflour/1fd4923852a9e5ee66fe
2015-11-07 13:34:51 +08:00
回复了 Daddy 创建的主题 问与答 有没有神器,可以将整个文件夹里的图片截成一张图片
不清楚具体需求,用 imagemagick 可以把几张图片并排拼起来(+append 是左右拼,-append 是上下拼)
convert *.jpg +append output.jpg

更加复杂的情况就自己写个脚本好了(比如我大概会用 node-canvas
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   965 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 20:55 · PVG 04:55 · LAX 13:55 · JFK 16:55
Developed with CodeLauncher
♥ Do have faith in what you're doing.