- bc
- test
- look
- netstat
- uptime
- vi
- expr
- hostname
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", |
- 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 (?)
- $animate:
- ensure the final closing timeout respects staggering animations (ed53100a)
- prevent race conditions for class-based animations when animating on the same CSS class
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 |
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) { |
NewerOlder