This file contains hidden or 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
var FadeTransitionRegion = Backbone.Marionette.Region.extend({ | |
show: function(view){ | |
this.ensureEl(); | |
view.render(); | |
this.close(function() { | |
if (this.currentView && this.currentView !== view) { return; } | |
this.currentView = view; |
This file contains hidden or 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
@report = ActiveRecord::Base.connection.execute(%Q{ | |
SELECT events_with_objects.year_month | |
,events_with_objects.count | |
FROM ( | |
SELECT generate_series(min(datetime)::date | |
,max(datetime)::date | |
,interval '1 month')::date AS tag | |
FROM events | |
) s | |
LEFT JOIN (SELECT year_month |
This file contains hidden or 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
Metriks::Timer#update registry object_id: 61657080, values: {"http-requests"=>#<Metriks::Timer:0x00000009968260 @meter=#<Metriks::Meter:0x00000009967ce8 @count=#<Atomic:0x00000009967c98 @ref=#<Atomic::InternalReference:0x00000009967c70>>, @start_time=1360792896.9902613, @last_tick=#<Atomic:0x00000009967b80 @ref=#<Atomic::InternalReference:0x00000009967b58>>, @m1_rate=#<Metriks::EWMA:0x00000009967b30 @alpha=0.07995558537067671, @interval=5.0, @initialized=true, @rate=#<Atomic:0x00000009967b08 @ref=#<Atomic::InternalReference:0x00000009967ae0>>, @uncounted=#<Atomic:0x00000009967ab8 @ref=#<Atomic::InternalReference:0x00000009967a90>>>, @m5_rate=#<Metriks::EWMA:0x00000009967a68 @alpha=0.01652854617838251, @interval=5.0, @initialized=true, @rate=#<Atomic:0x00000009967a40 @ref=#<Atomic::InternalReference:0x00000009967a18>>, @uncounted=#<Atomic:0x000000099679f0 @ref=#<Atomic::InternalReference:0x000000099679c8>>>, @m15_rate=#<Metriks::EWMA:0x000000099679a0 @alpha=0.005540151995103271, @interval=5.0, @initialized=tru |
This file contains hidden or 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 runhaskell | |
import qualified Data.Attoparsec as AP | |
import qualified Data.ByteString as BS | |
import qualified Data.ByteString.Char8 as C8 | |
sp = 32 | |
co = 58 | |
main = do | |
contents <- readFile "test.txt" | |
AP.parseTest p (C8.pack contents) |
This file contains hidden or 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
if instance.respond_to?(:index) | |
instance.index | |
message = "success" | |
else | |
message = "#{model_klass} could not be indexed" | |
end | |
VS | |
message = if instance.respond_to?(:index) |
This file contains hidden or 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
module Sunspot | |
class ResqueSessionProxy < Sunspot::SessionProxy::AbstractSessionProxy | |
attr_reader :original_session | |
delegate :config, :delete_dirty?, :dirty?, | |
:new_search, :search, | |
:new_more_like_this, :more_like_this, | |
:remove, :remove!, |
This file contains hidden or 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
root@depot:/usr/local/src# ./setup_meter.sh -d -i OHAI | |
Detected Ubuntu 10.04.2... | |
Auto generating ec2 tags for this meter....<html><head><title>500 Internal Server Error</title></head><body><h1>Internal Server Error</h1>The server encountered an error while processing this request:<br><pre>{error,badarg, | |
[{ets,insert,[8239095,{1,1433}]}, | |
{folsom_sample_uniform,update,2}, | |
{folsom_metrics_histogram,update,2}, | |
{folsom_ets,notify,4}, | |
{folsom_metrics,histogram_timed_update,2}, | |
{tag_resource,resource_exists,2}, |
This file contains hidden or 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
xavierlange $> make suricata.o | |
/usr/local/bin/gcc-4.7 -DHAVE_CONFIG_H -I. -I.. -I../libhtp -I/opt/local/include -v -Wextra -Wall -fno-strict-aliasing -fno-tree-pre -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -DUNITTESTS -DREVISION="61d5fe3" -MT suricata.o -MD -MP -MF .deps/suricata.Tpo -c -o suricata.o suricata.c | |
Using built-in specs. | |
COLLECT_GCC=/usr/local/bin/gcc-4.7 | |
Target: x86_64-apple-darwin11.3.0 | |
Configured with: ../configure --enable-languages=c,c++,fortran,java,objc,obj-c++ --prefix=/usr/local/Cellar/gcc/4.7.0/gcc --datarootdir=/usr/local/Cellar/gcc/4.7.0/share --bindir=/usr/local/Cellar/gcc/4.7.0/bin --program-suffix=-4.7 --with-gmp=/usr/local/Cellar/gmp/5.0.4 --with-mpfr=/usr/local/Cellar/mpfr/3.1.0 --with-mpc=/usr/local/Cellar/libmpc/0.9 --with-system-zlib --enable-stage1-checking --enable-plugin --enable-lto --disable-multilib --disable-nls | |
Thread model: posix | |
gcc version 4.7.0 (GCC) | |
COLLECT_GCC_OPTIONS='-mmacosx-version-min=10.7. |
This file contains hidden or 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
1.9.3-p125 :008 > Dir["*.c"].select{|x| x != "suricata.c"}.each{|x| file = x[0..-2]+"o"; system("make #{file}"}; nil | |
1.9.3-p125 :009?> | |
1.9.3-p125 :010 > ^C | |
1.9.3-p125 :010 > Dir["*.c"].select{|x| x != "suricata.c"}.each{|x| file = x[0..-2]+"o"; system("make #{file}")}; nil | |
gcc-4.7 -DHAVE_CONFIG_H -I. -I.. -I../libhtp -I/opt/local/include -g -O2 -Wextra -Wall -fno-strict-aliasing -fno-tree-pre -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -DUNITTESTS -DREVISION="74721ba" -MT alert-debuglog.o -MD -MP -MF .deps/alert-debuglog.Tpo -c -o alert-debuglog.o alert-debuglog.c | |
mv -f .deps/alert-debuglog.Tpo .deps/alert-debuglog.Po | |
gcc-4.7 -DHAVE_CONFIG_H -I. -I.. -I../libhtp -I/opt/local/include -g -O2 -Wextra -Wall -fno-strict-aliasing -fno-tree-pre -Wno-unused-parameter -std=gnu99 -DOS_DARWIN -march=native -DLIBPCAP_VERSION_MAJOR=1 -DHAVE_PCAP_SET_BUFF -DUNITTESTS -DREVISION="74721ba" -MT alert-fastlog.o -MD -MP -MF .deps/alert-fastlog.Tpo -c |
This file contains hidden or 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
/mnt/apps/rx/staging/releases/20120406093245/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240: [BUG] Segmentation fault | |
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux] | |
-- control frame ---------- | |
c:0063 p:0012 s:0238 b:0238 l:000230 d:000237 BLOCK /mnt/apps/rx/staging/releases/20120406093245/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies. | |
c:0062 p:0054 s:0236 b:0236 l:000235 d:000235 METHOD /mnt/apps/rx/staging/releases/20120406093245/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies. | |
c:0061 p:0019 s:0231 b:0231 l:000230 d:000230 METHOD /mnt/apps/rx/staging/releases/20120406093245/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies. | |
c:0060 p:0206 s:0225 b:0225 l:000224 d:000224 METHOD /usr/lib/ruby/1.9.1/rexml/encoding.rb:48 | |
c:0059 p:0012 s:0218 b:0218 l:000217 d:000217 METHOD /usr/lib/ruby/1.9.1/rexml/source.rb:55 | |
c:0058 p:0055 s:0214 b:0214 l:000213 d:000213 ME |