Public Gists by flavorjones

gist: 170193 Comparison of Loofah agains...
Gravatar
Tue Aug 18 22:46:53 -0700 2009
1
2
3
## Overview of the Benchmark
 
The following benchmark output was generated from the codes at
gist: 156081 Reproducing an apparent mem...
Gravatar
Sun Jul 26 23:33:58 -0700 2009
1
2
libfoo.so:
$(CC) -shared -o libfoo.so foo.c
Gravatar
Sun Jun 07 23:37:56 -0700 2009
1
2
3
An example of what default valgrind output looks like for MRI Ruby interpreter.
 
    valgrind ruby hello-world.rb
Gravatar
Fri Jun 05 11:28:25 -0700 2009
1
2
3
# exception from johnson now, using JS_ReportError
 
test_jquery(JQuery::TestJQuery):
Gravatar
Thu May 28 06:39:41 -0700 2009
1
2
3
$ rake test
(in /home/mike/code/nokogiri)
rake-compiler must be configured first to enable cross-compilation
Gravatar
Thu May 21 21:59:50 -0700 2009
1
2
3
#! /usr/bin/ruby
 
#
Gravatar
Sun May 17 15:53:29 -0700 2009
1
2
3
require 'nokogiri'
 
#
Gravatar
Sun May 17 15:30:26 -0700 2009
1
2
3
<?xml version="1.0"?>
<root>
  <inventory xmlns="http://alicesautosupply.example.com/">
gist: 112897 http://bugzilla.gnome.org/s...
Gravatar
Sat May 16 19:45:26 -0700 2009
1
2
3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
Gravatar
Wed May 13 23:08:47 -0700 2009
1
2
3
$ sloccount libxml2-2.7.3
Categorizing files.
Finding a working MD5 command....
Gravatar
Sun May 10 22:35:03 -0700 2009
1
2
3
#! /usr/bin/ruby
# reproducing bug reported in http://github.com/tenderlove/nokogiri/issues/#issue/35
 
Gravatar
Fri May 08 07:00:13 -0700 2009
1
2
3
Parallelize Your RSpec Suite
=====
 
Gravatar
Sun Apr 19 18:06:54 -0700 2009
1
2
3
#! /usr/bin/ruby
 
require 'rubygems'
Gravatar
Thu Apr 16 19:38:42 -0700 2009
1
2
3
#!/usr/local/bin/ruby
require 'rubygems'
require 'twitter'
Gravatar
Mon Mar 16 06:12:05 -0700 2009
1
2
3
# in response to El_Matador, one way to search for regular expressions using Nokogiri
 
require 'rubygems'
Gravatar
Tue Mar 03 12:24:07 -0800 2009
1
2
3
#! /usr/bin/ruby
#
# memory leak?
Gravatar
Thu Feb 05 23:06:46 -0800 2009
1
2
3
require 'ffi'
 
module Nokogiri
Gravatar
Wed Feb 04 17:24:38 -0800 2009
1
2
3
# bash function "awkp" for grabbing fields from output
# e.g., "ps -ef | fgrep mongrel | awkp 2 | xargs kill"
 
Gravatar
Mon Jan 05 19:57:16 -0800 2009
1
2
3
# proposed dryopteris API
# returned object with singleton method body()
 
Gravatar
Thu Dec 04 14:11:16 -0800 2008
1
2
3
diff --git a/test/test_sanitizer.rb b/test/test_sanitizer.rb
index 22a99ee..5b8e0ba 100644
--- a/test/test_sanitizer.rb