Skip to content

Instantly share code, notes, and snippets.

View deqing's full-sized avatar

Deqing Huang (Devin) deqing

View GitHub Profile
#include <stdio.h>
#include <string.h>
using namespace std;
char** str_split(const char* input, int* num) {
/* implement please */
*num = 2;
int len = strlen(input);
// escape the leading whitespace
@deqing
deqing / linux.md
Created October 4, 2018 04:16
my linux cheatsheet
@deqing
deqing / git.md
Last active October 4, 2018 04:20
my git cheatsheet