Skip to content

Instantly share code, notes, and snippets.

xwall.plist:
<plist version="1.0">
<dict>
<key>Label</key>
<string>xwall</string>
<key>RunAtLoad</key>
<true />
<key>Program</key>
<string>/Users/013231/code/tools/xwall.sh</string>
</dict>
#!/bin/sh
/usr/local/share/npm/bin/splocal -c /Users/013231/code/xwall/ShadowSPDY/config.json
#!/usr/bin/env python3
from itertools import combinations
import json
import requests
locations = {
'长江南路站',
'浦东机场',
'起点单车世纪公园店',
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <curl/curl.h>
#include <yajl/yajl_tree.h>
#include <yajl/yajl_common.h>
#define LOC_NUM 7
#define JSON_ERR_MSG_LEN 1024
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>3D Rose(By JS)</title>
</head>
<body>
<canvas id="c"></canvas>
<script>
var b = document.body;
var c = document.getElementsByTagName('canvas')[0];
b = math.ceil(math.atan(a - 100) / math.pi * 2)
b = Math.ceil(Math.atan(a - 100) / Math.PI * 0.9);
@013231
013231 / simNames.py
Created May 3, 2012 19:33
Generate similar names.
import itertools
def simNames(name):
elements = []
for ch in name:
if ch == '0' or ch == 'o':
elements.append(['0', 'o'])
elif ch == '1' or ch == 'i' or ch == 'l':
elements.append(['1', 'i', 'l'])
else:
@013231
013231 / genPw.py
Created June 16, 2012 09:19
Generate password
# Copyright 2012 new013231@gmail.com
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@013231
013231 / calcPw.cs
Created June 16, 2012 09:29
Generate password
/* ========================================================================
* Copyright 2012 new013231@gmail.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software