Skip to content

Instantly share code, notes, and snippets.

View laziu's full-sized avatar
🏠
Working from home

Geonu Kim laziu

🏠
Working from home
View GitHub Profile
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
XTerm*background: #232423
XTerm*foreground: #d8d8d8
@laziu
laziu / HappyHalloween.aheui
Last active June 8, 2020 05:40
Trick or Treat!
아    밟뿏       희
      딶붇
     땄퉃닶뿕
    밚봆맣쀼맣밦뿛
  딿딵뫃HAPPY딺닦붒
 밤복팮 밞턑몋밭퉆 텞탆뿘
 봋핮   라지우   핥뭏
빥뫃땼밬닫맣훁 튟빸맣밗툯밡툷
뽊뮹뮿덨덭벜   떥뻟벛빰몋뿠
돆벚뵶HALLOWEEN탖붒멓
@laziu
laziu / keybase.md
Created October 30, 2017 16:48
Keybase proof

Keybase proof

I hereby claim:

  • I am laziu on github.
  • I am laziu (https://keybase.io/laziu) on keybase.
  • I have a public key whose fingerprint is F353 EB01 18D6 F3B3 ADE3 CCF4 DAD1 E31A 17D0 1E0F

To claim this, I am signing this object:

@laziu
laziu / fcs.c
Created November 27, 2016 10:14
unsigned short fcstab[256] = {
0x0000, 0x1189, 0x2312, 0x329b, 0x4624, 0x57ad, 0x6536, 0x74bf,
0x8c48, 0x9dc1, 0xaf5a, 0xbed3, 0xca6c, 0xdbe5, 0xe97e, 0xf8f7,
0x1081, 0x0108, 0x3393, 0x221a, 0x56a5, 0x472c, 0x75b7, 0x643e,
0x9cc9, 0x8d40, 0xbfdb, 0xae52, 0xdaed, 0xcb64, 0xf9ff, 0xe876,
0x2102, 0x308b, 0x0210, 0x1399, 0x6726, 0x76af, 0x4434, 0x55bd,
0xad4a, 0xbcc3, 0x8e58, 0x9fd1, 0xeb6e, 0xfae7, 0xc87c, 0xd9f5,
0x3183, 0x200a, 0x1291, 0x0318, 0x77a7, 0x662e, 0x54b5, 0x453c,
0xbdcb, 0xac42, 0x9ed9, 0x8f50, 0xfbef, 0xea66, 0xd8fd, 0xc974,
0x4204, 0x538d, 0x6116, 0x709f, 0x0420, 0x15a9, 0x2732, 0x36bb,
@laziu
laziu / vox_read_sample.cpp
Last active August 17, 2016 07:38
*.vox read sample
#include <cstdio>
#include <fstream>
#include <string>
#include <vector>
#include <array>
using namespace std;
// primitive types
import processing.serial.*;
Serial myPort;
short portIndex = 1;
PFont f; // 폰트 객체 생성
public static final char HEADER = 'H';
public static final char LED_TAG = 'L';
public static int LED1 = 1;
public static int LED2 = 2;
const int LED1 = 1;
const int LED2 = 2;
const int LED3 = 3;
const int ON = 1;
const int OFF = 0;
const int LED1_pin = 2; //LED1을 연결한 아두이노 핀의 번호
const int LED2_pin = 3; //LED2을 연결한 아두이노 핀의 번호
const int LED3_pin = 4; //LED3을 연결한 아두이노 핀의 번호