Skip to content

Instantly share code, notes, and snippets.

James, This will be a short email...because I am sure you are a busy man.... But I am looking for someone to take my idea and make it a reality on the WWW.... I has the potential if done correctly to become viral and self sustaining with the process I want put into place. I am a "Big Picture Guy" and facilitator I don't nor will I say I understand coding... but I understand people and what it takes to motivate them... If you are interested in chatting about this or a potential meeting about this concept I would like to talk with you... I appreciate your time and consideration...Lee Masterly
You have requested:
spymemcached = 0.2.1
The bundle currently has spymemcached locked at 0.2.1.
Try running `bundle update spymemcached`
** [out :: fetlife@sphinx02.dal.fetlife] /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:111:in `initialize': No metadata found! (Gem::Package::FormatError)
** [out :: fetlife@sphinx02.dal.fetlife] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:17:in `new'
** [out :: fetlife@sphinx02.dal.fetlife] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:17:in `open'
** [out :: fetlife@sphinx02.dal.fetlife] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:55:in `open'
** [out :: fetlife@sphinx02.dal.fetlife] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/format.rb:63:in `from_io'
** [out :: fetlife@sphinx02.dal.fetlife] from /usr/local/lib/ruby/site_ruby/1.8/rubygems/format.rb:51:in `from_file_by_path'
** [out :: fetlife@sphinx02.dal.fetlife] from /usr/local/lib/ruby/1.8/open-uri.rb:32:in `open_uri_original_open'
** [out :: fetlife@sphinx02.dal.fetlife] from /usr/local/lib/ruby/1.8/open-uri.rb:32:in `open'
** [out :: fetlife@sphinx02.dal.fetl
class Tapper[A](tapMe: A) {
def tap(f: (A) => Unit): A = {
f(tapMe)
tapMe
}
}
object Tap {
implicit def any2Tapper[A](toTap: A): Tapper[A] = new Tapper(toTap)
}
Hello James,
Ever since Facebook changed their feed post policy, viral growth in the industry came to a stop. Cost of acquisition tripled for most gaming companies within the last six months. With an average RPU of $2.50 and an acquisition cost of $2; a scalable and reliable IT infrastructure at the lowest available cost will give your game more exposure and better user experience.
My name is Ray Kopitsch and I am the Executive Account Manager for Social Gaming and Networking sites here at NetDNA, a Content Delivery Network. With a 30% faster network than Edgecast and 60% lower costs than Akamai; we boarded companies like Casual Collective, Y3 and Muskedunder in only the last 8 weeks. I will follow up with you by phone to see if you have any questions or needs. Talk to you soon.
Best Regards,
- Ray
[jamesgolick@James-Golicks-MacBook-Pro fetlife (master)]$ time gem install merb
**************************************************
Thank you for installing rspec-core-2.1.0
Please be sure to look at the upgrade instructions to see what might have
changed since the last release:
http://github.com/rspec/rspec-core/blob/master/Upgrade.markdown
def apply[A](attempt: Int)(f: Conn => A): A = {
val node = nextLiveNode()
val pool = node.pool
val connection = pool.borrow()
try {
val value = f(connection)
pool.giveBack(connection)
value
} catch {
diff --git a/lib/new_relic/agent/instrumentation/memcache.rb b/lib/new_relic/agent/instrumentation/memcache.rb
index 4bef03e..a741e13 100644
--- a/lib/new_relic/agent/instrumentation/memcache.rb
+++ b/lib/new_relic/agent/instrumentation/memcache.rb
@@ -37,6 +37,7 @@ unless NewRelic::Control.instance['disable_memcache_instrumentation']
instrument_method(::MemCache, method_name) if defined? ::MemCache
instrument_method(::Memcached, method_name) if defined? ::Memcached
instrument_method(::Dalli::Client, method_name) if defined? ::Dalli::Client
+ instrument_method(::Spymemcached, method_name) if defined? ::Spymemcached
end
#!/usr/bin/env bash
set -o errtrace
export PS4='+[${BASH_SOURCE}] : ${LINENO} : ${FUNCNAME[0]:+${FUNCNAME[0]}() $ }'
if [[ -f /etc/rvmrc ]] ; then source /etc/rvmrc ; fi
if [[ -f "$HOME/.rvmrc" ]] ; then source "$HOME/.rvmrc" ; fi
rvm_path="${rvm_path:-$HOME/.rvm}"
[09/26/10 01:08:19 -0500 app3.dal.fetlife (4586)] ERROR : Error running task in worker loop, likely a server error (Nil stats for Database/SQL/other ())
[09/26/10 01:08:19 -0500 app3.dal.fetlife (4586)] DEBUG : /home/fetlife/.rvm/gems/jruby-1.5.1/gems/newrelic_rpm-2.13.0.a/lib/new_relic/agent/stats_engine/metric_stats.rb:75:in `harvest_timeslice_data'
/home/fetlife/.rvm/gems/jruby-1.5.1/gems/newrelic_rpm-2.13.0.a/lib/new_relic/agent/stats_engine/metric_stats.rb:62:in `each'
/home/fetlife/.rvm/gems/jruby-1.5.1/gems/newrelic_rpm-2.13.0.a/lib/new_relic/agent/stats_engine/metric_stats.rb:62:in `harvest_timeslice_data'
/home/fetlife/.rvm/gems/jruby-1.5.1/gems/newrelic_rpm-2.13.0.a/lib/new_relic/agent/stats_engine/metric_stats.rb:59:in `harvest_timeslice_data'
/home/fetlife/.rvm/gems/jruby-1.5.1/gems/newrelic_rpm-2.13.0.a/lib/new_relic/agent/agent.rb:515:in `harvest_and_send_timeslice_data'
/home/fetlife/.rvm/gems/jruby-1.5.1/gems/newrelic_rpm-2.13.0.a/lib/new_relic/agent/agent.rb:348:in `start_worker_thread'
/home