Code Offer

Code Is Poetry!

C Programming: iOS Development Starts Here

February 12, 2012 · Leave a comment

Free Code: Andriod – Disabling AirPlay for Video on Website

Disabling AirPlay for Video on Website video.html HTML <video src=”video.mov” height=”768″ width=”1024″ x-webkit-airplay=”deny” > </video> <!– or –> </embed>

February 12, 2012 · Leave a comment

Interactive water effect

Introduction This application demonstrates multitexturing effects and clever math optimizations to produce an interactive water effect. In the calculations used in the code, we work with the following assumptions: Incompressible … Continue reading

June 21, 2011 · Leave a comment

Java Water Simulation

Description You can create a fairly realistic water simulation in only a few lines of code. I’ve seen the algorithm implemented here discussed on many sites. A good explanation of … Continue reading

April 21, 2011 · Leave a comment

Silverlight gauge control

Description The idea was to create a simple analogue percentage gauge control that could be used as a performance indicator, perhaps using traffic lights colour-coding. The control makes this possible … Continue reading

March 21, 2011 · Leave a comment

Free Code: Android styles framework

blob: f489786937de8b35b2afdef4573fe1e85fda2d1d <?xml version=”1.0″ encoding=”utf-8″?> <!– Copyright (C) 2006 The Android Open Source Project      Licensed under the Apache License, Version 2.0 (the “License”);      you may not … Continue reading

March 12, 2011 · Leave a comment

FIX FAST

(FIX Adapted for Streaming) Decoder and Encoder FAST (an acronym for FIX Adapted for Streaming) is a binary compression algorithm optimised for real-time distribution of high-volume market data. It was … Continue reading

January 12, 2010 · Leave a comment