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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Instagram Engineer Challenge solved with Javascript

184 点作者 triptych超过 13 年前
Image processing challenge solved using javascript and HTML5 canvas.

15 条评论

Mgccl超过 13 年前
This challenge is the first real life program I wrote with Haskell.<p><a href="https://github.com/Mgccl/mgccl-haskell/blob/master/random/unshredder.hs" rel="nofollow">https://github.com/Mgccl/mgccl-haskell/blob/master/random/un...</a> (so it seems I don't like to specify the type of my functions...)<p>Explanation is here: <a href="http://chaoxuprime.com/2011/11/a-solution-to-Instagram-engineering-challenge-the-unshredder-in-haskell" rel="nofollow">http://chaoxuprime.com/2011/11/a-solution-to-Instagram-engin...</a>
评论 #3241814 未加载
评论 #3240000 未加载
ronilan超过 13 年前
Mine from the weekend here: <a href="http://ronilan.com/instagram-unshredder/" rel="nofollow">http://ronilan.com/instagram-unshredder/</a>
评论 #3242189 未加载
评论 #3239917 未加载
评论 #3239984 未加载
Timothee超过 13 年前
Note that image 3 and 5 are slightly NSFW.
评论 #3239880 未加载
评论 #3240032 未加载
ricardobeat超过 13 年前
I (kind of) solved it with CoffeeScript but thought it wasn't a good idea to publish… if you do it's not a challenge anymore, is it?<p><a href="https://github.com/ricardobeat/instagram-challenge" rel="nofollow">https://github.com/ricardobeat/instagram-challenge</a>
eridius超过 13 年前
Very neat. Makes me kind of embarrassed that I never got around to actually solving this challenge. I've had the web page open on my laptop since it first showed up on HN.
HeyImAlex超过 13 年前
Me too, and no response. I really wanted that T-Shirt... <a href="http://www.solesavoria.com/instagram/v2/" rel="nofollow">http://www.solesavoria.com/instagram/v2/</a>
carnevalem超过 13 年前
You might also be interested in DARPA's similar challenge: <a href="http://www.shredderchallenge.com/" rel="nofollow">http://www.shredderchallenge.com/</a>
评论 #3242055 未加载
rjenkins超过 13 年前
Here's mine <a href="https://github.com/rjenkins/instagram-html5-unshredder" rel="nofollow">https://github.com/rjenkins/instagram-html5-unshredder</a><p>demo here <a href="http://memoization.com/unshred.html" rel="nofollow">http://memoization.com/unshred.html</a>
swang超过 13 年前
So is this challenge over? I submitted an entry using Canvas as well but allowed users to drop image in from their desktop (only works in Chrome/Firefox though). Haven't heard from anyone at Instagram.
评论 #3241334 未加载
touchcream超过 13 年前
I solved it in ocaml, I only had this development environment this week end but it was fun. I didn't posted it on my blog but if someone wants it, just ask ;)
vidoss超过 13 年前
Another one <a href="http://vidoss.github.com/" rel="nofollow">http://vidoss.github.com/</a>
coreyrecvlohe超过 13 年前
Great job! Excellent coding style btw.
asdfqwer1234超过 13 年前
so can someone actually explain how this works?
评论 #3241981 未加载
_gd3l超过 13 年前
Nice work!
cleverjake超过 13 年前
Really impressive work, great job.