Skip to content

Instantly share code, notes, and snippets.

View zhuomingliang's full-sized avatar

Jimmy Zhuo zhuomingliang

  • Gan Zhou, China
View GitHub Profile
@zhuomingliang
zhuomingliang / foo.c
Created November 28, 2011 13:25 — forked from jnthn/foo.c
#include <stdio.h>
#include <stdlib.h>
__declspec(dllexport) void Argless()
{
printf ("Hello from argless function!\n");
}
__declspec(dllexport) void GotValues(int x, float y, char *z1)
{
@zhuomingliang
zhuomingliang / timeline.md
Created September 10, 2011 04:01 — forked from pmichaud/timeline.md
General timeline of subsystem changes for Dukeleto

Dukeleto asked me to put together a general timeline or checklist of changes that we need to make to Parrot, organized by size and scope of the work, the effort required, and the relative ordering that (I think) is a pretty good way to go about it.

This isn't an "official" timeline or anything like that. It's just my own personal idea for what we should probably be doing, and how hard it will be to do. The items below are listed in a quasi-chronological order in the sense that, left to my own devices, I will probably approach these problems myself in this order. Other people are welcome to tackle things in any order, so