Skip to content

Instantly share code, notes, and snippets.

@chadaeun
chadaeun / fileOrganizer.c
Created April 9, 2017 16:27
fileOrganizer
/*
20160622~20160624
���� ��Ȳ : �պκ��� ���������� �޺κ��� ��¥�� ��������.
���ϸ����� 99, 103, 106 �̷� ������ ������ ����.
�� ������ ù 8���ڴ� YYYYMMDD
��ǥ : ��� ������ ��¥�� ���ϸ����� ��ȯ�Ѵ�.
���� ��¥�� ���� ������ �������� ���,�� ó�� ���� ������ ���κп� ���δ�.
�ٹٲ�, ���� ����, #ǥ�� ���� ���� �Ƴ��α� �������� ����� ��.
@chadaeun
chadaeun / keyboard.c
Created April 9, 2017 16:26
keyboard
/*
20160703~20160703
*/
#include <stdio.h> //printf
#include <Windows.h> //Beep
#include <conio.h>
#define _C 261.6256 //���� ��
#define _D 293.6648
#define _E 329.6276
@chadaeun
chadaeun / tetris.c
Created April 9, 2017 16:26
Tetris
/*
Tetris ver.0
15/06/11 ~ 15/06/21
���� Ư�����ڴ� �簢���� ��+���ڿ�, ������ ��+���ڿ� �ִ�.
�������� 1���� ROW-2����, �������� 1���� COL-2������ �������ӿ� ��������.
���� ȭ��ǥ�� 72, �Ʒ����� 80,������ 75, �������� 77�̴�.
last memo: spin ���� 5 �����. �� ��° �����⿡�� �ڼ��� ������ �ٽ� �ٲ���� �Ѵ�.
*/
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>