An implementation of Conway's Game of Life in 140 characters of Ruby.
Created by Simon Ernst (@sier).
An implementation of Conway's Game of Life in 140 characters of Ruby.
Created by Simon Ernst (@sier).
<?xml version="1.0"?> | |
<!-- See http://gnaural.sourceforge.net --> | |
<schedule> | |
<gnauralfile_version>1.20101006</gnauralfile_version> | |
<gnaural_version>1.0.20110606</gnaural_version> | |
<date>Mon Jan 28 15:15:33 2013 | |
</date> | |
<title>Quick meditation</title> | |
<schedule_description>15 min isochronic 4 Hz meditation followed by 45 minutes 35 Hz</schedule_description> | |
<author>David Fendrich</author> |
#!/bin/bash | |
# Source this file in your .bash_profile e.g.: | |
# | |
# source ~/gitcheckouts/vpn_heplers/.vpn_helpers.sh | |
# | |
# Note: This script works best with NOPASSWD: ALL configured in your sudoers file: | |
# /etc/sudoers: | |
# %admin ALL=(ALL) NOPASSWD: ALL | |
# |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
''' | |
This script will list all hosts in an ec2 region and prompt you to connect | |
to them. | |
It expects the file .boto to exist in your home directory with contents | |
as follows: |
sudo yum install libmpc-devel mpfr-devel gmp-devel | |
cd ~/Downloads | |
curl ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.9.2/gcc-4.9.2.tar.bz2 -O | |
tar xvfj gcc-4.9.2.tar.bz2 | |
cd gcc-4.9.2 | |
./configure --disable-multilib --enable-languages=c,c++ | |
make -j 4 | |
make install |
Upon completion you will have a sane, productive Haskell environment adhering to best practices.
sudo apt-get install libtinfo-dev libghc-zlib-dev libghc-zlib-bindings-dev