Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Coding for yourself

Hibariya Hi
September 15, 2012

Coding for yourself

Coding for yourself

Hibariya Hi

September 15, 2012
Tweet

More Decks by Hibariya Hi

Other Decks in Programming

Transcript

  1. Life-changing - <?php - $names = array(); - foreach(array('alice', 'bob',

    'carol') as $name) { - array_push($names, strtoupper($name)); - } + %w(alice bob carol).map(&:upcase) ※ΠϝʔδͰ͢
  2. Cline RSS feed reader consumes my time Cline displays limited

    informations in the bottom of my terminal Easy to browse
  3. Reditor Open pure ruby stdlib w/ $EDITOR `bundle open’ +

    `gem edit’ Usage: $ reditor webrick
  4. Ruremai (rurema! => ruremai) Method#rurema! RTFM with browser Usage: irb>

    [].method(:<<).rurema! Waiting for English support patch!