An extremely minimal implementation of the `Finger protocol`_ using node.js.
To run (Finger uses port 79 which requires sudo):
sudo node finger_server.js
| /* | |
| twirc.js | |
| ======== | |
| Automating Twitter messages to IRC. BSD license. | |
| Installation: | |
| ------------- | |
| * brew install node |
An extremely minimal implementation of the `Finger protocol`_ using node.js.
To run (Finger uses port 79 which requires sudo):
sudo node finger_server.js
| #!/bin/sh | |
| # First, open up GitX | |
| cd ~/Code/Python/django-haystack; gitx | |
| tmux start-server | |
| tmux new-session -d -s Haystack -n git | |
| tmux new-window -tHaystack:1 -n test | |
| tmux new-window -tHaystack:2 -n solr | |
| tmux new-window -tHaystack:3 -n docs | |
| tmux new-window -tHaystack:4 -n runserver |