Skip to content

Instantly share code, notes, and snippets.

View nazgee's full-sized avatar

Michal Stawinski nazgee

  • Poland, Wroclaw
View GitHub Profile
@nazgee
nazgee / gist:4010904
Created November 4, 2012 09:22
GLES2-AnchorCenter testing of debug draw
From 237f2dd709e710fbe57413d847bd304f463a6a2a Mon Sep 17 00:00:00 2001
From: Michal Stawinski <michal.stawinski@gmail.com>
Date: Sun, 4 Nov 2012 09:20:21 +0100
Subject: [PATCH] Testing of degbugdraw
---
project.properties | 1 +
.../examples/PhysicsRevoluteJointExample.java | 75 ++++++++++++++++++++
2 files changed, 76 insertions(+)
export BBPATH=`pwd`/build:`pwd`/openembedded
export PATH=`pwd`/bitbake/bin:$PATH
echo "OE environment is ready"
#
# OpenEmbedded local configuration file (sample)
#
@nazgee
nazgee / main.cpp
Created April 16, 2012 07:52
linux file descriptors passing between processes
#include <errno.h>
#include <string.h>
#include <iostream>
#include <sys/types.h> /* See NOTES */
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>