sudo apt-get install ncurses-term # To use nano
This file contains hidden or 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
// #1 | |
// When you use Zend_Log class to log errors, | |
// please NEVER do this: | |
catch (Exception $e) { | |
Log::err($e->getMessage()); // WRONG! | |
// Lost stacktrace here | |
} | |
// Instead do: | |
catch (Exception $e) { |
This file contains hidden or 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
# encoding: utf-8 | |
# Capistrano 2 | |
before "deploy", "friday:good_luck" | |
namespace :friday do | |
friday_jumper = %{ | |
┓┏┓┏┓┃ | |
┛┗┛┗┛┃⟍ ○⟋ | |
┓┏┓┏┓┃ ∕ Friday |
- $animate:
- ensure the final closing timeout respects staggering animations (ed53100a)
- prevent race conditions for class-based animations when animating on the same CSS class
- More pages: see Pages.md
- Simplify Readme.md and CONTRIBUTING.md. Only important text, more examples. Contribution has to become damn simple.
- Improvements on static site: more appealing design and better contributing guidelines.
- No dependencies client, which can be simply installed on servers.
- Windows support (?)
This file contains hidden or 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
{ | |
"commands": [ | |
{ | |
"name": "ab", | |
"platform": [ | |
"common" | |
] | |
}, | |
{ | |
"name": "ack", |
- No dependencies, so cannot be written in NodeJS, Ruby, Python, Java :( Even though I like these languages very much.
- It has to be easily installable on servers using package managers.
- It should work on Windows too.
- Most likely written either in Go (fork of existing?) or Rust. Can be written in C/C++, but I am very bad in it.
- The recent pages archive should be downloaded together with package installation or added to package. So after
apt-get install tldr
it has to be ready to run. - It should auto-update pages archive regularly, similarly to
oh-my-zsh
. - Several people should contribute to it, there should be community around it, because it has to be actively supported, unlike current Go client.
- NodeJS client should be kind of "reference implementation"
OlderNewer