MacにHomebrewが入っていない場合はインストールする
highlightをインストールする
brew install highlight
| <div class="pagination"> | |
| <ul> | |
| <?php | |
| echo $this->Paginator->prev('«', | |
| array( | |
| 'tag' => 'li', | |
| 'class' => 'prev', | |
| ), | |
| $this->Paginator->link('«', array()), | |
| array( |
| //Modified version of sprite-grid.jsx by Filip Van Tendeloo | |
| //Fixed for earlier versions of Photoshop based on guideLine function from | |
| //http://www.ps-scripts.com/bb/viewtopic.php?f=9&t=3493&start=0 | |
| //None of this code is mine | |
| // check for document | |
| if(app.documents.length > 0){ | |
| // get active document | |
| var psDoc = app.activeDocument; |
| #!/usr/bin/env ruby | |
| # | |
| # Convert blogger (blogspot) posts to jekyll posts | |
| # | |
| # Basic Usage | |
| # ----------- | |
| # | |
| # ./blogger_to_jekyll.rb feed_url | |
| # | |
| # where `feed_url` can have the following format: |
MacにHomebrewが入っていない場合はインストールする
highlightをインストールする
brew install highlight
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |