Skip to content

Instantly share code, notes, and snippets.

View chenyukang's full-sized avatar
💭
I may be slow to respond.

Yukang chenyukang

💭
I may be slow to respond.
View GitHub Profile
@chenyukang
chenyukang / gist:3900077
Created October 16, 2012 15:46
Peng's delegate
/*******************************************************************************
*
* @name : DELEGATE_H
*
* @author : BigBird (peng@nextopsoftware.com)
* @date : 2012-10-16 21:58:04
*
* @brief :
*
@chenyukang
chenyukang / gist:3090254
Created July 11, 2012 12:59
branch-pre
#include <algorithm>
#include <ctime>
#include <iostream>
int main()
{
// generate data
const unsigned arraySize = 32768;
int data[arraySize];
#include <stdio.h>
int main()
{
return 0;
}