Skip to content

Instantly share code, notes, and snippets.

View anaclumos's full-sized avatar

Sunghyun Cho anaclumos

View GitHub Profile
@hellerbarde
hellerbarde / latency.markdown
Created May 31, 2012 13:16 — forked from jboner/latency.txt
Latency numbers every programmer should know

Latency numbers every programmer should know

L1 cache reference ......................... 0.5 ns
Branch mispredict ............................ 5 ns
L2 cache reference ........................... 7 ns
Mutex lock/unlock ........................... 25 ns
Main memory reference ...................... 100 ns             
Compress 1K bytes with Zippy ............. 3,000 ns  =   3 µs
Send 2K bytes over 1 Gbps network ....... 20,000 ns  =  20 µs
SSD random read ........................ 150,000 ns  = 150 µs

Read 1 MB sequentially from memory ..... 250,000 ns = 250 µs

@seungwon0
seungwon0 / slf-viewer.pl
Created June 3, 2012 15:09
Melon lyrics file viewer
#!/usr/bin/env perl
#
# slf-viewer.pl - Melon lyrics file viewer
#
# Show lyrics from Melon lyrics file (*.slf).
#
# Example Usage:
# ./slf-viewer.pl 소녀시대_태티서-01-Twinkle-320.slf | less
#
# Seungwon Jeong <[email protected]>
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active November 20, 2024 03:08
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@jeffkayser
jeffkayser / tech-stack-plan.md
Last active October 5, 2022 23:17
Template for Planning a Technology Stack

Backend Server Platform

Core stack

  • Hardware/VM host:
  • VM:
  • Operating System:
  • Data store:
  • Application Framework:
  • Application Server:
@tosbourn
tosbourn / facebook_warning.html
Created February 4, 2017 23:37
How to recreate Facebook's console warning
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script type="text/javascript">
const warningTitleCSS = 'color:red; font-size:60px; font-weight: bold; -webkit-text-stroke: 1px black;';
const warningDescCSS = 'font-size: 18px;';
@stypr
stypr / iptime_wol.py
Created February 13, 2018 07:12
iptime WOL in python
#!/usr/bin/python -u
#-*- coding: utf-8 -*-
# Developer: Harold Kim([email protected])
import os
import sys
import re
import requests
class iptime:
@BEMELON
BEMELON / kakaoINubuntu.md
Last active August 22, 2021 01:24
Ubuntu 16.04 에서 카카오톡 설치하기

우리 민족의 형성과 선사 문화

인류의 출현과 우리 민족의 형성

현재 알려진 최초의 인류는 약 390만 년전 아프리카 동남부에서 출현한 오스트랄로피테쿠스 아파렌시스이다. 뇌용량이 크며 대가리가 크다 불과 언어 도구의 사용

  • 한반도와 중국 동북 지역에 인류가 살기 시작한것은 구석기시대 부터이다
  • 우리 민족은 신석기 시대에 만주와 한반도를 터전으로 농사를 지으며 정착한 몽골 인종의 한 갈래에서 그 기원을 찾을 수 있다

구석기 시대의 모습

  • 구석기인들은 뗀석기를 사용하고, 열매 채집이나 사냥 물고기잡이 등으로 식량을 구하였다.
  • 정착된 생활이 아닌 이동 생활을 하며 동굴이나 바위에서 살았다, 또한 동굴에 벽화를 그리며 사냥의 성공과 풍요를 기원하였다
#include <stdio.h>
#include <algorithm>
#include <string.h>
using namespace std;
int n;
long long sum=0;
struct _tuple{
@vividvilla
vividvilla / osxtweaks
Created January 8, 2020 10:45 — forked from webdevbrian/osxtweaks
Brian's List of OSX Tweaks for web developers
#OSX Tweaks:
===========
- Most need reboot to show changes
- Most of these tweaks are just for speed, but some are specific for development
- All of these are to be ran in terminal. The commands to be copy and pasted start after the less-than sign.
- I'm not responsible for any adverse effects to your computer, at all.
##Increase the speed of OS X dialogs boxes: