TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: are you stuck on your side project?

16 点作者 _smaugh大约 12 年前
have a side project, but you are stuck on a problem? or have some spare time to help a fellow programmer? give us the link to your Github repository and get help from HN

2 条评论

balac大约 12 年前
I've been building a web based comic book reader on and off for some time now. I am integrating it into a chrome packaged app and am struggling with reading zip and rar files via javascript.<p>Right now I am using bitjs (<a href="http://bitjs.googlecode.com/" rel="nofollow">http://bitjs.googlecode.com/</a>), but it is very slow and often results in corrupt images. I am thinking of using NaCL to use a native unzip / unrar in chrome application, but have no experience with NaCl or C++. Has anyone done anything similar?<p><a href="https://github.com/balaclark/chrome-comic-reader" rel="nofollow">https://github.com/balaclark/chrome-comic-reader</a> <a href="https://github.com/balaclark/HTML5-Comic-Book-Reader" rel="nofollow">https://github.com/balaclark/HTML5-Comic-Book-Reader</a>
评论 #5699128 未加载
blubbi2大约 12 年前
I'm trying to build a kind of IRC-clone using socket.io. I know that I'll have to reduce the commands to be implemented, but there's still a lot of work to be done. I do not have a specific problem, but sometimes I just don't know how to start. For instance I'm going to implement an in-browser multi-room feature, but currently it's only possible to be in one room using a specific username. I would be really happy about new features or/and ideas. Feel free to contribute. <a href="https://github.com/blubbi2/Thor" rel="nofollow">https://github.com/blubbi2/Thor</a>
评论 #5691000 未加载