CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 11:33:34 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090726013204
location: https://web.archive.org/web/20090726013204/https://github.com/Serabe
server-timing: captures_list;dur=0.716843, exclusion.robots;dur=0.021856, exclusion.robots.policy;dur=0.010289, esindex;dur=0.015875, cdx.remote;dur=42.419907, LoadShardBlock;dur=241.633737, PetaboxLoader3.datanode;dur=90.156799, PetaboxLoader3.resolve;dur=40.812114
x-app-server: wwwb-app223
x-ts: 302
x-tr: 335
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 11:33:35 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sun, 26 Jul 2009 01:32:03 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 2172ms
x-archive-orig-etag: "a75818a3b7cca8710eb671b2fe1e49c2"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 74406
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 26 Jul 2009 01:32:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 26 Jul 2009 01:32:04 GMT", ; rel="memento"; datetime="Sun, 26 Jul 2009 01:32:04 GMT", ; rel="next memento"; datetime="Fri, 07 May 2010 10:47:57 GMT", ; rel="last memento"; datetime="Tue, 22 Jul 2025 07:10:02 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_10_20090726004619_crawl103.gpg-c/52_10_20090726013017_crawl101.arc.gz
server-timing: captures_list;dur=0.570955, exclusion.robots;dur=0.019569, exclusion.robots.policy;dur=0.009397, esindex;dur=0.010500, cdx.remote;dur=10.284469, LoadShardBlock;dur=333.977770, PetaboxLoader3.datanode;dur=223.563878, PetaboxLoader3.resolve;dur=279.815407, load_resource;dur=192.384562
x-app-server: wwwb-app223
x-ts: 200
x-tr: 639
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Serabe's Profile - GitHub
Public Activity
-
Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser with XPath and CSS selector support.Forked from headius/nokogiri Thu Apr 02 08:55:37 -0700 2009
-
Assignments for Programming Language TheoryUpdated Sun Mar 29 10:10:43 -0700 2009
-
Updated Sun Feb 15 07:15:54 -0800 2009
-
A Shopping ListUpdated Tue Feb 10 16:30:42 -0800 2009
Public Activity
HEAD is cdd8242056f2428716baae53b3974a4e6b8bc829
x

-
Sergio committed cdd82420:
Some minor refactor.
-
Sergio committed 31aa0d9a:
Passing two tests more.
-
Sergio committed bf99214d:
Two more tests passing.
-
Sergio committed b6d095bb:
Added Nokogiri::XML::Document#url method
-
Sergio committed 298282fa:
Another error solved.
-
Sergio committed 6128b8cd:
Raising syntax errors
[alias]
st = status
ci = commit
def test_document_has_errors
doc = Nokogiri::XML(<<-eoxml)
<foo><bar></foo>
HEAD is 902e50a330b15261d883464b4c0f361b034eca56
x

-
Sergio committed 902e50a3:
Reimplemented empty documents.
HEAD is 12d3d0d3d54b4312a86c565dbaa5e21859e6f5e1
x

-
Sergio Arbeo committed 12d3d0d3:
Annotation changes in XmlCdata.rbNew
-
Sergio Arbeo committed 16437ea0:
XmlDocument.rbNew now calls initialize
-
Sergio Arbeo committed 5b7315fa:
Passing all test in test_cdata.rb
-
Sergio Arbeo committed 8a6794fa:
Implemented Nokogiri::XML::Attr#new
-
Sergio Arbeo committed 7eef5c1c:
Implemented Nokogiri::XML::Attr#value=
-
Sergio Arbeo committed ef09ecda:
Minor change in XmlNode.getNodeFromXmlNode
-
Sergio Arbeo committed 1da9f0fa:
Added unlink to XmlNodeMethods
-
Sergio Arbeo committed 8374f16e:
Added remove_attribute to XmlNodeMethods
-
Sergio Arbeo committed 09034835:
Added op_aset to XmlNodeMethods
-
Sergio Arbeo committed 13049c80:
Added node_name_set to XmlNodeMethods
-
Sergio Arbeo committed 1bc5fa3a:
Added key? to XmlNodeMethods
-
Sergio Arbeo committed b6cde6d5:
Added get to XmlNodeMethods
HEAD is 84f34326e2838f0eb569dfc5be9947f41a655c6b
x

-
Sergio Arbeo committed 84f34326:
Added add_namespace_definitions to XmlNodeMethods.
-
Sergio Arbeo committed 1d31a29c:
Started to extract methods to XmlNodeMethod class and subclasses.
-
Sergio Arbeo committed d2194703:
Second phase of refactoring.
-
Sergio Arbeo committed bc5b0df2:
First phase of extracting XmlNode implementation to its own class.
-
Sergio Arbeo committed fc717f70:
Done some improvements based on FindBugs reports.
HEAD is 089f143410a0ae96f53870b4c21fce9847ae7b3d
x

-
Sergio Arbeo committed 089f1434:
Added path method.
/**
* xmlGetNodePath:
* @node: a node
// C code
// the child was a text node that was coalesced. we need to have the object
// point at...
// C code
// the child was a text node that was coalesced. we need to have the object
// point at...
// C code
// the child was a text node that was coalesced. we need to have the object
// point at...
// C code
// the child was a text node that was coalesced. we need to have the object
// point at...
HEAD is 45bbaad59c5c189741b0c4147b19b034df55ecc9
x

-
Sergio Arbeo committed 45bbaad5:
test_add_namespace_add_child passing now
HEAD is 5526508cc95816ee05cef6f3d5315abdc5f28c45
x

-
Sergio Arbeo committed 5526508c:
Namespaces are cached now
HEAD is 2c34546b77f00a1a7ee0fffa2813033e122d0f45
x

-
Sergio Arbeo committed 2c34546b:
test_document_compare passing
HEAD is b5dac5fe4fab6ba84496354b2d161eb70c1a141d
x

-
Sergio Arbeo committed b5dac5fe:
test_node_added_to_root_should_get_namespace passing
sergio@Ystad:~/Programming/projects/nokogiri/lib$ irb1.8 -rubygems -rnokogiri
irb(main):001:0> fr...
clojure-contrib's description:
Extensions and enhancements to the Clojure libraries.
clojure's description:
The Clojure programming language
public void setDocument(IRubyObject doc) {
this.setInstanceVariable("@document", doc);
}
public void setDocument(IRubyObject doc) {
this.setInstanceVariable("@document", doc);
}
public void setDocument(IRubyObject doc) {
this.setInstanceVariable("@document", doc);
}
HEAD is 5ddcad86d938c595dacbbb17b52c5aefb14f86e3
x

-
Sergio Arbeo committed 5ddcad86:
Implemented Node#name=
HEAD is 932fbf474a28c149a7d8b7a875aed312df1d8986
x

-
Sergio Arbeo committed 932fbf47:
Solved some problems with namespaces
-
Sergio Arbeo committed e4c21f50:
Solved two problems with node_name in documents and text nodes
-
Sergio Arbeo committed 0f9a74a0:
Still problems with ns and DTD
-
Sergio Arbeo committed b6c46b5e:
Now you can remove attributes.
-
Sergio Arbeo committed a738fc21:
Implemented XML::Node#content=
-
Sergio Arbeo committed 7e7f1578:
Node#compare implemented.
HEAD is 1334ee65283e32ddae18bc544f7b393ff987f644
x

-
Sergio Arbeo committed 1334ee65:
Some conditions rephrased
HEAD is 5ef32a3149e8c7306cff59c0b0786a72d53c4e86
x

-
Sergio Arbeo committed 5ef32a31:
Finally, the problem is solved (no unboxing for so many params).
@JRubyMethod
public IRubyObject native_write_to(ThreadContext context, IRubyObject io, IRubyObjec...
51) Error:
test_write_xml_to(Nokogiri::XML::TestNode):
NativeException: java.lang.IllegalArgumen...
@JRubyMethod
public IRubyObject native_write_to(ThreadContext context, IRubyObject io, IRubyObjec...
HEAD is 69d9eca0bbfc1d96bad30da39f1d50149d3d5ae4
x

-
Sergio Arbeo committed 69d9eca0:
Added curly braces to one statement ifs
This feature is coming soon. Sit tight!