Project

The Sheikquel

On Sunday, I joined a group in making a silent film for US History.
It's based on the original The Sheik(1921).

Plot:
The Sheik Ahmed Ben Hassan (Nill) captured a British explorer chick Lady Diana Mayo (Sean) and want to have *crazy hot sex*. She/he escaped, but get captured by another Sheik(or Ninja--Chao). The Sheik brought his army and saved Diana. Diana expresses her love for The Sheik.

Conspiracy:I captured Sean, and the person in the car, Colin, who works with me, is the one who took me down. Why?... Is he republican?
Maybe... Nill hired me to capture Sean so he can save him/her. Maybe... Colin was Nill's secret undercover agent...
Or maybe... there is a part of my DNA says:
AACTTAGGGCMITCAAGTGG
Major conspiracy going on here...
I should get extra points for getting hit by a bat on the head.

A few notes:
0. i = Chao = \sqrt{-1}
1. Pizza for dinner. Every time I go to someone's house. I get pizza.
2. In the fighting scene, I was thumb war with Nill. It seems like we are just touching each other.
3. When we are shooting the car scene, Sean suggest we do it on 25A. It's a road with a lot of traffic.
4. When I push Sean in the car, I told him to put on the seat belt.
5. A lot of objects hit a lot of nuts on that day
6. A lot of your mum jokes
7. The owl is everywhere.
8. I wish my dad is a stripper, so I can borrow costumes from him.
9. Watch the end... that's what I call a tangent... actually secant, because they touch at 2 places... math jokes...
10. Those breasts feels real

A image template system I'm working on

I haven't post much these days because I'm busying working on a php project that was made to make image creation easy
For now, I is named Imarty.
It reads a XML file like this one:

<image w="10" h="10">
<frame>
	<layer w="10" h="10" x="0" y="0" opacity="100">
		<line x1="1" y1="1" x2="5" y2="5" color="#FF33FF" opacity="100" />
	</layer>
	<layer w="10" h="10" x="0" y="0" opacity="50">
		<line x1="5" y1="5" x2="10" y2="10" color="#FFFFFF" opacity="100" />
	</layer>
	</frame>
</image>

and turn it into a image.
Here is the output:
Imarty

The system is quite easy.
1. Read the XML
2. Break down into frames
3. Break down into layers
4. Do operation to layers, all operations are plug-ins(but it comes with a Imarty standard drawing Library)
5. Combine layers into individual frame(image)
6. Merge frames into gif animation (does not work now)

I have uploaded the first alpha release, it have many flaws, for instance:
1. There are no validation module present
2. The standard drawing library can only draw lines
3. Too many type casting
4. Plugin system can only use methods from the imarty standard drawing library

You can find it on my Imarty SVN here.
and I quite want to know..
is it possible for anyone to read my code though SVN in google code? or I have to assign members first?

Syndicate content
Honey Pot that kill bots