Skip to content

Instantly share code, notes, and snippets.

@rah
rah / glxinfo
Created November 20, 2012 21:08
glxinfo
$ glxinfo
name of display: localhost:11.0
display: localhost:11 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
@rah
rah / Kivi-TestApp-Output
Created November 20, 2012 04:09
Kivi output from TestApp
[INFO ] Kivy v1.4.2-dev
[INFO ] [Logger ] Record log in /data/home/u313846/.kivy/logs/kivy_12-11-20_9.txt
[INFO ] [Factory ] 125 symbols loaded
[DEBUG ] [Cache ] register <kv.lang> with limit=None, timeout=Nones
[DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=3600s
[INFO ] [Text ] using <pygame> as text provider
u313846@btas01:/home/u313846/workspace/kivy-test$ python testme.py
@rah
rah / ubuntu-gateone.template
Created November 5, 2012 04:57
Example Ubuntu 12.04 GateOne CloudFormation Template for Amazon AWS
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "GateOne instance on Ubuntu 12.04 to support web based SSH access",
"Parameters" : {
"KeyName" : {
"Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instance",
"Type" : "String",