Skip to content

Instantly share code, notes, and snippets.

#!/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
_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]}"
@pager
pager / Output
Created December 24, 2009 23:25
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.
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