Posts Tagged ‘github’
golang package cappedqueue
To quote the README.rst file:
cappedqueue
cappedqueue is a simple package to make sure you can submit to a queue. Losing items is on purpose so that you can rely on not accidentally blocking or filling up your memory
see the
cappedqueue_test.gofile for details on the usage…/serverhorror
VIM : JavaScript syntax : Better JavaScript syntax support
I’ve been using the VIM Script JavaScript syntax : Better JavaScript syntax support for quite a while now. Since I like the pathogen plugin which enables you to use git submodules as vim plugins I decided to put the source on Github.
Find it here: https://github.com/serverhorror/javascript.vim
- Fork it!
- Enhance It!
I couldn’t find a license so I assume it’s public domain. The README.md contains information about the original author.
