View zoin02
#!/bin/bash
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install cpulimit -y && sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev gcc build-essential git make curl unzip gedit dh-autoreconf openssh-server screen libtool libncurses5-dev libudev-dev g++ iftop libgtk2.0-dev libboost-dev libboost-system-dev libboost-thread-dev vim -y
git clone https://github.com/k67frozen/cpuminer-opt
cd cpuminer-opt
chmod +x *
./build.sh
make
cpulimit --exe cpuminer --limit 50 -b && ./cpuminer -a lyra2z330 -o stratum+tcp://d.jkpool.com:3000 -u doanvantuan90.tuandz02 -p x -x socks5://45.76.165.103:6651 --background
View keybase.md

Keybase proof

I hereby claim:

  • I am jhysum on github.
  • I am jhysum (https://keybase.io/jhysum) on keybase.
  • I have a public key ASApyUVzK6by52IyhmFFyE1St73e-EXS8mI6vDU1-IsrYgo

To claim this, I am signing this object:

View fusbsd.bash
#!/bin/bash
mkdir -p /tmp/freebsd && pushd !#:2 || exit
curl -#LO https://www.freebsd.org/releases/11.1R/CHECKSUM.SHA512-FreeBSD-11.1-RELEASE-amd64.asc
curl -#LO https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/11.1/FreeBSD-11.1-RELEASE-amd64-memstick.img.xz
mkdir -p keyring && chmod 0700 !#:2
gpg --homedir=keyring --keyserver keyserver.ubuntu.com --recv-keys 8D12403C2E6CAB086CF64DA3031458A5478FE293
gpg --homedir=keyring --verify CHECKSUM.SHA512-FreeBSD-11.1-RELEASE-amd64.asc
grep FreeBSD-11.1-RELEASE-amd64-memstick.img.xz \
CHECKSUM.SHA512-FreeBSD-11.1-RELEASE-amd64.asc \
| awk '{ gsub("[()]",""); print $4 " " $2 }' \
View aa.log
[197943.96] ScriptLog: ========= End of Round 4 Time: 2018/02/12 - 06:10:30 =========
[197943.96] ScriptLog: Recording statistics to transaction for player "#daN.
[197943.96] ScriptWarning: Accessed null class context 'GrenadeClasses'
AAScoringInfo BDX_Furious_TH.TheWorld:PersistentLevel.AAScoringInfo_539
Function AAGame.AAScoringInfo:StorePlayerRoundStatistics:025D
[197943.96] ScriptLog: Recording statistics to transaction for player "=[O2K]=.EviL
[197943.96] ScriptWarning: Accessed null class context 'GrenadeClasses'
AAScoringInfo BDX_Furious_TH.TheWorld:PersistentLevel.AAScoringInfo_538
Function AAGame.AAScoringInfo:StorePlayerRoundStatistics:025D
View press.one
{"sig":"2dcb6830282fbdcb72f3e175f21f7036f019a9e0bf3562ef48a2536de12090e7fcc6ce523f39bfcd4be49727f2c3b52e61316b4f4234e3542a0d73be3ed3a0c60","msghash":"77ac7ff6eb75c9cfdf681e9f1ca3bc25760f6daf0fc0d5e5afd6c9428b939c81"}
View press.one
{"sig":"2dcb6830282fbdcb72f3e175f21f7036f019a9e0bf3562ef48a2536de12090e7fcc6ce523f39bfcd4be49727f2c3b52e61316b4f4234e3542a0d73be3ed3a0c60","msghash":"77ac7ff6eb75c9cfdf681e9f1ca3bc25760f6daf0fc0d5e5afd6c9428b939c81"}
View zoin02
#!/bin/bash
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install cpulimit -y && sudo apt-get install automake autoconf pkg-config libcurl4-openssl-dev libjansson-dev libssl-dev libgmp-dev gcc build-essential git make curl unzip gedit dh-autoreconf openssh-server screen libtool libncurses5-dev libudev-dev g++ iftop libgtk2.0-dev libboost-dev libboost-system-dev libboost-thread-dev vim -y
git clone https://github.com/k67frozen/cpuminer-opt
cd cpuminer-opt
chmod +x *
./build.sh
make
cpulimit --exe cpuminer --limit 50 -b && ./cpuminer -a lyra2z330 -o stratum+tcp://d.jkpool.com:3000 -u doanvantuan90.tuandz02 -p x -x socks5://45.63.49.48:6651 --background
View press.one
{"sig":"2dcb6830282fbdcb72f3e175f21f7036f019a9e0bf3562ef48a2536de12090e7fcc6ce523f39bfcd4be49727f2c3b52e61316b4f4234e3542a0d73be3ed3a0c60","msghash":"77ac7ff6eb75c9cfdf681e9f1ca3bc25760f6daf0fc0d5e5afd6c9428b939c81"}
View vim-submodules.py
import os
import subprocess
HOME = "/home/kaushiksk/" # Change this to your home folder
os.chdir(HOME + ".vim/")
bundle_folder = "./bundle/"
modules = os.listdir(bundle_folder)
for module in modules:
os.chdir(bundle_folder + module)
View event_sourcing.fs
exception ItemAlreadyExists of string
exception ItemNotFound of string
exception DomainError of string
type Command =
| CreateInventoryItem of Id: int
| RenameInventoryItem of Id: int * Name: string
| RemoveItemsFromInventory of Id: int * Amount: int
| AddItemsToInventory of Id: int * Amount: int
| DeactivateInventoryItem of Id: int