Skip to content

Instantly share code, notes, and snippets.

View apsamuel's full-sized avatar
🖖
Focusing

A. Samuel apsamuel

🖖
Focusing
View GitHub Profile
@apsamuel
apsamuel / noise.glsl
Last active October 2, 2022 18:30 — forked from akella/noise.glsl
noise4d
//
// 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.
#!/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
@apsamuel
apsamuel / precisely_broken.sh
Created December 6, 2012 21:39 — forked from hh/precisely_broken.sh
Try to create a simple precise iso using live-build
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 \