This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // | |
| // Description : Array and textureless GLSL 2D/3D/4D simplex | |
| // noise functions. | |
| // Author : Ian McEwan, Ashima Arts. | |
| // Maintainer : ijm | |
| // Lastmod : 20110822 (ijm) | |
| // License : Copyright (C) 2011 Ashima Arts. All rights reserved. | |
| // Distributed under the MIT License. See LICENSE file. | |
| // https://github.com/ashima/webgl-noise | |
| // Updates local variables to be prefixed with `f_` as expected by the Lamina module. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/python | |
| """Module for pulling contacts out of Google and storing them to disk | |
| (or something). | |
| See the official guide for a more in-depth look at GData Python | |
| http://code.google.com/apis/contacts/docs/1.0/developers_guide_python.html | |
| """ | |
| import atom | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | LB_DIR=$(mktemp -d -p /run/shm precisely.XXXX) | |
| cd $LB_DIR | |
| apt-get install -y livecd-rootfs | |
| lb config \ | |
| --mode ubuntu \ | |
| --architecture amd64 \ | |
| --distribution precise \ |