Skip to content

Instantly share code, notes, and snippets.

View zajann's full-sized avatar
🤠
Keep going ⛵

KyuSik Kim zajann

🤠
Keep going ⛵
View GitHub Profile
@zajann
zajann / tcp_chat_server_sample.go
Created July 6, 2020 06:29
Sample TCP Chat Server
package main
import (
"bytes"
"io"
"log"
"net"
)
type BroadCaster struct{}
@zajann
zajann / README-Template.md
Created January 31, 2020 07:16 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@zajann
zajann / sampleREADME.md
Created January 31, 2020 07:14 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@zajann
zajann / .vimrc
Created January 17, 2020 09:37
my .vimrc
" *******************************************************************
"
" Basic Setup
"
" *******************************************************************
"" Encoding
set encoding=utf-8
set fileencoding=utf-8
set fileencodings=utf-8