Skip to content

Instantly share code, notes, and snippets.

View uucky's full-sized avatar

Chell uucky

  • Vancouver, BC
  • 14:25 (UTC -07:00)
View GitHub Profile
@uucky
uucky / RecursiveTree.pde
Last active January 26, 2019 04:50
Recursive Tree
/*
@AUTHOR Chell Li
@DATE 2018.01.15
Recursive Tree
http://www.sfu.ca/~shaw/iat265/Spring19/assignment1.html
1. Requirements:
Your DrawMyTree() method should have at least the following paramaters:
X,Y -- the X and Y coordinates of the base of the trunk/branch
@uucky
uucky / curve.html
Last active August 14, 2018 04:40
Arc length Calculator
<!DOCTYPE html>
<html>
<head>
<title>Curve</title>
<script defer>
var r, c, a = 0;
//圆心角a
//弦长l 拱高h - 半径r 弧长c
@uucky
uucky / blanks.c
Created December 8, 2017 20:57
unix a7
#include <stdlib.h>
#include <string.h>
#include "main.h"
#include "ensureCap.h"
int size;
char* end;
char* init(int argc, char *argv[]) {
if(argc == 2) {