V2EX FreeBTC123
 FreeBTC123's recent timeline updates
FreeBTC123's repos on GitHub
Python 35 watchers
pngquant
A Python Wrapper of Pngquant
Python 7 watchers
initials-avatar
Initials Avatar for Python
Javascript 3 watchers
btc
A Navigation Site For BTC
Javascript 3watchers
pamjs
PamJs -- Pictures/Audios/Movies Operation for Humans
Python 3 watchers
pyemoji
Emoji Convert & Replace & Entities & Joiner
Javascript 2 watchers
heretoy
1 watchers
LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
CSS 0 watchers
2048
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
Javascript 0 watchers
500lines
500 Lines or Less
0 watchers
acme-tiny
A tiny script to issue and renew TLS certs from Let's Encrypt
Python 0 watchers
autopep8
A tool that automatically formats Python code to conform to the PEP 8 style guide.
Javascript 0 watchers
awesomes
http://www.awesomes.cn source code
Javascript 0 watchers
better-dom
Live extension playground
TypeScript 0 watchers
bitcoin
Bitcoin Core integration/staging tree
Ruby 0 watchers
Brightcells.github.io
The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.
Python 0 watchers
bson
Independent BSON codec for Python that doesn't depend on MongoDB.
Javascript 0 watchers
china-area-data
中国省市区数据
CSS 0 watchers
chongxiaomi
0 watchers
django
The Web framework for perfectionists with deadlines.
Python 0 watchers
django-excel-response
This is a fork of https://pypi.python.org/pypi/django-excel-response which was originally http://djangosnippets.org/snippets/1151/
Python 0 watchers
django-q
A multiprocessing distributed task queue for Django
Javascript 0 watchers
dtmb
Don't Touch My Birdie
Python 0 watchers
duoyidianer
Javascript 0 watchers
editor.md
The open source embeddable online markdown editor (component).
0 watchers
egg
egg api rules
Python 0 watchers
excel-base
Python 0 watchers
excel-storage
Javascript 0 watchers
F2E.im
A community for front-end-developer.
0 watchers
feishu-sdk-golang
飞书开放平台 SDK
Javascript 0 watchers
flappy-bird
Flappy Bird Browser Game Phaser framework
Objective-C 0 watchers
FlappyBlock
Flappy Block No Mercy: You lose the game and you have to quit the app.
0 watchers
fonts
Javascript 0 watchers
freecoins
The source code for the FreeCoins bitcoin faucet
Python 0 watchers
furl
URL manipulation made simple.
0 watchers
GoSnap
0 watchers
hello-algorithm
东半球最酷的学习项目 | 包括:1、我写的三十万字图解算法题典 2、100 张各语言思维导图 和 1000 本编程电子 3、100 篇大厂面经下载 | English version supported !!! 国人项目上榜不易,右上角助力一波 !干就对了,奥利给 !
Javascript 0 watchers
ht.js
Python 0 watchers
isort
A Python utility / library to sort imports.
Javascript 0 watchers
iUI
iUI Web Framework
Javascript 0 watchers
jqueryrotate
Automatically exported from code.google.com/p/jqueryrotate
CSS 0 watchers
laydate
js日期控件
C 0 watchers
Learn-Algorithms
算法学习笔记
HTML 0 watchers
linuxtools_rst
Linux工具快速教程
Javascript 0 watchers
Lottery
lottery ticket
Python 0 watchers
mysqlclient-python
MySQL database connector for Python (with Python 3 support)
Objective-C 0 watchers
NewEBuy
New Edition And New Design
Javascript 0 watchers
octotree
Code tree for GitHub and GitLab
C 0 watchers
OpenBird
Flappy Bird written in cocos2dx
Javascript 0 watchers
pageres
Get screenshots of websites in different resolutions
Javascript 0 watchers
phaser
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Python 0 watchers
Pillow
The friendly PIL fork (Python Imaging Library)
Python 0 watchers
pipenv
Sacred Marriage of Pipfile, Pip, & Virtualenv.
Python 0 watchers
pysnippets
Python Snippets
0 watchers
Python
All Algorithms implemented in Python
Python 0 watchers
python-patterns
A collection of design patterns in python
Python 0 watchers
redirectors
Redirectors
Python 0 watchers
redis-py2
Redis Python Client
Python 0 watchers
renrenpy
A python SDK for Renren API using OAuth2 authentication.
C 0 watchers
screen
Console/Screen/Terminal width and so on
Python 0 watchers
shortuuid
A generator library for concise, unambiguous and URL-safe UUIDs.
C++ 0 watchers
swift
The Swift Programming Language
Javascript 0 watchers
swiper
Most modern mobile touch slider with hardware accelerated transitions
C 0 watchers
The-Art-Of-Programming-By-July
本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售
Javascript 0 watchers
thingsforinternet
Things for Internet
Python 0 watchers
twine
Utilities for interacting with PyPI
Python 0 watchers
v2ex
Community running on Google App Engine
Javascript 0 watchers
webfonts-subsetting
Auto tailor font files for every page. The font will be used for webfont service, and only contain the characters in that page. It's useful for those languages which have many glyphs, such as Chinese Hanzi.
0 watchers
WebIM
WebIM base on WebSocket
Javascript 0 watchers
WebODM
Web GUI for OpenDroneMap
Python 0 watchers
wechatpy
WeChat SDK for Python
CSS 0 watchers
weui
A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
PHP 0 watchers
workerman-todpole
蝌蚪游泳交互程序-HTLM5+WebSocket+Workerman , rumpetroll server writen using php
Python 0 watchers
xlsext
Javascript 0 watchers
zqxt
自强学堂源代码 https://code.ziqiangxuetang.com/django/django-tutorial.html
Python 0 watchers
zwholder
Zero-width character placeholder.
FreeBTC123

FreeBTC123

V2EX member #52072, joined on 2013-12-17 15:57:17 +08:00
FreeBTC123's recent replies
Nov 29, 2016
Replied to a topic by pppy Python 获取下个周三的日期
```python
In [13]: def coming_weekday(num):
this_week = Week.thisweek()
return (this_week + (not this_week.day(num) > datetime.now().date())).day(num)
....:
```
Nov 29, 2016
Replied to a topic by pppy Python 获取下个周三的日期
```python
In [1]: from datetime import datetime

In [2]: from isoweek import Week

In [3]: def coming_weekday(num):
...: this_week = Week.thisweek()
...: this_weekday = this_week.day(num)
...: return this_weekday if this_weekday > datetime.now().date() else (this_week + 1).day(num)
...:

In [4]: coming_weekday(2)
Out[4]: datetime.date(2016, 11, 30)

In [5]: # 0 is Monday
```
Nov 29, 2016
Replied to a topic by pppy Python 获取下个周三的日期
, 搞成下周的周三了
Nov 29, 2016
Replied to a topic by pppy Python 获取下个周三的日期
* 安装
```shell
pip install isoweek
```

* 使用
```python
In [1]: from isoweek import Week

In [2]: (Week.thisweek() + 1).wednesday()
Out[2]: datetime.date(2016, 12, 7)
```
Jun 12, 2016
Replied to a topic by cxz Python 弱弱问一个 python 操作 sqlite 的问题
https://docs.python.org/2/library/sqlite3.html#sqlite3.Connection.execute

```
execute(sql[, parameters])
This is a nonstandard shortcut that creates an intermediate cursor object by calling the cursor method, then calls the cursor ’ s execute method with the parameters given.
```
雇人做个小游戏, 一旦火爆了, 流量杠杠的
forms不仅仅能拿数据, 还能校验数据的哦,tornado 想用的话, 推荐[WTForms](http://tt4it.com/resources/discuss/1599/)
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
Type "copyright", "credits" or "license" for more information.

IPython 2.2.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.

In [1]: timeit sum(xrange(1, 1000000001))
1 loops, best of 3: 9.26 s per loop

In [2]:
Jul 11, 2014
Replied to a topic by gangsta 设计 关于用视频做网页背景
@FreeBTC123 http://pamjs.com/pam/mov/ 视频加载慢也是一个很大的问题啊, 也得想办法解决一下
Jul 11, 2014
Replied to a topic by gangsta 设计 关于用视频做网页背景
自己写的, 非前端码农, 写的貌似有点烂, 有空还会继续加东西, 欢迎大家共同开发啊。。。 http://tt4it.com/resources/discuss/281/
About     Help     Advertise     Blog     API     FAQ     Solana     1912 Online   Highest 6679       Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 21ms UTC 16:13 PVG 00:13 LAX 09:13 JFK 12:13
Do have faith in what you're doing.
ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86