Skip to content

Instantly share code, notes, and snippets.

View martinfilliau's full-sized avatar

Martin Filliau martinfilliau

View GitHub Profile
@martinfilliau
martinfilliau / Makefile for LaTeX files
Created March 10, 2011 11:55
Simple script to generate a PDF from a LaTeX file.
# Makefile for LaTeX files
# file name without the .tex extension
FILE = proposal
all: pdf cleaninterimfiles
pdf:
@pdflatex $(FILE)
@bibtex $(FILE)
@davbo
davbo / es.sh
Created June 26, 2012 10:35
Install ElasticSearch on Ubuntu 12.04
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre -y
wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.6.tar.gz -O elasticsearch.tar.gz
tar -xf elasticsearch.tar.gz
rm elasticsearch.tar.gz
sudo mv elasticsearch-* elasticsearch
sudo mv elasticsearch /usr/local/share

Companies Recruiting at Silicon Milkroundabout (12th May 2013) By Technology Stack

Silicon Milkroundabout doesn't breakdown companies by what they're hiring for so it makes it hard for say Python developers to find companies hiring for Python. So I made this list which organizes them by what technologies they're hiring for to help solve that problem.

Based upon looking at the websites of the individual companies, about a third of the websites didn't have enough information to figure out what the companies were hiring for so I haven't included them here. Feel free to send me any corrections to imranghory@gmail.com

Popularity

Multi-Stack

(Companies that are looking for good developers without specific requirements as to technology stack, i.e. open to hiring people from a variety of language/stack backgrounds)