Skip to content

Instantly share code, notes, and snippets.

View wujiyu115's full-sized avatar
🎯
Focusing

farwmarth wujiyu115

🎯
Focusing
View GitHub Profile
package org.ddth.game;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
@wujiyu115
wujiyu115 / 0_reuse_code.js
Last active August 29, 2015 14:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@wujiyu115
wujiyu115 / Shell
Last active August 29, 2015 14:20 — forked from bnnd/Shell
shell实例手册
0说明{
手册制作: 雪松
更新日期: 2014-10-29
欢迎系统运维加入Q群: 198173206 # 加群请回答问题
欢迎运维开发加入Q群: 365534424 # 不定期技术分享
请使用"notepad++"打开此文档,"alt+2"将函数折叠后方便查阅
@wujiyu115
wujiyu115 / install-oh-my-zsh-on-ubuntu
Last active December 9, 2016 07:03 — forked from richardtape/install-oh-my-zsh-on-ubuntu
Install Oh My ZSH on Ubuntu 14.04
# Where is the location of your current shall. Useful if we need to revert
echo $0
# Install ZSH
sudo apt-get install zsh
# Instal GIT
sudo apt-get install git-core
# Install OhMyZSH
# Get Root
sudo su
# Download NMON archive
cd /tmp
wget http://sourceforge.net/projects/nmon/files/nmon16e_mpginc.tar.gz
# Untar archive
tar -xzvf nmon16e_mpginc.tar.gz