Projects (6)
-
James McMinn / IR Tools
git clone http://mirgit.dcs.gla.ac.uk/JamesMcMinn/ir-tools.git
A set of Information Retrieval tools, implemented in the wonderful Golang.
-
James McMinn / JSON RPC over HTTP
git clone http://mirgit.dcs.gla.ac.uk/JamesMcMinn/json-rpc-http.git
A (very basic) library for golang which enables JSON-RPC over HTTP, which is not currently built into Golang (although RPC over HTTP *is* available by default).
-
James McMinn / Twitter
git clone http://mirgit.dcs.gla.ac.uk/JamesMcMinn/twitter.git
A set of utility functions and structs, written in Go, for dealing with Twitter.
-
James McMinn / Twitter Stream Reader
git clone http://mirgit.dcs.gla.ac.uk/JamesMcMinn/twitter-stream-reader.git
Opens a file or connects to the Twitter streaming API, and converts it to a standard JSON format, very similar to the standard Twitter API JSON format. This can be used for development or in a production environment, and allows the case code to be us
-
James McMinn / Twitter Stream Recorder
git clone http://mirgit.dcs.gla.ac.uk/JamesMcMinn/twitter-stream-recorder.git
Twitter Stream Recorder saves the output from a stream to disk, creating a new file every hour. By default, Twitter Stream Recorded creates GZIP compressed files, with one Tweet in JSON format per line.
-
James McMinn / Twitter Tools Go
git clone http://mirgit.dcs.gla.ac.uk/JamesMcMinn/twitter-tools-go.git