Skip to content

Instantly share code, notes, and snippets.

View akasfei's full-sized avatar

Sierra Zhou akasfei

View GitHub Profile
MS4wNDAzfHwxMzg5NTc2NjY0MDQ0OzEzODk1NzY2NjQwNDQ7MTM4OTcxMTc5MjM2MHwxMTExMTEwMXwyMjE5ODk3OTYwNTAwLjQ0OzIwOTI2NjY1Nzg3NTY2LjcxOzcyNjM4MTsxOzEwNjM5OTQzMTIyODEuMDczNjsxMDQ7LTE7LTE7MDswOzA7MDswOy0xOzA7MTswOzA7MTE7MTl8MTUwLDE1MCwyMTAyNjEzMTE0NywwOzE1MCwxNTAsMTEyMjI0NTM1NzE2LDA7NTAsNTAsMTAxNDU3NzY4LDA7NTAsNTEsMjgxNTcxMDMwLDA7NTAsNTAsNTc0MDk4NzgxLDA7NTAsNTAsMTQyMDMxMzA2OCwwOzUwLDUwLDI3NDIwNjgxMTgsMDs1MCw1MCw0NTQ5ODA3OTU3NiwwOzUwLDUwLDkzMDM1OTYwMTg1NSwwOzM5LDM5LDI4MTM4NDQxNjIwMTMsMDt8MzM3NzY5OTcyMDUyNzg3MTszMDI1NDQzNjgyNzc5MDcxOzIyNTE4MDQxMDg2NTEwMzU7Mzk0MDY1MjQ5MjUzMjIyMzsyMjUzNDQ5MDg3NDYyMjg3OzM5Njg2ODcyMjA0NTc0NzM7NTgyNDc5NzczNjY1fDM4Njg2Mjk1NDgyODU5NTE7MjMwNDg1NTY3NTAyNTExNTs3NDc1OQ%3D%3D%21END%21
DESC: Hexchain Technologies Inc. is an interational cooperation specializing in the development of dark sciences and technologies, including warp drives, death stars, nano suits, mass relays, infinite improbability drives, and traveling through the time vortex.
Founded: Stardate 85253.0
Headquarters: Wuhan, Hubei, People's Republic of China
CEO: Hexchain Tong
RECENT: We have recently acquired Tywin News Corp, a insightful investment considering TWN's cutting-edge expertise in the publishing industry. With this acquisition in place, we will be able to...

THIS ARTICLE IS WRITTEN TO: CLARIFY THE USES OF THE NAMES AND ALIASES REFERRING ME; PROVIDE A CLEAR REFERENCE TO THE CHANGE HISTORY OF MY NAMES AND ALIASES.

WRITTEN ON STARDATE 0986.A

PREAMBLE

It is known that I usually use a name of my own choice rather than the one given to me by my parents. I do this because I believe one's name is like a promise, a promise that one will always follow the faith and creed represented by this name. My promise, is that I shall devote my full strength into the process of building a better Internet.

SFEI

编写本文的目的是: 阐明各个指代我的名字与化名的用途; 作为我的名字与化名变迁史的一个记录。

撰写于星历0986.A

前言

众所周知,在很多场合我更愿意使用自己选定的名字,而不是本名。这么做的原因在于,我认为一个人选择的名字就像是一个诺言,表明他/她会忠实地跟随当初选定这个名字所代表的信仰与戒条。而我的诺言是,我会尽我所能,帮助建造一个更加美好的互联网。

SFEI

@akasfei
akasfei / hexchain_ascii
Created June 10, 2014 14:04
Hexchain Technologies Inc. - Play God, Pay the Price
... .. ... ................ . ............... .
. ... ..,,,,,,,...,............... ............... .
.... ... .......,,,,,,,,,,,,..... ........ ....... .... .
. ......,,:,,...........,,,....... ........ . . .
. .. ..,,,,::,,............... ..... ...... ..... ... .
.. ..,,,,,,,..,,,,,,.................. .. .. . ..... . ..
... ..,:::,,,,,,,,,.......................... .. ......... .... .
. ..
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-ripple/paper-ripple.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="my-element">
<template>
<style>
@akasfei
akasfei / vpn-route.sh
Created August 3, 2014 05:58
VPN route for Android L
#!/system/bin/sh
# VPN_SERVER_IP is the real ip of vpn server
VPN_SERVER_IP="173.255.216.157"
# Name of virtual interface name, default: ppp0
# Unneccessary to change
VPN_IF_NAME="ssiops"
DEFAULT_ROUTE=$( ip route show table all | grep -e '^default' | grep -v $VPN_IF_NAME )
@akasfei
akasfei / hash.js
Created September 8, 2014 20:22
Hash w/ Node
#!/usr/local/bin/node
var crypto = require('crypto');
var hashes = crypto.getHashes();
var i = process.argv.indexOf('-m');
var hash;
if (i >= 0 && hashes.indexOf(process.argv[i + 1]) >= 0)
hash = crypto.createHash(process.argv[i + 1]);
@akasfei
akasfei / rich-resource.mcmpcfg
Last active September 16, 2015 03:29
Rich resource minecraft map config
{
"coordinateScale":684.412,
"heightScale":684.412,
"lowerLimitScale":512.0,
"upperLimitScale":512.0,
"depthNoiseScaleX":200.0,
"depthNoiseScaleZ":200.0,
"depthNoiseScaleExponent":0.5,
"mainNoiseScaleX":80.0,
"mainNoiseScaleY":160.0,