Link | Title |
---|---|
19698337 | 在知乎回答问题,你习惯先看其他人的答案再回答问题,还是直接回答? |
19871031 | 网上有免费的盗版电子书下载看,你还会去买正版电子书吗?为什么? |
20113000 | 有一个人有奇怪的色盲,但他不知道跟别人不一样,别人看到的天空是蓝色的,他看到的是绿色的,但是他和别人的叫法都一样,都是“蓝色”;怎么让他知道自己和别人不一样?你怎么证明你不是上述问题中的主人公? |
20352045 | 看过很多书或者文章,关上之后,往往只记得大概讲什么,重点内容很难举出一二。怎样改善这种情况,提高记忆力? |
20580216 | 读张爱玲是否要比读张小娴高档?是或者不是的理由是什么? |
20699314 | 读书时想听点纯音乐,诸如贝多芬、德彪西等,可是一点不了解,有哪些唱片或者合辑值得推荐么? |
20702339 | 马小弱是谁? |
20703864 | 问张佳玮同学:除了摘抄、写读后感和写书评之外,还有什么样的读书笔记格式,可以高度浓缩一部长篇小说的思想性与主要内容? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Intro | |
extremely simple and unsophisticated cross process data sharing | |
supports one read-write master process and an arbitrary number of read-only processes | |
please consider using pickle/cPickle/ctype to store complex data | |
# References |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import md5 as mmd5 | |
DEBUG = False | |
api_upyun = 'api.upyun.com' | |
ENDPOINT_V0 = 'v0.' + api_upyun | |
ENDPOINT_V1 = 'v1.' + api_upyun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
+----------------------------------------------------------------------+ | |
| Uploadprogress extension | | |
+----------------------------------------------------------------------+ | |
| Copyright (c) 2006-2008 The PHP Group | | |
+----------------------------------------------------------------------+ | |
| This source file is subject to version 3.01 of the PHP license, | | |
| that is bundled with this package in the file LICENSE, and is | | |
| available through the world-wide-web at the following url: | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
"""Simple HTTP Server With Upload. | |
This module builds on BaseHTTPServer by implementing the standard GET | |
and HEAD requests in a fairly straightforward manner. | |
""" | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph G { | |
/* formating */ | |
rankdir=LR; | |
/* top level */ | |
"根" -> {学科; 产业; 实体; 生活、艺术、文化与活动; 「形而上」; 元话题; 未归类} | |
/* 2nd level */ | |
学科 -> {自然科学; 人文学科; 工程与技术; 综合与新兴学科} | |
产业 -> {工业; 农业; 服务业; 媒体产业; 金融产业; 商业; 互联网产业} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
135207 columns/static/img/ggj/c1.png | |
122010 columns/static/img/ggj/c2.png | |
144015 columns/static/img/ggj/c3.png | |
121790 sites/management/commands/invitation_code.txt | |
121795 sites/management/commands/invitation_code.txt | |
121800 sites/management/commands/invitation_code.txt | |
121805 sites/management/commands/invitation_code.txt | |
210125 sites/static/img/1.jpg | |
131079 sites/static/img/2.jpg | |
109902 sites/static/img/2011-ggj/daminghu.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## List all manually installed packages on a debian/ubuntu system | |
## manually installed means: | |
## 1. not pre-installed with the system | |
## 2. not marked auto-installed by apt (not dependencies of other | |
## packages) | |
## Note: pre-installed packages that got updated still needs to be | |
## filtered out. |
This word list is recommended by MNX.io in the article A Proper Server Naming Scheme.
Choose a word at will from the word list below.
The easiest way to randomly get a word from the wordlist on Linux is:
shuf -n 1 $FILENAME
OlderNewer