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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Coding Projects for high school grad with Java knowledge?

2 点作者 pratchett将近 5 年前
A friend of mine asked me for some advice regarding her son, who recently graduated high school and will be going to a good university seeking to major in Computer Science. Her son has completed an AP Comp Sci course that focuses on Java programming. Unfortunately, the summer job that he had lined up fell through at the last minute. I figured that maybe he could use the time to get some skills that will help him look for an internship after the first year. I have provided him resources to learn git and unix. I am looking for ideas&#x2F;resources for small coding projects that he can work on this summer, maybe even any open-source projects that are feasible for someone with some Java knowledge.<p>Any ideas will be welcome!

2 条评论

itronitron将近 5 年前
I recommend they check out Apache Lucene as many of its core contributors have mentored college students during summer of code projects and the community is fairly stable and professional (last I checked.)<p><a href="https:&#x2F;&#x2F;lucene.apache.org&#x2F;core&#x2F;discussion.html" rel="nofollow">https:&#x2F;&#x2F;lucene.apache.org&#x2F;core&#x2F;discussion.html</a>
tapiok将近 5 年前
My project has a need for a JOSM[1] plugin that - from the architecture&#x2F;business logic point of view - should not be too difficult create. It should track the time the (human) editor spent working in the app.<p>In the simplest form, the timer would start upon launching JOSM and stop when the edits are saved to the OSM database. The recorded time should be sent using API to a remote &quot;accounting&quot; server.<p>The goal is time accounting and rewarding the JOSM users with a new type of &quot;community currency&quot;[2] for their contributions.<p>If interested, please use the contact info in [2].<p>[1] <a href="https:&#x2F;&#x2F;josm.openstreetmap.de&#x2F;" rel="nofollow">https:&#x2F;&#x2F;josm.openstreetmap.de&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;merit.world&#x2F;" rel="nofollow">https:&#x2F;&#x2F;merit.world&#x2F;</a>