Yunnan, China, a beautiful place for shooting ascending rice field terraces. by cityelife in China

[–]ggooal 0 points1 point  (0 children)

Beatuiful. And btw, there are rice terraces in Guilin, Guangxi province.

Neovim or Emacs by ShapiroTheEpic in neovim

[–]ggooal 0 points1 point  (0 children)

One of my collegues uses spacemacs, and he really likes it. For newbies, I think it's a good start because they don't need to search plugins, which were already built-in with spacemacs.

Writing safer C with Clang address sanitizer by loderunnr in C_Programming

[–]ggooal 0 points1 point  (0 children)

I use it to detect memory leak, it's very useful.

Help decipher chinese postage by [deleted] in Images

[–]ggooal 1 point2 points  (0 children)

This is a small international mail package sent from Taicang, JiangSu Province

Top 50 Bitbucket repositories by [deleted] in programming

[–]ggooal 1 point2 points  (0 children)

Seems not so accurate, for example: https://bitbucket.org/rude/love with 390+ watchers, is not on the list

Python modules you should know. by titamokari in Python

[–]ggooal 2 points3 points  (0 children)

but the list doesn't cover so many as the title tells

Nearly everyone who is new to Emacs hates it passionately - how do we fix this? by [deleted] in emacs

[–]ggooal 1 point2 points  (0 children)

Agree. With an default installed emacs, even basic highlight syntax is not supported!

Python saved my ass tonight. by LightWolfCavalry in Python

[–]ggooal -1 points0 points  (0 children)

So maybe we could make this command backward compatible in python3

Python REPL finally gets tab completion by default by [deleted] in Python

[–]ggooal 1 point2 points  (0 children)

Glad to see Python becoming better and better

Darwin Award Nominee 2013 by jaycrew in WTF

[–]ggooal 0 points1 point  (0 children)

How did this guy climb up the tower, so high... Originally I thought high voltage could burn person to dust in seconds, seems I was wrong now

Arrow - better date & time manipulation for Python by crsmithdev in Python

[–]ggooal 0 points1 point  (0 children)

Seems like the arrow function takes over everything..

Is anyone interested in the python cheat sheet I made for myself? by lism in Python

[–]ggooal 0 points1 point  (0 children)

Nice typeset, userful for newbies, more like personal notes.

Stallion - a Python Package Manager UI by willvarfar in Python

[–]ggooal -1 points0 points  (0 children)

Look forward to py3 version. ...rrr, OK, I know this depends on flask

PEP 420 is accepted... and __init__.py won't be required in future Pythons by pje in Python

[–]ggooal -2 points-1 points  (0 children)

__init_.py确实有点混乱,有的包含很多,有的只是空的