TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Adding something Special to my semester project

3 pointsby roversoccer18over 14 years ago
I am a CS student at Penn State, and for a class I have to come up with a project that makes use of networking sockets connecting to a MySQL data base, HTML 5, and real time synchronization of the data in the data base. My idea was the create a website in which that the user is able to submit code in multiple languages(one at first) and save it to the data base. All code is visible to everyone and able for real time updating from anyone.(Kinda of like Github). This project will be fine, but I was thinking of adding something that would make my site unique from other ie Github or other code sharing site. Any thoughts?

2 comments

chrisaycockover 14 years ago
Penn State alum here.<p>Is this project for one of your courses? If so, "finishing in time" would be a great feature to have. Bear in mind that GitHub uses Git to store the code; they didn't need to create a custom database and synchronization mechanism. You aren't going to succeed in up-staging someone else just by reinventing wheel (worse if you end-up with a square).
评论 #2138380 未加载
maxdemarziover 14 years ago
Integrate it with Gource? <a href="http://code.google.com/p/gource/" rel="nofollow">http://code.google.com/p/gource/</a> <a href="http://code.google.com/p/gource/wiki/Videos" rel="nofollow">http://code.google.com/p/gource/wiki/Videos</a>