KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
hackerhours.org
★ 52
Open GitHub ↗
landing page for Hacker Hours
Download README (.md)
Explore Similar Repositories
xdebug-toggler
:
[DEPRECATED] Toggle the debugging session for Xdebug from within the Safari browser
dndUploader
:
Resumable uploads with only Javascript and PHP.
CSS_selector_engine
:
Fast and lightweight querySelector[All]/getElementsByClassName/matchesSelector
Sample-CurveFit
:
A sample to demonstrate how to use cubic spline interpolation to smooth a line
zound
:
Zound, a PlayFramework 2 audio streaming experiment using Iteratees
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hackerhours.org
?
Download (.md)
# this site has been decomissioned, we have moved to squarespace. # hackerhours.org [](https://travis-ci.org/afeld/hackerhours.org) Landing page for the [Hacker Hours](http://www.meetup.com/hackerhours/) meetup. ## Development To run the site locally: ```sh bundle bundle exec jekyll serve ``` To regenerate the static site: ```sh bundle exec jekyll build ``` ## Logo The logo was designed by @kristinbarr. With the server running, view it at http://localhost:4000/logo.html. To create a PNG of the logo, install Node.js and ImageMagick, then run: ```sh npm install node logo.js ```