Skip to content

Instantly share code, notes, and snippets.

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

Joe Wang zhouqiangWang

🏠
Working from home
View GitHub Profile
@zhouqiangWang
zhouqiangWang / stdc++.h
Created February 17, 2020 06:53
gcc-4.9.0/libstdc++/api #include <bits/stdc++.h>
// C++ includes used for precompiling -*- C++ -*-
// Copyright (C) 2003-2014 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version 3, or (at your option)
// any later version.
@zhouqiangWang
zhouqiangWang / .vimrc
Created October 15, 2018 22:19
.vimrc for ssh console
set nocompatible
set backspace=2
set nu
@zhouqiangWang
zhouqiangWang / zemoji.zsh-theme
Created January 2, 2017 16:31
my zsh theme which add random emoji based on oh-my-zsh Bureau Theme
# oh-my-zsh Zemoji Theme
### NVM
ZSH_THEME_NVM_PROMPT_PREFIX="%B⬡%b "
ZSH_THEME_NVM_PROMPT_SUFFIX=""
### Git [±master ▾●]
ZSH_THEME_GIT_PROMPT_PREFIX="[%{$fg_bold[green]%}±%{$reset_color%}%{$fg_bold[white]%}"