Skip to content

Instantly share code, notes, and snippets.

View dofy's full-sized avatar
🐈‍⬛
wow

Seven Yu dofy

🐈‍⬛
wow
View GitHub Profile
@dofy
dofy / emoticon-kit.html
Last active August 29, 2015 14:01
Emoticon Kit
<!doctype html>
<html>
<head>
<title> Emoticon Kit </title>
<meta charset="UTF-8" />
<meta name="author" content="Seven Yu" />
<meta name="keywords" content="颜文字 emoticon" />
<meta name="description" content="Emoticon Kit" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<link rel="stylesheet" href="style.css" />
@dofy
dofy / NumberRandomSort.as
Created May 23, 2014 01:23
1-50 随机顺序
package
{
public class NumberRandomSort
{
public function NumberRandomSort()
{
var a:Array = [];
for (var i:int = 0; i < 50; i++)
{
// 随机 index 插入数组
@dofy
dofy / Me.as
Last active August 29, 2015 14:02
Who am I.
package org.phpz
{
/**
* Who am I
* @author Seven Yu
*/
public class Me extends Engineer implements IFrontEnd, IBackEnd
{
private var _name:String;
private var _email:String;
@dofy
dofy / face-kit.php
Last active August 29, 2015 14:02
Face kit, Enjoy~~
<?php
/**
* Author: Seven Yu
* E-Mail: dofyyu (a.t) gmail.com
* Version: 0.0.3
* Update: 2012/11/14
*/
$rand = true;
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@dofy
dofy / ve2x.date.user.js
Last active January 26, 2016 06:43
显示 v2ex 绝对时间
// ==UserScript==
// @name v2ex 绝对时间
// @namespace http://phpz.org/
// @version 0.1.5
// @description 显示 v2ex 中的绝对时间
// @author Seven Yu
// @match *.v2ex.com/*
// @run-at document-end
// @grant none
// @updateURL https://gist.github.com/dofy/38c8d67405a5597f4e7e/raw
@dofy
dofy / php4nginx
Created October 20, 2016 06:18
php site for Nginx
server {
listen 80;
server_name domain.com;
access_log off;
root /path/to/your/website;
index index.html index.htm index.php;
location / {
try_files $uri $uri/ /index.php$is_args$args;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Type Script Demo</title>
<script src="//code.jquery.com/jquery-3.1.1.min.js"> </script>
<script src="main.js"></script>
<script>
var textScript = [
'This is an example...', '.3',
@dofy
dofy / awesome-mac-filter.user.js
Last active March 18, 2017 08:32
awesome-mac Filter
// ==UserScript==
// @name awesome-mac Filter
// @namespace http://phpz.org/
// @version 0.3.3
// @description awesome-mac Filter
// @author Seven Yu <dofyyu@gmail.com>
// @match https://github.com/jaywcjlove/awesome-mac
// @match https://github.com/jaywcjlove/awesome-mac/*/README.md
// @match https://github.com/jaywcjlove/awesome-mac/*/README-*.md
// @require http://code.jquery.com/jquery-3.1.0.min.js
@dofy
dofy / surge.conf
Last active September 24, 2017 02:13
如何修改原始 surge.conf 使之支持 proxy group
# 支持 proxy group 的 surge 配置
# You can download this config from: http://surge.run/config-example/ios.conf, edit with your computer and copy back to iOS device via iTunes or URL
[General]
// warning, notify, info, verbose
loglevel = notify
[Proxy]
// 首先增加一个直连配置,这样当你不需要代理的时候,
// 可以方便地选择跳过代理而不必退出或停止 surge。