This file contains 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
#!/usr/bin/env ruby | |
# "Каких фидов с planetrubyonrails.com ещё нет у меня?" | |
# ./planetror-feeds.rb [<my-exported-subscriptions.opml>] | |
# Выдаёт в STDOUT OPML | |
%w(rubygems nokogiri open-uri timeout socket).each { |d| require d } | |
module OpenUriBroken; end | |
This file contains 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
_gem() | |
{ | |
if [[ -z $__gem_commands ]] ; then | |
__gem_commands=$(gem help commands | grep '^ [a-z]' | cut -d " " -f 5) | |
fi | |
local cur prev opts base | |
COMPREPLY=() | |
cur="${COMP_WORDS[COMP_CWORD]}" | |
prev="${COMP_WORDS[COMP_CWORD-1]}" |
This file contains 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
user system total real | |
pure functional 1.820000 0.000000 1.820000 ( 1.817629) | |
mutable discriminator 1.530000 0.000000 1.530000 ( 1.534346) | |
imperative 1.110000 0.020000 1.130000 ( 1.118294) | |
cursor/iterator 2.370000 0.000000 2.370000 ( 2.373262) | |
true enumerator 2.090000 0.000000 2.090000 ( 2.089513) | |
Loaded suite sequences_by | |
Started | |
. | |
Finished in 0.000497 seconds. |
This file contains 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
From 0389607546c438ea941f855212f19bb8716c2bcf Mon Sep 17 00:00:00 2001 | |
From: Dmitriy Timokhin <[email protected]> | |
Date: Thu, 21 Jan 2010 18:07:13 +0300 | |
Subject: [PATCH] Really use llvm-config flags when building with system LLVM | |
--- | |
configure | 2 +- | |
1 files changed, 1 insertions(+), 1 deletions(-) | |
diff --git a/configure b/configure |