You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
michaelvanrooijen.com 2024 著作権. 不許複製 プライバシーポリシー
以下参考 EvernoteのAPIをRubyから叩きたい - kk_Atakaの日記 OS-X LionでrubyからEvernoteをたたく環境を作ってみる - ksworks.org まぁるいしっぽ:Rubyで Evernoteを検索 Evernote APIを使ってアプリケーションを作る例 (Ruby) - Masatomo Nakano Blog APIキーの取得 ここでは、まず、自分の手元で動かしたかったので、「ClientApplication」でAPIキーを発行しました。 WebApplicationを選択した場合、OAuthでの認証が必要になるみたい。また次に試してみます。 Evernote API Overview | Evernote Evernote API Overview | Evernote Photo by meganii 昔は、数日かかってたみたいですが、今
まずGtk2, WebKitが要る Gtk2 sudo apt-get install libgtk2.0-dev sudo gem install gtk2 WebKit sudo apt-get install libwebkit-dev git clone https://github.com/magec/rbwebkitgtk cd rbwebkitgtk && ruby extconf.rb && make && sudo make install screenshot.rb # -*- encoding: UTF-8 -*- require 'rubygems' require 'open-uri' require 'gtk2/base.rb' require 'webkit' require 'timeout' class Screen < Gtk::Window def i
Grit is no longer maintained. Check out rugged. Grit gives you object oriented read/write access to Git repositories via Ruby. The main goals are stability and performance. To this end, some of the interactions with Git repositories are done by shelling out to the system's git command, and other interactions are done with pure Ruby reimplementations of core Git functionality. This choice, however,
Background At work we have several in house gems we use. We don't want to make them public to the internet, but we do want to share them between the developers, and the QA boxes. We were using make-gem-now, but that was always a little messy, and not in keeping with current best practices. So a new plan formed, we need an internal gemcutter.com, which is very doable. So I started looking into it,
はじめに Ruby Advent Calendar jp: 2011 : ATNDの17日目の記事です。昨日は@yoppiblogさんのSeleniumの自動テストをCI環境(Jenkins)で快適に実施するでした。 Rubyを使ってて 遅い…ここだけ超遅い… とか あのライブラリが使いたい!でもRuby用のライブラリじゃないし… みたいなこと、ありますよね? そんなとき、Rubyの拡張ライブラリで解決できるかもしれません。 Rubyの拡張ライブラリは、普通のライブラリと異なりC(とかC++とかその他の言語とか)で作成します。そのため、Rubyで直接書くよりも高速に処理できたり、Cのインタフェースが用意されているライブラリをRubyから呼びだしたりすることができます。すばらしい! そんなわけで、拡張ライブラリの作り方をざっくり説明したいと思います。 用意するもの Cコンパイラとかmakeと
<h3>musical 0.0.2リリース</h3> <p><a href="https://github.com/katsuma/musical">musical</a>の0.0.2をリリースしました。(インストールなんかの細かい話は<a href="http://blog.katsuma.tv/2011/11/gem_musical.html">こちら</a>)</p> リッピングしたwavデータを自動的にiTunesのエンコード設定(mp3/AAC/Appleロスレス…)に従ってエンコードし、アーティスト名とDVDタイトル名を与えることでタグ情報付きでライブラリに追加します。たとえばDVDをドライブに入れた状態で、次のように実行します。 <p><pre>musical --title "TOUR あいのわ" --artist ハナレグミ</pre></p> <p>そうすると、</p>
This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.
Gem for talking to the Google Analytics API. Simple to use. Supports metrics, dimensions, sort, filters, goals, and segments Installation Install the gattica gem using github as the source: gem install cannikin-gattica -s http://gems.github.com When you want to require, you just use ‘gattica’ as the gem name: require 'rubygems' require 'gattica' Introduction It’s a good idea to familiarize yoursel
Since the moment Google announced that they would be releasing an API for their de-facto analytics tools, I was very excited to dive into the wealth of useful information within. Shortly thereafter, Josh and Jen from our Marketing Lab came to us to develop some tools that would help in collecting the data for our reporting. To accomplish these goals, I first read through all of the documentation t
こんにちは!! tahara です。 Ruby で Google Analytics API をたたいてみました。 といっても Garb を使えば簡単です。 ユーザID(email)とパスワードでも認証ができるのですが、今回は OAuth を使います。 インストール gem install garb oauth まずは Google Analytics, OAuth and Ruby. Oh, my. | everburning を参考に OAuth します。 あらかじめ https://www.google.com/accounts/ManageDomains から CONSUMER_KEY と CONSUMER_SECRET を取得しておく必要があります。 # -*- coding: utf-8 -*- require 'oauth' CONSUMER_KEY = "xxxxxx" C
ブログを下記に移転しました。デザイン変更により移転先では記事が一層読みやすくなっていますので、よろしければ移動をお願い致します。 RubyでANSIカラーシーケンスを学ぼう! : melborne.github.com - CUIの世界は地味な世界です 真っ黒なターミナル画面に単一色の文字列 それが却って落ち着くという向きもありますが 今となってはその地味さは際立っています ターミナルで色を使う方法を学ぶことで 新しい世界が開けるかも知れません ようこそANSIカラーの世界へ エスケープシーケンス ターミナルで色を使うためには エスケープシーケンスというものを利用します エスケープシーケンスはターミナル上で色を含む特定の制御を 実現するための特殊な文字列です print "\e[31mhello\e[0m" これによりターミナル上に青文字で「hello」と出力されます この"\e[31m"
<p><strong>musical</strong>というgemを作りました。</p> <ul> <li><a href="https://rubygems.org/gems/musical">musical</a></li> <li><a href="https://github.com/katsuma/musical">github</a></li> </ul> <h3>これは何?</h3> <p>「<a href="http://blog.katsuma.tv/2009/01/dvd_to_mp3.html">Mac OSXでライブDVDをmp3ファイルに変換</a>」にも書いたのですが、僕はアーティストのライブDVDを買って思う存分鑑賞した後は、mp3/AACに変換してiTunes/iPhoneで聴くという楽しみ方をよくしています。 ところが、この変換の際に肝である0SExという
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く