Archive for the “Coding” category

HTTPService Over SSL Flex 4

by enum on August 9, 2010

Using SSL for HTTPService communication and loading images is very easy in Flex 4. There are differences between using HTTPService over SSL and loading images over SSL, however neither is complicated. Communication using HTTPService over SSL Host the flex 4 (…)

Read the rest of this entry »

Cartoon Shader using GLSL

by enum on May 14, 2010

Here is an example of a shader written in the OpenGL Shading Language (GLSL). It is very simple shader, only assigning 4 different color values, yet the result is pretty cool. I’ll post the link to the source code once (…)

Read the rest of this entry »

Ask comp.lang.c to Do Your Homework

by enum on May 11, 2010

A funny post on comp.lang.c.

Why No Games on Linux?

by enum on May 11, 2010

Thought I would share an interesting article on why there are no games on linux. Want more games on linux? Solve these problems!

Python 2 to 3

by enum on December 2, 2009

Updating to Python 3? I found a nice cheat sheet by Mark Summerfield that shows a concise summary of the differences between Python 2 and Python 3, as well as some of the more common features of Python 3. This (…)

Read the rest of this entry »