Server!/Horror!

I have a magnet! And I don't mind using it!

Posts Tagged ‘github

golang package cappedqueue

leave a comment »

Just finished the first few lines of hopefully somewhat usable go code. The code is available on github in case someone indeed is brave enough to use it…

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.go file for details on the usage…

/serverhorror

Written by serverhorror

2012-01-03 at 14:00

Posted in Uncategorized

Tagged with , ,

VIM : JavaScript syntax : Better JavaScript syntax support

with one comment

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.

Written by serverhorror

2011-03-10 at 17:00